diff options
author | Daniel Bridges <bridges2@gmail.com> | 2019-08-03 21:09:13 -0700 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-08-07 14:07:48 +0900 |
commit | 0a521241025d22d060b62cabe145bd9768b5da16 (patch) | |
tree | 09661a7bce1b209effa7d80edc7153b33af796c4 /doc | |
parent | 0ceea02720bcebb7e672b42cc72b2e8ce117ada8 (diff) | |
download | aerc-0a521241025d22d060b62cabe145bd9768b5da16.tar.gz |
Allow cc/bcc command to receive no arguments
Diffstat (limited to 'doc')
-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 725549e..10e6485 100644 --- a/doc/aerc.1.scd +++ b/doc/aerc.1.scd @@ -216,7 +216,7 @@ message list, the message in the message viewer, etc). Detaches the file with the given path from the composed email. If no path is specified, detaches the first attachment instead. -*cc* <addresses>, *bcc* <addresses> +*cc* [addresses], *bcc* [addresses] Sets the Cc or Bcc header to the given addresses. If an editor for the header is not currently visible in the compose window, a new one will be added. |