+2003-04-07 Katsumi Yamaoka <yamaoka@jpl.org>
+
+ * lisp/nnmail.el (nnmail-split-it): Revoke the change of 1999-08-19.
+
2003-04-03 Katsumi Yamaoka <yamaoka@jpl.org>
* lisp/pop3.el (pop3-uidl-support): Default to nil; change the
(setq value (cdr (assq value nnmail-split-abbrev-alist))))
;; Someone might want to do a \N sub on this match, so get the
;; correct match positions.
- (re-search-backward (concat "\\<" value "\\>") start-of-value))
+ (re-search-backward value start-of-value))
(dolist (sp (nnmail-split-it (car split-rest)))
(unless (member sp split-result)
(push sp split-result))))))