* nnmail.el (nnmail-split-it): Revoke the change of 1999-08-19.
authoryamaoka <yamaoka>
Mon, 7 Apr 2003 01:21:07 +0000 (01:21 +0000)
committeryamaoka <yamaoka>
Mon, 7 Apr 2003 01:21:07 +0000 (01:21 +0000)
ChangeLog
lisp/nnmail.el

index 6d2ff65..1bbafd9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+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
index 0cdc420..66e656d 100644 (file)
@@ -1331,7 +1331,7 @@ See the documentation for the variable `nnmail-split-fancy' for details."
                    (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))))))