X-Git-Url: https://plomlompom.com/repos/berlin_corona.txt?a=blobdiff_plain;f=dotfiles_user_server%2Fmuttrc;h=517ff9991401b7dfc1179a8e2c950ef4efa696ff;hb=289dcf67fe8e476ac017c01bef18b7cbd5f7b749;hp=6be1586734764470034d90dff598b131ebe99648;hpb=198c50a3d82e8379ec64a1be4df94460397b3fad;p=config diff --git a/dotfiles_user_server/muttrc b/dotfiles_user_server/muttrc index 6be1586..517ff99 100644 --- a/dotfiles_user_server/muttrc +++ b/dotfiles_user_server/muttrc @@ -21,8 +21,6 @@ unignore from: subject to cc date # Force some variables for From: and Message-ID: generation. set realname="Christian Heller" -set from="c.heller@plomlompom.de" -set hostname="plomlompom.de" # Allow me to reply myself. set reply_self = yes @@ -32,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