瀏覽代碼
properly create imapnotify dir
master
Luke Smith
1 年之前
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 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() { |
|
|
|
|