* some doc updates
This commit is contained in:
2
NEWS
2
NEWS
@ -13,7 +13,7 @@
|
|||||||
- colorize cited message parts
|
- colorize cited message parts
|
||||||
- better handling of text-based, embedded message attachments
|
- better handling of text-based, embedded message attachments
|
||||||
- for text-bodies, concatenate all text/plain parts
|
- for text-bodies, concatenate all text/plain parts
|
||||||
- some other minor things
|
- make filladapt dep optional
|
||||||
- documentation improvements
|
- documentation improvements
|
||||||
|
|
||||||
** Release 0.9.8 <2012-01-31>
|
** Release 0.9.8 <2012-01-31>
|
||||||
|
|||||||
@ -639,9 +639,14 @@ see, are the result of some query. Even if you 'jump to a folder', in fact you
|
|||||||
are executing a search query for messages that happen to have the property of
|
are executing a search query for messages that happen to have the property of
|
||||||
being in a certain folder.
|
being in a certain folder.
|
||||||
|
|
||||||
Note, all queries normally return only up to @code{mu4e-search-results-limit}
|
Queries normally return only up to @code{mu4e-search-results-limit} (which
|
||||||
results; if you need more than that, prefix your search command with
|
defaults to 500) results. You get @emph{all} results when you prefix your
|
||||||
@kbd{C-u}.
|
search commands (such as with @code{mu4e-search}, @code{mu4e-search-bookmark}
|
||||||
|
and @code{mu4e-jump-to-maildir} with @kbd{C-u}.
|
||||||
|
|
||||||
|
The reason for limiting the number of results in the query is that emacs may
|
||||||
|
become a bit slow when displaying many results, and in many cases
|
||||||
|
@code{mu4e-search-results-limit} should be enough.
|
||||||
|
|
||||||
@menu
|
@menu
|
||||||
* Queries::
|
* Queries::
|
||||||
|
|||||||
Reference in New Issue
Block a user