Gnus: Fix display of message insertion marks.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user