diff options
author | Daniel Bridges <bridges2@gmail.com> | 2019-08-12 06:15:45 -0700 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-08-13 10:49:34 +0900 |
commit | 72204d1f24d4082acc750b73dcda6981edd21a38 (patch) | |
tree | 76a2d79320ec2da88762d28ef66a391243206543 /doc/aerc.1.scd | |
parent | 5493af8c8f13ab3b6ab4caab4d00189b49d7f50f (diff) | |
download | aerc-72204d1f24d4082acc750b73dcda6981edd21a38.tar.gz |
Add optional body argument to compose command
Diffstat (limited to 'doc/aerc.1.scd')
-rw-r--r-- | doc/aerc.1.scd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd index 67bfba2..5f2f83b 100644 --- a/doc/aerc.1.scd +++ b/doc/aerc.1.scd @@ -139,7 +139,7 @@ message list, the message in the message viewer, etc). *cf* <folder> Change the folder shown in the message list. -*compose* [-H] +*compose* [-H] [<body>] 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 configuring outgoing mail delivery consult *aerc-config*(5). |