You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-emacs/vm/files/vm-7.19-burst-digest.patch

19 lines
632 B

--- vm-digest.el~ 2003-05-03 23:31:52.000000000 +0200
+++ vm-digest.el 2005-10-06 16:41:56.000000000 +0200
@@ -179,6 +179,7 @@
(goto-char start)
(while (= (following-char) ?\n)
(delete-char 1)))
+ (insert ?\n)
(insert (vm-trailing-message-separator folder-type)))
((vm-mime-types-match "multipart/digest"
(car (vm-mm-layout-type layout)))
@@ -202,6 +203,7 @@
(goto-char start)
(while (= (following-char) ?\n)
(delete-char 1)))
+ (insert ?\n)
(insert (vm-trailing-message-separator folder-type))
(setq part-list (cdr part-list))))
(t (error