From 8d764f9ddc1f1a9642360e2c47d2a8a8cd2e8ad2 Mon Sep 17 00:00:00 2001 From: djcb Date: Sun, 6 May 2012 16:58:00 +0300 Subject: [PATCH] * mu4e.texi: update with some info about the edit/narrow query stuff --- emacs/mu4e.texi | 26 ++++++++++++++++++-------- 1 file changed, 18 insertions(+), 8 deletions(-) diff --git a/emacs/mu4e.texi b/emacs/mu4e.texi index d7d23036..be77fe01 100644 --- a/emacs/mu4e.texi +++ b/emacs/mu4e.texi @@ -516,8 +516,14 @@ key description --- ----------- n,p go to next, previous message y select the message view (if it's visible) + +s search +S edit last query +/ narrow the search +b search bookmark +B edit bookmark, then search j jump to maildir -b,B jump to bookmark (/ edit first) + a execute some action on header d mark for moving to the trash folder @@ -660,8 +666,8 @@ set, respectively, @code{mu4e-view-wrap-lines} and @code{mu4e-view-hide-cited} to @code{t}. @footnote{If you have installed the @t{filladapt} package (@url{http://www.wonderworks.com/download/filladapt.el}), @t{mu4e} will use it for line-wrapping, as it generally does a better job than the default -mechanism emacs provides.} - +mechanism emacs provides. +@item For search-related operations, see @ref{Searching}. @end itemize @subsection Keybindings @@ -675,8 +681,13 @@ key description n,p go to next, previous message y select the headers view (if it's visible) +s search +S edit last query +/ narrow the search +b search bookmark +B edit bookmark, then search j jump to maildir -b,B jump to bookmark (/ edit first) + a execute some action on the message @@ -879,10 +890,9 @@ 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. -Queries normally return only up to @code{mu4e-search-results-limit} (which -defaults to 1000) results. You get @emph{all} results when you prefix your -search commands (such as with @code{mu4e-headers-search}, -@code{mu4e-headers-search-bookmark}, +Queries normally return only up to @code{mu4e-search-results-limit} (default: +500) results. You get @emph{all} results when you prefix your search commands +(such as with @code{mu4e-headers-search}, @code{mu4e-headers-search-bookmark}, @code{mu4e-headers-search-bookmark-edit-first} and @code{mu4e-headers-jump-to-maildir} with @kbd{C-u}.