From e66ffbd1bfa4e2f90f7925a56c26093bd71c87e1 Mon Sep 17 00:00:00 2001 From: Patrick Totzke Date: Tue, 27 Dec 2011 22:49:48 +0000 Subject: 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 --- NEWS | 2 +- alot/defaults/alot.rc | 2 +- 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' -- cgit v1.2.3