浏览代码

posix and mac fix

tags/v3.1
Luke Smith 5 年前
父节点
当前提交
a6c81625c8
找不到此签名对应的密钥 GPG 密钥 ID: 4C50B54A911F6252
共有 1 个文件被更改,包括 5 次插入5 次删除
  1. +5
    -5
      bin/mw

+ 5
- 5
bin/mw 查看文件

@@ -7,11 +7,11 @@ 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

if [ "$OSTYPE" = "darwin" ]; then
prefix="/usr/local"
else
prefix="/usr"
fi
case "$(uname)" in
Linux) prefix="/usr" ;;
*) prefix="/usr/local" ;;
esac
muttdir="$HOME/.config/mutt" # Main mutt config location
accdir="$muttdir/accounts" # Directory for account settings
maildir="$HOME/.local/share/mail" # Location of mail storage


正在加载...
取消
保存