diff options
author | Koni Marti <koni.marti@gmail.com> | 2022-10-20 23:55:28 +0200 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2022-10-26 00:19:49 +0200 |
commit | 19e275025538a92bae92b152c4e39bdd22ad7e7f (patch) | |
tree | 4e4cfc06b140a1cf2f8e9c342d2203578fd7a459 /doc/aerc.1.scd | |
parent | b860a64622bfd10d34d24759e24cefa0221ebc5a (diff) | |
download | aerc-19e275025538a92bae92b152c4e39bdd22ad7e7f.tar.gz |
envelope: display message envelope info
Display entire message envelope in a user-friendly dialog popup with the
:envelope command. All header fields can be displayed with the -h flag.
Fixes: https://todo.sr.ht/~rjarry/aerc/85
Signed-off-by: Koni Marti <koni.marti@gmail.com>
Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'doc/aerc.1.scd')
-rw-r--r-- | doc/aerc.1.scd | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd index ea4be171..f14d4671 100644 --- a/doc/aerc.1.scd +++ b/doc/aerc.1.scd @@ -162,6 +162,15 @@ message list, the message in the message viewer, etc). *delete-message* Deletes the selected message. +*envelope [-h] [-s <format-specifier>]* + Opens the message envelope in a dialog popup. + + *-h*: Show all header fields + + *-s* <format-specifier> + User-defined format specifier requiring two %s for the key and + value strings. Default format: '%-20.20s: %s' + *recall* [-f] Opens the selected message for re-editing. Messages can only be recalled from the postpone directory. The original message is deleted. |