X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=email%2F.mutt%2Fmuttrc;h=ce3a6e492ab695a924756b69565d4d33b565e4b1;hb=26e3da1803a7c90d69254d3c5970f3e8464931d2;hp=b99644b8e8c7cf67acd5ddb1a66a044524daf515;hpb=6228817eca37fd92348d47e0de2ebb3221c0de1e;p=dotfiles.git diff --git a/email/.mutt/muttrc b/email/.mutt/muttrc index b99644b..ce3a6e4 100644 --- a/email/.mutt/muttrc +++ b/email/.mutt/muttrc @@ -24,6 +24,7 @@ bind pager j next-line bind pager gg top bind pager G bottom bind index,pager R group-reply +bind index,pager F flag-message # Misc options set timeout=2 @@ -65,23 +66,18 @@ set tilde set quote_regexp="^( {0,4}[>|:#%]| {0,4}[a-z0-9]+[>|]+)+" # Address book -set query_command= "khard email --search '%s'" +set query_command= "khard email --parsable '%s'" bind editor complete-query bind editor ^T complete macro index,pager A \ "khard add-email" \ "add the sender email address to khard" -# Colors -source ~/.mutt/colors.muttrc - -# notmuch -source ~/.mutt/notmuch.muttrc +# sidebar +source ~/.mutt/sidebar.muttrc # Crypto -set crypt_use_gpgme=yes -set crypt_autosign -set crypt_replysign -set crypt_replysignencrypted=yes -set crypt_verify_sig=yes -message-hook '!(~g|~G) ~b"^-----BEGIN\ PGP\ (SIGNED\ )?MESSAGE"' "exec check-traditional-pgp" +source ~/.mutt/gpg.muttrc + +# Colors +source ~/.mutt/colors.muttrc