From 1dea612cba9b49e140a72272539a4b19044681c4 Mon Sep 17 00:00:00 2001 From: djcb Date: Tue, 21 May 2013 20:11:11 +0300 Subject: [PATCH] * cosmetics --- mu4e/mu4e-utils.el | 5 ++--- mu4e/mu4e.texi | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/mu4e/mu4e-utils.el b/mu4e/mu4e-utils.el index 2d2e6b12..6bff5b01 100644 --- a/mu4e/mu4e-utils.el +++ b/mu4e/mu4e-utils.el @@ -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 "/../.."))))) +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; diff --git a/mu4e/mu4e.texi b/mu4e/mu4e.texi index ad7c1270..b4494f30 100644 --- a/mu4e/mu4e.texi +++ b/mu4e/mu4e.texi @@ -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.