Browse Source

fix #993

pull/1009/head
Luke Smith 1 year ago
parent
commit
883e570d6d
No known key found for this signature in database GPG Key ID: 4C50B54A911F6252
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      bin/mw

+ 1
- 1
bin/mw View File

@@ -223,7 +223,7 @@ getboxes() {
fi
[ "$type" = "pop" ] && mailboxes="INBOX"
for x in $(
sed -n "/^macro.* i[0-9] / s/\(^macro.* i\| .*\)//gp " "$muttrc" 2>/dev/null | sort -u
sed -n "/^macro.* i[0-9] / s/\(^macro\s+i\| .*\)//gp " "$muttrc" 2>/dev/null | sort -u
echo 0
); do
idnum=$((idnum + 1))


Loading…
Cancel
Save