Luke Smith
3 years ago
No known key found for this signature in database
GPG Key ID: 4C50B54A911F6252
1 changed files with
1 additions and
1 deletions
-
bin/mw
|
|
@@ -226,7 +226,7 @@ getboxes() { if [ -n "${force+x}" ] ; then |
|
|
|
idnum=$((idnum + 1)) |
|
|
|
[ "$idnum" -eq "$x" ] || break |
|
|
|
done |
|
|
|
toappend="mailboxes \`mdir=$maildir/$fulladdr/; find \$mdir -mindepth 1 -type d -name cur | sed -e 's:/cur\$:\":' -e \"s:\$mdir:\\\"=:\" | sort | tr '\\\n' ' '\`" |
|
|
|
toappend="mailboxes $(echo "$mailboxes" | sed "s/^/\"=/;s/$/\"/" | paste -sd ' ' - )" |
|
|
|
} |
|
|
|
|
|
|
|
finalize() { echo "$toappend" >> "$accdir/$fulladdr.muttrc" |
|
|
|