mu4e-bookmarks: improve documentation

This commit is contained in:
Dirk-Jan C. Binnema 2020-05-05 21:45:48 +03:00
parent f44f81b751
commit 75c8262a01
2 changed files with 10 additions and 9 deletions

View File

@ -100,10 +100,10 @@
replying to all, sender, list-only. replying to all, sender, list-only.
- A very visible change, ~mu4e~ now shows unread/all counts for bookmarks in - A very visible change, ~mu4e~ now shows unread/all counts for bookmarks in
the main screen. This is on by default, but can be disabled by setting the main screen that are strings. This is on by default, but can be
~:hide-unread~ in the bookmark ~plist~ to ~t~. For speed-reasons, these counts disabled by setting ~:hide-unread~ in the bookmark ~plist~ to ~t~. For
do _not_ filter out duplicates or messages that have been removed from the speed-reasons, these counts do _not_ filter out duplicates nor messages that
filesystem behind mu4e's back. have been removed from the filesystem.
- ~mu4e-attachment-dir~ now also applies to composing messages; it determines - ~mu4e-attachment-dir~ now also applies to composing messages; it determines
the default directory for inclusion. the default directory for inclusion.

View File

@ -250,12 +250,13 @@ Optionally, you can add the following:
`:hide-unread' - do not show the counts of unread/total number `:hide-unread' - do not show the counts of unread/total number
of matches for the query in the main-view. This can be useful of matches for the query in the main-view. This can be useful
if a bookmark uses a very slow query. :hide-unread if a bookmark uses a very slow query. :hide-unread
is implied from :hide. Furthermore, it is implied from the query is implied from :hide. Furthermore, it is implied if
not being a string. `:query' is a function.
Note that the queries used to determine the unread/all counts do Queries used to determine the unread/all counts do _not_ apply
current not apply `mu4e-query-rewrite-function', so if your `mu4e-query-rewrite-function'; nor do they discard duplicate or
bookmarks depend on that, the results may differ." unreadable messages (for efficiency). Thus, the numbers shown may
differ from the number you get from a 'real' query."
:type '(repeat (plist)) :type '(repeat (plist))
:version "1.3.9" :version "1.3.9"
:group 'mu4e) :group 'mu4e)