From 57bc74463261c004d7954ef3d08c88363bc3c30c Mon Sep 17 00:00:00 2001 From: djcb Date: Sun, 25 Mar 2012 14:32:22 +0300 Subject: [PATCH] * mu4e.texi: improve mu4e-speedbar paragraph --- emacs/mu4e.texi | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/emacs/mu4e.texi b/emacs/mu4e.texi index a9b06a95..58b04ffd 100644 --- a/emacs/mu4e.texi +++ b/emacs/mu4e.texi @@ -928,25 +928,28 @@ Note, you should put something like: in your setup, which allows the script to find the D-Bus session bus. @node Speedbar support -@section Speedbar support (experimental) +@section Speedbar support @code{speedbar} is an emacs-extension that shows navigational information for -an emacs buffer in a separate frame. Using @code{mu4e-speedbar}, @t{mu4e} -lists your maildir folders and allows for one-click access to them. +an emacs buffer in a separate frame. -You can set it up like this in your emacs configuration: +Using @code{mu4e-speedbar}, @t{mu4e} lists your bookmarks and maildir folders +and allows for one-click access to them. + +You can set it up by putting something like the following in your @t{emacs} +configuration file: @lisp (require 'speedbar) (require 'mu4e-speedbar) @end lisp -You can then activate it with @code{M-x speedbar}. +You can then activate it with @code{M-x speedbar}. When then going to the +@ref{Main view}, the speedbar-frame will be updated with your bookmarks and +maildirs. @code{mu4e-speedbar} was contributed by Antono Vasiljev. - - @node Example configuration @chapter Example configuration