summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorLuke Smith <Luke Smith>2022-07-05 17:37:36 -0400
committerLuke Smith <Luke Smith>2022-07-05 17:37:36 -0400
commit36c87c512ed0e5b2fd3e67b79711eaab555de5e3 (patch)
treeb5b6363ee7dec00ab54141e6ab571edacf93da7c /bin
parentd16b5ffd2ffad2088500834c63ba373fac9f379d (diff)
removed introduced bug, fix #861
Diffstat (limited to 'bin')
-rwxr-xr-xbin/mw2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/mw b/bin/mw
index f444cb7..52c46cc 100755
--- a/bin/mw
+++ b/bin/mw
@@ -91,7 +91,7 @@ delivery maildir ${XDG_DATA_HOME:-$HOME/.local/share}/mail/$fulladdr/${inbox:-IN
passwordeval pass $passprefix$fulladdr
" >> "$mpoprc" ;}
-prepmutt() { mkdir -p "${muttrc%/*}" "${accdir%/*}"
+prepmutt() { mkdir -p "${muttrc%/*}" "$accdir"
echo "# vim: filetype=neomuttrc
# muttrc file for account $fulladdr
set realname = \"$realname\"