Mercurial > emacs
annotate lisp/mail/ChangeLog.pmail @ 100048:d872c709fff2
* emacs-lisp/re-builder.el (reb-mode-map): Fix typo in menu tooltip.
(reb-mode): Define with `define-derived-mode'.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Sat, 29 Nov 2008 20:25:54 +0000 |
parents | a4033f2162c6 |
children | 33cb8843115c |
rev | line source |
---|---|
99529 | 1 2008-11-13 Paul Reilly <pmr@pajato.com> |
2 | |
3 * pmail.el: Add support for save-buffer. | |
4 | |
98790 | 5 2008-10-17 Paul Reilly <pmr@pajato.com> |
6 | |
7 * pmail.el (pmail): | |
8 Remove a redundant message counter reset call; try to | |
9 minimize the attempts to show a message (ideally it should be done | |
10 once and only once). | |
11 | |
12 (pmail-convert-babyl-to-mbox): Set up the global message variables | |
13 after inserting the converted mbox file into the Pmail buffer; avoid | |
14 an unecessary message display function call. | |
15 | |
16 (pmail-show-message-maybe): Use the current message number when the | |
17 optional argument is not passed. | |
18 | |
98708 | 19 2008-10-14 Paul Reilly <pmr@pajato.com> |
20 | |
21 * pmail.el (pmail): Check for babyl conversion early; ignore multibyte. | |
22 | |
98626
5ea82b1a813b
* pmail.el (pmail-tool-bar-map): Initialize it unconditionally.
Chong Yidong <cyd@stupidchicken.com>
parents:
98527
diff
changeset
|
23 2008-10-11 Chong Yidong <cyd@stupidchicken.com> |
5ea82b1a813b
* pmail.el (pmail-tool-bar-map): Initialize it unconditionally.
Chong Yidong <cyd@stupidchicken.com>
parents:
98527
diff
changeset
|
24 |
5ea82b1a813b
* pmail.el (pmail-tool-bar-map): Initialize it unconditionally.
Chong Yidong <cyd@stupidchicken.com>
parents:
98527
diff
changeset
|
25 * pmail.el (pmail-tool-bar-map): Initialize it unconditionally. |
5ea82b1a813b
* pmail.el (pmail-tool-bar-map): Initialize it unconditionally.
Chong Yidong <cyd@stupidchicken.com>
parents:
98527
diff
changeset
|
26 |
98527 | 27 2008-10-05 Paul Reilly <pmr@pajato.com> |
28 | |
29 * pmail.el, pmailsum.el: | |
30 Next step in the Rmail/mbox support: getting basic summary support working. | |
31 | |
98314 | 32 2008-09-23 Paul Reilly <pmr@pajato.com> |
33 | |
34 * pmail.el: | |
35 First pass at handling decoding the mbox message into the view buffer. | |
36 | |
37 2008-09-16 Paul Reilly <pmr@pajato.com> | |
38 | |
39 * subdirs.el: Remove file. | |
40 | |
41 2008-09-15 author <author@lilly> | |
42 | |
43 * ChangeLog.pmail: *** empty log message *** | |
44 | |
45 * pmail.el: | |
46 The Rmail/mbox merge has been abandoned in favor of a restart using | |
47 the current rmail.el file. A comprehensive list of changes will be | |
48 supplied when pmail.el is morphed back into rmail.el | |
49 | |
50 The current status is that pmail.el supports basic Rmail navigation | |
51 (no summary support) and shows the current message in a special | |
52 buffer using buffer-swap-text. No decoding is done yet. That is the | |
53 next step. | |
54 | |
98183 | 55 2008-09-15 Paul Reilly <pmr@pajato.com> |
56 | |
57 * pmail.el: | |
58 The Rmail/mbox merge has been abandoned in favor of a restart using | |
59 the current rmail.el file. A comprehensive list of changes will be | |
60 supplied when pmail.el is morphed back into rmail.el | |
61 | |
62 The current status is that pmail.el supports basic Rmail navigation | |
63 (no summary support) and shows the current message in a special | |
64 buffer using buffer-swap-text. No decoding is done yet. That is the | |
65 next step. | |
66 | |
67 * mbox-trunk-annotations/rmail.el.annotation, mbox-trunk-annotations/rmailedit.el.annotation, mbox-trunk-annotations/rmailkwd.el.annotation, mbox-trunk-annotations/rmailmsc.el.annotation, mbox-trunk-annotations/rmailout.el.annotation, mbox-trunk-annotations/rmailsort.el.annotation: | |
68 Rmail/mbox merge abandoned. Remove stale files. | |
69 | |
70 * mbox-changes/rmail.el.changes, mbox-changes/rmailedit.el.changes, mbox-changes/rmailkwd.el.changes, mbox-changes/rmailmsc.el.changes, mbox-changes/rmailout.el.changes, mbox-changes/rmailsort.el.changes, mbox-changes/rmailsum.el.changes: | |
71 Rmail/mbox merge abandoned. Remove stale files. | |
72 | |
98018 | 73 2008-09-06 Glenn Morris <rgm@gnu.org> |
74 | |
75 * pmailsort.el (pmail-dont-reply-to, pmail-desc-get-marker-end) | |
76 (pmail-desc-get-marker-start): Remove declarations of undefined | |
77 functions. | |
78 (pmail-select-correspondent): Use rmail-dont-reply-to from mail-utils | |
79 rather than non-existent pmail-dont-reply-to. | |
98050 | 80 (pmail-sort-messages): Use pmail-desc-get-start, pmail-desc-get-end |
81 rather than non-existent `marker-' functions. | |
98018 | 82 |
83 * pmailkwd.el (pmail-maybe-set-message-counters) | |
84 (pmail-set-message-deleted-p): | |
85 * pmailmsc.el (pmail-parse-file-inboxes): | |
86 * pmailsum.el (pmail-output-read-pmail-file-name): | |
87 Remove unused declarations. | |
88 | |
89 * pmail.el (pmail-spam-filter): Remove declaration of undefined | |
90 function. | |
98050 | 91 (pmail-use-spam-filter): Remove un-needed variable declaration. |
92 Doc fix for actual definition. | |
93 (pmail-get-new-mail): Call rmail-spam-filter rather than non-existent | |
94 pmail-spam-filter. | |
98052 | 95 (rmail-spam-filter): Autoload it. |
98018 | 96 |
98011 | 97 2008-09-05 Paul Reilly <pmr@pajato.com> |
98 | |
99 * pmail.el (pmail-get-new-mail): When there are no new messages, invoke | |
100 a redisplay of the current message. | |
101 | |
102 2008-09-03 Paul Reilly <pmr@pajato.com> | |
97968 | 103 |
104 * pmail.el, pmaildesc.el, pmailout.el: | |
105 Fix the expunge command so that the current message index is correct. | |
106 | |
98011 | 107 * pmail.el (pmail-expunge-counter): New variable. |
108 (pmail-set-attribute): Canonicalize the calling sequence to index, | |
109 attribute, state. | |
110 (pmail-show-message, pmail-delete-message) | |
111 (pmail-undelete-previous-message, pmail-delete-forward) | |
112 (pmail-mark-message): Use the new canonical calling sequence. | |
113 (pmail-only-expunge): Use the expunge counter to update the current | |
114 message index. | |
115 (pmail-expunge-callback): Simplify. Just count the expunged messages | |
116 with a lower index than the current message index. | |
97968 | 117 |
118 * pmaildesc.el (pmail-desc-get-previous): Fix an "off by one" issue. | |
98011 | 119 (pmail-desc-set-attribute): Canonicalize the calling sequence to index, |
120 attribute, state. | |
97968 | 121 |
98011 | 122 * pmailout.el (pmail-output-body-to-file): Use the canonical calling |
123 sequence. | |
97968 | 124 |
97953
9a4e29eac778
* mail/pmaildesc.el (pmail-desc-get-match-index):
Juanma Barranquero <lekktu@gmail.com>
parents:
97924
diff
changeset
|
125 2008-09-02 Juanma Barranquero <lekktu@gmail.com> |
9a4e29eac778
* mail/pmaildesc.el (pmail-desc-get-match-index):
Juanma Barranquero <lekktu@gmail.com>
parents:
97924
diff
changeset
|
126 |
97969 | 127 * pmaildesc.el (pmail-desc-get-match-index): Fix malformed let binding. |
97953
9a4e29eac778
* mail/pmaildesc.el (pmail-desc-get-match-index):
Juanma Barranquero <lekktu@gmail.com>
parents:
97924
diff
changeset
|
128 |
98011 | 129 2008-09-01 Paul Reilly <pmr@pajato.com> |
97922 | 130 |
131 * pmail.el, pmaildesc.el: Fix the expunge operation. | |
132 | |
98011 | 133 * pmail.el (pmail-only-expunge): Manage pmail-total-messages in the |
97922 | 134 callback handler; remove the extra show message call. |
135 (pmail-expunge-callback): Rewrite to handle all possible conditions. | |
136 | |
98011 | 137 * pmaildesc.el (pmail-desc-get-previous, pmail-desc-get-match-index): |
97922 | 138 New functions. |
139 | |
97919
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
140 2008-08-29 Paul Reilly <pmr@pajato.com> |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
141 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
142 * pmail.el, pmaildesc.el, pmailhdr.el, pmailkwd.el, pmailmm.el, |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
143 * pmailmsc.el, pmailsort.el, pmailsum.el: Resolve all byte |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
144 compiler warnings and enable IMAP/movemail support. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
145 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
146 2007-04-30 Henrik Enberg <enberg@printf.se> |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
147 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
148 * rmailhdr.el (rmail-header-add-header): Use delete-region instead |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
149 of kill-region. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
150 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
151 2007-04-27 Henrik Enberg <enberg@printf.se> |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
152 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
153 * rmailout.el (rmail-output): Bind buffer-file-coding-system even |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
154 when rmail-enable-mime is nil. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
155 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
156 * rmail.el (rmail-perm-variables): Make sure rmail-desc-vector is |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
157 buffer local. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
158 (rmail-mime-charset-pattern): Sync with trunk. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
159 (rmail): Don't bind coding-system-for-read. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
160 (rmail-revert): Likewise. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
161 (rmail-variables): Don't set buffer-file-coding-system. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
162 (rmail-show-message): Likewise. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
163 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
164 2007-04-26 Henrik Enberg <enberg@printf.se> |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
165 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
166 * rmail.el (rmail-highlight): New face. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
167 (rmail-highlight-face): Use it. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
168 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
169 2006-04-11 Alex Schroeder <alex@gnu.org> |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
170 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
171 * rmailsum.el (rmail-summary-kill-label): Call rmail-kill-label |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
172 with only one argument. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
173 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
174 * rmail.el (rmail-process-new-messages): Handle missing From |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
175 line (usually spam). |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
176 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
177 2006-03-09 Henrik Enberg <enberg@printf.se> |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
178 |
98011 | 179 * rmailedit.el (rmail-edit-map): Initialize at definition. Doc String. |
97919
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
180 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
181 * rmail.el (rmail-narrow-to-header): Don't end error message with |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
182 a period. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
183 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
184 * rmailhdr.el (rmail-header-get-limit): Don't end error message |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
185 with a period. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
186 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
187 * rmaildesc.el (rmail-desc-get-header-display-state): Make sure |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
188 whole header region is searched for overlays. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
189 |
98011 | 190 * rmailedit.el (rmail-edit-current-message): |
191 Use rmail-head-show-headers instead of rmail-toggle-header. | |
97919
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
192 (rmail-cease-edit): Likewise. Simplify. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
193 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
194 2006-03-02 Alex Schroeder <alex@gnu.org> |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
195 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
196 * rmailkwd.el (rmail-read-label): Since rmail-keywords is a list |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
197 of symbols, we need to transform it into an alist for completion. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
198 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
199 2006-03-01 Alex Schroeder <alex@gnu.org> |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
200 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
201 * rmailsum.el (rmail-summary-kill-label): Use rmail-kill-label |
98011 | 202 instead of calling rmail-set-label, which will call rmail-make-label |
203 on the string. | |
97919
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
204 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
205 2006-02-28 Alex Schroeder <alex@gnu.org> |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
206 |
98011 | 207 * rmailkwd.el (rmail-label-obarray): Delete. |
97919
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
208 (rmail-attributes): Use an ordinary list of symbols. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
209 (rmail-deleted-label): Use an ordinary symbol. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
210 (rmail-keywords): Doc, initial value nil. |
98011 | 211 (rmail-keywords, rmail-keyword-init): Delete defuns. |
97919
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
212 (rmail-attribute-p, rmail-keyword-p, rmail-make-label): Simplify. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
213 (rmail-keyword-register-keywords, rmail-install-keyword): |
98011 | 214 Replace. |
97919
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
215 (rmail-register-keywords, rmail-register-keyword): Replacements. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
216 (rmail-add-label, rmail-kill-label): Call set-label with a symbol. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
217 (rmail-read-label): Return a string. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
218 (rmail-set-label): Rewrote. Call rmail-display-labels always. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
219 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
220 * rmail.el (qp): No longer required. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
221 (rmail-convert-file): Don't rmail-enable-multibyte. |
98011 | 222 (rmail-decode-mbox-format): Delete. |
97919
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
223 (rmail-convert-mbox-format): No converting of qp headings, no |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
224 decoding of the message body. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
225 |
98011 | 226 (rmail-maybe-set-message-counters): Delete. |
97919
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
227 (rmail-next-undeleted-message): Store original message until the |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
228 end instead of relying on rmail-current-message. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
229 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
230 (rmail-process-new-messages): Use rmail-register-keywords. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
231 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
232 2006-02-17 Alex Schroeder <alex@gnu.org> |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
233 |
98011 | 234 * rmailmm.el (rmail-mime-text-handler): Only downcase if charset exists. |
97919
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
235 (rmail-mime-handle): Doc. Ignore errors when decoding base64. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
236 Seems to be common on my system. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
237 (rmail-mime-show): Change show-header code. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
238 (rmail-mime): New. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
239 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
240 2006-02-12 Alex Schroeder <alex@gnu.org> |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
241 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
242 * rmail.el (qp): No longer require it. |
98011 | 243 (rmail-convert-file): Doc. Remove useless test for coding system |
97919
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
244 header. Don't call rmail-decode-mbox-format. Just call |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
245 rmail-convert-mbox-format. |
98011 | 246 (rmail-decode-mbox-format): Delete. |
97919
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
247 (rmail-convert-mbox-format): Don't translate quoted printable |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
248 headers. Don't handle quoted-printable content-transfer-encoding. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
249 No longer add x-coding-system header. |
98011 | 250 (rmail-maybe-set-message-counters): Delete. |
251 (rmail-next-undeleted-message): Add caching of rmail-current-message | |
252 such that it doesn't break when rmail-show-message switches buffers. | |
97919
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
253 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
254 2006-02-07 Alex Schroeder <alex@gnu.org> |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
255 |
98011 | 256 * rmailmm.el (rmail-mime-media-type-handlers-alist): |
257 Remove non-existing handlers for the moment. | |
258 (rmail-mime-text-handler): Do decoding based on the charset parameter. | |
259 (test-rmail-mime-handler): Test decoding using an 8bit KOI8 message. | |
97919
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
260 (rmail-mime-handle): Switch to unibyte if content transfer |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
261 encoding is 8bit. Strange that it should be necessary. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
262 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
263 2006-02-04 Alex Schroeder <alex@gnu.org> |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
264 |
98011 | 265 * rmailmm.el: Rename all symbols to rmail-mime-*. Rewrite code |
266 to modify the buffer instead of using display properties. | |
267 Fix bulk handler, and add simple test defun for it. | |
97919
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
268 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
269 2006-02-01 Alex Schroeder <alex@gnu.org> |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
270 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
271 * rmail.el (rmail-convert-mbox-format): Handle mails without subject. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
272 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
273 2006-02-01 Henrik Enberg <enberg@printf.se> |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
274 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
275 * rmail.el (rmail-first-unseen-message): Make sure to return the |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
276 last message if no unseen message was found. Doc fix. |
98011 | 277 (rmail): Call rmail-first-unseen-message properly. |
278 Remove commented out code. | |
97919
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
279 (rmail-show-message): Maybe call rmail-unknown-mail-followup-to. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
280 (rmail-revert): Simplify. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
281 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
282 2006-01-31 Alex Schroeder <alex@gnu.org> |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
283 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
284 * rmailmm.el: New file, based on Alexander Pohoyda's code. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
285 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
286 2006-01-30 Henrik Enberg <enberg@printf.se> |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
287 |
98011 | 288 * rmail.el (rmail-next-message): |
289 Don't call rmail-maybe-set-message-counters. Use with-current-buffer. | |
97919
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
290 |
98011 | 291 * rmailkwd.el (rmail-next-labeled-message): |
292 Don't call rmail-maybe-set-message-counters. Use with-current-buffer. | |
97919
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
293 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
294 * rmailhdr.el (rmail-header-hide-headers): Simplify. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
295 (rmail-header-get-limit): Wrap in a save-excursion. |
98011 | 296 (rmail-header-display-state): Rename from rmail-header-display-mode. |
97919
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
297 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
298 2006-01-29 Henrik Enberg <enberg@printf.se> |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
299 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
300 * rmailsum.el (rmail-summary-show-message): Reformat. |
98011 | 301 (rmail-summary-get-summary-line): |
302 Rename from `rmail-summary-get-summary'. Update callers. | |
97919
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
303 (rmail-summary-mode-map): Initialize at definition, Doc fix. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
304 (rmail-summary-undelete-many): Simplify. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
305 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
306 2006-01-26 Henrik Enberg <enberg@printf.se> |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
307 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
308 * rmailsum.el (rmail-summary-deleted-p): Fix misplaced paren. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
309 (rmail-summary-undelete): Simplify. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
310 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
311 2006-01-25 Henrik Enberg <enberg@printf.se> |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
312 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
313 * rmailsum.el (rmail-summary-get-sender): Handle a nil value of |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
314 rmail-user-mail-address-regexp. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
315 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
316 * rmail.el (rmail-unknown-mail-followup-to): Likewise. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
317 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
318 * rmailout.el (rmail-delete-unwanted-fields): Handle mbox format. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
319 (rmail-output): Error when target is a BABYL file. Handle MIME |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
320 charset. Make sure headers are properly hidden after output. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
321 Avoid pointless with-current-buffer call. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
322 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
323 2006-01-24 Alex Schroeder <alex@gnu.org> |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
324 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
325 * rmailsum.el (rmail-summary-edit-map): Rewrite. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
326 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
327 2006-01-23 Alex Schroeder <alex@gnu.org> |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
328 |
98011 | 329 * rmail.el (rmail-narrow-to-non-pruned-header): Delete. |
97919
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
330 (rmail-unknown-mail-followup-to, rmail-retry-failure): No longer |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
331 call rmail-narrow-to-non-pruned-header and replace |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
332 mail-fetch-field with rmail-header-get-header because that one |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
333 ignores the intangible property when searching. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
334 (rmail-show-message): Simplify x-coding-system handling. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
335 (rmail-redecode-body): No longer call rmail-header-show-headers |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
336 because rmail-header-get-header handles the intanglible property. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
337 (rmail-reply): Simplify code at the price of some efficiency when |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
338 setting up the variable bindings. No longer toggle visibility of |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
339 headers, because rmail-header-show-headers is no longer necessary. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
340 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
341 * rmailhdr.el (rmail-header-get-header): Accept more arguments and |
98011 | 342 pass them to mail-fetch-field unchanged. |
343 Bind inhibit-point-motion-hooks to t. | |
97919
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
344 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
345 * rmailsum.el (rmail-user-mail-address-regexp): Compute a default |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
346 value instead of assuming nil. Doc. |
98011 | 347 (rmail-summary-get-sender): Compare with rmail-user-mail-address-regexp |
348 instead of computing the default value. | |
97919
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
349 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
350 * rmail.el (rmail-convert-mbox-format): Decode messages with |
98011 | 351 content-transfer-encoding quoted-printable, because it's easy to do. |
97919
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
352 (rmail-unknown-mail-followup-to): Compare with |
98011 | 353 rmail-user-mail-address-regexp instead of computing the default value. |
97919
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
354 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
355 2006-01-23 Henrik Enberg <enberg@printf.se> |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
356 |
98011 | 357 * rmail.el (rmail-decode-mbox-format): |
358 Rename from `rmail-decode-mail-file'. | |
97919
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
359 (rmail-process-new-messages): Don't add missing headers here. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
360 (rmail-convert-mbox-format): Rename from `rmail-decode-messages'. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
361 Add missing headers here. Remove FROM and TO arguments. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
362 (rmail-get-new-mail): Simplify. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
363 (rmail-convert-file): New function. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
364 (rmail-revert): Use it. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
365 (rmail): Change logic for avoiding selecting new messages twice. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
366 (rmail-display-labels): Avoid space in mode-line if there are no |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
367 keywords. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
368 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
369 2006-01-22 Henrik Enberg <enberg@printf.se> |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
370 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
371 * rmaildesc.el (rmail-desc-default-attrs): New const. |
98011 | 372 (rmail-desc-get-default-attrs): Delete. |
97919
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
373 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
374 * rmail.el (rmail): Go back to using find-file for reading in the |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
375 mail file. This avoids gratuitous modification of the file. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
376 (rmail-decode-region): Doc string, cleanup. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
377 (rmail-decode-by-content-type): New function. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
378 (rmail-decode-messages): Use it. Add FROM and TO args and only |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
379 process messages in that region. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
380 (rmail-get-new-mail): Call `rmail-decode-region' before |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
381 `rmail-process-new-messages'. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
382 (rmail-fontify-message): Reformat, Doc String. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
383 (rmail-displayed-headers): Default value set to nil. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
384 (rmail-inbox-alist): Add version tag. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
385 (rmail-count-screen-lines): Doc string. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
386 (rmail-process-new-messages): Use rmail-desc-default-attrs. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
387 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
388 2006-01-21 Alex Schroeder <alex@gnu.org> |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
389 |
98011 | 390 * rmail.el (rmail-decode-messages): Decode encoded-words in |
97919
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
391 Subject and From header. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
392 (rmail-process-new-messages): Don't decode encoded words here. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
393 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
394 2006-01-21 Henrik Enberg <enberg@printf.se> |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
395 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
396 * rmail.el (rmail-process-new-messages): Don't decode messages |
98011 | 397 here, don't lose on missing subject field. |
97919
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
398 (rmail-decode-messages): New function. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
399 (rmail): Use it. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
400 (rmail-get-new-mail): Likewise. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
401 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
402 * rmailsum.el (rmail-summary-get-sender): Narrow to current |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
403 message before extracting headers. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
404 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
405 2006-01-21 Alex Schroeder <alex@gnu.org> |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
406 |
98011 | 407 * rmailedit.el (rmail-abort-edit): Don't call rmail-highlight-headers |
408 anymore. | |
97919
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
409 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
410 * rmail.el (rmail-next-undeleted-message): Simplify. |
98011 | 411 (rmail-what-message): Delete since it was never called. |
97919
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
412 (rmail-narrow-to-header): Use the same error message as |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
413 rmail-header-get-limit. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
414 (rmail-highlight-face): Doc. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
415 (rmail-font-lock-keywords): Add the stuff necessary to make |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
416 rmail-highlight-headers obsolete. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
417 (rmail-toggle-header, rmail-show-message): Don't call |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
418 rmail-highlight-headers anymore. |
98011 | 419 (rmail-highlight-headers): Delete. |
97919
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
420 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
421 * rmaildesc.el (rmail-desc-set-attribute): Use |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
422 rmail-header-add-header instead of rmail-header-set-header. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
423 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
424 * rmailhdr.el (rmail-header-attribute-header) |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
425 (rmail-header-keyword-header, rmail-header-get-limit): Doc. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
426 (rmail-header-add-header): Add inhibit-point-motion-hooks and |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
427 buffer-undo-list bindings from rmail-header-set-header. I don't |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
428 know whether they are necessary, however. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
429 (rmail-header-persist-attributes, rmail-header-set-header): |
98011 | 430 Delete. rmail-header-add-header does what rmail-header-set-header did, |
431 except throw an error if the header was not found. | |
97919
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
432 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
433 * rmail.el (rmail-msgbeg, rmail-msgend): Fix and make obsolete. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
434 (rmail-process-new-messages): Use mail-decode-encoded-word-string |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
435 on the subject. Requires mail-parse from Gnus. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
436 (rmail-highlight-headers): Doc. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
437 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
438 2006-01-21 Henrik Enberg <enberg@printf.se> |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
439 |
98011 | 440 * rmailsum.el (rmail-message-senders-p): Fix typo. |
97919
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
441 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
442 * rmail.el (rmail-process-new-messages): Simplify. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
443 (rmail-decode-quoted-printable): Delete unused function. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
444 (rmail-hex-string-to-integer): Likewise. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
445 (rmail-hex-char-to-integer): Likewise. |
98011 | 446 (rmail-decode-mail-file): Rename from `rmail-decode-mbox-file'. |
97919
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
447 (rmail-delete-inbox-files): New function factored out of |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
448 `rmail-get-new-mail'. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
449 (rmail-get-new-mail): Use it. |
98011 | 450 (rmail-get-inbox-files): Rename from `rmail-get-inbox-list'. |
97919
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
451 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
452 2006-01-21 Alex Schroeder <alex@gnu.org> |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
453 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
454 * rmail.el (rmail-get-new-mail): Doc. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
455 (rmail-get-inbox-list): Doc. |
98011 | 456 (rmail-require-mime-maybe): Simplify. |
457 (rmail-mode-map): Rewrite using a local binding to agree | |
97919
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
458 with "(elisp)Tips for Defining". |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
459 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
460 2006-01-21 Henrik Enberg <enberg@printf.se> |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
461 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
462 * rmailsum.el (rmail-summary-get-sender): Doc fix. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
463 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
464 * rmail.el (rmail-redecode-body): Simplify. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
465 (rmail-get-inbox-list): Stop on name conflict. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
466 (rmail-show-message): Set `rmail-view-buffer' to `rmail-buffer` if |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
467 not using MIME. Make sure we go to `point-min' before setting |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
468 window point as searching for coding header might move point. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
469 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
470 2006-01-20 Alex Schroeder <alex@gnu.org> |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
471 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
472 * rmail.el (rmail-inbox-alist): Doc. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
473 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
474 2006-01-20 Henrik Enberg <enberg@printf.se> |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
475 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
476 * rmailsum.el (rmail-summary-get-sender): New function. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
477 (rmail-summary-get-summary): Use it. Make sure sender is no |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
478 longer than 25 characters. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
479 (rmail-summary-get-line-count): Doc fix. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
480 (rmail-summary-get-summary-attributes): Likewise. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
481 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
482 * rmailmsc.el (set-rmail-inbox-list): Rewrite to only set inbox |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
483 list temporarily for a session. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
484 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
485 2006-01-20 Alex Schroeder <alex@gnu.org> |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
486 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
487 * rmail.el (rmail-show-message): Minor changes: comments. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
488 |
98011 | 489 * rmailsum.el (rmail-summary-get-summary): Fix display of keywords. |
97919
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
490 (rmail-summary-rmail-update): Minor changes: If to when, comments, |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
491 doc string. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
492 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
493 2006-01-20 Henrik Enberg <enberg@printf.se> |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
494 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
495 * rmail.el (rmail-inbox-alist): New variable. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
496 (rmail-get-file-inbox-list): New function. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
497 (rmail-perm-variables): Use it. |
98011 | 498 (rmail-parse-file-inboxes): Delete. |
97919
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
499 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
500 2006-01-20 Alex Schroeder <alex@gnu.org> |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
501 |
98011 | 502 * rmailsum.el (rmail-summary-mode): Fix typo in doc string and keymap. |
503 (rmail-summary-update-attribute): Delete. | |
97919
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
504 (rmail-summary-update): Simple defun regenerates the entire |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
505 summary line. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
506 (rmail-summary-by-topic): Don't use rmail-current-subject-regexp. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
507 (rmail-message-subject-p): Use rmail-header-get-header instead of |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
508 mail-fetch-field. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
509 (rmail-summary-by-senders): Default to current sender. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
510 |
98011 | 511 * rmailkwd.el (rmail-set-label): Call rmail-summary-update at the end. |
97919
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
512 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
513 * rmail.el (rmail-set-attribute): Call rmail-summary-update |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
514 instead of just updating the attributes. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
515 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
516 2006-01-19 Henrik Enberg <enberg@printf.se> |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
517 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
518 * rmailhdr.el (rmail-header-get-header): Rewrite to be a |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
519 convenience wrapper for mail-fetch-field. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
520 (rmail-header-hide-headers): Simplify. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
521 |
98011 | 522 * rmail.el (rmail-process-new-messages): |
523 Use rmail-header-get-header instead of mail-fetch-field. | |
97919
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
524 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
525 * rmailout.el (rmail-output-read-file-name): Simplify. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
526 (rmail-output): Likewise. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
527 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
528 2006-01-18 Alex Schroeder <alex@gnu.org> |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
529 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
530 * rmailsum.el (rmail-make-summary-line-1) |
98011 | 531 (rmail-make-basic-summary-line): Delete. |
97919
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
532 (rmail-summary-kill-label): Only ask for existing labels. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
533 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
534 * rmailkwd.el (rmail-add-label): Doc fix. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
535 (rmail-kill-label): Only read labels that the current message has. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
536 (rmail-read-label): Possibly only ask for existing labels. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
537 (rmail-set-label): Display labels at the end. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
538 |
98011 | 539 * rmailhdr.el (rmail-header-get-limit): Rewrite macro as simple defun. |
97919
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
540 (rmail-header-persist-attributes): Doc. |
98011 | 541 (rmail-header-add-header): Simplify the finding of the header. |
97919
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
542 Delete header if value is nil or "". |
98011 | 543 (rmail-header-remove-keyword): Delet stub. Removing can be |
97919
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
544 handled by calling `rmail-header-add-header' with value nil or "". |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
545 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
546 * rmailedit.el (rmail-cease-edit): Bugfix. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
547 |
98011 | 548 * rmaildesc.el: Remove require statements. |
97919
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
549 (rmail-desc-add-keyword, rmail-desc-remove-keyword): Rewrite. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
550 (rmail-desc-get-keywords, rmail-desc-get-keyword-list) |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
551 (rmail-desc-edited-index): Doc fix. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
552 |
98011 | 553 * rmail.el (rmail-set-attribute): Move comment into document. |
97919
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
554 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
555 2006-01-18 Henrik Enberg <enberg@printf.se> |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
556 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
557 * rmail.el (rmail-get-inbox-list): New function. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
558 (rmail-get-new-mail): Use it. Only call `rmail-show-message' on |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
559 file-error condition if no new messages are found. |
98011 | 560 (rmail-get-sender): Delete. |
97919
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
561 (rmail-process-new-messages): Use mail-fetch-field instead. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
562 (rmail-show-message): Cleanup. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
563 (rmail-decode-mbox-file): New function. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
564 (rmail): Use it. Only call `rmail-show-message' if no new mail was |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
565 found. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
566 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
567 * rmailsum.el (rmail-summary-get-new-mail): Only call |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
568 `rmail-summary-goto-msg' if no new mail was found. |
98011 | 569 |
97919
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
570 2006-01-18 Alex Schroeder <alex@gnu.org> |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
571 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
572 * rmail.el (rmail): Only insert the file if it actually exists. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
573 (rmail-show-message): Do not display labels if there are no |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
574 messages. This corrects the mistake if visiting an empty file, |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
575 but it doesn't fix the situation where you delete the all messages |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
576 and expunge them. This may leave the labels of the last message |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
577 in the modeline. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
578 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
579 2006-01-17 Henrik Enberg <enberg@printf.se> |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
580 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
581 * rmailkwd.el: Don't require rmail. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
582 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
583 * rmail.el (rmail-process-new-messages): Don't require rmailkwd |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
584 here, do it at toplevel instead. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
585 (rmail-process-new-messages): Add an X-Coding-System |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
586 header if one doesn't exist. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
587 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
588 2006-01-17 Alex Schroeder <alex@gnu.org> |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
589 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
590 * rmailsum.el (rmail-summary-by-labels): No longer concatenate |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
591 regexp with commas because of recent change to |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
592 rmail-message-labels-p. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
593 (rmail-summary-rmail-update): Replace rmail-message-labels-p test |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
594 with simple rmail-desc-get-keywords. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
595 |
98011 | 596 * rmail.el (rmail-message-labels-p): |
597 Rewrite using rmail-desc-get-keywords. | |
598 (rmail-auto-file): Rewrite test for "filed" using | |
97919
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
599 rmail-desc-get-keywords. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
600 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
601 * rmailsum.el (rmail-summary-font-lock-keywords): Fix regular |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
602 expression for unread messages. |
98011 | 603 (rmail-summary-mode): Add documentation for the filtering commands. |
604 (rmail-summary-mode-map): Add keybinding for rmail-summary-by-sender. | |
97919
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
605 (rmail-summary-get-summary): Don't show attributes, only |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
606 user-defined keywords. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
607 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
608 * rmailedit.el (rmail-cease-edit): Do not adjust the marker of the |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
609 last message. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
610 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
611 2006-01-17 Henrik Enberg <enberg@printf.se> |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
612 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
613 * rmailout.el (rmail-output-read-file-name): Make sure search in |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
614 executed in `rmail-buffer'. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
615 (rmail-output-to-rmail-file): Use `rmail-output-read-file-name'. |
98011 | 616 (rmail-output-read-rmail-file-name): Delete. |
97919
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
617 |
98011 | 618 * rmailsum.el (rmail-summary-output-to-rmail-file): |
619 Use `rmail-output-read-file-name'. | |
97919
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
620 (rmail-summary-get-message-at-point): Handle 5-digit message ids. |
98011 | 621 |
97919
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
622 * rmail.el (rmail-process-new-messages): Require rmailkwd. |
98011 | 623 (rmail-ignored-headers): Add "Original-Recipient". |
624 | |
97919
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
625 2006-01-17 Alex Schroeder <alex@gnu.org> |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
626 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
627 * rmail.el (rmail-display-labels): Use identity instead of lambda. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
628 |
98011 | 629 * rmailsum.el (rmail-summary-font-lock-keywords): Fix typo for labels. |
97919
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
630 (rmail-summary-get-summary): Add labels again. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
631 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
632 2006-01-16 Alex Schroeder <alex@gnu.org> |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
633 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
634 * rmail.el (rmail-nuke-pinhead-header, rmail-reformat-message) |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
635 (rmail-msg-restore-non-pruned-header, rmail-msg-prune-header): |
98011 | 636 Delete. |
97919
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
637 (rmail-narrow-to-header): Fix typo, error if we cannot find the |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
638 end of the headers. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
639 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
640 * rmailsum.el (rmail-message-subject-p, rmail-message-senders-p): |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
641 Use mail-fetch-field instead of mail-header-get-header. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
642 (rmail-summary-next-same-subject): Simplify. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
643 |
98011 | 644 * rmail.el (rmail): Create the buffer using file-name-nondirectory. |
645 (rmail-mode-map): Bind j to rmail-show-message instead of rmail-message. | |
97919
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
646 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
647 2006-01-16 Henrik Enberg <enberg@printf.se> |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
648 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
649 * rmailsum.el (rmail-new-summary): Make sure summary buffer is |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
650 current when selecting message. |
98011 | 651 (rmail-summary-browse-body): Delete. |
652 (rmail-summary-rmail-update, rmail-summary-get-message-at-point) | |
653 (rmail-summary-goto-msg): Use string-to-number. | |
654 (rmail-summary-toggle-header, rmail-summary-add-label) | |
655 (rmail-summary-kill-label): Use with-current-buffer. | |
97919
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
656 (rmail-summary-previous-msg): Add docstring. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
657 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
658 2006-01-16 Alex Schroeder <alex@gnu.org> |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
659 |
98011 | 660 * rmail.el (rmail-ignored-headers): Merge several terms using |
661 grouping, add simple "from " (without a colon), and several | |
97919
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
662 other headers. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
663 (rmail): Automatically convert BABYL files to mbox files. |
98011 | 664 (rmail-decode-babyl-format): Delete, since conversion is handled |
97919
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
665 by unrmail. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
666 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
667 * unrmail.el (unrmail): Use regular expression search to find |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
668 message separators such that the fake separators inserted by |
98011 | 669 rmime.el are not matched. The sections added by rmime.el are removed. |
97919
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
670 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
671 2006-01-16 Henrik Enberg <enberg@printf.se> |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
672 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
673 * rmail.el: Don't require `rmailout' and `rmailsum'. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
674 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
675 * rmailsum.el (rmail-summary-get-line-count): Rightalign line count. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
676 (rmail-summary-get-summary): Display 5-digit message ids. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
677 (rmail-summary-goto-msg): Adjust for 5-digit ids. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
678 (rmail-summary-font-lock-keywords): Likewise. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
679 |
98011 | 680 * rmail.el (rmail-url-map, rmail-activate-urls) |
681 (rmail-visit-url-at-mouse, rmail-visit-url-at-point, rmail-browse-body): | |
682 Delete, don't duplicate goto-address functionality. | |
97919
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
683 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
684 2004-10-02 Richard M. Stallman <rms@gnu.org> |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
685 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
686 * mail/rmail.el (rmail): Convert Babyl files using decode-babyl-file. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
687 (rmail-use-spam-filter): Add defvar. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
688 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
689 * mail/unrmail.el: Mostly rewritten. Parses the file |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
690 directly without calling any functions in Rmail. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
691 (batch-convert-babyl, convert-babyl-file, decode-babyl-file) |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
692 (decode-babyl): New functions. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
693 (unrmail, batch-unrmail): Now aliases. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
694 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
695 2004-09-27 Richard M. Stallman <rms@gnu.org> |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
696 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
697 * mail/rmaildesc.el (rmail-message-deleted-p): Add as alias. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
698 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
699 * mail/rmail.el (rmail-message-vector, rmail-deleted-vector) |
98011 | 700 (rmail-msgref-vector, rmail-summary-vector): Delete vars, and |
701 all code to initialize them too. | |
702 (rmail-forget-messages): Delete function. Change callers. | |
703 (rmail-set-message-counters): Delete function. Change callers. | |
704 (rmail-count-new-messages): Delete function. Change callers. | |
97919
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
705 (rmail-set-message-counters-counter): Likewise. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
706 (rmail-maybe-set-message-counters): Now no-op. |
98011 | 707 (rmail-message-deleted-p, rmail-set-message-deleted-p): Delete Fns. |
708 (rmail-msg-number-after-expunge): Delete Fn. | |
97919
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
709 (rmail): Delete excess closeparen. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
710 (rmail-initialize-messages): Doc fix. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
711 (rmail-expunge-confirmed): Update to use rmail-desc-deleted-p. |
98011 | 712 |
713 * mail/rmailsum.el (rmail-make-summary-line): Delete function. | |
97919
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
714 (rmail-new-summary): Make it work once again as in old version. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
715 (rmail-summary-get-summary): Call rmail-summary-line-decoder. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
716 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
717 2004-09-20 Richard M. Stallman <rms@gnu.org> |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
718 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
719 * mail/rmail.el (rmail): Error if file is Babyl format. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
720 (rmail-process-new-messages, rmail-reply-callback, rmail-mark-message) |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
721 (rmail-narrow-to-message): Doc fix. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
722 (rmail-reply, rmail-forward, rmail-resend, rmail-retry-failure) |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
723 (rmail-browse-body): Immediate error if file is empty. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
724 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
725 * mail/rmail.el (rmail-convert-file, rmail-insert-rmail-file-header) |
98011 | 726 (rmail-convert-to-babyl-format): Delete functions. |
97919
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
727 (rmail-mode): Don't call rmail-convert-file. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
728 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
729 * net/browse-url.el (browse-url-activate-urls): Add autoload. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
730 |
98011 | 731 * mail/rmailedit.el (rmail-edit-current-message): |
97919
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
732 Immediate error if file is empty. |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
733 |
98011 | 734 * mail/rmailkwd.el (rmail-read-label, rmail-set-label): |
97919
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
735 Immediate error if file is empty. |
98011 | 736 (rmail-parse-file-keywords): Delete function. |
97919
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
737 |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
738 ;; Local Variables: |
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
739 ;; coding: iso-2022-7bit |
98011 | 740 ;; add-log-time-zone-rule: t |
97919
678a47bfb54c
New and temporary change log file used to capture changes to the pmail*.el files.
Paul Reilly <pmr@pajato.com>
parents:
diff
changeset
|
741 ;; End: |
97924 | 742 |
98011 | 743 Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
744 | |
745 This file is part of GNU Emacs. | |
746 | |
747 GNU Emacs is free software: you can redistribute it and/or modify | |
748 it under the terms of the GNU General Public License as published by | |
749 the Free Software Foundation, either version 3 of the License, or | |
750 (at your option) any later version. | |
751 | |
752 GNU Emacs is distributed in the hope that it will be useful, | |
753 but WITHOUT ANY WARRANTY; without even the implied warranty of | |
754 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
755 GNU General Public License for more details. | |
756 | |
757 You should have received a copy of the GNU General Public License | |
758 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | |
759 | |
97924 | 760 ;; arch-tag: e3ca2b68-f400-4f0d-b95f-83a4b0f5d0c4 |