From 7035882c7895cb1a074650422a867c8eadad7d9e Mon Sep 17 00:00:00 2001 From: djcb Date: Sat, 11 Oct 2014 14:33:36 +0300 Subject: [PATCH] mu4e: add note about completing-read / helm to the FAQ (#286) --- mu4e/mu4e.texi | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/mu4e/mu4e.texi b/mu4e/mu4e.texi index de8046aa..ef10a4f0 100644 --- a/mu4e/mu4e.texi +++ b/mu4e/mu4e.texi @@ -3055,6 +3055,13 @@ manual} becomes @t{/&MH4wijCCMEgwSg-}). How can display such folders correctly?} This is best solved by telling @command{offlineimap} to use UTF-8 instead -- see @url{https://github.com/djcb/mu/issues/68#issuecomment-8598652}. +@item @emph{How can I customize the function to select a folder?} +The @t{mu4e-completing-read} variable can be customized to select a +folder in any way. The variable can be set to a function that receives +five arguments, following @t{completing-read}. The default value is +@t{ido-completing-read}; to use emacs's default behaviour, set the +variable to @t{completing-read}. Helm users can use the same value, and +by enabling @t{helm-mode} use helm-style completion. @end enumerate @node Reading messages