Bläddra i källkod
Merge pull request #1020 from CarlosLoboxyz/master
Fix .conf to .yaml in goimapnotify config file
master
Luke Smith
22 timmar sedan
committed by
GitHub
förälder
incheckning
18d6f4b2f7
Ingen känd nyckel hittad för denna signaturen i databasen
GPG-nyckel ID: B5690EEEBB952194
1 ändrade filer med
1 tillägg och
1 borttagningar
-
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() { |
|
|
|
|