Explorar el Código

properly create imapnotify dir

master
Luke Smith hace 1 año
padre
commit
0f9cf65e10
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4C50B54A911F6252
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      bin/mw

+ 1
- 1
bin/mw Ver fichero

@@ -86,7 +86,7 @@ prepmpop() {
}

prepimapnotify() {
mkdir -p "${imapnotify%/*}" ; envsubst < "$imapnotifytemp" >> "$imapnotify/$fulladdr.conf"
mkdir -p "$imapnotify" ; envsubst < "$imapnotifytemp" >> "$imapnotify/$fulladdr.conf"
}

prepmutt() {


Cargando…
Cancelar
Guardar