mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-24 13:57:36 +00:00
Gnus: Fix display of message insertion marks.
This commit is contained in:
parent
e39a5583ef
commit
034244e55b
2 changed files with 6 additions and 1 deletions
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Reference in a new issue