summaryrefslogtreecommitdiff
path: root/lisp/mail/pmail.el
Commit message (Expand)AuthorAgeFilesLines
* File removed.Chong Yidong2009-01-231-3893/+0
* (pmail-buffer-swapped): Mark as permanent local.Chong Yidong2009-01-231-1/+1
* (buffer-swapped-with): Var removed.Chong Yidong2009-01-221-54/+24
* Restore comment lost in previous change.Glenn Morris2009-01-201-0/+2
* (pmail-last-label, pmail-last-multi-labels):Glenn Morris2009-01-201-0/+9
* (buffer-swapped-with): Mark as permanent local.Richard M. Stallman2009-01-171-2/+6
* (pmail-count-screen-lines, pmail-use-collection-buffer)Richard M. Stallman2009-01-101-127/+94
* (pmail-ignored-headers): Hide more fields.Richard M. Stallman2009-01-101-11/+12
* (basic-save-buffer): Protect buffer-modified flag around first swap.Richard M. Stallman2009-01-051-170/+173
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
* (buffer-swapped-with): New var, moved from files.el. Add advice toChong Yidong2008-12-311-0/+28
* (pmail-forwarded-attr-index): Doc fix.Richard M. Stallman2008-12-291-14/+37
* (pmail-variables): Don't set save-buffer-coding-system.Richard M. Stallman2008-12-231-7/+0
* (pmail-display-labels): Doc fix.Richard M. Stallman2008-12-231-9/+22
* (pmail-retried-attr-index, pmail-forwarded-attr-index):Richard M. Stallman2008-12-221-63/+65
* (pmail-swap-buffers-maybe): Variable deleted.Richard M. Stallman2008-12-221-42/+13
* (pmail-save): New function.Chong Yidong2008-12-221-0/+11
* (pmail): Ensure that pmail-mode-hook is run.Chong Yidong2008-12-201-0/+2
* (pmail-add-header): Function deleted.Chong Yidong2008-12-201-20/+16
* (pmail-expunge-and-save): Call pmail-swap-buffers-maybe beforeChong Yidong2008-12-201-4/+8
* (pmail-get-new-mail): Call pmail-swap-buffers-maybe.Chong Yidong2008-12-201-27/+33
* * pmail.el (pmail-require-mime-maybe): Fix arguments of `display-warning'.Juanma Barranquero2008-12-151-7/+8
* (pmail-search): Call pmail-swap-buffers-maybe.Chong Yidong2008-12-151-3/+10
* (pmail): Call pmail-swap-buffers-maybe.Chong Yidong2008-12-151-23/+22
* All callers to pmail-output-to-pmail-file changed toChong Yidong2008-12-121-8/+8
* (pmail-perm-variables): Don't call pmail-parse-file-inboxes.Chong Yidong2008-12-101-437/+51
* (pmail-insert-pmail-file-header): Function deleted.Chong Yidong2008-12-101-71/+3
* Remove debugging code.Chong Yidong2008-12-101-1/+0
* (pmail-expunge): Pass new optional arg to pmail-only-expunge.Chong Yidong2008-12-091-4/+4
* (pmail-only-expunge): Swap buffers at the beginning.Chong Yidong2008-12-091-8/+6
* (pmail-convert-babyl-to-mbox): Reinitialize pmail-mode variables afterChong Yidong2008-12-051-1/+7
* (pmail-retry-failure): Remove call to non-existent functionChong Yidong2008-12-041-2/+9
* (pmail-get-header): Call pmail-swap-buffers-maybe.Chong Yidong2008-12-041-0/+1
* (pmail-only-expunge): Pass correct arg to pmail-show-message-maybe.Chong Yidong2008-12-021-1/+1
* Add support for save-buffer.Paul Reilly2008-11-131-5/+48
* (pmail): Remove a redundant message counter reset call; try toPaul Reilly2008-10-171-19/+26
* (pmail): Check for babyl conversion early; ignore multibyte.Paul Reilly2008-10-141-15/+7
* * pmail.el (pmail-tool-bar-map): Initialize it unconditionally.Chong Yidong2008-10-111-27/+26
* Next step in the Rmail/mbox support: getting basic summary support working.Paul Reilly2008-10-051-216/+249
* First pass at handling decoding the mbox message into the view buffer.Paul Reilly2008-09-231-71/+132
* The Rmail/mbox merge has been abandoned in favor of a restart usingPaul Reilly2008-09-151-1093/+1864
* (rmail-spam-filter): Autoload it.Glenn Morris2008-09-061-0/+2
* (pmail-use-spam-filter): Remove un-needed variable declaration.Glenn Morris2008-09-061-8/+8
* Add local variable setting for change-log-default-name.Glenn Morris2008-09-061-0/+4
* (pmail-spam-filter): Remove declaration of undefined function.Glenn Morris2008-09-061-1/+1
* * pmail.el (pmail-get-new-mail): When there are no new messages,Paul Reilly2008-09-051-0/+1
* Fix the expunge command so that the current message index is correct.Paul Reilly2008-09-031-13/+16
* (pmail-reply-callback): Call pmail-show-message to repaint thePaul Reilly2008-09-011-1/+2
* Fix the expunge operation.Paul Reilly2008-09-011-6/+11
* Resolve all byte compiler warnings and enable IMAP/movemail support.Paul Reilly2008-08-291-33/+30