* cosmetics

This commit is contained in:
djcb
2012-04-20 18:24:10 +03:00
parent 419c00f5b2
commit af3d206fb1
2 changed files with 2 additions and 3 deletions

View File

@ -432,8 +432,8 @@ using Gnus' `message-mode'."
;; buffer is not user-modified yet ;; buffer is not user-modified yet
(set-buffer-modified-p nil))) (set-buffer-modified-p nil)))
(defun mu4e-insert-captured-message () (defun mu4e-insert-captured-message-as-attachment()
"Insert the last captured message file." "Insert the last captured message file as an attachment."
(interactive) (interactive)
(unless mu4e-captured-message (unless mu4e-captured-message
(error "No message has been captured")) (error "No message has been captured"))

View File

@ -43,7 +43,6 @@ to the sent folder using their docid")
(defun mu4e-start-proc () (defun mu4e-start-proc ()
"Start the mu server process." "Start the mu server process."
;; TODO: add version check
(unless (file-executable-p mu4e-mu-binary) (unless (file-executable-p mu4e-mu-binary)
(error (format "`mu4e-mu-binary' (%S) not found" mu4e-mu-binary))) (error (format "`mu4e-mu-binary' (%S) not found" mu4e-mu-binary)))
(let* ((process-connection-type nil) ;; use a pipe (let* ((process-connection-type nil) ;; use a pipe