* mu4e: don't add rogue \n where re-editing
This commit is contained in:
@ -254,7 +254,7 @@ separator is never written to the message file. Also see
|
||||
;; search for the first empty line
|
||||
(goto-char (point-min))
|
||||
(if (search-forward-regexp "^$" nil t)
|
||||
(replace-match (concat sepa))
|
||||
(replace-match sepa)
|
||||
(progn ;; no empty line? then prepend one
|
||||
(goto-char (point-max))
|
||||
(insert "\n" sepa))))))
|
||||
|
||||
Reference in New Issue
Block a user