diff options
author | Luke Smith <luke@lukesmith.xyz> | 2019-11-24 08:26:53 -0500 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2019-11-24 08:26:53 -0500 |
commit | 8b983812ed165ab1300330de6ed9b2db2468afa0 (patch) | |
tree | ebf6d0501ae64cf7d8079c37a2404a8dbfc4174f /bin/mw | |
parent | 15941b43e7cec4b66ad2e9911ca791f365aac362 (diff) | |
parent | 9ce96c9a40cc57703fd386b52195bc48c873ba79 (diff) |
Merge branch 'master' of git://github.com/aymanbagabas/mutt-wizard into aymanbagabas-master
Diffstat (limited to 'bin/mw')
-rwxr-xr-x | bin/mw | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -8,11 +8,7 @@ command -V gpg >/dev/null 2>&1 && GPG="gpg" || GPG="gpg2" } ! command -v mbsync >/dev/null && printf "\`mbsync\` must be installed to run mutt-wizard.\\n" && exit -case "$(uname)" in - Linux) prefix="/usr" ;; - *) prefix="/usr/local" ;; -esac - +prefix="/usr/local" muttdir="$HOME/.config/mutt" # Main mutt config location accdir="$muttdir/accounts" # Directory for account settings maildir="$HOME/.local/share/mail" # Location of mail storage |