dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles # fast
git clone https://src.adamsgaard.dk/dotfiles.git # slow
Log | Files | Refs | README | LICENSE Back to index

commit c31124006f3afef766dc9644e5d8f4ab04a1f377
parent fe5d67aabd3dd04128e3c8209dce7739bd7cf531
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Thu,  3 Dec 2020 11:43:54 +0100

muttrc: enable rfc2047 handling for mime attachments

Diffstat:
M.config/mutt/muttrc | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.config/mutt/muttrc b/.config/mutt/muttrc @@ -64,6 +64,7 @@ set pager_stop=yes # Stop at end of mail instead of displaying next mail set smart_wrap=yes # wrap long lines at a word boundary set markers=no # show + symbol at the start of wrapped lines set user_agent=no # do not add "User-Agent:" header to outgoing messages +set rfc2047_parameters=yes # handle RFC2047-encoded attachments # What we consider to be a quote set quote_regexp="^( {0,4}[>|:#%]| {0,4}[a-z0-9]+[>|]+)+"