diff options
Diffstat (limited to 'lisp/mail/rmail.el')
| -rw-r--r-- | lisp/mail/rmail.el | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index 44cde7cb5a9..312baffb901 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el | |||
| @@ -521,25 +521,6 @@ still the current message in the Rmail buffer.") | |||
| 521 | (defvar rmail-mmdf-delim2 "^\001\001\001\001\n" | 521 | (defvar rmail-mmdf-delim2 "^\001\001\001\001\n" |
| 522 | "Regexp marking the end of an mmdf message.") | 522 | "Regexp marking the end of an mmdf message.") |
| 523 | 523 | ||
| 524 | ;; FIXME Post-mbox, this is now unused. | ||
| 525 | ;; In Emacs-22, this was called: | ||
| 526 | ;; i) the very first time a message was shown. | ||
| 527 | ;; ii) when toggling the headers to the normal state, every time. | ||
| 528 | ;; It's not clear what it should do now, since there is nothing that | ||
| 529 | ;; records when a message is shown for the first time (unseen is not | ||
| 530 | ;; necessarily the same thing). | ||
| 531 | ;; See https://lists.gnu.org/r/emacs-devel/2009-03/msg00013.html | ||
| 532 | (defcustom rmail-message-filter nil | ||
| 533 | "If non-nil, a filter function for new messages in RMAIL. | ||
| 534 | Called with region narrowed to the message, including headers, | ||
| 535 | before obeying `rmail-ignored-headers'." | ||
| 536 | :group 'rmail-headers | ||
| 537 | :type '(choice (const nil) function)) | ||
| 538 | |||
| 539 | (make-obsolete-variable 'rmail-message-filter | ||
| 540 | "it is not used (try `rmail-show-message-hook')." | ||
| 541 | "23.1") | ||
| 542 | |||
| 543 | (defcustom rmail-automatic-folder-directives nil | 524 | (defcustom rmail-automatic-folder-directives nil |
| 544 | "List of directives specifying how to automatically file messages. | 525 | "List of directives specifying how to automatically file messages. |
| 545 | Whenever Rmail shows a message in the folder that `rmail-file-name' | 526 | Whenever Rmail shows a message in the folder that `rmail-file-name' |