diff options
| author | Glenn Morris | 2009-09-10 06:18:48 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-09-10 06:18:48 +0000 |
| commit | a5e92116393d250dda4660ad439a37c9e67ec364 (patch) | |
| tree | c5f501e75b2a3c0e80086744afbe6392bce00402 | |
| parent | 35426db400afeef2036b93cc7497e4cb4028d4b1 (diff) | |
| download | emacs-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.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) | |||
| 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. | ||
| 495 | If non-nil, this variable is used to identify the correspondent | ||
| 496 | when receiving new mail. If it matches the address of the sender, | ||
| 497 | the recipient is taken as correspondent of a mail. | ||
| 498 | If nil \(default value\), your `user-login-name' and `user-mail-address' | ||
| 499 | are used to exclude yourself as correspondent. | ||
| 500 | |||
| 501 | Usually you don't have to set this variable, except if you collect mails | ||
| 502 | sent by you under different user names. | ||
| 503 | Then it should be a regexp matching your mail addresses. | ||
| 504 | |||
| 505 | Setting 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. |
| 512 | The value is a list of two strings, the first and second parts of the summary. | 493 | 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." | |||
| 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 |