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:
parent
11c31b99b3
commit
60568d7458
3 changed files with 86 additions and 39 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue