diff options
author | Luke Smith <luke@lukesmith.xyz> | 2025-04-11 08:09:27 +0200 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2025-04-11 08:09:27 +0200 |
commit | 0f9cf65e104f04ab8b17dbd80c96646332fcb9bf (patch) | |
tree | 5b43a1d62fa095db5d5c89d29aae5c484973c054 | |
parent | 40ff0fc93f0484c42e516ea536c1d1ed9addd36c (diff) |
properly create imapnotify dir
-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.conf" } prepmutt() { |