aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorBence Ferdinandy <bence@ferdinandy.com>2022-12-15 10:19:21 +0100
committerRobin Jarry <robin@jarry.cc>2022-12-15 20:31:55 +0100
commitc381bbd4110031df32a5bbc3e3de8c5dc677a6e4 (patch)
tree0080949189d0eaafdd38bfbbbd9ba2450ca0feb3 /doc
parent85bfa54baaca7530786c59c29a4acaac2698f656 (diff)
downloadaerc-c381bbd4110031df32a5bbc3e3de8c5dc677a6e4.tar.gz
reply: refactor close-on-reply setting to -c flag
Previously close-on-reply was implemented as a setting, making it unflexible. Refactor so it is a flag to reply `:reply -c`. Signed-off-by: Bence Ferdinandy <bence@ferdinandy.com> Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'doc')
-rw-r--r--doc/aerc-config.5.scd5
-rw-r--r--doc/aerc.1.scd5
2 files changed, 4 insertions, 6 deletions
diff --git a/doc/aerc-config.5.scd b/doc/aerc-config.5.scd
index 2ef3b000..3dea16f6 100644
--- a/doc/aerc-config.5.scd
+++ b/doc/aerc-config.5.scd
@@ -506,11 +506,6 @@ These options are configured in the *[viewer]* section of _aerc.conf_.
Default: _true_
-*close-on-reply* = _true_|_false_
- Close the view tab when replying. If the reply is not sent, reopen the view tab.
-
- Default: _false_
-
# COMPOSE
These options are configured in the *[compose]* section of _aerc.conf_.
diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd
index b477fbaf..ad18c984 100644
--- a/doc/aerc.1.scd
+++ b/doc/aerc.1.scd
@@ -217,11 +217,14 @@ message list, the message in the message viewer, etc).
_[PATCH X/Y]_), all marked messages will be sorted by subject to ensure
that the patches are applied in order.
-*:reply* [*-aq*] [*-T* _<template-file>_]
+*:reply* [*-acq*] [*-T* _<template-file>_]
Opens the composer to reply to the selected message.
*-a*: Reply all
+ *-c*: Close the view tab when replying. If the reply is not sent, reopen
+ the view tab.
+
*-q*: Insert a quoted version of the selected message into the reply editor
*-T* _<template-file>_