summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2025-04-11 08:09:27 +0200
committerLuke Smith <luke@lukesmith.xyz>2025-04-11 08:09:27 +0200
commit0f9cf65e104f04ab8b17dbd80c96646332fcb9bf (patch)
tree5b43a1d62fa095db5d5c89d29aae5c484973c054
parent40ff0fc93f0484c42e516ea536c1d1ed9addd36c (diff)
properly create imapnotify dir
-rwxr-xr-xbin/mw2
1 files changed, 1 insertions, 1 deletions
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() {