1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.

(shr-render-td): Handle td style="" better.
 (shr-tag-table): Use the color from the style sheet.
 (shr-render-td): Make sure we copy over all the overlays, too.
nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp overflow, possibly.
This commit is contained in:
Lars Magne Ingebrigtsen 2010-12-07 22:12:50 +00:00 committed by Katsumi Yamaoka
parent 11c31b99b3
commit 60568d7458
3 changed files with 86 additions and 39 deletions

View file

@ -1384,7 +1384,7 @@ textual parts.")
(goto-char start)
(setq vanished
(and (eq flag-sequence 'qresync)
(re-search-forward "VANISHED.* \\([0-9:,]+\\)"
(re-search-forward "^\\* VANISHED .* \\([0-9:,]+\\)"
(or end (point-min)) t)
(match-string 1)))
(goto-char start)