Selaa lähdekoodia

fix #993

pull/1009/head
Luke Smith 1 vuosi sitten
vanhempi
commit
883e570d6d
No known key found for this signature in database GPG Key ID: 4C50B54A911F6252
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      bin/mw

+ 1
- 1
bin/mw Näytä tiedosto

@@ -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))


Ladataan…
Peruuta
Tallenna