myconfig

my config files
git clone https://a3nm.net/git/myconfig/
Log | Files | Refs | README

commit 5e088f37c27881c8935c52273bd98cf1f0be73d2
parent 1359286274f23f890ba27bdc0db0001410abba43
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Thu, 18 May 2017 21:09:43 -0500

use reverse_name

Diffstat:
mutt/muttrc | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/mutt/muttrc b/mutt/muttrc @@ -30,6 +30,11 @@ message-hook '!(~g|~G) ~b"^-----BEGIN\ PGP\ (SIGNED\ )?MESSAGE"' "exec check-tra send-hook . "unmy_hdr From:" send-hook . "set pgp_autosign" send-hook . "set crypt_opportunistic_encrypt" + +# use alternates for reversing +set reverse_name=yes +set reverse_realname=no + source "~/.mutt/perso" # == Encoding == @@ -159,3 +164,4 @@ folder-hook . push 'B=*' auto_view text/html # still, prefer text if available alternative_order text/plain text/enriched text/html +