From 0f9cf65e104f04ab8b17dbd80c96646332fcb9bf Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Fri, 11 Apr 2025 08:09:27 +0200 Subject: properly create imapnotify dir --- bin/mw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/mw') diff --git a/bin/mw b/bin/mw index a39dce6..a697f1e 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.conf" } prepmutt() { -- cgit v1.2.3