diff --git a/emacs/mu4e-send.el b/emacs/mu4e-send.el index 9a04432e..1b1b125a 100644 --- a/emacs/mu4e-send.el +++ b/emacs/mu4e-send.el @@ -379,7 +379,7 @@ using Gnus' `message-mode'." (save-excursion (goto-char (point-min)) ;; remove the --text follows this line-- separator - (if (search-forward-regexp (concat "^" mail-header-separator "\n")) + (if (search-forward-regexp (concat "^" mail-header-separator)) (replace-match "") (error "cannot find mail-header-separator")) (save-buffer)