Sfoglia il codice sorgente

Revert "fix #993"

This reverts commit 883e570d6d.
pull/1009/head
Luke Smith 1 anno fa
parent
commit
943b45340c
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4C50B54A911F6252
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      bin/mw

+ 1
- 1
bin/mw Vedi File

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


Caricamento…
Annulla
Salva