diff options
| author | djcb <djcb@localhost.localdomain> | 2012-02-17 21:43:24 +0200 |
|---|---|---|
| committer | djcb <djcb@localhost.localdomain> | 2012-02-17 21:43:24 +0200 |
| commit | 3a8c4b75cd91a25652907f52433f5fb2dc9ae0de (patch) | |
| tree | a4a05eed2a066c318805758a78470b76a1515ad1 | |
| parent | c0ac3422f5ea3d77b6deaf95b3f6e32375244ce1 (diff) | |
* some doc updatesv0.9.8.1
| -rw-r--r-- | NEWS | 2 | ||||
| -rw-r--r-- | emacs/mu4e.texi | 11 |
2 files changed, 9 insertions, 4 deletions
@@ -13,7 +13,7 @@ - colorize cited message parts - better handling of text-based, embedded message attachments - for text-bodies, concatenate all text/plain parts - - some other minor things + - make filladapt dep optional - documentation improvements ** Release 0.9.8 <2012-01-31> diff --git a/emacs/mu4e.texi b/emacs/mu4e.texi index 0e1d8fe..1664da3 100644 --- a/emacs/mu4e.texi +++ b/emacs/mu4e.texi @@ -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 being in a certain folder. -Note, all queries normally return only up to @code{mu4e-search-results-limit} -results; if you need more than that, prefix your search command with -@kbd{C-u}. +Queries normally return only up to @code{mu4e-search-results-limit} (which +defaults to 500) results. You get @emph{all} results when you prefix your +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 * Queries:: |
