aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVasil Zlatanov <v@skozl.com>2017-09-20 00:32:28 +0100
committerVasil Zlatanov <v@skozl.com>2017-09-20 00:32:28 +0100
commiteafd7f9c5a0ed464c5189880988e7da5959200c7 (patch)
treea30a0c7321cf395a95ade9c1bdadbcf5b21e7f8b
parent88b5692a4c877d52890b9ac363dbb8dfc15ba46e (diff)
downloaddotfiles-eafd7f9c5a0ed464c5189880988e7da5959200c7.tar.gz
dotfiles-eafd7f9c5a0ed464c5189880988e7da5959200c7.tar.bz2
dotfiles-eafd7f9c5a0ed464c5189880988e7da5959200c7.zip
add noops for macros
-rw-r--r--Mail/muttrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/Mail/muttrc b/Mail/muttrc
index 66376fa..b0e76d5 100644
--- a/Mail/muttrc
+++ b/Mail/muttrc
@@ -64,6 +64,7 @@ ignore x-alt-email x-orcpt company division x-warning
#----------------------------------------
# Moving around
+bind attach,browser,index,pager g noop
bind attach,browser,index gg first-entry
bind attach,browser,index G last-entry
bind pager gg top
@@ -81,6 +82,7 @@ bind browser,pager \Cy previous-line
bind index \Ce next-line
bind index \Cy previous-line
+bind index d noop
macro index dd \
"<save-message>+dove/Trash<enter>" \
"move message to the trash"