diff options
Diffstat (limited to 'aerc')
-rw-r--r-- | aerc/.config/aerc/aerc.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/aerc/.config/aerc/aerc.conf b/aerc/.config/aerc/aerc.conf index b40ad48..8644774 100644 --- a/aerc/.config/aerc/aerc.conf +++ b/aerc/.config/aerc/aerc.conf @@ -7,7 +7,7 @@ # with mutt's printf-like syntax. # # Default: %D %-17.17n %Z %s -index-format=%D %-15.15a %-1.1Z %s +index-format=%D %-14.14a %-1.1Z %s # # See time.Time#Format at https://godoc.org/time#Time.Format @@ -19,7 +19,7 @@ timestamp-format=2006-01-02T15:04 # Width of the sidebar, including the border. # # Default: 20 -sidebar-width=20 +sidebar-width=15 # # Message to display when viewing an empty folder. |