diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-08-17 16:33:40 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-08-17 16:33:40 -0300 |
commit | df1d4a3fd53d419045cecdcb32ebc7d96424548a (patch) | |
tree | 165ca919efa635607bb626825a2a375fd6b582c3 | |
parent | 8f63ec8dd4d215f5c4e81f10a315752ebccf20cb (diff) | |
download | mail-df1d4a3fd53d419045cecdcb32ebc7d96424548a.tar.gz mail-df1d4a3fd53d419045cecdcb32ebc7d96424548a.tar.bz2 |
Disables mutt sidebar
-rw-r--r-- | muttrc.dot.link | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/muttrc.dot.link b/muttrc.dot.link index 3f15959..6aac6f1 100644 --- a/muttrc.dot.link +++ b/muttrc.dot.link @@ -333,6 +333,7 @@ macro compose \Cx& ":macro compose \\t \\Cx" # Sidebar: needs mutt-patched package # ----------------------------------- #source "~/.mutt/sidebar" +set sidebar_visible=no #----------------------------------------------------- # Custom configuration |