From c6d297b402937ca98661392481dd85348aad8909 Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Tue, 28 Feb 2017 04:15:27 -0800 Subject: [PATCH] mu4e: improve `mu4e-get-maildirs' docstring --- mu4e/mu4e-utils.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mu4e/mu4e-utils.el b/mu4e/mu4e-utils.el index 048c0a73..1f1a0977 100644 --- a/mu4e/mu4e-utils.el +++ b/mu4e/mu4e-utils.el @@ -345,7 +345,8 @@ cache the next time `mu4e-get-maildirs' gets called.") (defun mu4e-get-maildirs () "Get maildirs under `mu4e-maildir', recursively, as a list of relative paths (ie., /archive, /sent etc.). Most of the work is -done in `mu4e-get-maildirs-1'. Note, these results are /cached/, so +done in `mu4e~get-maildirs-1'. Note, these results are /cached/ +if `mu4e-cache-maildir-list' is customized to non-nil. In that case, the list of maildirs will not change until you restart mu4e." (unless mu4e-maildir (mu4e-error "`mu4e-maildir' is not defined")) (unless (and mu4e-maildir-list mu4e-cache-maildir-list)