diff options
author | Luke Smith <luke@lukesmith.xyz> | 2025-03-06 13:24:37 +0100 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2025-03-06 13:24:37 +0100 |
commit | 883e570d6db7ba62febd97598902752a4c28d3ca (patch) | |
tree | 5b5cf8107272f98baaa65d363fc25b6a2b917dde | |
parent | cfc06f891d54250c6025eda301ce4c5cac220255 (diff) |
fix #993
-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.* 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)) |