* mu4e.el: fix message washing regression

This commit is contained in:
djcb
2012-02-06 19:48:56 +02:00
parent 7c1a24508e
commit d76d88a7f0

View File

@ -569,8 +569,7 @@ uses the emacs built-in `html2text'. Alternatively, if
;; there's a normal sized text part
txt))))
;; and finally, remove some crap from the remaining string.
(replace-regexp-in-string "[
 ]" " " body nil nil nil)))
(replace-regexp-in-string "[
 ]" " " body nil nil nil)))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;