From b650bb30a2d3ebd527c66dc7f7b229ca238fe297 Mon Sep 17 00:00:00 2001 From: Ray Ganardi Date: Sun, 26 Apr 2020 11:50:25 +0200 Subject: Implement :header command Usage: *header* [-f] [value] Add a new email header. If the header already exists, -f must be specified to replace the given value. --- doc/aerc.1.scd | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd index ec3f1718..3eb8b24d 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] [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. -- cgit