Quellcode durchsuchen

properly create imapnotify dir

master
Luke Smith vor 1 Jahr
Ursprung
Commit
0f9cf65e10
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden GPG-Schlüssel-ID: 4C50B54A911F6252
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      bin/mw

+ 1
- 1
bin/mw Datei anzeigen

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

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

prepmutt() {


Laden…
Abbrechen
Speichern