Mercurial > hg > xemacs-beta
diff lisp/gnus/nnmail.el @ 163:0132846995bd r20-3b8
Import from CVS: tag r20-3b8
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:43:35 +0200 |
parents | 43dd3413c7c7 |
children | 15872534500d |
line wrap: on
line diff
--- a/lisp/gnus/nnmail.el Mon Aug 13 09:42:28 2007 +0200 +++ b/lisp/gnus/nnmail.el Mon Aug 13 09:43:35 2007 +0200 @@ -806,7 +806,7 @@ (= (following-char) ?\n))) (save-excursion (forward-line 1) - (while (looking-at ">From ") + (while (looking-at ">From \\|From ") (forward-line 1)) (looking-at "[^ \n\t:]+[ \n\t]*:"))) (setq found 'yes))))) @@ -835,7 +835,7 @@ (= (following-char) ?\n))) (save-excursion (forward-line 1) - (while (looking-at ">From ") + (while (looking-at ">From \\|From ") (forward-line 1)) (looking-at "[^ \n\t:]+[ \n\t]*:"))) (setq found 'yes)))))