1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-26 16:51:46 -07:00
Commit graph

2109 commits

Author SHA1 Message Date
Glenn Morris
04c17beac3 (rmail-summary-disable): Fix declaration. 2009-01-29 03:42:17 +00:00
Glenn Morris
0954b0aa0e (rmail-file-name): Remove duplicate definition.
(rmail-set-header): Ensure header changes get saved.
2009-01-29 03:41:57 +00:00
Glenn Morris
314a8fc3a7 (rmail-set-label): Update the summary, if there is one, after a label
is added.
2009-01-29 03:41:38 +00:00
Glenn Morris
8fbbdd4404 (rmail-summary-update-line): New function.
(rmail-summary-goto-msg): Return a value according to whether message
was found.
(rmail-summary-update-highlight): Give the overlay an 'rmail-summary
property.  Use line-end-position.
2009-01-29 03:41:12 +00:00
Chong Yidong
b3a51d1d20 (rmail-cease-edit): Add additional quotes to quoted From lines. 2009-01-29 03:02:39 +00:00
Chong Yidong
ace0f471fb (rmail-show-message): Unquote From lines. 2009-01-29 03:01:44 +00:00
Chong Yidong
2e55c1b7bb (rmail-redecode-body): New function, based on old version removed in
2009-01-22 change.
2009-01-29 02:46:21 +00:00
Chong Yidong
8372c367bd (rmail-toggle-header): Don't reset
rmail-header-style permanently (bug#2016).
2009-01-28 15:54:46 +00:00
Glenn Morris
9940a3eca7 (rmail-expunge-and-save): Always show a message,
even when called from the summary.  (Bug#2075)
(rmail-no-mail-p): New func, extracted from rmail-show-message-maybe.
(rmail-show-message-maybe): Use rmail-no-mail-p.
(rmail-show-message): If empty folder, do nothing.  (Bug#2076)
2009-01-28 02:50:41 +00:00
Glenn Morris
3ea5d765e7 (rmail-message-recipients-p-1): Don't bother
starting from the beginning, since mail-fetch-field does not care.
(rmail-create-summary-line): Fix unseen handling.  (Bug#2089)
(rmail-get-summary-status): New name for old rmail-get-summary-labels.
(rmail-get-summary-labels): New function.  Returns labels rather than
status (edited, etc).
(rmail-create-summary): Insert an extra space after the status
flags, for consistency with old rmail, and with current
rmail-summary-font-lock-keywords.
2009-01-28 02:49:40 +00:00
Chong Yidong
eb7f6f5b5c (rmail-convert-babyl-to-mbox): Prompt user before converting. 2009-01-27 23:02:00 +00:00
Chong Yidong
77f3338372 (unrmail): Record labels in X-RMAIL-* fields, which are recognized by
the new Rmail, instead of X-BABYL-V6-*.
2009-01-27 22:38:58 +00:00
Glenn Morris
4546235fc9 Tweak previous doc fix. 2009-01-27 08:32:56 +00:00
Glenn Morris
3b5ad65462 (rmail-copy-headers): Doc fix. Leave point at the end
of the headers in the full header case.  (Bug#2073)
2009-01-27 08:29:35 +00:00
Kenichi Handa
6b0c98f550 (rmail-get-coding-system): Fix previous change. 2009-01-27 04:49:33 +00:00
Kenichi Handa
fe83a3004e (rmail-get-coding-system): Re-search
rmail-mime-charset-pattern directly instead of using
mail-fetch-field.  Use coding-system-from-name.
2009-01-27 04:48:56 +00:00
Glenn Morris
415046c882 Remove leading `*' from defcustom docs.
Replace `first' and `rest' with `car' and `cdr' throughout.
(rsf-auto-delete-spam-bbdb-entries): Remove unused variable.
(rsf-scanning-messages-now): Doc fix.
(rsf-check-field): Rename from `check-field' and update callers.
(rmail-spam-filter): Fix bbdb/mail_auto_create_p oddness.
Use rmail-output rather than deleted rmail-output-to-rmail-file.
2009-01-27 03:43:26 +00:00
Glenn Morris
778ef2ef07 Remove leading `*' from defcustom docs.
Remove needless autoloads of many defcustoms and hooks.
(rmail-enable-mime, rmail-insert-mime-resent-message-function)
(rmail-search-mime-message-function, rmail-search-mime-header-function)
(rmail-decode-mime-charset): Doc fix.
(rmail-search-message, rmail-resend): Check functions set before use.
2009-01-27 03:43:04 +00:00
Glenn Morris
c10782e6e5 Remove leading `*' from defcustom docs.
Remove needless autoloads of many defcustoms.
(rmail-output-to-babyl-buffer): Rename from
rmail-output-to-r-mail-buffer and update caller.
(rmail-output): Doc fix.
2009-01-27 03:42:31 +00:00
Glenn Morris
8d2b2df4b0 Remove leading `*' from defcustom docs.
Remove needless autoloads of many defcustoms.
(rmail-message-regexp-p-1): Check rmail-search-mime-header-function is set.
2009-01-27 03:42:08 +00:00
Glenn Morris
d654dddf13 (command-line-args-left): Remove unneeded declaration.
(batch-unrmail, unrmail): Doc fix.
2009-01-27 03:41:25 +00:00
Chong Yidong
3fbc055fd8 (rmail-message-recipients-p-1, rmail-message-regexp-p-1): Avoid clobbering the mark. 2009-01-27 03:15:52 +00:00
Chong Yidong
96a07ae931 (rmail-summary-mark-deleted): Recache summary. 2009-01-27 03:05:18 +00:00
Glenn Morris
ac120e6dbf (rmail-reply): Don't include Resent-To and Resent-Cc in replies. (Bug#512) 2009-01-26 02:06:58 +00:00
Glenn Morris
38291a39bc (rmail-insert-inbox-text): Revert replacement of "popmail" by "pormail". 2009-01-24 03:35:50 +00:00
Glenn Morris
4474b24acb Restore copyright year lost in mbox merge. 2009-01-24 03:35:12 +00:00
Chong Yidong
eec86b015f (rmail-buffer-swapped): Fix last change. 2009-01-23 22:33:43 +00:00
Chong Yidong
bfc032477c (rmail-summary-by-labels): Correctly handle return value of
rmail-get-labels.
2009-01-23 19:20:01 +00:00
Chong Yidong
ee1b0cc07b Fix last fix. 2009-01-23 19:19:05 +00:00
Chong Yidong
6e77127fbe Fix last change. 2009-01-23 19:09:55 +00:00
Chong Yidong
80cb4057f8 (rmail-next-labeled-message): Correctly handle return value of
rmail-get-labels.
2009-01-23 19:02:31 +00:00
Chong Yidong
a8f67b0483 (rmail-get-labels): Obey the MSG argument. 2009-01-23 19:02:24 +00:00
Chong Yidong
e6d76715eb (rmail-generate-viewer-buffer): Fix typo. 2009-01-23 15:10:16 +00:00
Stefan Monnier
87248b4462 (rmail-write-region-annotate): Only switch buffer if
start is nil, as was done in tar-mode.el.
2009-01-23 08:00:23 +00:00
Glenn Morris
b77965621c (mail-bury): Revert previous change now pmail is no more. 2009-01-23 05:07:37 +00:00
Glenn Morris
2d1332b258 (rmail-msg-is-pruned): Remove declaration of deleted func. 2009-01-23 04:57:07 +00:00
Glenn Morris
c7e8b60445 Remove file - replaced by new simplified entries in ../ChangeLog 2009-01-23 04:40:19 +00:00
Glenn Morris
ed24678f3f Crunch some deleted functions. 2009-01-23 04:36:10 +00:00
Glenn Morris
57bf2920dd Remove references to deleted rmaildesc.el. 2009-01-23 04:19:46 +00:00
Glenn Morris
5931b58bc5 Crunch "sync with trunk" entries. 2009-01-23 04:18:22 +00:00
Glenn Morris
a8d46ce770 Crunch rmailmm.el references, since to the trunk it is just a new file. 2009-01-23 04:17:18 +00:00
Glenn Morris
6ea97e7ed9 Comment (add Author: header). 2009-01-23 04:15:56 +00:00
Glenn Morris
8a95fd6414 Remove references to deleted rmailhdr that was never in "trunk". 2009-01-23 04:13:49 +00:00
Glenn Morris
9b7c032148 Remove Local Variables section that no longer applies. 2009-01-23 04:06:29 +00:00
Glenn Morris
bbdbb55556 Initial reformat and simplification pending merge into ../lisp/ChangeLog. 2009-01-23 04:05:20 +00:00
Chong Yidong
b564826565 Delete file local var. 2009-01-23 04:03:11 +00:00
Glenn Morris
51aca0f521 Sync a final change from pmail.el:
Chong Yidong  <cyd at stupidchicken.com>

(rmail-buffer-swapped): Mark as permanent local.
2009-01-23 03:57:00 +00:00
Chong Yidong
7626a28320 Remove file local var. 2009-01-23 03:51:44 +00:00
Chong Yidong
9b2b249ea4 Remove file local var. 2009-01-23 03:50:16 +00:00
Chong Yidong
23c039d851 Remove local var. 2009-01-23 03:34:00 +00:00