diff options
author | Ray Ganardi <ray@ganardi.xyz> | 2020-04-26 11:50:25 +0200 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2020-05-01 11:01:28 -0400 |
commit | b650bb30a2d3ebd527c66dc7f7b229ca238fe297 (patch) | |
tree | b5a358f488acedc41cdf4b1061b4bdc59427fe6b /doc/aerc.1.scd | |
parent | 63fb2b20062a0fe72893fbe8a1a829f98d03fe12 (diff) | |
download | aerc-b650bb30a2d3ebd527c66dc7f7b229ca238fe297.tar.gz |
Implement :header command
Usage: *header* [-f] <field> [value] Add a new email header. If the header already exists, -f must be specified to replace the given value.
Diffstat (limited to 'doc/aerc.1.scd')
-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 ec3f171..3eb8b24 100644 --- a/doc/aerc.1.scd +++ b/doc/aerc.1.scd @@ -318,6 +318,10 @@ message list, the message in the message viewer, etc). configuration. For details on configuring outgoing mail delivery consult *aerc-config*(5). +*header* [-f] <field> [value] + Add a new email header. If the header already exists, -f must be + specified to replace the given value. + *toggle-headers* Toggles the visibility of the message headers. |