mutt-wizard

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 883e570d6db7ba62febd97598902752a4c28d3ca
parent cfc06f891d54250c6025eda301ce4c5cac220255
Author: Luke Smith <luke@lukesmith.xyz>
Date:   Thu,  6 Mar 2025 13:24:37 +0100

fix #993

Diffstat:
Mbin/mw | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/mw b/bin/mw @@ -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))