Przeglądaj źródła
Merge pull request #1020 from CarlosLoboxyz/master
Fix .conf to .yaml in goimapnotify config file
master
Luke Smith
22 godzin temu
committed by
GitHub
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z
1 dodań i
1 usunięć
-
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() { |
|
|
|
|