diff options
author | Ben Burwell <ben@benburwell.com> | 2020-01-09 14:55:56 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2020-01-11 09:45:21 -0500 |
commit | 240f57848ff64fca5605ad5be4b059ae53f50147 (patch) | |
tree | 80f3f174206e920dae5d1c56d802ac8e588fdffe /doc/aerc.1.scd | |
parent | 598e39f523024ae36bd94c2fbee87cf13165c78e (diff) | |
download | aerc-240f57848ff64fca5605ad5be4b059ae53f50147.tar.gz |
Add docs for reply -T
Diffstat (limited to 'doc/aerc.1.scd')
-rw-r--r-- | doc/aerc.1.scd | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd index 73a4d83..c0e8ad4 100644 --- a/doc/aerc.1.scd +++ b/doc/aerc.1.scd @@ -116,13 +116,15 @@ message list, the message in the message viewer, etc). *-p*: Pipe just the selected message part, if applicable -*reply* [-aq] +*reply* [-aq] [-T <template-file>] Opens the composer to reply to the selected message. *-a*: Reply all *-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 + *read* Marks the marked or selected messages as read. |