1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-02 11:21:42 +00:00
Commit Graph

1944 Commits

Author SHA1 Message Date
Chong Yidong
c8ca9217d5 (define-mail-alias): Sync code with define-mail-abbrev. 2008-11-25 22:58:14 +00:00
Chong Yidong
4bb79f823f (define-mail-abbrev): When reading from mailrc, recognize string
quoting.  When reading from Lisp, accept rfc822-like addresses.
2008-11-25 22:58:01 +00:00
Paul Reilly
d5c79e811c *** empty log message *** 2008-11-13 08:02:50 +00:00
Paul Reilly
c68997cf65 Add support for save-buffer. 2008-11-13 08:01:29 +00:00
Martin Rudalics
2c4ac0695a (footnote-mode): Improve doc-string.
Suggested by <jidanni@jidanni.org>.  (Bug#1318)
2008-11-11 09:39:29 +00:00
Teodor Zlatanov
863e372f74 (smtpmail-open-stream): Use `starttls-any-program-available'. Auto-load starttls.el for it. 2008-11-10 20:13:41 +00:00
Teodor Zlatanov
373f031296 (smtpmail-open-stream): Use `starttls-any-program-available'. 2008-11-10 20:10:51 +00:00
Paul Reilly
69caa40ac5 *** empty log message *** 2008-10-17 02:44:36 +00:00
Paul Reilly
8e4487de7b (pmail): Remove a redundant message counter reset call; try to
minimize the attempts to show a message (ideally it should be done
once and only once).

(pmail-convert-babyl-to-mbox): Set up the global message variables
after inserting the converted mbox file into the Pmail buffer; avoid
an unecessary message display function call.

(pmail-show-message-maybe): Use the current message number when the
optional argument is not passed.
2008-10-17 02:43:35 +00:00
Paul Reilly
fc8d7fa8cf *** empty log message *** 2008-10-14 12:09:31 +00:00
Paul Reilly
4d7404bb76 (pmail): Check for babyl conversion early; ignore multibyte. 2008-10-14 12:08:21 +00:00
Chong Yidong
675ccaf017 * pmail.el (pmail-tool-bar-map): Initialize it unconditionally. 2008-10-11 19:56:32 +00:00
Martin Rudalics
6a8b463264 Remove * in defcustom docstrings and tell
for most options that customizing them doesn't affect buffers
already displaying footnotes.
(Footnote-refresh-footnotes, Footnote-renumber-footnotes): Fix
handling of text properties and identical start/end tags.  Do
not use format when renumbering.
(Footnote-set-style): Make it work.
(Footnote-insert-numbered-footnote): Simplify.
(Footnote-narrow-to-footnotes, Footnote-insert-footnote)
(Footnote-goto-footnote): Fix handling of empty section tag.
(Footnote-delete-footnote): Fix handling of identical start/end
tags, empty section tag, and spaced footnotes.  Do not use
kill-region.
(footnote-mode): Make most options buffer-local to avoid that
customizing messes up handling of footnotes in buffers that
already display them.
2008-10-06 06:29:05 +00:00
Paul Reilly
a1fdbf6d60 *** empty log message *** 2008-10-05 14:14:05 +00:00
Paul Reilly
fca0b79bef Next step in the Rmail/mbox support: getting basic summary support working. 2008-10-05 14:08:21 +00:00
Eli Zaretskii
f45de83bf8 (mail-unquote-printable-region): Use insert-byte instead of insert-char,
when the UNIBYTE arg is non-nil.
2008-09-30 11:54:57 +00:00
Chong Yidong
c8145d5e95 (rfc822-addresses): Prevent rfc822-bad-address from raising a
wrong-type-argument error.
2008-09-24 17:56:13 +00:00
Paul Reilly
b05f4920d5 *** empty log message *** 2008-09-23 11:32:25 +00:00
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