mu4e: remove some debugging

This commit is contained in:
djcb 2017-02-07 07:09:05 +02:00
parent ad1a372b5f
commit 7c6c3b63f8
1 changed files with 1 additions and 3 deletions

View File

@ -226,8 +226,7 @@ unless PREFER-HTML is non-nil."
"yes"
(mu4e~message-body-has-content-type-param
msg "delsp"))))
(buffer-string))
""))))
(buffer-string)) ""))))
(dolist (func mu4e-message-body-rewrite-functions)
(setq body (funcall func msg body)))
body))
@ -310,7 +309,6 @@ FUNC. Return the buffer contents."
(with-temp-buffer
(insert (or (mu4e-message-field msg :body-html) ""))
(funcall func)
(message "buffer string...")
(or (buffer-string) "")))
(defun mu4e-shr2text (msg)