X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=muttrc;h=8dba152998f0cd4d9a679d0e43f350e62f43b7af;hb=7b3eb9d69dd0e88553c903b7f63c7c0d1433bb09;hp=6fc19f53e9ee65f6e543901cfe3ac9c8e32cc204;hpb=13da7d94ff5f1764343a5d83d419b8dca8eecd97;p=dotfiles.git diff --git a/muttrc b/muttrc index 6fc19f5..8dba152 100644 --- a/muttrc +++ b/muttrc @@ -1,13 +1,12 @@ -# 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 sendmail="/usr/local/bin/msmtp -C /home/mart/.mutt/msmtp --password=$my_msmtp_pass -f mart@martlubbers.net -a net" +set my_msmtp_pass=`gpg -d ~/passwd.gpg >> /dev/null` +set sendmail="msmtp -C /home/mart/.mutt/msmtp -f mart@martlubbers.net -a net" # Bindings index bind index gg first-entry @@ -22,7 +21,7 @@ bind pager R group-reply # Macros macro index S "mutt-notmuch-py ~/.mutt/mail/temp+temp" "search mail (using notmuch)" -macro index,pager $ "offlineimap -c ~/.mutt/offlineimaprc -k Repository_Remote:remotepass=$my_msmtp_pass &" "Force refresh" +macro index,pager $ "offlineimap -c ~/.mutt/offlineimaprc &" "Force refresh" macro index,pager \CT "~C vim@vim.org | ~C vim_use=vim~C lists.debian.org=debian~C mutt-users@mutt.org=mutt~C praat-users=praat" "Clean up mailing lists" macro index,pager \cb "|urlview\n" @@ -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