mu4e: add note about completing-read / helm to the FAQ (#286)

This commit is contained in:
djcb 2014-10-11 14:33:36 +03:00
parent 549f90d629
commit 7035882c78
1 changed files with 7 additions and 0 deletions

View File

@ -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