* cosmetics

This commit is contained in:
djcb 2013-05-21 20:11:11 +03:00
parent 10b64bb654
commit 1dea612cba
2 changed files with 4 additions and 5 deletions

View File

@ -137,9 +137,7 @@ see its docstring)."
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(defun mu4e~guess-maildir (path)
"Guess the maildir for some path, or nil if cannot find it."
(when (zerop (string-match mu4e-maildir path))
@ -148,6 +146,7 @@ see its docstring)."
""
(expand-file-name
(concat path "/../..")))))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

View File

@ -3312,8 +3312,8 @@ server.
them. @t{mu} can run in a special @t{server}-mode, where it provides services
to client software.
@item @t{mu4e}, which runs inside @command{emacs} is
such a client; it communicates with @command{mu} (in its @t{server}-mode to search
for messages, and manipulate them.
such a client; it communicates with @command{mu} (in its @t{server}-mode to
search for messages, and manipulate them.
@item @t{mu4e} uses the facilities
offered by @command{emacs} (the Gnus message editor and @t{smtpmail}) to send
messages.