From e6fd7b60e1d6e7869baed548ffbd620d8d3e32b9 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Fri, 12 May 2023 18:05:36 +0100 Subject: Changed p binding to go back to GPG use --- muttrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'muttrc') diff --git a/muttrc b/muttrc index 47808e4..fed0b11 100644 --- a/muttrc +++ b/muttrc @@ -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 \ #macro index "unset wait_key/usr/bin/notmuch-mutt --prompt search~/.cache/mutt_results" "search mail (using notmuch)" #macro index "unset wait_key/usr/bin/notmuch-mutt thread~/.cache/mutt_resultsset wait_key" "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. -- cgit v1.2.3