diff --git a/office/.config/neomutt/maps b/office/.config/neomutt/maps index da5854d..fd86c50 100644 --- a/office/.config/neomutt/maps +++ b/office/.config/neomutt/maps @@ -21,9 +21,9 @@ bind index,pager w display-toggle-weed # Thread manipulation bind pager d noop -bind index,pager dd delete-message -bind index,pager dT delete-thread -bind index,pager dt delete-subthread +bind index,pager dD delete-message +bind index,pager dd delete-subthread +bind index,pager dt delete-thread bind pager,index gt next-thread bind pager,index gT previous-thread bind pager,index za collapse-thread @@ -31,15 +31,15 @@ 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" +macro index,pager ,c "?" "copy a message to a mailbox" +macro index,pager ,m "?" "move thread to a mailbox" +macro index,pager ,M "?" "move a message to a mailbox" # Email completion bindings bind editor complete-query bind editor ^T complete # Press A to add contact to Khard address book -macro index,pager A \ +macro index,pager ,a \ "khard add-email" \ "add the sender email address to khard" @@ -69,14 +69,14 @@ bind pager G bottom # compose postpone bind compose p postpone-message # markdown to html for composition -macro compose M "F pandoc -s -f markdown -t html \ny^T^Utext/html; charset=UTF-8\n" "Convert from MD to HTML" +macro compose ,m "F pandoc -s -f markdown -t html \ny^T^Utext/html; charset=UTF-8\n" "Convert from MD to HTML" # since we unbound the original g bind index,pager r noop # to avoid accidentally sending replies bind index,pager rr group-reply bind index,pager ro reply # open urls found in the e-mail -macro index,pager \CU "|urlview" "call urlview to open links" +macro index,pager \CU " unset pipe_decodeextract_url | fzf | clip" "get URLs" # Refresh far imap email macro index O "export MBSYNC_PRE=true; sync-mail" "refresh all e-mail" @@ -84,5 +84,5 @@ macro index o "export MBSYNC_PRE=true; sync-mail gma # Send mail to taskwarrior -macro index,pager T "mutt2task -c -d -t" "add mail as task to taskwarrior with custom description and tags" -macro index,pager t "mutt2task -c" "add mail as task to taskwarrior" +macro index,pager ,T "mutt2task -c -d -t" "add mail as task to taskwarrior with custom description and tags" +macro index,pager ,t "mutt2task -c" "add mail as task to taskwarrior"