diff options
author | Ryan Kavanagh <rak@rak.ac> | 2021-10-21 18:53:08 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2021-10-21 18:53:08 -0400 |
commit | 66dbb1ed8d587d92c9695ba70d3afeadca20c6b5 (patch) | |
tree | 1514e809c52c1531af5ee3564e73bd8d5b0d7111 /.muttrc | |
parent | fix reportbug cc behaviour (diff) |
dont show mutt sidebar at startup
Diffstat (limited to '.muttrc')
-rw-r--r-- | .muttrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -85,7 +85,7 @@ set ispell="aspell -e -c" # set up the sidebar, default not visible set mail_check_stats=yes -set sidebar_visible = yes +set sidebar_visible = no set sidebar_short_path = yes set sidebar_folder_indent = yes set sidebar_width = 25 |