]> code.delx.au - gnu-emacs/blobdiff - lisp/mail/rmailmsc.el
Add rx.el support for numbered groups (Bug#8776).
[gnu-emacs] / lisp / mail / rmailmsc.el
index 0345e720f5f8f11b4e0a5aaee6eab5137c0c203d..4519ab1505fdef794d73c6f5445b1d7c6c17deeb 100644 (file)
@@ -1,10 +1,10 @@
 ;;; rmailmsc.el --- miscellaneous support functions for the RMAIL mail reader
 
-;; Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
-;;   2009  Free Software Foundation, Inc.
+;; Copyright (C) 1985, 2001-2011  Free Software Foundation, Inc.
 
 ;; Maintainer: FSF
 ;; Keywords: mail
+;; Package: rmail
 
 ;; This file is part of GNU Emacs.
 
@@ -41,6 +41,7 @@ This applies only to the current session."
         (with-temp-buffer
           (insert file-name)
           (goto-char (point-min))
+          ;; split-string does not remove leading/trailing whitespace.
           (nreverse (mail-parse-comma-list)))))
     (when (or (not rmail-inbox-list)
              (y-or-n-p (concat "Replace "
@@ -53,5 +54,8 @@ This applies only to the current session."
       (setq rmail-inbox-list inbox-list)))
   (rmail-show-message-1 rmail-current-message))
 
-;; arch-tag: 94614a62-2a0a-4e25-bac9-06f461ed4c60
+;; Local Variables:
+;; generated-autoload-file: "rmail.el"
+;; End:
+
 ;;; rmailmsc.el ends here