X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=muttrc;h=8ed4a1a991d5b16bc858921132a3c5958d0f406d;hb=9ef29a80bcd9692c100823314fed58833ae6ae8f;hp=6fc19f53e9ee65f6e543901cfe3ac9c8e32cc204;hpb=13da7d94ff5f1764343a5d83d419b8dca8eecd97;p=dotfiles.git diff --git a/muttrc b/muttrc index 6fc19f5..8ed4a1a 100644 --- a/muttrc +++ b/muttrc @@ -1,12 +1,11 @@ -# Name and info -set realname="Mart Lubbers" +# Name and info set realname="Mart Lubbers" set from="mart@martlubbers.net" set use_from=yes set envelope_from=yes set my_hdr="X-PGP-Key: http://www.martlubbers.net/mart@martlubbers.net.asc" # Receiving and sending email -set my_msmtp_pass=`gpg -d ~/passwd.gpg | grep -i mail | awk '{print $3}'` +set my_msmtp_pass=`gpg -d ~/passwd.gpg | grep -i mail | awk '{print $3}'; echo $?` set sendmail="/usr/local/bin/msmtp -C /home/mart/.mutt/msmtp --password=$my_msmtp_pass -f mart@martlubbers.net -a net" # Bindings index @@ -42,7 +41,7 @@ source ~/.mutt/mailboxes unset wait_key unset markers set sort_browser=alpha -set sort=pin +set sort=threads set sort_aux=date set editor=vim set duplicate_threads=yes