diff options
author | Bence Ferdinandy <bence@ferdinandy.com> | 2022-11-24 15:11:26 +0100 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2022-12-02 22:59:44 +0100 |
commit | c2c5cbd4c0d6254ce4553e56f1b2b010858eb869 (patch) | |
tree | aada282b14cb87d0ddf1b8c92f92f31e65559ac9 /doc | |
parent | 17718981c5d1db0775407d45f83dcd026758ab47 (diff) | |
download | aerc-c2c5cbd4c0d6254ce4553e56f1b2b010858eb869.tar.gz |
view: add close-on-reply option
Opening an email to view and then to reply will have two tabs open,
and after a reply the view tab needs to be closed manually. Allow the
user to set a close-on-reply option that will close the viewer tab when
replying and reopen the viewer tab in case the reply is not sent.
Signed-off-by: Bence Ferdinandy <bence@ferdinandy.com>
Tested-by: Inwit <inwit@sindominio.net>
Signed-off-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/aerc-config.5.scd | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/aerc-config.5.scd b/doc/aerc-config.5.scd index 40825864..ac9a3a73 100644 --- a/doc/aerc-config.5.scd +++ b/doc/aerc-config.5.scd @@ -500,6 +500,11 @@ These options are configured in the *[viewer]* section of _aerc.conf_. Default: _true_ +*close-on-reply* + 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_. |