aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2020-03-14 08:00:39 +0100
committerPatrick Spek <p.spek@tyil.nl>2021-08-14 11:59:33 +0200
commitb6af19259ffb8deefa251ddbf8043c1a8056f645 (patch)
treeb6474b3762e25ad5059b22f2e9bf55943bf9d876 /.config
parent89a1d3bc9682b947dbd20a93588a111d4fcd02cd (diff)
Add localmail hotkeys in neomutt
Diffstat (limited to '.config')
-rw-r--r--.config/neomutt/neomuttrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/neomutt/neomuttrc b/.config/neomutt/neomuttrc
index 512ade7..8124a01 100644
--- a/.config/neomutt/neomuttrc
+++ b/.config/neomutt/neomuttrc
@@ -47,6 +47,8 @@ virtual-mailboxes \
macro index a "<modify-labels>+archive -unread -inbox<enter>"
macro index d "<modify-labels>+trash -unread -inbox<enter>"
macro index s "<modify-labels>+trash +spam -unread -inbox<enter>"
+macro index <F5> "<shell-escape> localmail fetch && notmuch new<enter>"
+macro index <F6> "<shell-escape> localmail send<enter>"
# Pager
macro pager a "<modify-labels>+archive -unread -inbox<enter><next-entry>"