瀏覽代碼
properly create imapnotify dir
master
Luke Smith
1 年之前
沒有發現已知的金鑰在資料庫的簽署中
GPG Key ID: 4C50B54A911F6252
共有
1 個文件被更改,包括
1 次插入 和
1 次删除
-
bin/mw
|
|
|
@@ -86,7 +86,7 @@ prepmpop() { |
|
|
|
} |
|
|
|
|
|
|
|
prepimapnotify() { |
|
|
|
mkdir -p "${imapnotify%/*}" ; envsubst < "$imapnotifytemp" >> "$imapnotify/$fulladdr.conf" |
|
|
|
mkdir -p "$imapnotify" ; envsubst < "$imapnotifytemp" >> "$imapnotify/$fulladdr.conf" |
|
|
|
} |
|
|
|
|
|
|
|
prepmutt() { |
|
|
|
|