From 573bf0341671133b97e984bae1233fb4c5eef426 Mon Sep 17 00:00:00 2001 From: Ralf Angeli Date: Sun, 21 Nov 2010 11:14:26 +0000 Subject: [PATCH] mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from appearing when `mm-uu-hide-markers' is nil. --- lisp/ChangeLog | 5 +++++ lisp/mm-uu.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ebbfba40f..90ca64aaf 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2010-11-21 Ralf Angeli + + * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from + appearing when `mm-uu-hide-markers' is nil. + 2010-11-21 Lars Magne Ingebrigtsen * nnimap.el (nnimap-unselect-group): Made into its own function. diff --git a/lisp/mm-uu.el b/lisp/mm-uu.el index 83b38c8ae..a10700ee3 100644 --- a/lisp/mm-uu.el +++ b/lisp/mm-uu.el @@ -165,7 +165,7 @@ This can be either \"inline\" or \"attachment\".") ;; dependency on `message.el'. "^-+[8<>]*-\\{9,\\}[a-z ]+-\\{9,\\}[a-z ]+-\\{9,\\}[8<>]*-+$" "^-+[8<>]*-\\{9,\\}[a-z ]+-\\{9,\\}[a-z ]+-\\{9,\\}[8<>]*-+$" - (lambda () (mm-uu-verbatim-marks-extract -1 0 1 -1)) + (lambda () (mm-uu-verbatim-marks-extract 0 0 1 -1)) nil) ;; Omitting [a-z8<] leads to false positives (bogus signature separators ;; and mailing list banners). -- 2.34.1