X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;ds=sidebyside;f=email%2F.mutt%2Fmuttrc;h=2743046575045de3236e19cec6bd600e2507e36a;hb=f2a1c89978a8ec6f129660a28f5c424b5f55bcd2;hp=e7463cb870bf81aec0c4b7cddf6a53b53ad2e901;hpb=081b167a47e0ed34514535fe67501dfd006b3061;p=dotfiles.git diff --git a/email/.mutt/muttrc b/email/.mutt/muttrc index e7463cb..2743046 100644 --- a/email/.mutt/muttrc +++ b/email/.mutt/muttrc @@ -11,7 +11,7 @@ set mask="!^\\.[^.]" source ~/.mutt/mailboxes # Receiving, sending and searching -set sendmail="msmtp -C /home/mart/.mutt/msmtprc" +set sendmail="msmtp -C /home/mrl/.mutt/msmtprc" set send_charset="us-ascii:utf-8" macro index,pager $ "offlineimap -c ~/.mutt/offlineimaprc &" "Force refresh" macro attach B "firefox \"data:text/html;base64,$(base64 -w 0 <&0)\"" @@ -56,7 +56,7 @@ set tilde set quote_regexp="^( {0,4}[>|:#%]| {0,4}[a-z0-9]+[>|]+)+" # Address book -set query_command= "khard mutt --search '%s'" +set query_command= "khard email --search '%s'" bind editor complete-query bind editor ^T complete macro index,pager A \ @@ -66,7 +66,11 @@ macro index,pager A \ # Colors source ~/.mutt/colors.muttrc +# notmuch +source ~/.mutt/notmuch.muttrc + # Crypto +set crypt_use_gpgme=yes set crypt_autosign set crypt_replysign set crypt_replysignencrypted=yes