diff options
author | Srivathsan Murali <sri@vathsan.com> | 2019-11-12 12:50:00 +0100 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-11-17 13:19:20 -0500 |
commit | c655afa32bea3208885386cc3e600d19c934dd39 (patch) | |
tree | 15ab3b45ba905339558ae3d5a64eeca6abb13659 /doc | |
parent | 4bdef7d8609aa2d382fa74018e28ccb176276615 (diff) |
Complete the F rune.
%F now shows the auth name or recepient name/address if the
message is from you.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/aerc-config.5.scd | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/aerc-config.5.scd b/doc/aerc-config.5.scd index 0cde160..02fe4d6 100644 --- a/doc/aerc-config.5.scd +++ b/doc/aerc-config.5.scd @@ -57,11 +57,12 @@ These options are configured in the *[ui]* section of aerc.conf. | %f : sender name and address | %F -: sender name, or sender address if none +: author name, or recipient name if the message is from you. + The adderss is shown if no name part. | %i : message id | %n -: same as %F +: sender name, or sender address if none | %r : comma-separated list of formatted recipient names and addresses | %R |