diff --git a/mu4e/mu4e-main.el b/mu4e/mu4e-main.el index 1a171759..5c695944 100644 --- a/mu4e/mu4e-main.el +++ b/mu4e/mu4e-main.el @@ -129,7 +129,10 @@ clicked." for query = (plist-get bm :query) for qcounts = (and (stringp query) (cl-loop for q in queries - when (string= (plist-get q :query) query) + when (string= + (decode-coding-string + (plist-get q :query) 'utf-8 t) + query) collect q)) when (not (plist-get bm :hide)) concat (concat @@ -162,7 +165,11 @@ clicked." for query = (plist-get m :query) for qcounts = (and (stringp query) (cl-loop for q in queries - when (string= (plist-get q :query) query) + when (string= + (decode-coding-string + (plist-get q :query) + 'utf-8 t) + query) collect q)) when (not (plist-get m :hide)) concat (concat