summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2026-06-29 23:13:10 -0400
committerGitHub <noreply@github.com>2026-06-29 23:13:10 -0400
commit18d6f4b2f70e49f66ac0935facb067e09e8c953c (patch)
tree9c91e499b8feac1c3037266a914d2329a5a8a603
parenta97000b77557725eb794bcf50194d9233135314a (diff)
parentd943b92fa9a683b09c18f130e99af34ab51c3c3a (diff)
Merge pull request #1020 from CarlosLoboxyz/master
Fix .conf to .yaml in goimapnotify config file
-rwxr-xr-xbin/mw2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/mw b/bin/mw
index 2101cdd..ab779f3 100755
--- a/bin/mw
+++ b/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() {