diff options
| author | Chong Yidong | 2008-12-10 21:48:55 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-12-10 21:48:55 +0000 |
| commit | a6ab2338109faf2f78a36dd75f5dcc7603918fa8 (patch) | |
| tree | 98e63ad00f172f581586bbe3ec8ba7a7abbc7c68 | |
| parent | adc3b85d06274ecdf761dfdba7344b413f8b05e1 (diff) | |
| download | emacs-a6ab2338109faf2f78a36dd75f5dcc7603918fa8.tar.gz emacs-a6ab2338109faf2f78a36dd75f5dcc7603918fa8.zip | |
* pmail.el (pmail-perm-variables): Don't call pmail-parse-file-inboxes.
(pmail-parse-file-inboxes): Function deleted.
(pmail-get-new-mail-1): Function merged into pmail-get-new-mail.
(pmail-get-new-mail-2): Renamed to pmail-get-new-mail-1.
(pmail-get-new-mail-filter-spam): Call rmail-spam-filter, not
pmail-spam-filter.
(pmail-convert-to-babyl-format): Function deleted.
(pmail-nuke-pinhead-header): Function deleted.
(pmail-reply): Parsing headers in mbox format. Call
rmail-dont-reply-to instead of pmail-dont-reply-to.
| -rw-r--r-- | lisp/mail/ChangeLog.pmail | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/mail/ChangeLog.pmail b/lisp/mail/ChangeLog.pmail index eb3872360b2..e42440f9089 100644 --- a/lisp/mail/ChangeLog.pmail +++ b/lisp/mail/ChangeLog.pmail | |||
| @@ -5,6 +5,16 @@ | |||
| 5 | 5 | ||
| 6 | * pmail.el (pmail-insert-pmail-file-header): Function deleted. | 6 | * pmail.el (pmail-insert-pmail-file-header): Function deleted. |
| 7 | (pmail-decode-babyl-format): Function deleted. | 7 | (pmail-decode-babyl-format): Function deleted. |
| 8 | (pmail-perm-variables): Don't call pmail-parse-file-inboxes. | ||
| 9 | (pmail-parse-file-inboxes): Function deleted. | ||
| 10 | (pmail-get-new-mail-1): Function merged into pmail-get-new-mail. | ||
| 11 | (pmail-get-new-mail-2): Renamed to pmail-get-new-mail-1. | ||
| 12 | (pmail-get-new-mail-filter-spam): Call rmail-spam-filter, not | ||
| 13 | pmail-spam-filter. | ||
| 14 | (pmail-convert-to-babyl-format): Function deleted. | ||
| 15 | (pmail-nuke-pinhead-header): Function deleted. | ||
| 16 | (pmail-reply): Parsing headers in mbox format. Call | ||
| 17 | rmail-dont-reply-to instead of pmail-dont-reply-to. | ||
| 8 | 18 | ||
| 9 | 2008-12-09 Chong Yidong <cyd@stupidchicken.com> | 19 | 2008-12-09 Chong Yidong <cyd@stupidchicken.com> |
| 10 | 20 | ||