Преглед изворни кода

Merge pull request #1020 from CarlosLoboxyz/master

Fix .conf to .yaml in goimapnotify config file
master
Luke Smith пре 22 часа
committed by GitHub
родитељ
комит
18d6f4b2f7
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      bin/mw

+ 1
- 1
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() {


Loading…
Откажи
Сачувај