From af3d206fb11a5f09630805600fe99762d87ac243 Mon Sep 17 00:00:00 2001 From: djcb Date: Fri, 20 Apr 2012 18:24:10 +0300 Subject: [PATCH] * cosmetics --- emacs/mu4e-compose.el | 4 ++-- emacs/mu4e-proc.el | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/emacs/mu4e-compose.el b/emacs/mu4e-compose.el index 70117b53..c56fffa5 100644 --- a/emacs/mu4e-compose.el +++ b/emacs/mu4e-compose.el @@ -432,8 +432,8 @@ using Gnus' `message-mode'." ;; buffer is not user-modified yet (set-buffer-modified-p nil))) -(defun mu4e-insert-captured-message () - "Insert the last captured message file." +(defun mu4e-insert-captured-message-as-attachment() + "Insert the last captured message file as an attachment." (interactive) (unless mu4e-captured-message (error "No message has been captured")) diff --git a/emacs/mu4e-proc.el b/emacs/mu4e-proc.el index 8b793d12..826ed204 100644 --- a/emacs/mu4e-proc.el +++ b/emacs/mu4e-proc.el @@ -43,7 +43,6 @@ to the sent folder using their docid") (defun mu4e-start-proc () "Start the mu server process." - ;; TODO: add version check (unless (file-executable-p mu4e-mu-binary) (error (format "`mu4e-mu-binary' (%S) not found" mu4e-mu-binary))) (let* ((process-connection-type nil) ;; use a pipe