aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-06-17 21:18:33 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-06-17 21:18:33 +1200
commit707b487765ab53954a9e022457b65598b0798fdb (patch)
treeb234e30afb86ab1a26f44a0c27ddfbb7689bf0a3
parentAdd maps to move messages (diff)
downloaddotfiles-707b487765ab53954a9e022457b65598b0798fdb.tar.gz
dotfiles-707b487765ab53954a9e022457b65598b0798fdb.zip
Use \a not \A for address-book add
-rw-r--r--mutt/muttrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/mutt/muttrc b/mutt/muttrc
index 11fe0543..572ea165 100644
--- a/mutt/muttrc
+++ b/mutt/muttrc
@@ -228,7 +228,7 @@ macro generic,index,browser,pager \\\Cr \
'Move message to sent'
# Shortcut to add addresses to abook
-macro index,pager \\A \
+macro index,pager \\a \
'<pipe-message>abook --add-email-quiet<enter>' \
'Add sender address to abook'