diff options
author | Bence Ferdinandy <bence@ferdinandy.com> | 2022-12-15 10:19:21 +0100 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2022-12-15 20:31:55 +0100 |
commit | c381bbd4110031df32a5bbc3e3de8c5dc677a6e4 (patch) | |
tree | 0080949189d0eaafdd38bfbbbd9ba2450ca0feb3 /doc/aerc-config.5.scd | |
parent | 85bfa54baaca7530786c59c29a4acaac2698f656 (diff) | |
download | aerc-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/aerc-config.5.scd')
-rw-r--r-- | doc/aerc-config.5.scd | 5 |
1 files changed, 0 insertions, 5 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_. |