home · contact · privacy
Make attachments more visible in mutt.
authorChristian Heller <c.heller@plomlompom.de>
Thu, 26 Nov 2015 20:49:02 +0000 (21:49 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Thu, 26 Nov 2015 20:49:02 +0000 (21:49 +0100)
dotfiles_user_server/muttrc

index 5c91d2e49c02f56b6022b09459028217168377c9..517ff9991401b7dfc1179a8e2c950ef4efa696ff 100644 (file)
@@ -30,3 +30,13 @@ set pager_stop = yes
 
 # Sort message top-down new-old.
 set sort=reverse-date
+
+# Ensure visibility of attachments. The second line handles (in an ugly way) the
+# issue of mails that use the content-type of multipart/alternative wrongly, by
+# omitting from the text/plain alternative relevant multimedia files attached to
+# the multipart/related alternative that contains text/html and said files. This
+# will in certain cases make the pager default to displaying the HTML variant of
+# a mail when a plain text one is available, but this is preferable to hiding
+# potentially important attachments.
+set index_format="%4C %Z %?X?[%X]&   ? %{%b %d} %-15.15L (%?l?%4l&%4c?) %s"
+alternative_order multipart/related text/plain text/html