diff options
author | Bence Ferdinandy <bence@ferdinandy.com> | 2022-10-19 13:21:41 +0200 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2022-10-19 20:27:58 +0200 |
commit | c3bb3aa2a8908eaeb201a740fb12d70968cc3bac (patch) | |
tree | 44cb8ade5dcbd03077b8a461f236b16149a25c9f /doc/aerc-config.5.scd | |
parent | 6eed15c579017099c31d73821e70bc363e0fe7b8 (diff) | |
download | aerc-c3bb3aa2a8908eaeb201a740fb12d70968cc3bac.tar.gz |
msgview: add separate date formatting
The ThisDayTimeFormat and friends are missing from the message view
which just uses the message list's default setting. This might not be
desirable since the amount of space available is different. Introduce
separate settings for formatting dates in the message view.
Signed-off-by: Bence Ferdinandy <bence@ferdinandy.com>
Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'doc/aerc-config.5.scd')
-rw-r--r-- | doc/aerc-config.5.scd | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/aerc-config.5.scd b/doc/aerc-config.5.scd index a09c5ab8..310721ad 100644 --- a/doc/aerc-config.5.scd +++ b/doc/aerc-config.5.scd @@ -121,6 +121,29 @@ These options are configured in the *[ui]* section of aerc.conf. Default: "" +*message-view-timestamp-format* + If set, overrides *timestamp-format* for the message view. + + Default: "" + +*message-view-this-day-time-format* + If set, overrides *timestamp-format* in the message view for messages + that were received/sent today. + + Default: "" + +*message-view-this-week-time-format* + If set, overrides *timestamp-format* in the message view for messages + that were recieved/sent within the last 7 days. + + Default: "" + +*message-view-this-year-time-format* + If set, overrides *timestamp-format* in the message view for messages + that were received/sent this year. + + Default: "" + *sidebar-width* Width of the sidebar, including the border. Set to zero to disable the sidebar. |