diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2022-04-08 11:06:59 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2022-04-08 11:06:59 +0900 |
commit | 959e1ef417451b878a56cc46fffb53bc7ded1a58 (patch) | |
tree | 3fb3524e5e40bbfcd705cca57167850f7cc9230b /aerc | |
parent | 931b1872b2f54334e3a35b05c591492cf998847d (diff) | |
download | dotfiles-959e1ef417451b878a56cc46fffb53bc7ded1a58.tar.gz |
Snapshot for lab install
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. |