From 034244e55ba9223e7929fada1c2a545c4beee95c Mon Sep 17 00:00:00 2001 From: Ralf Angeli Date: Sun, 21 Nov 2010 09:51:04 +0100 Subject: [PATCH] Gnus: Fix display of message insertion marks. --- lisp/gnus/ChangeLog | 5 +++++ lisp/gnus/mm-uu.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 9dbfbfb821..73a4a746b0 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/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/gnus/mm-uu.el b/lisp/gnus/mm-uu.el index 83b38c8ae1..a10700ee3d 100644 --- a/lisp/gnus/mm-uu.el +++ b/lisp/gnus/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.39.2