mutt-wizard

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

commit 943b45340ce6d0249e1e8fc608718a13045584d3
parent 883e570d6db7ba62febd97598902752a4c28d3ca
Author: Luke Smith <luke@lukesmith.xyz>
Date:   Thu,  6 Mar 2025 19:14:59 +0100

Revert "fix #993"

This reverts commit 883e570d6db7ba62febd97598902752a4c28d3ca.

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