summaryrefslogtreecommitdiff
path: root/doc/aerc.1.scd
diff options
context:
space:
mode:
authorKoni Marti <koni.marti@gmail.com>2022-07-11 20:23:41 +0200
committerRobin Jarry <robin@jarry.cc>2022-07-14 23:15:02 +0200
commite200cd56bf22ec48d1b0441be2355dc6dcb35cd4 (patch)
treebc7b5bce028281fdf11bcfbdb5db221f8fa4d27a /doc/aerc.1.scd
parent5102d32ceabf4292a4af7d528f7ba5f070183518 (diff)
downloadaerc-e200cd56bf22ec48d1b0441be2355dc6dcb35cd4.zip
commands: implement a no-quit mode
Add a mode that prevents aerc from quitting normally when an important task is performed, i.e. when sending a message. The no-quit mode will be ignored when quit is used with the -f option to force an exit. Suggested-by: ph14nix[m] Signed-off-by: Koni Marti <koni.marti@gmail.com> Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'doc/aerc.1.scd')
-rw-r--r--doc/aerc.1.scd6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd
index 17e9042..b06dd43 100644
--- a/doc/aerc.1.scd
+++ b/doc/aerc.1.scd
@@ -113,8 +113,10 @@ These commands work in any context.
*choose* -o <key> <text> <command> [-o <key> <text> <command>]...
Prompts the user to choose from various options.
-*quit*
- Exits aerc.
+*quit* [-f]
+ Exits aerc. If a task is being performed that should not be interrupted
+ (like sending a message), a normal quit call might fail. In this case,
+ closing aerc can be forced with the -f option.
## MESSAGE COMMANDS