Explorar el Código
Merge pull request #1020 from CarlosLoboxyz/master
Fix .conf to .yaml in goimapnotify config file
master
Luke Smith
hace 22 horas
committed by
GitHub
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: B5690EEEBB952194
Se han
modificado 1 ficheros con
1 adiciones y
1 borrados
-
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() { |
|
|
|
|