diff options
author | Matthew Lemon <y@yulqen.org> | 2023-05-12 18:05:36 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-05-12 18:05:44 +0100 |
commit | e6fd7b60e1d6e7869baed548ffbd620d8d3e32b9 (patch) | |
tree | 17b746576de6ade8036440749998455faa0948f1 /muttrc | |
parent | 3ca15d636041e149efa91eabafb1ca189b7aa29d (diff) |
Changed p binding to go back to GPG use
Diffstat (limited to 'muttrc')
-rw-r--r-- | muttrc | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -198,8 +198,8 @@ set sendmail = "/usr/bin/msmtp -a matthewlemon" set sendmail_wait = 0 set record = "+matt-matthewlemon.com/Sent" -bind compose p postpone-message -bind index p recall-message +#bind compose p postpone-message +#bind index p recall-message # Get mutt to understand the contacts command line prog which reads Contacts #set query_command = "contacts -Sf '%eTOKEN%n' '%s' | sed -e 's/TOKEN/\t/g'" @@ -258,7 +258,7 @@ macro index <F6> \ #macro index <F8> "<enter-command>unset wait_key<enter><shell-escape>/usr/bin/notmuch-mutt --prompt search<enter><change-folder-readonly>~/.cache/mutt_results<enter>" "search mail (using notmuch)" #macro index <F9> "<enter-command>unset wait_key<enter><pipe-message>/usr/bin/notmuch-mutt thread<enter><change-folder-readonly>~/.cache/mutt_results<enter><enter-command>set wait_key<enter>" "search and reconstruct owning thread (using notmuch)" # -#source ~/.mutt/gpg.rc # Use GPG +source ~/.mutt/gpg.rc # Use GPG #source ~/.mutt/auto_views # Define auto_views. source ~/.mutt/aliases # Load in my aliases. source ~/.mutt/subscriptions # Define the list of subscribed mailing lists. |