Skip to content

Commit

Permalink
* some doc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
djcb committed Feb 17, 2012
1 parent c0ac342 commit 3a8c4b7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion NEWS
Expand Up @@ -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>
Expand Down
11 changes: 8 additions & 3 deletions emacs/mu4e.texi
Expand Up @@ -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::
Expand Down

0 comments on commit 3a8c4b7

Please sign in to comment.