diff options
author | Daniel Bridges <bridges2@gmail.com> | 2019-08-01 11:29:21 -0700 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-08-03 10:43:55 -0400 |
commit | f4b774146387f147d6e693d789889bfdd817a290 (patch) | |
tree | 9698171277749cc9885a161de45895c57649d130 /doc | |
parent | b72bb27cb45f25d1df0d93be17474d8a08715411 (diff) | |
download | aerc-f4b774146387f147d6e693d789889bfdd817a290.tar.gz |
Add cc and bcc commands
Diffstat (limited to 'doc')
-rw-r--r-- | doc/aerc.1.scd | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd index c158422..725549e 100644 --- a/doc/aerc.1.scd +++ b/doc/aerc.1.scd @@ -216,6 +216,10 @@ 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> + 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. + *edit* (Re-) opens your text editor to edit the message in progress. |