1
0
mirror of https://github.com/djcb/mu.git synced 2024-06-25 07:28:02 +02:00

Merge branch 'master' of github.com:djcb/mu

This commit is contained in:
djcb 2016-01-31 12:51:39 +02:00
commit 420479dd94

View File

@ -3627,7 +3627,7 @@ Yes, if you have @t{Xapian} 1.2.8 or newer, and set the environment
variable @t{XAPIAN_CJK_NGRAM} to non-empty before indexing, both when
using @t{mu} from the command-line and from @t{mu4e}.
@item @emph{How can I customize the function to select a folder?}
The @t{mu4e-completing-read} variable can be customized to select a
The @t{mu4e-completing-read-function} 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
@code{ido-completing-read}; to use emacs's default behaviour, set the