diff --git a/emacs/mu4e.el b/emacs/mu4e.el index a86bc731..07054ad3 100644 --- a/emacs/mu4e.el +++ b/emacs/mu4e.el @@ -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))) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;