Sfoglia il codice sorgente

Merge pull request #1020 from CarlosLoboxyz/master

Fix .conf to .yaml in goimapnotify config file
pull/1035/head
Luke Smith 2 mesi fa
committed by GitHub
parent
commit
18d6f4b2f7
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: B5690EEEBB952194
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      bin/mw

+ 1
- 1
bin/mw Vedi File

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

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

prepmutt() {


Caricamento…
Annulla
Salva