+2000-10-18 Simon Josefsson <simon@josefsson.org>
+
+ * nnheader.el (nnheader-parse-head): Try both "from:" and "from: ".
+
+ * gnus-sum.el (gnus-get-newsgroup-headers): Ditto.
+
2000-10-17 Simon Josefsson <simon@josefsson.org>
* gnus-sum.el (gnus-get-newsgroup-headers): Search for "from:"
;; From.
(progn
(goto-char p)
- (if (search-forward "\nfrom:" nil t)
+ (if (or (search-forward "\nfrom: " nil t)
+ (search-forward "\nfrom:" nil t))
(nnheader-header-value)
"(nobody)"))
;; Date.
;; From.
(progn
(goto-char p)
- (if (search-forward "\nfrom:" nil t)
+ (if (or (search-forward "\nfrom: " nil t)
+ (search-forward "\nfrom:" nil t))
(nnheader-header-value) "(nobody)"))
;; Date.
(progn