From ccd9c51cc0f6ffeefbee313f0c92333f31bd48fa Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Sat, 7 Jan 2023 14:49:15 +0100 Subject: [PATCH] mail: Allow moving threads to other mailboxes --- office/.config/neomutt/maps | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/office/.config/neomutt/maps b/office/.config/neomutt/maps index 6874cd3..da5854d 100644 --- a/office/.config/neomutt/maps +++ b/office/.config/neomutt/maps @@ -30,6 +30,10 @@ bind pager,index za collapse-thread bind pager,index zA collapse-all bind pager,index zr reconstruct-thread bind pager,index zR entire-thread +# Saner copy/move dialogs +macro index,pager C "?" "copy a message to a mailbox" +macro index,pager M "?" "move a message to a mailbox" +macro index,pager gM "?" "move thread to a mailbox" # Email completion bindings bind editor complete-query @@ -78,9 +82,6 @@ macro index,pager \CU "|urlview" "call urlview to open links" macro index O "export MBSYNC_PRE=true; sync-mail" "refresh all e-mail" macro index o "export MBSYNC_PRE=true; sync-mail gmail-inbox" "refresh inbox e-mail" -# Saner copy/move dialogs -macro index C "?" "copy a message to a mailbox" -macro index M "?" "move a message to a mailbox" # Send mail to taskwarrior macro index,pager T "mutt2task -c -d -t" "add mail as task to taskwarrior with custom description and tags"