diff options
author | Glenn Morris <rgm@gnu.org> | 2009-09-10 06:18:48 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2009-09-10 06:18:48 +0000 |
commit | a5e92116393d250dda4660ad439a37c9e67ec364 (patch) | |
tree | c5f501e75b2a3c0e80086744afbe6392bce00402 | |
parent | 35426db400afeef2036b93cc7497e4cb4028d4b1 (diff) | |
download | emacs-a5e92116393d250dda4660ad439a37c9e67ec364.tar.gz |
(rmail-user-mail-address-regexp): Move to rmail.el.
Put autoloads in rmail.el rather than loaddefs.el.
-rw-r--r-- | lisp/mail/rmailsum.el | 23 |
1 files changed, 4 insertions, 19 deletions
diff --git a/lisp/mail/rmailsum.el b/lisp/mail/rmailsum.el index b8175c36f23..03185a279f9 100644 --- a/lisp/mail/rmailsum.el +++ b/lisp/mail/rmailsum.el @@ -488,25 +488,6 @@ LINES is the number of lines in the message (if we should display that) (concat prefix basic-start linecount-string " " labels basic-end)))) -;; FIXME move to rmail.el? -;;;###autoload -(defcustom rmail-user-mail-address-regexp nil - "Regexp matching user mail addresses. -If non-nil, this variable is used to identify the correspondent -when receiving new mail. If it matches the address of the sender, -the recipient is taken as correspondent of a mail. -If nil \(default value\), your `user-login-name' and `user-mail-address' -are used to exclude yourself as correspondent. - -Usually you don't have to set this variable, except if you collect mails -sent by you under different user names. -Then it should be a regexp matching your mail addresses. - -Setting this variable has an effect only before reading a mail." - :type '(choice (const :tag "None" nil) regexp) - :group 'rmail-retrieve - :version "21.1") - (defun rmail-header-summary () "Return a message summary based on the message headers. The value is a list of two strings, the first and second parts of the summary. @@ -1862,5 +1843,9 @@ the summary is only showing a subset of messages." (provide 'rmailsum) +;; Local Variables: +;; generated-autoload-file: "rmail.el" +;; End: + ;; arch-tag: 80b0a27a-a50d-4f37-9466-83d32d1e0ca8 ;;; rmailsum.el ends here |