Updated the definition of mu4e-bookmarks in mu4e.texi to match that from

mu4e-bookmarks.el
This commit is contained in:
Thomas Thiriez
2025-10-19 16:38:38 +02:00
committed by Seth Ladygo
parent 9ba925da44
commit 5b8810fc8a

View File

@ -2236,14 +2236,16 @@ be instructive:
( :name "Messages with images" ( :name "Messages with images"
:query "mime:image/*" :query "mime:image/*"
:key ?p)) :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: Each of the list elements is a plist with at least:
`:name' - the name of the query `:name' - the name of the query
`:query' - the query expression string or function `:query' - the query expression string or function
Likely, you also want to assign a shortcut key;
`:key' - the shortcut key (single character) `: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 - `:favorite' - if t, monitor the results of this query, and make
it eligible for showing its status in the modeline. At most it eligible for showing its status in the modeline. At most