diff options
author | Luke Smith <luke@lukesmith.xyz> | 2020-12-24 20:40:48 -0500 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2020-12-24 20:40:48 -0500 |
commit | 6e0258542b4a41c70ca47d160c683e0d5845ee0d (patch) | |
tree | baeef3f86d6c2781e4aeb49d4085fc389539e361 /bin | |
parent | 30c4647c98e2e04b86ef6189bf7974b1a3bc20bd (diff) | |
parent | e363116e5b4132597df725f8fd3a793cef78be68 (diff) |
Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/mw | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" ;; |