summaryrefslogtreecommitdiff
path: root/lisp/mail/ChangeLog.pmail
Commit message (Collapse)AuthorAgeFilesLines
* Remove file - replaced by new simplified entries in ../ChangeLogGlenn Morris2009-01-231-1014/+0
|
* Crunch some deleted functions.Glenn Morris2009-01-231-15/+4
|
* Remove references to deleted rmaildesc.el.Glenn Morris2009-01-231-36/+5
|
* Crunch "sync with trunk" entries.Glenn Morris2009-01-231-11/+4
|
* Crunch rmailmm.el references, since to the trunk it is just a new file.Glenn Morris2009-01-231-32/+2
|
* Remove references to deleted rmailhdr that was never in "trunk".Glenn Morris2009-01-231-48/+6
|
* Initial reformat and simplification pending merge into ../lisp/ChangeLog.Glenn Morris2009-01-231-510/+499
|
* * pmail.el (pmail-buffer-swapped): Mark as permanent local.Chong Yidong2009-01-231-0/+4
|
* Fix last change.Chong Yidong2009-01-221-2/+2
|
* * pmailhdr.el: File removed.Chong Yidong2009-01-221-0/+15
| | | | | | | | | | | | | * pmailsum.el: Require pmailkwd. (pmail-summary-expunge-and-save): Use pmail-expunge-and-save. * pmail.el (buffer-swapped-with): Var removed. (pmail-buffer-swapped): New var. (pmail-write-region-annotate): New function. (pmail-save-buffer): New function. * pmailedit.el (pmail-cease-edit, pmail-edit-mode): Use pmail-buffer-swapped.
* (pmail-last-label, pmail-last-multi-labels):Glenn Morris2009-01-201-0/+10
| | | | | Move back here from pmailkwd.el. (pmail-message-labels-p): Move back here from pmailsum.el.
* (pmail-update-summary): Declare.Glenn Morris2009-01-161-0/+10
|
* *** empty log message ***Richard M. Stallman2009-01-101-0/+7
|
* *** empty log message ***Richard M. Stallman2009-01-101-0/+4
|
* *** empty log message ***Richard M. Stallman2009-01-101-0/+16
|
* (pmail-show-message): Fix declaration.Glenn Morris2009-01-081-0/+6
|
* (mail-bury): Treat pmail-mode like rmail-mode.Richard M. Stallman2009-01-051-0/+82
|
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
|
* * pmail.el (buffer-swapped-with): New var, moved from files.el.Chong Yidong2008-12-311-0/+5
| | | | Add advice to basic-save-buffer to use it.
* *** empty log message ***Richard M. Stallman2008-12-291-0/+34
|
* *** empty log message ***Richard M. Stallman2008-12-231-0/+1
|
* *** empty log message ***Richard M. Stallman2008-12-231-0/+7
|
* *** empty log message ***Richard M. Stallman2008-12-231-0/+19
|
* *** empty log message ***Richard M. Stallman2008-12-221-0/+14
|
* *** empty log message ***Richard M. Stallman2008-12-221-0/+19
|
* * pmail.el (pmail-save): New function.Chong Yidong2008-12-221-0/+4
|
* * pmail.el (pmail): Ensure that pmail-mode-hook is run.Chong Yidong2008-12-201-0/+1
|
* * pmail.el (pmail-add-header): Function deleted.Chong Yidong2008-12-201-0/+7
| | | | | | | | (pmail-add-mbox-headers): Insert header directly instead of calling pmail-add-header. (pmail-display-labels): Add leading space to attribute string. (pmail-set-attribute): Call pmail-swap-buffers-maybe. Insert header directly instead of calling pmail-add-header.
* * pmail.el (pmail-expunge-and-save): Call pmail-swap-buffers-maybe beforeChong Yidong2008-12-201-2/+8
| | | | | | | | saving. (pmail-quit): Handling expunging manually, instead of calling pmail-expunge-and-save. (pmail-next-undeleted-message): If no other message can be shown, show the current one.
* * pmail.el (pmail-get-new-mail): Call pmail-swap-buffers-maybe.Chong Yidong2008-12-201-0/+7
| | | | | | (pmail-get-new-mail-1): Adjust restriction after calling pmail-insert-inbox-text. (pmail-add-mbox-headers): Use save-restriction.
* * pmail.el (pmail-require-mime-maybe): Fix arguments of `display-warning'.Juanma Barranquero2008-12-151-0/+5
|
* * pmail.el (pmail-expunge): Save point if no expunging was done.Chong Yidong2008-12-151-0/+1
|
* * pmail.el (pmail): Call pmail-swap-buffers-maybe.Chong Yidong2008-12-151-0/+5
| | | | (pmail-search): Call pmail-swap-buffers-maybe.
* * pmailout.el (pmail-output-to-babyl-file): Rewrite, assuming mboxChong Yidong2008-12-131-0/+7
| | | | | | internal format. (pmail-convert-to-babyl-format, pmail-nuke-pinhead-header): New functions, moved from pmail.el.
* * pmailout.el (pmail-output): Rewrite to handle mbox format.Chong Yidong2008-12-121-0/+12
| | | | | | | | | | | (pmail-output-to-babyl-file): Renamed from pmail-output-to-pmail-file. * pmail.el: All callers to pmail-output-to-pmail-file changed to pmail-output-to-babyl-file. * pmail.el: All callers to pmail-output-to-pmail-file changed to pmail-output-to-babyl-file.
* * pmail.el (pmail-perm-variables): Don't call pmail-parse-file-inboxes.Chong Yidong2008-12-101-0/+10
| | | | | | | | | | | | (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.
* * pmailout.el (pmail-output-to-pmail-file): Don't callChong Yidong2008-12-101-0/+8
| | | | | | | pmail-insert-pmail-file-header. * pmail.el (pmail-insert-pmail-file-header): Function deleted. (pmail-decode-babyl-format): Function deleted.
* * pmail.el (pmail-expunge): Pass new optional arg to pmail-only-expunge.Chong Yidong2008-12-091-0/+2
| | | | (pmail-expunge-and-save): Don't reset view buffer.
* * pmail.el (pmail-only-expunge): Swap buffers at the beginning.Chong Yidong2008-12-091-0/+8
| | | | | | * pmailsum.el (pmail-summary-header): Deleted. (pmail-get-create-summary-line): Don't insert a summary line into the file.
* * pmail.el (pmail-convert-babyl-to-mbox): Reinitialize pmail-modeChong Yidong2008-12-051-0/+5
| | | | variables after conversion.
* * pmailsort.el (pmailhdr): Require pmailhdr.Chong Yidong2008-12-041-0/+1
|
* * pmailsort.el: Sync with pmailsort.el.Chong Yidong2008-12-041-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | (pmail-sort-messages): Insert two newlines at the end of the message if they do not exist. * pmailmm.el: Require mail-parse. (pmail-mime-show): Don't use removed function pmail-header-hide-headers. (pmail-mime): Use pmail-msgbeg and pmail-msgend instead of removed pmail-desc-* functions. * pmailkwd.el: Sync with rmailkwd.el. * pmailout.el: Sync with rmailout.el. * pmailedit.el: Sync with rmailedit.el. (pmail-edit-current-message): Remove deleted function pmail-msg-is-pruned. * pmaildesc.el: File deleted. * pmail.el (pmail-get-header): Call pmail-swap-buffers-maybe. (pmail-retry-failure): Remove call to non-existent function pmail-clear-headers. (pmail-message-labels-p): New function.
* * pmail.el (pmail-get-header): Call pmail-swap-buffers-maybe.Chong Yidong2008-12-041-0/+4
|
* * pmailsort.el (pmail-sort-messages): Don't call removed functionChong Yidong2008-12-041-0/+5
| | | | pmail-header-show-headers.
* * pmailsum.el (pmail-summary-goto-msg): Use pmail-show-message-maybe.Chong Yidong2008-12-031-0/+1
|
* * pmailsum.el (pmail-new-summary): Check for pmail-summary-mode in theChong Yidong2008-12-021-2/+5
| | | | current buffer, not in the pmail buffer.
* * pmail.el (pmail-only-expunge): Pass correct arg toChong Yidong2008-12-021-0/+8
| | | | | | | pmail-show-message-maybe. * pmailsum.el (pmail-get-summary-labels): If no attribute headers are found, use the empty string.
* *** empty log message ***Paul Reilly2008-11-131-0/+4
|
* *** empty log message ***Paul Reilly2008-10-171-0/+14
|
* *** empty log message ***Paul Reilly2008-10-141-0/+4
|