From fa6c2c5e9b3572a60926775bbdcaa08502ba0a39 Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Tue, 14 Oct 2025 02:27:02 -0700 Subject: [PATCH] Fix eww-fcitx5-toggle for offlineimap --- eww/eww-mu4e-messages | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eww/eww-mu4e-messages b/eww/eww-mu4e-messages index 6cca648..b03e45b 100755 --- a/eww/eww-mu4e-messages +++ b/eww/eww-mu4e-messages @@ -5,7 +5,7 @@ if [[ "${1}" == '-g' ]]; then greather_than_zero=1 fi -lines=(${(f)"$(mu find '(maildir:/protonmail/Inbox or maildir:/ucsc-gmail/Inbox) AND flag:unread' 2>/dev/null)"}) +lines=(${(f)"$(mu find '(maildir:/protonmail/INBOX or maildir:/ucsc-gmail/INBOX) AND flag:unread' 2>/dev/null)"}) if [[ ${#lines} > 0 ]] || ! (( greather_than_zero )); then printf '%d' "${#lines}" fi