diff --git a/mu4e/mu4e-utils.el b/mu4e/mu4e-utils.el index 1918e970..f565e21b 100644 --- a/mu4e/mu4e-utils.el +++ b/mu4e/mu4e-utils.el @@ -826,7 +826,7 @@ When successful, call FUNC (if non-nil) afterwards." (lambda(bm) (plist-get bm :query)) (seq-filter (lambda (bm) ;; exclude bookmarks with these flags. (not (or (plist-get bm :hide) (plist-get bm :hide-unread)))) - mu4e-bookmarks))) + (mu4e-bookmarks)))) ;; maybe request the list of contacts, automatically refresh after ;; reindexing (mu4e~request-contacts-maybe))))