diff options
author | Jeffas <dev@jeffas.io> | 2020-04-24 11:42:21 +0200 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2020-04-24 12:59:21 -0400 |
commit | 7f033278eb3afc3b9ae2dca28efe8d4a3514d14a (patch) | |
tree | ee02c27cb1dfadd54be0178e91d6f2d5f0cbf4dc /config/binds.conf | |
parent | 447e662057c663f47f5c8a490543b1a52b26bc86 (diff) | |
download | aerc-7f033278eb3afc3b9ae2dca28efe8d4a3514d14a.tar.gz |
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.
Diffstat (limited to 'config/binds.conf')
-rw-r--r-- | config/binds.conf | 1 |
1 files changed, 1 insertions, 0 deletions
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 = <C-x> # Keybindings used when reviewing a message to be sent y = :send<Enter> n = :abort<Enter> +p = :postpone<Enter> q = :abort<Enter> e = :edit<Enter> a = :attach<space> |