X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=online_mail%2F.mutt%2Fmuttrc;h=81bf0801f87b0aca500357e684d4f9ac49140398;hb=5cf23455431daaf6299bfef4ab7662914f6c018c;hp=9ef64ec5b0470786f1a6e5bd82726e7c61382be0;hpb=2ef18383ec23685073828d756955af9bafdef640;p=max%2Fdotfiles.git diff --git a/online_mail/.mutt/muttrc b/online_mail/.mutt/muttrc index 9ef64ec..81bf080 100644 --- a/online_mail/.mutt/muttrc +++ b/online_mail/.mutt/muttrc @@ -10,7 +10,9 @@ folder-hook 'outlook.office365.com' 'source ~/.mutt/account.uk.ac.aber.maf54' macro index 'c' '?^K+' # Source the passwords file -source "gpg2 -dq ~/.mutt/passwords.gpg |" +#source "gpg2 -dq ~/.mutt/passwords.gpg |" +set my_personal_password=`pass Home/xenon/mail/max@friedersdorff.com | head -n 1` +set my_aber_password=`pass Aber/Main | head -n 1` # Always check personal email first source ~/.mutt/account.com.friedersdorff.max @@ -29,7 +31,7 @@ macro pager \cb "|urlview\n" set text_flowed=yes set reflow_text=yes -set editor="vim +':set textwidth=72' +'set fo=aw'" +set editor="gvim -v +':set textwidth=72' +'set fo=aw'" # Encryption source ~/.mutt/gpg.rc @@ -43,4 +45,7 @@ source ~/.mutt/colors.mutt set sort=threads set sort_aux=last-date-received -set fast_reply=yes \ No newline at end of file +set fast_reply=yes + +# Show message some message headers when reading mail +set pager_index_lines=10