aboutsummaryrefslogtreecommitdiffstats
path: root/doc/aerc-config.5.scd
diff options
context:
space:
mode:
authorBence Ferdinandy <bence@ferdinandy.com>2022-10-19 13:21:41 +0200
committerRobin Jarry <robin@jarry.cc>2022-10-19 20:27:58 +0200
commitc3bb3aa2a8908eaeb201a740fb12d70968cc3bac (patch)
tree44cb8ade5dcbd03077b8a461f236b16149a25c9f /doc/aerc-config.5.scd
parent6eed15c579017099c31d73821e70bc363e0fe7b8 (diff)
downloadaerc-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.scd23
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.