Gnus: Fix display of message insertion marks.

This commit is contained in:
Ralf Angeli 2010-11-21 09:51:04 +01:00
parent e39a5583ef
commit 034244e55b
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2010-11-21 Ralf Angeli <angeli@caeruleus.net>
* 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 <larsi@gnus.org>
* nnimap.el (nnimap-unselect-group): Made into its own function.

View file

@ -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).