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"