diff options
Diffstat (limited to 'config/aerc.conf')
-rw-r--r-- | config/aerc.conf | 35 |
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: ` |