From 2fa7bee91f23080889a40ec77373c6cea2e3bd9e Mon Sep 17 00:00:00 2001 From: Ralf Beckmann Date: Wed, 4 Aug 2021 00:43:47 +0200 Subject: [PATCH] docs(mu4e): remove reference to non-existing variable The variable +mu4e-mu4e-mail-path is not present in the codebase. --- modules/email/mu4e/README.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/email/mu4e/README.org b/modules/email/mu4e/README.org index b5b1fa89f..c9ae2415d 100644 --- a/modules/email/mu4e/README.org +++ b/modules/email/mu4e/README.org @@ -158,10 +158,12 @@ mu index mu index --maildir ~/.mail #+END_SRC +Be sure to replace ~~/.mail~ with the directory containing your mail. + Then configure Emacs to use your email address: #+BEGIN_SRC emacs-lisp :tangle no -;; Each path is relative to `+mu4e-mu4e-mail-path', which is ~/.mail by default +;; Each path is relative to the path of the maildir you passed to mu (set-email-account! "Lissner.net" '((mu4e-sent-folder . "/Lissner.net/Sent Mail") (mu4e-drafts-folder . "/Lissner.net/Drafts")