docs: mention missing -T options for compose and forward

A template file may be specified for compose and forward as well.

Signed-off-by: Robin Jarry <robin@jarry.cc>
This commit is contained in:
Robin Jarry 2022-01-19 20:57:48 +01:00
parent f0f7cf347c
commit 92bf89c338
4 changed files with 20 additions and 8 deletions

View File

@ -72,7 +72,7 @@ func buildBody(args []string) (string, string, error) {
} }
posargs := args[optind:] posargs := args[optind:]
if len(posargs) > 1 { if len(posargs) > 1 {
return "", template, errors.New("Usage: compose [-H] [body]") return "", template, errors.New("Usage: compose [-H header] [-T template] [body]")
} }
if len(posargs) == 1 { if len(posargs) == 1 {
body = posargs[0] body = posargs[0]

View File

@ -224,12 +224,12 @@ new-email=
# default: @SHAREDIR@/templates/ # default: @SHAREDIR@/templates/
template-dirs=@SHAREDIR@/templates/ template-dirs=@SHAREDIR@/templates/
# The template to be used for quoted replies. # The default template to be used for quoted replies.
# #
# default: quoted_reply # default: quoted_reply
quoted-reply=quoted_reply quoted-reply=quoted_reply
# The template to be used for forward as body. # The default template to be used for forward as body.
# #
# default: forward_as_body # default: forward_as_body
forwards=forward_as_body forwards=forward_as_body

View File

@ -383,12 +383,12 @@ These options are configured in the *[templates]* section of aerc.conf.
Default: "/usr/share/aerc/templates" Default: "/usr/share/aerc/templates"
*quoted-reply* *quoted-reply*
The template to be used for quoted replies. The default template to be used for quoted replies.
Default: "quoted_reply" Default: "quoted_reply"
*forwards* *forwards*
The template to be used for forward as body. The default template to be used for forward as body.
Default: "forward_as_body" Default: "forward_as_body"

View File

@ -126,11 +126,17 @@ message list, the message in the message viewer, etc).
directory. The original message will be deleted only if it is in the directory. The original message will be deleted only if it is in the
postpone directory. postpone directory.
*forward* [-A] [address...] *forward* [-A] [-T <template-file>] [address...]
Opens the composer to forward the selected message to another recipient. Opens the composer to forward the selected message to another recipient.
*-A*: Forward the message as an RFC 2822 attachment. *-A*: Forward the message as an RFC 2822 attachment.
*-T* <template-file>
Use the specified template file for creating the initial
message body. Unless *-A* is specified, this defaults to what
is set as _forwards_ in the _[templates]_ section of
_aerc.conf_.
*move* <target> *move* <target>
Moves the selected message to the target folder. Moves the selected message to the target folder.
@ -153,7 +159,10 @@ message list, the message in the message viewer, etc).
*-q*: Insert a quoted version of the selected message into the reply editor *-q*: Insert a quoted version of the selected message into the reply editor
*-T*: Use the specified template file for creating the initial message body *-T* <template-file>
Use the specified template file for creating the initial
message body. If *-q* is specified, defaults to what is set as
_quoted-reply_ in the _[templates]_ section of _aerc.conf_.
*read* [-t] *read* [-t]
Marks the marked or selected messages as read. Marks the marked or selected messages as read.
@ -210,7 +219,7 @@ message list, the message in the message viewer, etc).
*cf* <folder> *cf* <folder>
Change the folder shown in the message list. Change the folder shown in the message list.
*compose* [-H] [<body>] *compose* [-H] [<body>] [-T <template-file>]
Open the compose window to send a new email. The new email will be sent with Open the compose window to send a new email. The new email will be sent with
the current account's outgoing transport configuration. For details on the current account's outgoing transport configuration. For details on
configuring outgoing mail delivery consult *aerc-config*(5). configuring outgoing mail delivery consult *aerc-config*(5).
@ -218,6 +227,9 @@ message list, the message in the message viewer, etc).
*-H* <header> *-H* <header>
Add the specified header to the message, e.g. 'compose -H "X-Custom: custom Add the specified header to the message, e.g. 'compose -H "X-Custom: custom
value"' value"'
*-T* <template-file>
Use the specified template file for creating the initial
message body.
*filter* [options] <terms...> *filter* [options] <terms...>
Similar to *search*, but filters the displayed messages to only the search Similar to *search*, but filters the displayed messages to only the search