diff options
author | Bence Ferdinandy <bence@ferdinandy.com> | 2022-12-08 14:15:33 +0100 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2022-12-14 11:24:43 +0100 |
commit | adf74be4b5c55faa724d35ca7bea2603c3ef42f9 (patch) | |
tree | 87de802bbfef7a8455ad6e9d48f2a1f0b38a517a /doc/aerc-config.5.scd | |
parent | c05c2ffe0424b048b10e7dd1aca59ae9cf631f12 (diff) | |
download | aerc-adf74be4b5c55faa724d35ca7bea2603c3ef42f9.tar.gz |
msglist: add attachment indicator
Add indicator of an attachment to the flags and make the character used
to be configurable.
Signed-off-by: Bence Ferdinandy <bence@ferdinandy.com>
Tested-by: Jens Grassel <jens@wegtam.com>
Diffstat (limited to 'doc/aerc-config.5.scd')
-rw-r--r-- | doc/aerc-config.5.scd | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/aerc-config.5.scd b/doc/aerc-config.5.scd index 4fd04bfa..2ef3b000 100644 --- a/doc/aerc-config.5.scd +++ b/doc/aerc-config.5.scd @@ -112,7 +112,7 @@ These options are configured in the *[ui]* section of _aerc.conf_. | _%v_ : sender first name (e.g. "Alex" in "Alex Smith <smith@example.net>") | _%Z_ -: flags (O=old, N=new, r=answered, D=deleted, !=flagged, \*=marked) +: flags (O=old, N=new, r=answered, D=deleted, !=flagged, \*=marked, a=attachment) *timestamp-format* = _<timeformat>_ See time.Time#Format at https://godoc.org/time#Time.Format @@ -323,6 +323,11 @@ These options are configured in the *[ui]* section of _aerc.conf_. Default: _[s!]_ +*icon-attachment* = _<string>_ + The icon to display index-format when the message has an attachment. + + Default: _a_ + *fuzzy-complete* = _true_|_false_ When typing a command or option, the popover will now show not only the items /starting/ with the string input by the user, but it will also show |