2006-04-23 Andreas Seltenreich <andreas+ding@gate450.dyndns.org> (tiny change)
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Sun, 23 Apr 2006 14:12:44 +0000 (14:12 +0000)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Sun, 23 Apr 2006 14:12:44 +0000 (14:12 +0000)
* nnweb.el (nnweb-google-wash-article): Sync up to new Google
HTML.

lisp/ChangeLog
lisp/nnweb.el

index 866f702..fb0442b 100644 (file)
@@ -1,3 +1,8 @@
+2006-04-23  Andreas Seltenreich  <andreas+ding@gate450.dyndns.org>  (tiny change)
+
+       * nnweb.el (nnweb-google-wash-article): Sync up to new Google
+       HTML. 
+
 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * mail-source.el (mail-source-call-script): Message the error
index 37cf7a3..4990369 100644 (file)
@@ -307,8 +307,8 @@ Valid types include `google', `dejanews', and `gmane'.")
 (defun nnweb-google-wash-article ()
   ;; We have Google's masked e-mail addresses here.  :-/
   (let ((case-fold-search t)
-       (start-re "<pre>\n *")
-       (end-re "\n *</pre>"))
+       (start-re "<pre>[\r\n ]*")
+       (end-re "[\r\n ]*</pre>"))
     (goto-char (point-min))
     (if (save-excursion
          (or (re-search-forward "The requested message.*could not be found."