]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - setup.sh
mutt/display: Don't display the sidebar if this mutt patch is used.
[config/dotfiles.git] / setup.sh
index 84a3020360929276950550538815f35be3ef8ea0..3df20f496c9d7ff2f61daac7c2cbc71314f94d27 100755 (executable)
--- a/setup.sh
+++ b/setup.sh
@@ -2,7 +2,7 @@
 
 # Setup script for mail configuration files.
 
-# Copyright (C) 2009-2012  Simon Ruderich
+# Copyright (C) 2009-2013  Simon Ruderich
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 
 . ../lib.sh
 
+
+generate cat mutt/display .in
+if mutt -v | grep sidebar >/dev/null 2>&1; then
+    echo 'mutt/display: enabling mutt sidebar settings'
+    sed 's/^#set sidebar_/set sidebar_/' mutt/display > mutt/display.tmp
+    mv mutt/display.tmp mutt/display
+fi
+
 # Link setup.
 link abook ~/.abook
 link gnupg ~/.gnupg