From d564157cace2f448060b84200b77bb954abd69ea Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Fri, 24 Jan 2020 14:19:06 +0200 Subject: [PATCH] mu4e: document bookmark query limitation They don't use mu4e-query-rewrite-function --- mu4e/mu4e-vars.el | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mu4e/mu4e-vars.el b/mu4e/mu4e-vars.el index 863d1929..6445da12 100644 --- a/mu4e/mu4e-vars.el +++ b/mu4e/mu4e-vars.el @@ -233,12 +233,15 @@ Each of the list elements is a plist with at least: :query - the query expression :key - the shortcut key. -Optionally, you add the following: +Optionally, you can add the following: :hide - if t, bookmark is hdden from the main-view and speedbar. :hide-unread - do not show the counts of unread/total number of matches for the query. This can be useful if a bookmark uses a very slow query. :hide-unread is implied from :hide. -" + +Note that the queries used to determine the unread/all counts do +current not apply `mu4e-query-rewrite-function', so if your +bookmarks depend on that, the results may differ." :type '(repeat (plist)) :group 'mu4e)