summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2011-09-11 13:14:08 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2011-09-11 13:14:08 +0100
commit2ddb270d05e63e17fa943a6fca1d7c102a05b7e1 (patch)
tree37eef2338ce604ad54f7fac3594631944f5f1a01
parent0f7cea59902421e4a539e4256a2f47f0392dbcb1 (diff)
default key maps for attachment save (s and S)
-rw-r--r--alot/settings.py2
-rw-r--r--data/example.full.rc2
2 files changed, 4 insertions, 0 deletions
diff --git a/alot/settings.py b/alot/settings.py
index 18a3cfd5..616ed1d6 100644
--- a/alot/settings.py
+++ b/alot/settings.py
@@ -251,6 +251,8 @@ DEFAULTS = {
'g': 'groupreply',
'p': 'print',
'r': 'reply',
+ 's': 'save',
+ 'S': 'save --all',
'|': 'prompt pipeto ',
},
'taglist-maps': {
diff --git a/data/example.full.rc b/data/example.full.rc
index 124db49c..de456192 100644
--- a/data/example.full.rc
+++ b/data/example.full.rc
@@ -104,6 +104,8 @@ f = forward
g = groupreply
p = print
r = reply
+s = save
+S = save --all
| = prompt pipeto