commit 0f9cf65e104f04ab8b17dbd80c96646332fcb9bf parent 40ff0fc93f0484c42e516ea536c1d1ed9addd36c Author: Luke Smith <luke@lukesmith.xyz> Date: Fri, 11 Apr 2025 08:09:27 +0200 properly create imapnotify dir Diffstat:
M | bin/mw | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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.conf" } prepmutt() {