From 7f033278eb3afc3b9ae2dca28efe8d4a3514d14a Mon Sep 17 00:00:00 2001 From: Jeffas Date: Fri, 24 Apr 2020 11:42:21 +0200 Subject: Add postpone command This command uses the Postpone folder from the account config to save messages to. Messages are saved as though they were sent so have a valid 'to' recipient address and should be able to be read back in for later editing. --- config/binds.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'config/binds.conf') diff --git a/config/binds.conf b/config/binds.conf index 5887203..abfd77e 100644 --- a/config/binds.conf +++ b/config/binds.conf @@ -90,6 +90,7 @@ $ex = # Keybindings used when reviewing a message to be sent y = :send n = :abort +p = :postpone q = :abort e = :edit a = :attach -- cgit v1.2.3