docs(mu4e): remove reference to non-existing variable
The variable +mu4e-mu4e-mail-path is not present in the codebase.
This commit is contained in:
parent
451afea47b
commit
2fa7bee91f
1 changed files with 3 additions and 1 deletions
|
@ -158,10 +158,12 @@ mu index
|
||||||
mu index --maildir ~/.mail
|
mu index --maildir ~/.mail
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
Be sure to replace ~~/.mail~ with the directory containing your mail.
|
||||||
|
|
||||||
Then configure Emacs to use your email address:
|
Then configure Emacs to use your email address:
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp :tangle no
|
#+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"
|
(set-email-account! "Lissner.net"
|
||||||
'((mu4e-sent-folder . "/Lissner.net/Sent Mail")
|
'((mu4e-sent-folder . "/Lissner.net/Sent Mail")
|
||||||
(mu4e-drafts-folder . "/Lissner.net/Drafts")
|
(mu4e-drafts-folder . "/Lissner.net/Drafts")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue