2003-03-22 Svend Tollak Munkejord <stm@bacchus.pvv.org>
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Sat, 22 Mar 2003 18:33:23 +0000 (18:33 +0000)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Sat, 22 Mar 2003 18:33:23 +0000 (18:33 +0000)
* deuglify.el (gnus-outlook-repair-attribution-outlook): Use a
less strict regexp.

lisp/ChangeLog
lisp/deuglify.el

index c1d6786..0fecd6a 100644 (file)
@@ -1,3 +1,17 @@
+2003-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * mail-source.el (mail-source-fetch-imap): Revert.
+
+2003-03-22  Svend Tollak Munkejord  <stm@bacchus.pvv.org>
+
+       * deuglify.el (gnus-outlook-repair-attribution-outlook): Use a
+       less strict regexp.
+
+2003-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * mail-source.el (mail-source-fetch-imap): Use buffer name for
+       more imap function.
+
 2003-03-21  Simon Josefsson  <jas@extundo.com>
 
        * gnus-art.el (article-decode-group-name): Replace Newsgroups and
index a8053da..7327e1b 100644 (file)
@@ -388,7 +388,7 @@ NODISPLAY is non-nil, don't redisplay the article buffer."
       (gnus-with-article-buffer
        (article-goto-body)
        (if (re-search-forward
-            (concat "^[" cite-marks " \t]*----* ?[^-]+ [^-]+ ?----*\n"
+            (concat "^[" cite-marks " \t]*--* ?[^-]+ [^-]+ ?--*\\s *\n"
                     "[^\n:]+:[ \t]*\\([^\n]+\\)\n"
                     "\\([^\n:]+:[ \t]*[^\n]+\n\\)+")
             nil t)