Diese Webseite funktioniert besser mit JavaScript.
Startseite
Erkunden
Hilfe
Anmelden
adrian
/
mutt-wizard
Mirror von
https://github.com/LukeSmithxyz/mutt-wizard.git
Beobachten
1
Favorisieren
0
Fork
0
Code
Issues
0
Releases
6
Wiki
Aktivität
Quellcode durchsuchen
Fix .conf to .yaml in goimapnotify config file
pull/1020/head
Carlos Lobo
vor 9 Monaten
Ursprung
b7b7f21d69
Commit
d943b92fa9
1 geänderte Dateien
mit
1 neuen
und
1 gelöschten
Zeilen
Geteilte Ansicht
Diff-Optionen
Statistiken anzeigen
Patch-Datei herunterladen
Vergleichs-Datei herunterladen
+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.
yaml
"
}
prepmutt() {
Verfassen
Vorschau
Laden…
Abbrechen
Speichern