X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=email%2F.mutt%2Fmuttrc;h=e7463cb870bf81aec0c4b7cddf6a53b53ad2e901;hb=081b167a47e0ed34514535fe67501dfd006b3061;hp=8036a9bc10bc6fc71448624233368d5da375ede4;hpb=7c0c395e57530a31d96410759e5f65b12d2aaea2;p=dotfiles.git diff --git a/email/.mutt/muttrc b/email/.mutt/muttrc index 8036a9b..e7463cb 100644 --- a/email/.mutt/muttrc +++ b/email/.mutt/muttrc @@ -12,14 +12,9 @@ source ~/.mutt/mailboxes # Receiving, sending and searching set sendmail="msmtp -C /home/mart/.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)\"" -macro index \ - "set my_old_pipe_decode=\$pipe_decode my_old_wait_key=\$wait_key nopipe_decode nowait_key\ - notmuch-mutt -r --prompt search\ - `echo ${XDG_CACHE_HOME:-$HOME/.cache}/notmuch/mutt/results`\ - set pipe_decode=\$my_old_pipe_decode wait_key=\$my_old_wait_key" \ - "notmuch: search mail" # Key bindings bind index gg first-entry @@ -60,7 +55,7 @@ set menu_scroll set tilde set quote_regexp="^( {0,4}[>|:#%]| {0,4}[a-z0-9]+[>|]+)+" -# Aliases +# Address book set query_command= "khard mutt --search '%s'" bind editor complete-query bind editor ^T complete @@ -69,30 +64,9 @@ macro index,pager A \ "add the sender email address to khard" # Colors -color normal white default -color attachment brightyellow default -color hdrdefault cyan default -color indicator default cyan -color markers brightred default -color quoted green default -color signature cyan default -color status brightgreen blue -color tilde blue default -color tree red default -color body brightred default [\-\.+_a-zA-Z0-9]+@[\-\.a-zA-Z0-9]+ -color body brightblue default (https?|ftp)://[\-\.\,/%~_:?\#a-zA-Z0-9]+ -color quoted1 brightyellow default -color quoted2 red default -color hdrdefault cyan default -color signature cyan default -color index green default ~p -color index brightyellow default ~N -color index blue default ~T -color index red default ~D -color index brightblue default ~F +source ~/.mutt/colors.muttrc # Crypto -source /etc/Muttrc.gpg.dist set crypt_autosign set crypt_replysign set crypt_replysignencrypted=yes