diff options
| author | Thomas Thiriez <thomas@twistedwave.com> | 2025-10-19 16:38:38 +0200 |
|---|---|---|
| committer | Thomas Thiriez <thomas@twistedwave.com> | 2025-10-20 11:31:54 +0200 |
| commit | dd29ba42c7b395e6ff2de95bb979f57e32a72e8d (patch) | |
| tree | 31e9cdd13f03f5b4ec74c1d38582ec78bde3d85e /mu4e | |
| parent | 9beefc1e8b8008ba961853e7c42b0bee4fb08371 (diff) | |
Updated the definition of mu4e-bookmarks in mu4e.texi to match that from
mu4e-bookmarks.el
Diffstat (limited to 'mu4e')
| -rw-r--r-- | mu4e/mu4e.texi | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mu4e/mu4e.texi b/mu4e/mu4e.texi index c009745..2859469 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 |
