diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2026-06-29 23:13:10 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-29 23:13:10 -0400 |
| commit | 18d6f4b2f70e49f66ac0935facb067e09e8c953c (patch) | |
| tree | 9c91e499b8feac1c3037266a914d2329a5a8a603 | |
| parent | a97000b77557725eb794bcf50194d9233135314a (diff) | |
| parent | d943b92fa9a683b09c18f130e99af34ab51c3c3a (diff) | |
Merge pull request #1020 from CarlosLoboxyz/master
Fix .conf to .yaml in goimapnotify config file
| -rwxr-xr-x | bin/mw | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -86,7 +86,7 @@ prepmpop() { } prepimapnotify() { - mkdir -p "$imapnotify" ; envsubst < "$imapnotifytemp" >> "$imapnotify/$fulladdr.conf" + mkdir -p "$imapnotify" ; envsubst < "$imapnotifytemp" >> "$imapnotify/$fulladdr.yaml" } prepmutt() { |
