This website works better with JavaScript.
Home
Explore
Help
Sign In
adrian
/
mutt-wizard
mirror of
https://github.com/LukeSmithxyz/mutt-wizard.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
6
Wiki
Activity
Browse Source
Fix .conf to .yaml in goimapnotify config file
pull/1020/head
Carlos Lobo
9 months ago
parent
b7b7f21d69
commit
d943b92fa9
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
bin/mw
+ 1
- 1
bin/mw
View File
@@ -86,7 +86,7 @@ prepmpop() {
}
prepimapnotify() {
mkdir -p "$imapnotify" ; envsubst < "$imapnotifytemp" >> "$imapnotify/$fulladdr.
conf
"
mkdir -p "$imapnotify" ; envsubst < "$imapnotifytemp" >> "$imapnotify/$fulladdr.
yaml
"
}
prepmutt() {
Write
Preview
Loading…
Cancel
Save