summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2011-12-27 22:49:48 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2011-12-27 22:49:48 +0000
commite66ffbd1bfa4e2f90f7925a56c26093bd71c87e1 (patch)
treef55d4595e9bb6f415f1c11d07c4ae15e08ab0e19
parentc8334bb2672cca32cd2e6f503492b5a9205e7b14 (diff)
changed default binding: P postpones (saves draft)
realized too late that overiding 'd' to save drafts in envelope mode is stupid. we revert to mutt's default binding for this operation
-rw-r--r--NEWS2
-rw-r--r--alot/defaults/alot.rc2
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index a9478e10..5b1c9f1f 100644
--- a/NEWS
+++ b/NEWS
@@ -10,7 +10,7 @@ current:
* theming of threadline depending on the presence of fixed tags
* new thread mode command: "remove" to delete messages from the index
* new thread mode command: "editnew" e.g. to continue drafts (bound to 'n')
-* new envelope command: "save" to save as draft (bound to 'd')
+* new envelope command: "save" to save as draft (bound to 'P')
* new thread mode command: "togglesource" to display raw messages (bound to 'h')
diff --git a/alot/defaults/alot.rc b/alot/defaults/alot.rc
index 264fe69f..bd53960e 100644
--- a/alot/defaults/alot.rc
+++ b/alot/defaults/alot.rc
@@ -151,7 +151,7 @@ O = refineprompt
[envelope-maps]
a = prompt 'attach ~/'
y = send
-d = save
+P = save
s = 'refine Subject'
t = 'refine To'
b = 'refine Bcc'