From 5b8810fc8a42f6657feb4974cae3916fdd7ebc13 Mon Sep 17 00:00:00 2001 From: Thomas Thiriez Date: Sun, 19 Oct 2025 16:38:38 +0200 Subject: [PATCH] Updated the definition of mu4e-bookmarks in mu4e.texi to match that from mu4e-bookmarks.el --- mu4e/mu4e.texi | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/mu4e/mu4e.texi b/mu4e/mu4e.texi index c0097455..28594699 100644 --- a/mu4e/mu4e.texi +++ b/mu4e/mu4e.texi @@ -2236,14 +2236,16 @@ be instructive: ( :name "Messages with images" :query "mime:image/*" :key ?p)) - "List of pre-defined queries that are shown on the main screen. + "List of predefined queries that are shown on the main screen. Each of the list elements is a plist with at least: `:name' - the name of the query `:query' - the query expression string or function + +Likely, you also want to assign a shortcut key; `:key' - the shortcut key (single character) -Optionally, you can add the following: +Furthermore, you can add the following: - `:favorite' - if t, monitor the results of this query, and make it eligible for showing its status in the modeline. At most