diff options
author | Luke Smith <luke@lukesmith.xyz> | 2025-03-06 19:14:59 +0100 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2025-03-06 19:14:59 +0100 |
commit | 943b45340ce6d0249e1e8fc608718a13045584d3 (patch) | |
tree | 455e3e7780f663cb046abd140be40d533eab3ab2 /bin/mw | |
parent | 883e570d6db7ba62febd97598902752a4c28d3ca (diff) |
This reverts commit 883e570d6db7ba62febd97598902752a4c28d3ca.
Diffstat (limited to 'bin/mw')
-rwxr-xr-x | bin/mw | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) |