X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=setup.sh;h=1d807bcafd0d61d5d393a8de75be3e8734791b5a;hb=0291ce2ca538d91deac8482991093d41200cb000;hp=84a3020360929276950550538815f35be3ef8ea0;hpb=ddbb97e0f525662b44e8346ffd713e42933475bd;p=config%2Fdotfiles.git diff --git a/setup.sh b/setup.sh index 84a3020..1d807bc 100755 --- 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 @@ -18,11 +18,25 @@ # along with this program. If not, see . +set -e + . ../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 +if installed abook; then + link abook ~/.abook +fi link gnupg ~/.gnupg -link lbdbrc ~/.lbdbrc +if installed lbdb; then + link lbdbrc ~/.lbdbrc +fi link mailcap ~/.mailcap link mutt ~/.mutt