]> git.madduck.net Git - etc/mutt.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

move mutt config to ~/.config
authormartin f. krafft <madduck@madduck.net>
Mon, 13 Sep 2021 00:05:20 +0000 (12:05 +1200)
committermartin f. krafft <madduck@madduck.net>
Mon, 13 Sep 2021 00:05:20 +0000 (12:05 +1200)
53 files changed:
.config/mutt/.gitignore [moved from .mutt/.gitignore with 100% similarity]
.config/mutt/ack-recipients [moved from .mutt/ack-recipients with 97% similarity]
.config/mutt/alternates [moved from .mutt/alternates with 100% similarity]
.config/mutt/append-header [moved from .mutt/append-header with 100% similarity]
.config/mutt/batch-subject-editor [moved from .mutt/batch-subject-editor with 100% similarity]
.config/mutt/bgrun [moved from .mutt/bgrun with 100% similarity]
.config/mutt/bgview [moved from .mutt/bgview with 100% similarity]
.config/mutt/bgview-delay [moved from .mutt/bgview-delay with 100% similarity]
.config/mutt/bgview-fifo [moved from .mutt/bgview-fifo with 100% similarity]
.config/mutt/colours [moved from .mutt/colours with 100% similarity]
.config/mutt/confvars [moved from .mutt/confvars with 100% similarity]
.config/mutt/container-extractor [moved from .mutt/container-extractor with 100% similarity]
.config/mutt/edit-header [moved from .mutt/edit-header with 100% similarity]
.config/mutt/filter-proxy [moved from .mutt/filter-proxy with 100% similarity]
.config/mutt/get-timestamp [moved from .mutt/get-timestamp with 100% similarity]
.config/mutt/headers [moved from .mutt/headers with 100% similarity]
.config/mutt/hooks [moved from .mutt/hooks with 100% similarity]
.config/mutt/htmldump [moved from .mutt/htmldump with 100% similarity]
.config/mutt/icalparser [moved from .mutt/icalparser with 100% similarity]
.config/mutt/keybindings [moved from .mutt/keybindings with 86% similarity]
.config/mutt/list-mailboxes [moved from .mutt/list-mailboxes with 100% similarity]
.config/mutt/lists [moved from .mutt/lists with 100% similarity]
.config/mutt/mailcap.backgrounding [new file with mode: 0644]
.config/mutt/mailcap.containers [new file with mode: 0644]
.config/mutt/mailcap.editing [new file with mode: 0644]
.config/mutt/mailcap.htmldump [new file with mode: 0644]
.config/mutt/mailcap.icalendar [new file with mode: 0644]
.config/mutt/markdown2html [moved from .mutt/markdown2html with 98% similarity]
.config/mutt/mkconf [moved from .mutt/mkconf with 100% similarity]
.config/mutt/multipart-alternative [moved from .mutt/multipart-alternative with 100% similarity]
.config/mutt/muttrc [moved from .mutt/muttrc with 97% similarity]
.config/mutt/remove-header [moved from .mutt/remove-header with 100% similarity]
.config/mutt/replace-header [moved from .mutt/replace-header with 100% similarity]
.config/mutt/reuse-message [moved from .mutt/reuse-message with 100% similarity]
.config/mutt/sendmail [moved from .mutt/sendmail with 75% similarity]
.config/mutt/sendmail-checks.d/ack-recipients [moved from .mutt/sendmail-checks.d/ack-recipients with 73% similarity]
.config/mutt/sendmail-checks.d/check-attachments [moved from .mutt/sendmail-checks.d/check-attachments with 100% similarity]
.config/mutt/sendmail-checks.d/no-local-recipients [moved from .mutt/sendmail-checks.d/no-local-recipients with 100% similarity]
.config/mutt/sendmail-checks.d/pgp-mime-sig-description [moved from .mutt/sendmail-checks.d/pgp-mime-sig-description with 100% similarity]
.config/mutt/sendmail-checks.d/prevent-draft [moved from .mutt/sendmail-checks.d/prevent-draft with 100% similarity]
.config/mutt/sendmail-checks.d/strip-offlineimap-header [moved from .mutt/sendmail-checks.d/strip-offlineimap-header with 100% similarity]
.config/mutt/sendmail-checks.d/strip-tickle-header [moved from .mutt/sendmail-checks.d/strip-tickle-header with 100% similarity]
.config/mutt/sendmail-checks.d/zzz_add-spool-bcc [moved from .mutt/sendmail-checks.d/zzz_add-spool-bcc with 100% similarity]
.config/mutt/sidebar [moved from .mutt/sidebar with 100% similarity]
.config/mutt/spam [moved from .mutt/spam with 100% similarity]
.config/mutt/supersede-header [moved from .mutt/supersede-header with 100% similarity]
.config/mutt/viewmailattachments [moved from .mutt/viewmailattachments with 100% similarity]
.gitignore.d/mutt
.mutt/mailcap.backgrounding [deleted file]
.mutt/mailcap.containers [deleted file]
.mutt/mailcap.editing [deleted file]
.mutt/mailcap.htmldump [deleted file]
.mutt/mailcap.icalendar [deleted file]

similarity index 100%
rename from .mutt/.gitignore
rename to .config/mutt/.gitignore
similarity index 97%
rename from .mutt/ack-recipients
rename to .config/mutt/ack-recipients
index b7b13891bd64a0bbdba72f8cc2de4d9d25ff6051..8334a45789bf42d30c8e3b464426fa69359f738f 100644 (file)
@@ -1,4 +1,4 @@
-# ~/.mutt/ack-recipients
+# ~/.config/mutt/ack-recipients
 #
 # This file stores sha256sums of lower-cased e-mail addresses (no newline)
 # instead of the addresses themselves as a measure to protect privacy. You can
similarity index 100%
rename from .mutt/alternates
rename to .config/mutt/alternates
similarity index 100%
rename from .mutt/bgrun
rename to .config/mutt/bgrun
similarity index 100%
rename from .mutt/bgview
rename to .config/mutt/bgview
similarity index 100%
rename from .mutt/bgview-delay
rename to .config/mutt/bgview-delay
similarity index 100%
rename from .mutt/bgview-fifo
rename to .config/mutt/bgview-fifo
similarity index 100%
rename from .mutt/colours
rename to .config/mutt/colours
similarity index 100%
rename from .mutt/confvars
rename to .config/mutt/confvars
similarity index 100%
rename from .mutt/edit-header
rename to .config/mutt/edit-header
similarity index 100%
rename from .mutt/filter-proxy
rename to .config/mutt/filter-proxy
similarity index 100%
rename from .mutt/headers
rename to .config/mutt/headers
similarity index 100%
rename from .mutt/hooks
rename to .config/mutt/hooks
similarity index 100%
rename from .mutt/htmldump
rename to .config/mutt/htmldump
similarity index 100%
rename from .mutt/icalparser
rename to .config/mutt/icalparser
similarity index 86%
rename from .mutt/keybindings
rename to .config/mutt/keybindings
index 109fff66b6c4677f0addb7e639ad60131df6f72e..9a50eca965a55a1d0ca9622626f8fbfca6cdd976 100644 (file)
@@ -67,17 +67,17 @@ macro index,pager   e       "<enter-command> set my_editor=\$editor<enter><enter-command
 
 macro index            \ej     "<enter-command> set my_editor=\$editor<enter><enter-command> source $my_confdir/batch-subject-editor|<enter><tag-prefix><edit><enter-command> set editor=\$my_editor<enter>" "change message subject"
 
-macro index,pager      \er     "<enter-command> set my_editor=\$editor<enter><enter-command> set editor=\"~/.mutt/reuse-message \$my_editor\"<enter><reply><enter-command> set editor=\$my_editor<enter>" "invoke normal editor to edit message"
-macro index,pager      \eg     "<enter-command> set my_editor=\$editor<enter><enter-command> set editor=\"~/.mutt/reuse-message \$my_editor\"<enter><group-reply><enter-command> set editor=\$my_editor<enter>" "invoke normal editor to edit message"
-macro index,pager      \el     "<enter-command> set my_editor=\$editor<enter><enter-command> set editor=\"~/.mutt/reuse-message \$my_editor\"<enter><list-reply><enter-command> set editor=\$my_editor<enter>" "invoke normal editor to edit message"
+macro index,pager      \er     "<enter-command> set my_editor=\$editor<enter><enter-command> set editor=\"$my_confdir/reuse-message \$my_editor\"<enter><reply><enter-command> set editor=\$my_editor<enter>" "invoke normal editor to edit message"
+macro index,pager      \eg     "<enter-command> set my_editor=\$editor<enter><enter-command> set editor=\"$my_confdir/reuse-message \$my_editor\"<enter><group-reply><enter-command> set editor=\$my_editor<enter>" "invoke normal editor to edit message"
+macro index,pager      \el     "<enter-command> set my_editor=\$editor<enter><enter-command> set editor=\"$my_confdir/reuse-message \$my_editor\"<enter><list-reply><enter-command> set editor=\$my_editor<enter>" "invoke normal editor to edit message"
 
 # override F6 from notmuch-mutt
 macro index            <F6>    "<enter-command><enter>" "do nothing"
 
-macro attach   e       "<enter-command> set my_mailcap_path=\$mailcap_path<enter><enter-command> set mailcap_path=~/.mutt/mailcap.editing<enter><view-mailcap><enter-command> set mailcap_path=\$my_mailcap_path<enter>" "edit temporary file of attachment"
+macro attach   e       "<enter-command> set my_mailcap_path=\$mailcap_path<enter><enter-command> set mailcap_path=$my_confdir/mailcap.editing<enter><view-mailcap><enter-command> set mailcap_path=\$my_mailcap_path<enter>" "edit temporary file of attachment"
 
 macro index,pager      M       "<enter-command> set my_weed=\$weed<enter><enter-command> set noweed<enter><pipe-message>formail -czx X-RSS-URL: | xargs sensible-browser<enter><enter-command> set weed=\$my_weed<enter>"
 
-macro index,pager      <F10>   "<enter-command> set my_pipe_decode=\$pipe_decode<enter><enter-command> unset pipe_decode<enter><pipe-message>~/.mutt/viewmailattachments<enter><enter-command> set pipe_decode=\$my_pipe_decode<enter>" "view attachments in browser"
+macro index,pager      <F10>   "<enter-command> set my_pipe_decode=\$pipe_decode<enter><enter-command> unset pipe_decode<enter><pipe-message>$my_confdir/viewmailattachments<enter><enter-command> set pipe_decode=\$my_pipe_decode<enter>" "view attachments in browser"
 
 # vim:sw=12:noet:sts=12:ts=12:ft=muttrc
similarity index 100%
rename from .mutt/lists
rename to .config/mutt/lists
diff --git a/.config/mutt/mailcap.backgrounding b/.config/mutt/mailcap.backgrounding
new file mode 100644 (file)
index 0000000..4dc3516
--- /dev/null
@@ -0,0 +1,8 @@
+#
+# Mutt mailcap for backgrounding
+
+text/html; ~/.config/mutt/bgview-delay -t %t; description=Backgrounded run of run-mailcap with delayed cleanup
+application/*; ~/.config/mutt/bgview -t %t; description=Backgrounded run of run-mailcap
+image/*; ~/.config/mutt/bgview -t %t; description=Backgrounded run of run-mailcap
+audio/*; ~/.config/mutt/bgview -t %t; description=Backgrounded run of run-mailcap
+#multipart/related; ~/.config/mutt/viewmailattachments; description=Backgrounded loading of HTML message with related parts
diff --git a/.config/mutt/mailcap.containers b/.config/mutt/mailcap.containers
new file mode 100644 (file)
index 0000000..a53b092
--- /dev/null
@@ -0,0 +1,7 @@
+#
+# Mutt mailcap for dumping HTML to text
+#
+
+application/ms-tnef; ~/.config/mutt/container-extractor '%t'; description=Microsoft NIH TNEF
+application/x-zip-compressed; ~/.config/mutt/container-extractor '%t'; description=Compressed ZIP files
+application/zip; ~/.config/mutt/container-extractor '%t'; description=Compressed ZIP files
diff --git a/.config/mutt/mailcap.editing b/.config/mutt/mailcap.editing
new file mode 100644 (file)
index 0000000..4935e63
--- /dev/null
@@ -0,0 +1,3 @@
+application/pdf; ~/.config/mutt/bgview -t %t -v 'pdftool --file'
+application/*; ~/.config/mutt/bgview -t %t
+image/*; ~/.config/mutt/bgview -t %t
diff --git a/.config/mutt/mailcap.htmldump b/.config/mutt/mailcap.htmldump
new file mode 100644 (file)
index 0000000..c0b95f5
--- /dev/null
@@ -0,0 +1,5 @@
+#
+# Mutt mailcap for dumping HTML to text
+#
+
+text/html; ~/.config/mutt/htmldump --from %{charset}; description=HTML Text; nametemplate=%s.html; copiousoutput
diff --git a/.config/mutt/mailcap.icalendar b/.config/mutt/mailcap.icalendar
new file mode 100644 (file)
index 0000000..2c13a19
--- /dev/null
@@ -0,0 +1,7 @@
+#
+# Mutt mailcap for iCalendar previewing/khal import
+
+text/calendar; ~/.config/mutt/icalparser; description=iCal details; copiousoutput; \
+  print=khal import '%s'
+application/ics; ~/.config/mutt/icalparser; description=iCal details; copiousoutput; \
+  print=khal import '%s'
similarity index 98%
rename from .mutt/markdown2html
rename to .config/mutt/markdown2html
index 487d3db98ab227baca19a888d6cd925b7b412d8f..309c22e6a97926e43b8ed46af71dc2554172242c 100755 (executable)
@@ -14,7 +14,7 @@
 #     set send_multipart_alternative=yes
 #     set send_multipart_alternative_filter=/path/to/markdown2html.py
 #
-# Optionally, Custom CSS styles will be read from `~/.mutt/markdown2html.css`,
+# Optionally, Custom CSS styles will be read from `~/.config/mutt/markdown2html.css`,
 # if present.
 #
 # Requirements:
@@ -98,7 +98,7 @@ p { padding: 0 0.5em; }
 pre { padding: 0 1em; }
 '''
 
-STYLESHEET = os.path.join(os.path.expanduser('~/.mutt'),
+STYLESHEET = os.path.join(os.path.expanduser('~/.config/mutt'),
                           'markdown2html.css')
 if os.path.exists(STYLESHEET):
     DEFAULT_CSS += open(STYLESHEET).read()
similarity index 100%
rename from .mutt/mkconf
rename to .config/mutt/mkconf
similarity index 97%
rename from .mutt/muttrc
rename to .config/mutt/muttrc
index 84f4311a4931cbb907a1125d24f8ab807394c86a..2eb88fff1f3f939e2950d88dc4c1bca5bd6bb558 100644 (file)
@@ -1,6 +1,6 @@
 # from /usr/share/doc/mutt/examples/Muttrc.gz
 
-set my_confdir="$HOME/.mutt"
+set my_confdir="$HOME/.config/mutt"
 
 set my_attribution_de="Hinsichtlich folgendem, das \"%n\" am %{%Y-%m-%d} um %{%H:%M Uhr %Z} schrieb:"
 set my_attribution_en="Regarding the following, written by \"%n\" on %{%Y-%m-%d} at %{%H:%M Uhr %Z}:"
similarity index 75%
rename from .mutt/sendmail
rename to .config/mutt/sendmail
index 80fd4a1bba72f221c5fd2a7050297ec5ac00306f..a6ff7c9b6ef1cf27c99b217fbad19d8813616396 100755 (executable)
@@ -3,16 +3,16 @@
 # mutt/sendmail – sendmail wrapper to enforce some checks on outgoing mails
 #
 # The script basically just creates a temporary file and then invokes any
-# executable scripts in ~/.mutt/sendmail-checks.d in run-parts style. They
-# receive the filename of a temporary file holding the message to be sent as
-# $1, followed by all recipients as determined by mutt.
+# executable scripts in ~/.config/mutt/sendmail-checks.d in run-parts style.
+# They receive the filename of a temporary file holding the message to be sent
+# as $1, followed by all recipients as determined by mutt.
 #
-# Copyright © 2010 martin f. krafft <madduck@madduck.net>
-# Released under the terms of the Artistic Licence 2.0
+# Copyright © 2010 martin f. krafft <madduck@madduck.net> Released under the
+# terms of the Artistic Licence 2.0
 #
 set -eux
 
-CHECKSDIR="$HOME/.mutt/sendmail-checks.d"
+CHECKSDIR="$HOME/.config/mutt/sendmail-checks.d"
 SENDMAIL="/usr/sbin/sendmail -oem -oi"
 
 TMPFILE=$(mktemp --tmpdir mutt-sendmail.XXXXXXXXXX.msg)
similarity index 73%
rename from .mutt/sendmail-checks.d/ack-recipients
rename to .config/mutt/sendmail-checks.d/ack-recipients
index 749b1d6d0fe9542fdbb9fc081a3efbfbd259f725..9a052ad1ed9c356f035171981ced470ee8ad4713 100755 (executable)
@@ -2,13 +2,14 @@
 #
 # ack-recipients – require double-checking of some recipients
 #
-# refuse to send a mail as long as recipients listed in ~/.mutt/ack-recipients
-# are not individually "signed-off" by adding their e-mail addresses to the
-# X-Acked header. This header is removed from the mail before it is sent.
+# refuse to send a mail as long as recipients listed in
+# ~/.config/mutt/ack-recipients are not individually "signed-off" by adding
+# their e-mail addresses to the X-Acked header. This header is removed from
+# the mail before it is sent.
 #
-# The file ~/.mutt/ack-recipients stores sha256sums of lower-cased e-mail
-# addresses (no newline) instead of the addresses themselves as a measure to
-# protect privacy. You can get new lines like this:
+# The file ~/.config/mutt/ack-recipients stores sha256sums of lower-cased
+# e-mail addresses (no newline) instead of the addresses themselves as a
+# measure to protect privacy. You can get new lines like this:
 #
 #   printf my.new@e-mail.addre.ss | tr '[[:upper:]]' '[[:lower:]]' \
 #     | sha256sum | sed -e 's, .*,,'
@@ -21,7 +22,7 @@
 #
 set -eu
 
-CHECKLIST="$HOME/.mutt/ack-recipients"
+CHECKLIST="$HOME/.config/mutt/ack-recipients"
 HEADER=X-Acked
 ACKED_RCPTS=$(formail -czx ${HEADER}: < $1 | tr -d ',' | tr '[[:upper:]]' '[[:lower:]]')
 MAILFILE="$1"; shift
similarity index 100%
rename from .mutt/sidebar
rename to .config/mutt/sidebar
similarity index 100%
rename from .mutt/spam
rename to .config/mutt/spam
index 719883bf42ee9f134386e40f90eb33e1bb78a41d..56d44f19c1eb9ec28d36481c314bd012354dc2e3 100644 (file)
@@ -1,54 +1,53 @@
 *
+!/.config/mutt/ack-recipients
+!/.config/mutt/alternates
+!/.config/mutt/append-header
+!/.config/mutt/batch-subject-editor
+!/.config/mutt/bgrun
+!/.config/mutt/bgview
+!/.config/mutt/bgview-delay
+!/.config/mutt/bgview-fifo
+!/.config/mutt/colours
+!/.config/mutt/confvars
+!/.config/mutt/container-extractor
+!/.config/mutt/edit-header
+!/.config/mutt/filter-proxy
+!/.config/mutt/get-timestamp
+!/.config/mutt/.gitignore
+!/.config/mutt/headers
+!/.config/mutt/hooks
+!/.config/mutt/htmldump
+!/.config/mutt/icalparser
+!/.config/mutt/keybindings
+!/.config/mutt/list-mailboxes
+!/.config/mutt/lists
+!/.config/mutt/mailcap.backgrounding
+!/.config/mutt/mailcap.containers
+!/.config/mutt/mailcap.editing
+!/.config/mutt/mailcap.htmldump
+!/.config/mutt/mailcap.icalendar
+!/.config/mutt/markdown2html
+!/.config/mutt/mkconf
+!/.config/mutt/multipart-alternative
+!/.config/mutt/muttrc
+!/.config/mutt/remove-header
+!/.config/mutt/replace-header
+!/.config/mutt/reuse-message
+!/.config/mutt/sendmail
+!/.config/mutt/sendmail-checks.d/ack-recipients
+!/.config/mutt/sendmail-checks.d/check-attachments
+!/.config/mutt/sendmail-checks.d/no-local-recipients
+!/.config/mutt/sendmail-checks.d/pgp-mime-sig-description
+!/.config/mutt/sendmail-checks.d/prevent-draft
+!/.config/mutt/sendmail-checks.d/strip-offlineimap-header
+!/.config/mutt/sendmail-checks.d/strip-tickle-header
+!/.config/mutt/sendmail-checks.d/zzz_add-spool-bcc
+!/.config/mutt/sidebar
+!/.config/mutt/spam
+!/.config/mutt/supersede-header
+!/.config/mutt/viewmailattachments
 !/.crontab.d/mutt
 !/.gitignore.d/mutt
-!/.mutt
-!/.mutt/ack-recipients
-!/.mutt/alternates
-!/.mutt/append-header
-!/.mutt/batch-subject-editor
-!/.mutt/bgrun
-!/.mutt/bgview
-!/.mutt/bgview-delay
-!/.mutt/bgview-fifo
-!/.mutt/colours
-!/.mutt/confvars
-!/.mutt/container-extractor
-!/.mutt/edit-header
-!/.mutt/filter-proxy
-!/.mutt/get-timestamp
-!/.mutt/.gitignore
-!/.mutt/headers
-!/.mutt/hooks
-!/.mutt/htmldump
-!/.mutt/icalparser
-!/.mutt/keybindings
-!/.mutt/list-mailboxes
-!/.mutt/lists
-!/.mutt/mailcap.backgrounding
-!/.mutt/mailcap.containers
-!/.mutt/mailcap.editing
-!/.mutt/mailcap.htmldump
-!/.mutt/mailcap.icalendar
-!/.mutt/markdown2html
-!/.mutt/mkconf
-!/.mutt/multipart-alternative
-!/.mutt/muttrc
 !/.muttprintrc
-!/.mutt/remove-header
-!/.mutt/replace-header
-!/.mutt/reuse-message
-!/.mutt/sendmail
-!/.mutt/sendmail-checks.d/ack-recipients
-!/.mutt/sendmail-checks.d/check-attachments
-!/.mutt/sendmail-checks.d/no-local-recipients
-!/.mutt/sendmail-checks.d/pgp-mime-sig-description
-!/.mutt/sendmail-checks.d/prevent-draft
-!/.mutt/sendmail-checks.d/strip-offlineimap-header
-!/.mutt/sendmail-checks.d/strip-tickle-header
-!/.mutt/sendmail-checks.d/zzz_add-spool-bcc
-!/.mutt/sidebar
-!/.mutt/spam
-!/.mutt/supersede-header
-!/.mutt/viewmailattachments
 !/.var/mutt/.gitignore
 !/.var/mutt/header_cache/.gitignore
diff --git a/.mutt/mailcap.backgrounding b/.mutt/mailcap.backgrounding
deleted file mode 100644 (file)
index b47a8bc..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-#
-# Mutt mailcap for backgrounding
-
-text/html; ~/.mutt/bgview-delay -t %t; description=Backgrounded run of run-mailcap with delayed cleanup
-application/*; ~/.mutt/bgview -t %t; description=Backgrounded run of run-mailcap
-image/*; ~/.mutt/bgview -t %t; description=Backgrounded run of run-mailcap
-audio/*; ~/.mutt/bgview -t %t; description=Backgrounded run of run-mailcap
-#multipart/related; ~/.mutt/viewmailattachments; description=Backgrounded loading of HTML message with related parts
diff --git a/.mutt/mailcap.containers b/.mutt/mailcap.containers
deleted file mode 100644 (file)
index 3006186..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-#
-# Mutt mailcap for dumping HTML to text
-#
-
-application/ms-tnef; ~/.mutt/container-extractor '%t'; description=Microsoft NIH TNEF
-application/x-zip-compressed; ~/.mutt/container-extractor '%t'; description=Compressed ZIP files
-application/zip; ~/.mutt/container-extractor '%t'; description=Compressed ZIP files
diff --git a/.mutt/mailcap.editing b/.mutt/mailcap.editing
deleted file mode 100644 (file)
index f2e48d5..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-application/pdf; ~/.mutt/bgview -t %t -v 'pdftool --file'
-application/*; ~/.mutt/bgview -t %t
-image/*; ~/.mutt/bgview -t %t
diff --git a/.mutt/mailcap.htmldump b/.mutt/mailcap.htmldump
deleted file mode 100644 (file)
index 6a3743d..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-#
-# Mutt mailcap for dumping HTML to text
-#
-
-text/html; ~/.mutt/htmldump --from %{charset}; description=HTML Text; nametemplate=%s.html; copiousoutput
diff --git a/.mutt/mailcap.icalendar b/.mutt/mailcap.icalendar
deleted file mode 100644 (file)
index 79dcecf..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-#
-# Mutt mailcap for iCalendar previewing/khal import
-
-text/calendar; ~/.mutt/icalparser; description=iCal details; copiousoutput; \
-  print=khal import '%s'
-application/ics; ~/.mutt/icalparser; description=iCal details; copiousoutput; \
-  print=khal import '%s'