aboutsummaryrefslogtreecommitdiffstats
path: root/muttrc
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2023-10-08 15:22:04 +0100
committerMatthew Lemon <y@yulqen.org>2023-10-08 15:22:04 +0100
commit21488a7dac19cc12f312937486613d9ee6523b13 (patch)
tree8243f4675d163cc2c79421068595009c02555807 /muttrc
parentad05db20772727fc8518791bca6e7a90397e59fc (diff)
Change binding for mutt2task
Diffstat (limited to '')
-rw-r--r--muttrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/muttrc b/muttrc
index d351206..bdcd23c 100644
--- a/muttrc
+++ b/muttrc
@@ -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)"