aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2009-09-10 06:18:48 +0000
committerGlenn Morris2009-09-10 06:18:48 +0000
commita5e92116393d250dda4660ad439a37c9e67ec364 (patch)
treec5f501e75b2a3c0e80086744afbe6392bce00402
parent35426db400afeef2036b93cc7497e4cb4028d4b1 (diff)
downloademacs-a5e92116393d250dda4660ad439a37c9e67ec364.tar.gz
emacs-a5e92116393d250dda4660ad439a37c9e67ec364.zip
(rmail-user-mail-address-regexp): Move to rmail.el.
Put autoloads in rmail.el rather than loaddefs.el.
-rw-r--r--lisp/mail/rmailsum.el23
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)
488 (concat prefix basic-start linecount-string " " 488 (concat prefix basic-start linecount-string " "
489 labels basic-end)))) 489 labels basic-end))))
490 490
491;; FIXME move to rmail.el?
492;;;###autoload
493(defcustom rmail-user-mail-address-regexp nil
494 "Regexp matching user mail addresses.
495If non-nil, this variable is used to identify the correspondent
496when receiving new mail. If it matches the address of the sender,
497the recipient is taken as correspondent of a mail.
498If nil \(default value\), your `user-login-name' and `user-mail-address'
499are used to exclude yourself as correspondent.
500
501Usually you don't have to set this variable, except if you collect mails
502sent by you under different user names.
503Then it should be a regexp matching your mail addresses.
504
505Setting this variable has an effect only before reading a mail."
506 :type '(choice (const :tag "None" nil) regexp)
507 :group 'rmail-retrieve
508 :version "21.1")
509
510(defun rmail-header-summary () 491(defun rmail-header-summary ()
511 "Return a message summary based on the message headers. 492 "Return a message summary based on the message headers.
512The value is a list of two strings, the first and second parts of the summary. 493The 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."
1862 1843
1863(provide 'rmailsum) 1844(provide 'rmailsum)
1864 1845
1846;; Local Variables:
1847;; generated-autoload-file: "rmail.el"
1848;; End:
1849
1865;; arch-tag: 80b0a27a-a50d-4f37-9466-83d32d1e0ca8 1850;; arch-tag: 80b0a27a-a50d-4f37-9466-83d32d1e0ca8
1866;;; rmailsum.el ends here 1851;;; rmailsum.el ends here