diff options
author | Matthew Lemon <y@yulqen.org> | 2023-10-08 15:22:04 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-10-08 15:22:04 +0100 |
commit | 21488a7dac19cc12f312937486613d9ee6523b13 (patch) | |
tree | 8243f4675d163cc2c79421068595009c02555807 /muttrc | |
parent | ad05db20772727fc8518791bca6e7a90397e59fc (diff) |
Change binding for mutt2task
Diffstat (limited to '')
-rw-r--r-- | muttrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -224,7 +224,7 @@ bind pager N search-opposite macro index a "<limit>all\n" "show all messages (undo limit)" # get an email from mutt to taskwarrior -macro index T "<pipe-message>mutt2task<enter> <move-message>purelymail/INBOX.Archive<enter>" +macro index ,t "<pipe-message>mutt2task<enter> <move-message>purelymail/INBOX.Archive<enter>" # Handle searching using notmuch (see Steve Losh article) # this doesn't work on linux so using another macro index S "<enter-command>unset wait_key<enter><shell-escape>mutt-notmuch-py.py ~/.mail/temporary/search<enter><change-folder-readonly>+temporary/search<enter>" "search mail (using notmuch)" |