From 2bfb8f2ac8e3a56d993a114ab4d4ccb9545d404b Mon Sep 17 00:00:00 2001 From: Penny Leach Date: Mon, 21 Feb 2011 15:43:26 +0100 Subject: [PATCH] Added notmuch integration --- .muttrc | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.muttrc b/.muttrc index 069b2c5..5283e1c 100644 --- a/.muttrc +++ b/.muttrc @@ -145,6 +145,17 @@ macro attach E /home/penny/attach/ # put this last as it screws up the fucking syntax highlighting macro index \eb 'c=search''mairix ' 'Enter Mairix search term' +macro index \ + "unset wait_keymutt-notmuch --prompt search~/.cache/mutt_results" \ + "search mail (using notmuch)" +#macro index \ #mutt-patched only apparently + #"unset wait_keymutt-notmuch thread~/.cache/mutt_resultsset wait_key" \ + #"search and reconstruct owning thread (using notmuch)" +macro index \ + "unset wait_keyunignore message-idmutt-notmuch thread~/.cache/mutt_resultsset wait_key" \ + "search and reconstruct owning thread (using notmuch)" + + set pager_index_lines=10 #set sort_aux=last-date-received @@ -153,5 +164,5 @@ set wait_key=no # mark all read -macro index \cr ".\nN.\n" #mark all messages as read +macro index \eR ".\nN.\n" #mark all messages as read -- 2.39.5