summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2020-12-24 20:40:48 -0500
committerLuke Smith <luke@lukesmith.xyz>2020-12-24 20:40:48 -0500
commit6e0258542b4a41c70ca47d160c683e0d5845ee0d (patch)
treebaeef3f86d6c2781e4aeb49d4085fc389539e361 /bin
parent30c4647c98e2e04b86ef6189bf7974b1a3bc20bd (diff)
parente363116e5b4132597df725f8fd3a793cef78be68 (diff)
Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard
Diffstat (limited to 'bin')
-rwxr-xr-xbin/mw2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/mw b/bin/mw
index 61e7592..5a923c8 100755
--- a/bin/mw
+++ b/bin/mw
@@ -239,7 +239,7 @@ Archive" && return 0
finalize() { echo "$mailboxes" | xargs -I {} mkdir -p "$maildir/$fulladdr/{}/cur" "$maildir/$fulladdr/{}/tmp" "$maildir/$fulladdr/{}/new"
sed -ibu "/$MARKER/d" "$accdir/$idnum-$fulladdr.muttrc" ; rm -f "$accdir/$idnum-$fulladdr.muttrcbu"
- toappend="mailboxes $(echo "$mailboxes" | sed "s/^/\"=/;s/$/\"/" | paste -sd ' ' )"
+ toappend="mailboxes $(echo "$mailboxes" | sed "s/^/\"=/;s/$/\"/" | paste -sd ' ' - )"
for x in $mailboxes; do
case "$x" in
*[Ss][Ee][Nn][Tt]*) setBox record "$x"; formatShortcut s sent "$x" ;;