mu4e-folders: fix typo in docstring

This commit is contained in:
Dirk-Jan C. Binnema 2021-12-19 23:15:22 +02:00
parent 8dcdd0a815
commit 8704101afc
1 changed files with 4 additions and 5 deletions

View File

@ -144,7 +144,6 @@ mime-type are nill."
:group 'mu4e-folders
:safe 'stringp)
(defun mu4e-maildir-shortcuts ()
"Get `mu4e-maildir-shortcuts' in the (new) format.
@ -261,10 +260,10 @@ Do so recursively and produce a list of relative paths."
(defvar mu4e-cache-maildir-list nil
"Whether to cache the list of maildirs.
Set it to t if you find
that generating the list on the fly is too slow. If you do, you
can set `(mu4e-root-maildir)-list' to nil to force regenerating the
cache the next time `mu4e-get-maildirs' gets called.")
Set it to t if you find that generating the list on the fly is
too slow. If you do, you can set `mu4e-maildir-list' to nil to
force regenerating the cache the next time `mu4e-get-maildirs'
gets called.")
(defvar mu4e-maildir-list nil
"Cached list of maildirs.")