From fca7321639f77bbf825dc897156d7a21993a2c69 Mon Sep 17 00:00:00 2001 From: Yash Srivastav Date: Sat, 8 Jun 2019 01:05:23 +0530 Subject: Message list: implement index-format option --- doc/aerc-config.5.scd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/aerc-config.5.scd b/doc/aerc-config.5.scd index 409e863..e002764 100644 --- a/doc/aerc-config.5.scd +++ b/doc/aerc-config.5.scd @@ -31,12 +31,12 @@ These options are configured in the *[ui]* section of aerc.conf. Describes the format for each row in a mailbox view. This field is compatible with mutt's printf-like syntax. TODO: document properly - Default: %4C %Z %D %-17.17n %s + Default: %D %-17.17n %s *timestamp-format* - See strftime(3) + See time.Time#Format at https://godoc.org/time#Time.Format - Default: %F %l:%M %p (ISO 8501 + 12 hour time) + Default: 2006-01-02 03:04 PM (ISO 8601 + 12 hour time) *sidebar-width* Width of the sidebar, including the border. Set to zero to disable the -- cgit v1.2.3