Преглед изворни кода
Merge pull request #1020 from CarlosLoboxyz/master
Fix .conf to .yaml in goimapnotify config file
master
Luke Smith
пре 22 часа
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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.yaml" |
|
|
|
} |
|
|
|
|
|
|
|
prepmutt() { |
|
|
|
|