diff --git a/gnus-search-mu.el b/gnus-search-mu.el index 85c86f8..40fc2ea 100644 --- a/gnus-search-mu.el +++ b/gnus-search-mu.el @@ -63,32 +63,26 @@ Note that this should be a list. I.e., do NOT use the following: (setq gnus-search-mu-switches \"-u -r\") Instead, use this: (setq gnus-search-mu-switches \\='(\"-u\" \"-r\")) - This can also be set per-server." :type '(repeat (string)) :group 'gnus-search) (defcustom gnus-search-mu-remove-prefix (expand-file-name "Mail/" "~") - "A prefix to remove from each file name returned by mu in order -to get a group name. Usually this will be set to the path to your -mail directory. - -This can also be set per-server." + "A prefix to remove from the mu results to get a group name. +Usually this will be set to the path to your mail directory. This +can also be set per-server." :type '(string) :group 'gnus-search) (defcustom gnus-search-mu-config-directory (expand-file-name "~/.cache/mu") "Configuration directory for mu. - This can also be set per-server." :type 'file :group 'gnus-search) (defcustom gnus-search-mu-raw-queries-p nil - "If t, all mu engines will only accept raw search query -strings. - + "If t, all mu engines will only accept raw search query strings. This can also be set per-server." :type 'boolean :group 'gnus-search)