diff options
Diffstat (limited to 'config/aerc.conf.in')
-rw-r--r-- | config/aerc.conf.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/config/aerc.conf.in b/config/aerc.conf.in index b9381a8b..0421901a 100644 --- a/config/aerc.conf.in +++ b/config/aerc.conf.in @@ -16,6 +16,20 @@ index-format=%D %-17.17n %Z %s timestamp-format=2006-01-02 03:04 PM # +# Index-only time format for messages that were received/sent today. +# If this is not specified, timestamp-format is used instead. +# +# Default: "" +today-time-format= + +# +# Index-only time format for messages that were received/sent this year. +# If this is not specified, timestamp-format is used instead. +# +# Default: "" +this-year-time-format= + +# # Width of the sidebar, including the border. # # Default: 20 |