Paul Reilly
e93edd3fca
First pass at handling decoding the mbox message into the view buffer.
2008-09-23 11:30:17 +00:00
Glenn Morris
0cf1893f34
Remove file.
2008-09-16 02:45:51 +00:00
Paul Reilly
98c78ffe7a
*** empty log message ***
2008-09-15 20:59:18 +00:00
Paul Reilly
61dcccff80
The Rmail/mbox merge has been abandoned in favor of a restart using
...
the current rmail.el file. A comprehensive list of changes will be
supplied when pmail.el is morphed back into rmail.el
The current status is that pmail.el supports basic Rmail navigation
(no summary support) and shows the current message in a special
buffer using buffer-swap-text. No decoding is done yet. That is the
next step.
2008-09-15 20:56:53 +00:00
Paul Reilly
133fc7dcdb
Rmail/mbox merge abandoned. Remove stale files.
2008-09-15 20:40:23 +00:00
Paul Reilly
84a056f85e
Rmail/mbox merge abandoned. Remove stale files.
2008-09-15 20:37:15 +00:00
Glenn Morris
a7a65779b5
*** empty log message ***
2008-09-06 18:56:57 +00:00
Glenn Morris
3e5013c35c
(rmail-spam-filter): Autoload it.
2008-09-06 18:56:50 +00:00
Glenn Morris
b3a2404fbb
*** empty log message ***
2008-09-06 18:44:46 +00:00
Glenn Morris
8ac8cb144a
(pmail-sort-messages): Use pmail-desc-get-start, pmail-desc-get-end
...
rather than non-existent `marker-' functions.
2008-09-06 18:44:36 +00:00
Glenn Morris
0a25d0ecda
(pmail-use-spam-filter): Remove un-needed variable declaration.
...
Doc fix for actual definition.
(pmail-get-new-mail): Call rmail-spam-filter rather than non-existent
pmail-spam-filter.
2008-09-06 18:37:43 +00:00
Glenn Morris
51a5d09565
Add local variable setting for change-log-default-name.
2008-09-06 02:55:23 +00:00
Glenn Morris
c1ca0a069e
*** empty log message ***
2008-09-06 02:50:52 +00:00
Glenn Morris
59988cefad
(pmail-dont-reply-to, pmail-desc-get-marker-end)
...
(pmail-desc-get-marker-start): Remove declarations of undefined functions.
(pmail-select-correspondent): Use rmail-dont-reply-to from mail-utils
rather than non-existent pmail-dont-reply-to.
2008-09-06 02:50:14 +00:00
Glenn Morris
c2e1d7bc92
(pmail-output-read-pmail-file-name): Remove unused declaration.
2008-09-06 02:48:16 +00:00
Glenn Morris
8befce04ac
(pmail-parse-file-inboxes): Remove unused declaration.
2008-09-06 02:47:50 +00:00
Glenn Morris
327bcdb5c1
(pmail-maybe-set-message-counters)
...
(pmail-set-message-deleted-p): Remove unused declarations.
2008-09-06 02:47:16 +00:00
Glenn Morris
e6eddb0dca
(pmail-spam-filter): Remove declaration of undefined function.
2008-09-06 02:46:37 +00:00
Glenn Morris
8c1ded96b6
Fix copyright years and license notices.
2008-09-06 02:28:43 +00:00
Glenn Morris
6eb249b7ac
Add missing entry.
...
Fix formatting.
Add copyright and license.
2008-09-06 02:27:49 +00:00
Paul Reilly
d444063ebc
* pmail.el (pmail-get-new-mail): When there are no new messages,
...
invoke a redisplay of the current message.
2008-09-05 19:28:36 +00:00
Juanma Barranquero
6981a71fb5
Fix typo.
2008-09-03 15:42:35 +00:00
Paul Reilly
8bc83fb8ec
*** empty log message ***
2008-09-03 15:35:28 +00:00
Paul Reilly
73ead349fc
Fix the expunge command so that the current message index is correct.
...
* pmail.el (pmail-expunge-counter): New variable
(pmail-set-attribute): Canonicalize the calling sequence to index, attribute, state.
(pmail-show-message, pmail-delete-message, pmail-undelete-previous-message,
pmail-delete-forward, pmail-mark-message): Use the new canonical calling sequence.
(pmail-only-expunge): Use the expunge counter to update the current message index.
(pmail-expunge-callback): Simplify. Just count the expunged messages with a lower
index than the current message index.
* pmaildesc.el (pmail-desc-get-previous): Fix an "off by one" issue.
(pmail-desc-set-attribute): Canonicalize the calling sequence to index, attribute, state.
* pmailout.el (pmail-output-body-to-file): Use the canonical calling sequence.
2008-09-03 15:33:38 +00:00
John Paul Wallington
d746203c12
(mail-yank-region): Fix comment.
2008-09-03 11:00:31 +00:00
Juanma Barranquero
2e2da3d5a2
* mail/pmaildesc.el (pmail-desc-get-match-index):
...
Fix malformed let binding.
2008-09-02 11:52:45 +00:00
Miles Bader
bc26117c3e
Add arch tagline
2008-09-01 11:15:17 +00:00
Paul Reilly
ab3777910c
(pmail-reply-callback): Call pmail-show-message to repaint the
...
message, insuring that new headers, like X-BABYL-V6... are correctly
hidden.
2008-09-01 10:56:37 +00:00
Paul Reilly
da084553d9
*** empty log message ***
2008-09-01 08:40:33 +00:00
Paul Reilly
92a86f9312
Reflect that rmail-convert-to-babyl is no longer relevant.
2008-09-01 08:37:47 +00:00
Paul Reilly
e87ae05bed
Fix the expunge operation.
...
pmail.el (pmail-only-expunge): Manage pmail-total-messages in the
callback handler; remove the extra show message call.
(pmail-expunge-callback): Rewrite to handle all possible conditions.
pmaildesc.el (pmail-desc-get-previous, pmail-desc-get-match-index):
New functions.
2008-09-01 08:35:24 +00:00
Paul Reilly
d007e8e938
New and temporary change log file used to capture changes to the pmail*.el files.
2008-09-01 08:18:32 +00:00
Paul Reilly
acdc20068b
Resolve all byte compiler warnings and enable IMAP/movemail support.
2008-08-29 04:27:46 +00:00
John Paul Wallington
6da54b82e4
(rmail-insert-inbox-text): Ensure that the filename of `tofile'
...
doesn't contain any colons so that it works on Windows, Cygwin, and
MS-DOS systems.
2008-08-21 12:24:48 +00:00
Miles Bader
0faeefbb78
Add arch tagline
2008-08-18 05:32:57 +00:00
Paul Reilly
b4de04b680
Temporary convenience files supporting the Rmail/mbox merge to the
...
trunk (as Pmail). These files should be removed when Pmail is
subsumed into Rmail.
2008-08-18 05:21:37 +00:00
Paul Reilly
fde81d5810
Notes on changes made to merge from the Rmail/mbox branch into the trunk.
2008-08-18 05:18:52 +00:00
Miles Bader
6152092712
Add arch tagline
2008-08-18 04:59:13 +00:00
Paul Reilly
e131541f81
mail/: Add new (temporary) libaries for which to test Rmail/mbox such
...
that Rmail/babyl is not affected. This creates a facility/feature
called "pmail" (analagous to "rmail") that can be used independently
from Rmail for testing purposes. The plan is to replace the "rmail"
files eventually and remove "pmail" entirely at that point. In the
interim, interested developers can use either Rmail or Pmail or both
(which is not recommended for the casual User or the faint of heart).
2008-08-18 04:51:28 +00:00
Dan Nicolaescu
7c2fb837ec
* bitmaps/README:
...
* xfns.c:
* termcap.c:
* term.c:
* syswait.h:
* systty.h:
* systime.h:
* syssignal.h:
* sysdep.c:
* process.h:
* process.c:
* print.c:
* ndir.h:
* lread.c:
* keyboard.c:
* getpagesize.h:
* floatfns.c:
* fileio.c:
* emacs.c:
* doc.c:
* dispnew.c:
* dired.c:
* data.c:
* callproc.c:
* buffer.c:
* README:
* Makefile.in:
* s/template.h:
* s/msdos.h:
* m/vax.h: Remove VMS support.
* s/vms.h:
* vlimit.h:
* uaf.h:
* temacs.opt:
* param.h:
* ioctl.h: Remove file.
* descrip.mms:
* compile.com: Remove file.
* Create.c: Remove VMS support.
* message.el (Module):
* gnus-start.el (Module):
* gnus-registry.el (Module):
* textmodes/texinfmt.el:
* nxml/nxml-enc.el:
* mail/feedmail.el:
* international/mule.el:
* international/latexenc.el:
* emulation/viper-util.el:
* emulation/viper-init.el:
* emulation/viper-ex.el:
* emacs-lisp/bytecomp.el:
* version.el:
* subr.el:
* startup.el:
* sort.el:
* shadowfile.el:
* recentf.el:
* printing.el:
* paths.el:
* minibuffer.el:
* ls-lisp.el:
* loadup.el:
* hippie-exp.el:
* finder.el:
* files.el:
* ediff-util.el:
* ediff-ptch.el:
* ediff-init.el:
* ediff-diff.el:
* dired.el:
* dired-aux.el:
* cus-edit.el:
* bindings.el:
* arc-mode.el:
* add-log.el: Remove VMS support.
* obsolete/vmsproc.el:
* obsolete/vms-pmail.el:
* obsolete/vms-patch.el: Remove file.
* etags.c:
* emacsclient.c: Remove VMS support.
* termcap.src: Remove file.
* README:
* PROBLEMS:
* MACHINES: Remove VMS info.
* ediff.texi: Remove VMS support.
* os.texi:
* intro.texi:
* files.texi: Remove VMS support.
* emacs.texi: Remove VMS support.
* make-dist:
* README: Remove VMS support.
* vms: Remove directory.
2008-07-31 05:33:56 +00:00
Dan Nicolaescu
16952f1875
* vms-patch.el, vmsproc.el, mail/vms-pmail.el: Move to obsolete dir.
2008-07-05 18:27:16 +00:00
Glenn Morris
fffa137cb7
American English spelling fix.
2008-06-27 07:34:53 +00:00
Glenn Morris
0f18579193
Require 'cl when compiling.
2008-06-21 20:34:50 +00:00
Glenn Morris
aa360da10d
Add some compiler declarations, for builds without X.
2008-06-12 03:56:20 +00:00
Glenn Morris
e9c033a098
(rmail-cease-edit): Check tool-bar-mode is bound.
2008-06-12 03:49:33 +00:00
Glenn Morris
20e43520ef
Remove unnecessary eval-and-compile.
2008-06-07 02:41:06 +00:00
Glenn Morris
c2457e543b
(mail-interactive): Add :version.
2008-06-07 02:40:47 +00:00
Stefan Monnier
10b6d5c455
(mail-interactive): Change default.
2008-06-06 05:59:38 +00:00
Teodor Zlatanov
e64a3841c4
Add autoload for
...
`auth-source-user-or-password'.
(smtpmail-try-auth-methods): Use it.
2008-05-12 12:40:12 +00:00
Glenn Morris
b1fc2b5014
Switch to recommended form of GPLv3 permissions notice.
2008-05-06 07:25:26 +00:00