diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/aerc-config.5.scd | 5 | ||||
-rw-r--r-- | doc/aerc.1.scd | 5 |
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>_ |