From: Penny Leach Date: Mon, 21 Feb 2011 14:43:26 +0000 (+0100) Subject: Added notmuch integration X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=2bfb8f2ac8e3a56d993a114ab4d4ccb9545d404b;p=dotfiles%2Fmutt.git Added notmuch integration --- 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