diff options
-rw-r--r-- | muttrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -65,6 +65,9 @@ auto_view text/x-vcard text/html text/enriched macro index,pager \cb "<pipe-message> urlscan<Enter>" "Extract URLs" macro attach,compose \cb "<pipe-entry> urlscan<Enter>" "Extract URLs" +# Code review stuff +macro index ,A "| git am -s" "apply patch" + # Searching/tagging with notmuch # # - https://neomutt.org/feature/notmuch |