X-Git-Url: https://git.jankratochvil.net/?a=blobdiff_plain;f=.muttrc.addons;h=aaf54118d0702fe67e501d8568cef54151e7e386;hb=c9731f887d38ee6ef252c44a2627761a6fc90b4e;hp=91f145b74882b6135d4d45441ab72b779dda38a5;hpb=2fcce54aa35b864e481c73047ba8e7844a98267f;p=nethome.git diff --git a/.muttrc.addons b/.muttrc.addons index 91f145b..aaf5411 100644 --- a/.muttrc.addons +++ b/.muttrc.addons @@ -1,9 +1,13 @@ # System-wide personalization for Mutt ###################################### -set sort=threads +folder-hook "" set sort=threads +folder-hook "!" set sort=mailbox-order +folder-hook "=sent" set sort=mailbox-order +bind index \` next-unread +bind index \` previous-unread unset strict_threads -set editor="vim -c 'set noai' -c 'set ts=8'" +set editor="vim -c 'set noai' -c 'set ts=8' -c 'set fileencoding=iso-8859-2' -c 'set fileencodings=iso-8859-2'" set send_charset="us-ascii:iso-8859-2:utf-8" set charset="iso-8859-2" set autoedit @@ -33,6 +37,10 @@ unset confirmcreate set reply_to=ask-yes set thorough_search set abort_unmodified=no +set date_format="!%a, %d %b %Y %H:%M:%S %z" # RFC 2822: 3.3. +# FIXME: %D not needed: RFC 2822: 3.3: "converted" can IMO incl. timezone +# but %d will place +0000 for %z and thus brokes the timestamp +set attribution="On %D, %n wrote:" # Mail command