aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Jarry <robin@jarry.cc>2024-02-10 00:36:02 +0100
committerRobin Jarry <robin@jarry.cc>2024-02-14 23:04:42 +0100
commitdf38d15b12de49e869121f02bbd69ff777f9e885 (patch)
treee722f78c81fd665abbb2047ce56b207148cd24fe
parent8edf7b0e4d386e5b4b4f052c88a781e40b1f1d30 (diff)
downloadaerc-df38d15b12de49e869121f02bbd69ff777f9e885.tar.gz
aerc-df38d15b12de49e869121f02bbd69ff777f9e885.zip
config: add missing settings in aerc.conf
Some settings are supported and documented but their description and default values are not present in the default aerc.conf file. Add them. Signed-off-by: Robin Jarry <robin@jarry.cc> Tested-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
-rw-r--r--config/aerc.conf35
1 files changed, 35 insertions, 0 deletions
diff --git a/config/aerc.conf b/config/aerc.conf
index bbcc270c..22c6d359 100644
--- a/config/aerc.conf
+++ b/config/aerc.conf
@@ -131,6 +131,28 @@
#this-year-time-format=
#
+# If set, overrides timestamp-format for the message view.
+#
+#message-view-timestamp-format=
+
+#
+# If set, overrides timestamp-format in the message view for messages
+# that were received/sent today.
+#
+#message-view-this-day-time-format=
+
+# If set, overrides timestamp-format in the message view for messages
+# that were recieved/sent within the last 7 days.
+#
+#message-view-this-week-time-format=
+
+#
+# If set, overrides *timestamp-format* in the message view for messages
+# that were received/sent this year.
+#
+#message-view-this-year-time-format=
+
+#
# Width of the sidebar, including the border.
#
# Default: 20
@@ -169,6 +191,19 @@
# Default: {{.Account}}
#tab-title-account={{.Account}}
+#
+# Template to use for Composer tab titles
+#
+# Default: {{.Subject}}
+#tab-title-composer={{.Subject}}
+
+#
+# Template to use for Message Viewer tab titles
+#
+# Default: {{if .Subject}}{{.Subject}}{{else}}(no subject){{end}}
+#tab-title-viewer={{if .Subject}}{{.Subject}}{{else}}(no subject){{end}}
+
+
# Marker to show before a pinned tab's name.
#
# Default: `