Replace deprecated time-stamp-hh:mm:ss by format-time-string
[elisp/wanderlust.git] / elmo / ChangeLog
1 2010-01-15  Vitaly Mayatskih  <v.mayatskih@gmail.com>
2
3         * elmo-version.el (elmo-version): Up to 2.15.9.
4
5         * elmo-imap4.el (elmo-imap4-elist): New function
6         * elmo-imap4.el (elmo-imap4-parse-response): Added support for
7         ESEARCH feature (RFC4731).
8         * elmo-imap4.el (toplevel): Require time-stamp
9         * elmo-imap4.el (elmo-imap4-send-command, elmo-imap4-send-string,
10         elmo-imap4-read-response elmo-imap4-read-untagged
11         elmo-imap4-arrival-filter elmo-imap4-parse-response): Change
12         logging format.
13         * elmo-imap4.el (elmo-folder-list-messages-plugged,
14         elmo-imap4-folder-list-range, elmo-folder-open): Don't ask server
15         for full uid range on folder entering, retrieve updates only for
16         newly appeared messages.
17         * elmo-imap4.el (elmo-imap4-send-command, elmo-imap4-send-string,
18         elmo-imap4-read-response, elmo-imap4-read-untagged,
19         elmo-imap4-parse-response): Change deprecated time-stamp-hh:mm:ss
20         to format-time-string.
21
22 2010-01-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
23
24         * acap.el (acap-parse-response): Fix comment-out style. Use three
25         semicolons, that should start at the left margin.
26         See. also (Info-goto-node "(elisp)Comment Tips").
27         * elmo.el (toplevel, elmo-message-match-condition)
28         (elmo-folder-set-info-max-by-numdb, elmo-folder-move-messages):
29         Ditto.
30         * elmo-archive.el (elmo-archive-suffix-alist)
31         (elmo-archive-tar-method-alist, elmo-archive-tgz-method-alist)
32         (elmo-archive-method-list)
33         (elmo-archive-msgdb-create-as-numlist-subr2, elmo-folder-search):
34         Ditto.
35         * elmo-imap4.el (toplevel)
36         (elmo-imap4-send-command, elmo-imap4-check-validity)
37         (elmo-imap4-fetch-callback-1-subr)
38         (elmo-network-initialize-session, elmo-server-diff-async)
39         (elmo-imap4-folder-diff-plugged): Ditto
40         * elmo-maildir.el (elmo-maildir-temporal-filename): Ditto.
41         * elmo-msgdb.el (elmo-msgdb-append-element): Ditto.
42         * elmo-net.el (elmo-network-close-session): Ditto.
43         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string)
44         (elmo-nntp-parse-overview-string, elmo-nntp-post): Ditto.
45         * elmo-pop3.el (elmo-pop3-retrieve-headers):  Ditto.
46         * elmo-util.el (elmo-set-auto-coding, elmo-passwd-alist-save)
47         (elmo-number-set-delete)
48         (elmo-cache-get-oldest-cache-file-entity): Ditto.
49
50 2010-01-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
51
52         * elmo-version.el (elmo-version): Up to 2.15.8.
53
54         * elmo-mime.el (elmo-mime-insert-header-from-buffer): Use
55         `with-current-buffer' instead of `save-excursion' (for suppress
56         compile warnings).
57
58         * elmo.el (elmo-folder-confirm-appends): Use `number-to-string'
59         instead of `int-to-string'.
60         * elmo-archive.el (elmo-archive-message-fetch-internal)
61         (elmo-archive-folder-message-make-temp-files)
62         (elmo-archive-folder-append-buffer)
63         (elmo-folder-delete-messages-internal)
64         (elmo-archive-msgdb-create-entity)
65         (elmo-archive-msgdb-create-as-numlist-subr2): Ditto.
66         * elmo-util.el (elmo-cache-expire-by-age): Ditto.
67         * elmo-flag.el (elmo-global-flag-set-internal): Ditto.
68         * elmo-file.el (elmo-folder-message-make-temp-files): Ditto.
69         * elmo-imap4.el (elmo-imap4-make-number-set-list)
70         (elmo-folder-list-subfolders): Ditto.
71         * elmo-localdir.el (elmo-message-file-name)
72         (elmo-folder-message-make-temp-files)
73         (elmo-localdir-msgdb-create-entity)
74         (elmo-folder-append-messages-*-localdir)
75         (elmo-folder-pack-numbers): Ditto.
76         * elmo-maildir.el (elmo-folder-message-make-temp-files): Ditto.
77         * elmo-map.el (elmo-location-map-key): Ditto.
78         * elmo-nntp.el (elmo-nntp-folder-postfix)
79         (elmo-nntp-folder-list-subfolders)
80         (elmo-nntp-folder-msgdb-create): Ditto.
81
82         * elmo.el (elmo-crosspost-message-alist-save): Don't use
83         `function' for `lambda'.
84         * elmo-archive.el (elmo-archive-folder-list-subfolders)
85         (elmo-folder-append-messages-*-archive)
86         (elmo-folder-delete-messages-internal): Ditto.
87         * elmo-date.el (elmo-replace-in-string): Ditto.
88         * elmo-multi.el (elmo-folder-list-messages, elmo-folder-search)
89         (elmo-folder-list-flagged): Ditto.
90         * elmo-maildir.el (elmo-maildir-cleanup-temporal): Ditto.
91         * elmo-imap4.el (elmo-network-authenticate-session): Ditto.
92         * modb-standard.el (modb-standard-cleanup-stale-entities): Ditto.
93
94 2010-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
95
96         * elmo-dop.el (elmo-dop-spool-folder): Suppress warning "defsubst
97         `elmo-dop-spool-folder' was used before it was defined"; Use
98         `defun' instead.
99
100         * pldap.el (ldap/ldif-safe-string-p): macro to function.
101         * elmo-imap4.el (elmo-imap4-detect-search-charset): Ditto.
102
103         * elmo.el (elmo-folder-info-make-hashtb): Use `mapc' instead of
104         `mapcar'; Suppress compile warning.
105         * elmo-imap4.el (elmo-network-initialize-session-buffer)
106         (elmo-imap4-search-internal-primitive): Ditto.
107         * elmo-nntp.el (elmo-nntp-search-primitive): Ditto.
108         * elmo-archive.el (elmo-archive-exec-msgs-subr2): Ditto.
109
110         * elmo-imap4.el (elmo-imap4-parse-address-list)
111         (elmo-imap4-parse-fetch-body-section, elmo-imap4-parse-body)
112         (elmo-imap4-parse-acl, elmo-imap4-parse-body-extension)
113         (elmo-imap4-parse-body-ext, elmo-imap4-parse-body): Use
114         `(string-to-char " ")' instead of `? ', `?\ '.
115
116 2010-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
117
118         * pldap.el (ldap-search-entries): Don't use `function' for lambda.
119         (ldap-add-entries, ldap-modify-entries): Use `mapc' instead of `mapcar'.
120         (ldap-delete-entries): Use `mapc' instead of `mapcar'. Don't use
121         `function' for lambda.
122
123         * modb-standard.el (modb-standard-cleanup-stale-entities): Use
124         `string-to-number' instead of `string-to-int'.
125
126         * elmo-util.el (elmo-set-work-buf): Use `with-current-buffer'
127         instead of `save-excursion' (for suppress compile warnings).
128         * elmo-pop3.el (elmo-pop3-retrieve-headers): Ditto.
129         * elmo-nntp.el (elmo-nntp-list-folders-get-cache): Ditto.
130         (elmo-nntp-post): Ditto.
131
132 2009-08-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
133
134         * utf7.el (utf7-get-u16char-converter): Revert BOM workaround for
135         Mule-UCS (to-utf-16).
136         (utf7-utf-16-coding-system): Change preference when Mule-UCS on
137         Emacs 23.
138
139 2009-07-11  Taiki SUGAWARA  <buzz.taiki@gmail.com>
140
141         * utf7.el (utf7-find-coding-system-without-bom): New Function.
142         (utf7-utf-16-coding-system): use no-BOM coding system.
143         (utf7-get-u16char-converter): remove workaround for BOM.
144
145 2009-05-26  Vitaly Mayatskikh <v.mayatskih@gmail.com>
146
147         * elmo-util.el (elmo-union): New function, make a union of two lists.
148
149         * elmo-mime.el (elmo-mime-entity-display): Fix Emacs crash in
150         mime-view when displaying malformed base64 attach.
151
152         * elmo-imap4.el (elmo-imap4-folder-list-flagged): Use elmo-imap4-list
153         (removed duplicated code)
154
155         * modb-standard.el (modb-standard-cleanup-stale-entities): New
156         function, Remove stale entities from elmo's cache.
157
158 2009-05-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
159
160         * elmo-version.el (elmo-version): Up to 2.15.7.
161
162 2009-03-22  Tetsurou Okazaki  <okazaki@be.to>
163
164         * elsp-bsfilter.el (elmo-spam-bsfilter-update-switch): Change
165         default value to `--auto-update'.
166
167 2008-07-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
168
169         * elmo-pop3.el (elmo-pop3-read-contents): Fix double `goto-char'.
170         Add `elmo-pop3-read-point' barrier.
171
172 2008-07-06 YAMASHITA Junji <ysiijj@gmail.com>
173
174         * elmo-pop3.el (elmo-pop3-read-contents): improving performance:
175         goto the previous end-point insead of the head-point, and use
176         `search-forward' instead of `re-search-forward'.
177
178 2008-06-30  Tetsurou Okazaki  <okazaki@be.to>
179
180         * elmo-imap4.el (elmo-imap4-parse-status): Use `case' instead of `cond'.
181
182 2008-06-30  Don Bashford  <Don.Bashford@stjude.org>
183
184         * elmo-imap4.el (elmo-imap4-parse-status): Accept IMAP4 tokens in a
185         case-insensitive fashion.
186
187 2008-03-30  Tetsurou Okazaki  <okazaki@be.to>
188
189         * elmo-imap4.el (elmo-imap4-send-command): Combine `process-send-string' calls.
190
191 2008-02-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
192
193         * elmo-util.el (elmo-add-name-to-file, elmo-field-body): Use
194         `eval-and-compile' for suppress compile warnings.
195
196         * elmo-vars.el (dynamic-link, dynamic-call): Use `defalias-maybe'
197         instead of `defun-maybe'
198
199         * elmo-util.el: Add (eval-when-compile (require 'static)).
200
201 2008-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
202
203         * mmimap.el: Remove (require 'static).
204         * acap.el: Ditto.
205
206         * elmo-flag.el: Move ';;; Code:' comment.
207         * elmo-imap4.el: Ditto.
208         * elmo-net.el: Ditto.
209
210         * elmo-version.el (product-provide): Fix comment.
211
212 2008-02-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
213
214         * slp.el: Add (eval-when-compile (require 'cl)).
215         * elmo-date.el: Ditto.
216         * elmo-pop3.el: Ditto.
217         * elmo-mime.el: Add (eval-when-compile (require 'elmo)).
218
219 2008-02-17  TAKAHASHI Kaoru  <kaoru@kaisei.org>
220
221         * modb.el (elmo-msgdb-match-condition-primitive): Use
222         `string-to-number' instead of `string-to-int'.
223
224         * modb-entity.el (elmo-msgdb-create-message-entity-from-buffer)
225         (elmo-msgdb-message-match-condition)
226         (elmo-msgdb-create-message-entity-from-buffer): Use
227         `string-to-number' instead of `string-to-int'.
228
229         * elmo.el (elmo-folder-confirm-appends): Use `string-to-number'
230         instead of `string-to-int'.
231
232         * elmo-util.el (elmo-cache-expire-by-age): Use `string-to-number'
233         instead of `string-to-int'.
234
235         * elmo-pop3.el (elmo-pop3-list-by-list, elmo-folder-status): Use
236         `string-to-number' instead of `string-to-int'.
237
238         * elmo-nntp.el (elmo-nntp-make-msglist)
239         (elmo-folder-list-messages-plugged, elmo-nntp-folder-status)
240         (elmo-nntp-create-msgdb-from-overview-string)
241         (elmo-nntp-parse-xhdr-response, elmo-nntp-msgdb-create-message)
242         (elmo-nntp-search-primitive): Use `string-to-number' instead of
243         `string-to-int'.
244
245         * elmo-net.el (elmo-net-folder-set-parameters): Use
246         `string-to-number' instead of `string-to-int'.
247
248         * elmo-localdir.el (elmo-localdir-list-subr): Use
249         `string-to-number' instead of `string-to-int'.
250
251         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Use
252         `string-to-number' instead of `string-to-int'.
253
254         * elmo-date.el (elmo-date-get-datevec): Use `string-to-number'
255         instead of `string-to-int'.
256
257         * elmo-archive.el (elmo-archive-list-folder-subr): Use
258         `string-to-number' instead of `string-to-int'.
259
260 2008-02-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
261
262         * elmo-util.el (elmo-get-passwd): Fix typo.
263
264         * elmo-nntp.el (elmo-nntp-get-server-command)
265         (elmo-nntp-set-server-command, elmo-nntp-xover-p)
266         (elmo-nntp-listgroup-p, elmo-nntp-set-listgroup)
267         (elmo-nntp-list-active-p, elmo-nntp-set-list-active)
268         (elmo-nntp-xhdr-p, elmo-nntp-set-xhdr): New backquote style.
269
270         * elmo-imap4.el (elmo-imap4-debug)
271         (elmo-imap4-response-continue-req-p, elmo-imap4-response-ok-p)
272         (elmo-imap4-response-bye-p, elmo-imap4-response-garbage-p)
273         (elmo-imap4-response-value, elmo-imap4-response-error-text)
274         (elmo-imap4-response-bodydetail-text, elmo-imap4-value)
275         (elmo-imap4-nth, elmo-imap4-detect-search-charset)
276         (elmo-imap4-identical-system-p): New backquote style.
277
278 2008-02-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
279
280         * elmo-dop.el (elmo-make-dop-queue): New backquote style.
281         (elmo-dop-queue-fname, elmo-dop-queue-method): Ditto.
282         (elmo-dop-queue-arguments): Ditto.
283
284         * elmo-date.el (elmo-match-substring): New backquote style.
285         (elmo-match-string, elmo-match-buffer): Ditto.
286         (elmo-date-make-sortable-string): Ditto.
287
288         * elmo-archive.el (elmo-archive-get-method):New backquote style.
289         (elmo-archive-get-suffix, elmo-archive-get-regexp): Ditto.
290
291         * elmo-multi.el (elmo-multi-real-folder-number): New backquote
292         style.
293
294         * elmo-net.el (elmo-network-stream-type-spec-string): New
295         backquote style.
296         (elmo-network-stream-type-symbol): Ditto.
297         (elmo-network-stream-type-feature): Ditto.
298         (elmo-network-stream-type-function): Ditto.
299         (elmo-network-session-buffer): Ditto.
300
301         * elmo-util.el (elmo-file-cache-expand-path): New backquote style.
302         (elmo-file-cache-status, elmo-file-cache-path): Ditto.
303         (elmo-make-file-cache, elmo-string, elmo-get-passwd): Ditto.
304         (elmo-bind-directory, elmo-set-work-buf): Ditto.
305
306         * elmo.el (elmo-folder-send): New backquote style.
307
308 2008-02-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
309
310         * pldap.el (ldap-static-if): New backquote style.
311         (ldap/ldif-safe-string-p): Ditto.
312         (ldap/ldif-insert-field): Ditto.
313
314         * elmo-version.el (elmo-version): Up to 2.15.6.
315
316 2008-01-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
317
318         * elmo-imap4.el (elmo-folder-list-messages-plugged): Don't include
319         messages with \Deleted flag.
320         (elmo-folder-delete-messages-plugged): Ask before sending expunge
321         command if there are messages with \Deleted flag.
322
323 2007-04-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
324
325         * elmo-pop3.el (elmo-pop3-auth-apop): Use more strict regexp.
326         http://seclists.org/bugtraq/2007/Apr/0018.html
327         (Suggested by Tatsuya Kinoshita)
328
329 2007-04-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
330
331         * elmo-imap4.el (elmo-folder-delete): Don't call close for mailbox
332         with \Noselect attribute.
333
334 2007-04-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
335
336         * elmo-imap4.el (elmo-folder-list-subfolders): Fix handling of
337         hierarchical folder structure with UW-imapd.
338
339 2007-02-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
340
341         * elmo-imap4.el (elmo-imap4-clear-login): Don't send LOGIN command
342         when the LOGINDISABLED capability is advertised.
343
344 2007-01-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
345
346         * elmo-msgdb.el (elmo-msgdb-extra-fields): Make it non-destructive.
347
348 2007-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
349
350         * elmo-shimbun.el (elmo-shimbun-update-overview): Add argnument
351         `entity'.
352         (elmo-map-message-fetch): Call `elmo-shimbun-update-overview' only
353         if the message entity is exists.
354
355 2007-01-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
356
357         * elmo-util.el (elmo-msgdb-insert-file-header): Call
358         `elmo-delete-cr-buffer'.
359
360         * elmo-localdir.el (elmo-message-fetch-internal): Use
361         `insert-file-contents-as-raw-text' instead of
362         `insert-file-contents-as-binary'.
363
364         * elmo-maildir.el (elmo-map-message-fetch): Ditto.
365
366 2006-12-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
367
368         * elmo-imap4.el (elmo-network-initialize-session): Check to
369         retrieve a whole greeting message.
370
371 2006-11-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
372
373         * elmo-flag.el (elmo-folder-commit): Encode `.minfo' at save.
374
375 2006-11-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
376
377         * elmo-util.el (elmo-safe-plist-get): New alias or macro.
378         (elmo-progress-notify): Use it instead of `plist-get'.
379
380 2006-11-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
381
382         * elmo.el (elmo-generic-folder-append-messages): Remove unused
383         variable `table'.
384
385 2006-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
386
387         * elmo-pipe.el (elmo-folder-set-plugged): Define.
388
389 2006-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
390
391         * elsp-bsfilter.el (elmo-spam-bsfilter-use-remote): New user option.
392         (elmo-spam-list-spam-messages): Check it option.
393
394 2006-11-08  Tetsurou Okazaki  <okazaki@be.to>
395
396         * elmo-util.el (elmo-with-progress-display): Return the value
397         of the last form in `body'.
398
399 2006-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
400
401         * elmo-util.el (elmo-progress-start): Accept nil for `total'.  Set
402         `elmo-progress-counter' as t when a query callback returns nil.
403         (elmo-progress-clear): New function.
404         (elmo-progress-done): Split into `elmo-progress-clear'.
405         (elmo-progress-notify): Update a total slot when it is nil.
406         (elmo-with-progress-display): Call `elmo-progress-clear' in
407         unwind-protect and move calling `elmo-progress-done' to outside.
408
409         * elmo-imap4.el (elmo-imap4-find-next-line): Call
410         `elmo-progress-notify' with :total parameter instead of
411         `elmo-progress-counter-set-total'.
412
413 2006-11-07  Tetsurou Okazaki  <okazaki@be.to>
414
415         * elmo-util.el (elmo-cache-expire-by-age): Add docstring.
416         Make it interactive.
417         (elmo-progress-start): Avoid updating `elmo-progress-counter'
418         when a query callback returns nil.  Return a progress counter
419         instead of t whenever a start callback was called.
420
421 2006-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
422
423         * elmo-imap4.el (elmo-imap4-session-capable-p): New macro.
424         (elmo-imap4-send-command): Use it.
425         (elmo-network-initialize-session): Ditto.
426         (elmo-network-setup-session): Ditto.
427         (elmo-folder-msgdb-create-plugged): Ditto.
428
429 2006-11-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
430
431         * elmo-util.el (elmo-progress-done): Fix a miss refer to
432         `elmo-progress-counter'.
433
434 2006-11-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
435
436         * elsp-bsfilter.el (elsp-bsfilter-list-spam-files): Abolish.
437         (elsp-bsfilter-list-spam-filter): New function.
438         (elsp-bsfilter-start-list-spam): Ditto.
439         (elsp-bsfilter-read-list-spam): Ditto.
440         (elmo-spam-list-spam-messages): Use async process to display
441         progress message by each message.
442
443 2006-11-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
444
445         * elmo-spam.el (elmo-spam-process-messages-as-mbox): Fix problem
446         of flushing previously inserted message contents.
447
448         * elmo-imap4.el (elmo-folder-search): Fix return value.
449
450 2006-11-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
451
452         * elmo-imap4.el (elmo-imap4-find-next-line): Check whether a label
453         of reporter is enable or not.
454
455 2006-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
456
457         * elmo-util.el (elmo-list-bigger-diff): Abolish.
458         (elmo-display-progress): Ditto.
459         (elmo-progress-counter-alist): Ditto.
460         (elmo-progress-set): Ditto.
461         (elmo-progress-clear): Ditto.
462         (elmo-progress-counter-all-value): Rename to
463         `elmo-progress-counter-total'.
464         (elmo-progress-counter-format): Rename to
465         `elmo-progress-counter-action'.
466         (elmo-progress-counter): New internal variable.
467         (elmo-progress-callback-function): Ditto.
468         (elmo-progress-counter-label): New function.
469         (elmo-progress-counter-set-total): Ditto.
470         (elmo-progress-counter-set-action): Ditto.
471         (elmo-progress-call-callback): Ditto.
472         (elmo-progress-start): Ditto.
473         (elmo-progress-done): Ditto.
474         (elmo-progress-notify): Rewrite.
475         (elmo-with-progress-display): Remove first argument
476         `condition'. Add optional argument `var' in `spec'.
477
478         * elmo-vars.el (elmo-display-progress-threshold): Abolish.
479         (elmo-display-retrieval-progress-threshold): Ditto.
480         (elmo-inhibit-display-retrieval-progress): Ditto.
481
482         * Replace all pair of `elmo-progress-set' and
483         `elmo-progress-clear' into `elmo-with-progress-display'.
484
485         * Replace to call `elmo-display-progress' into pair of
486         `elmo-progress-notify' and `elmo-with-progress-display'.
487
488         * elmo-version.el (elmo-version): Up to 2.15.5.
489
490 2006-10-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
491
492         * elmo-imap4.el (elmo-imap4-arrival-filter): Use `case' instead of
493         `cond'.
494
495 2006-10-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
496
497         * elmo-imap4.el (elmo-imap4-arrival-filter): Call delete-region in
498         cleanup-forms [wl:14027].
499
500 2006-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
501
502         * elmo-flag.el (elmo-global-flag-set-internal): Use
503         `elmo-copy-file' by priority when the message is a file.
504
505 2006-10-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
506
507         * elmo.el: Fix typo: disptch -> dispatch.
508
509 2006-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
510
511         * elmo.el (elmo-file-tag): New class.
512         (elmo-append-messages-disptch-table): New constant.
513         (elmo-folder-type-p): New function.
514         (elmo-folder-append-messages): Redefine as function.
515
516         * elmo-null.el (elmo-folder-append-messages): Renamed from
517         `elmo-folder-append-messages'.
518
519         * elmo-maildir.el (elmo-maildir-folder): Inherit `elmo-file-tag'.
520         (elmo-folder-append-messages-*-maildir): Renamed from
521         `elmo-folder-append-messages'.
522
523         * elmo-localdir.el (elmo-localdir-folder): Inherit
524         `elmo-file-tag'.
525         (elmo-folder-append-messages-*-localdir): Renamed from
526         `elmo-folder-append-messages'.
527
528         * elmo-imap4.el (elmo-folder-append-messages-imap4-imap4): Renamed
529         from `elmo-folder-append-messages'.
530
531         * elmo-flag.el (elmo-folder-append-messages-*-flag): Renamed from
532         `elmo-folder-append-messages'.
533
534         * elmo-filter.el (elmo-folder-append-messages-filter-*): New
535         function.
536         (elmo-folder-append-messages-*-filter): Ditto.
537
538         * elmo-multi.el (elmo-folder-append-messages-multi-*): Ditto.
539
540         * elmo-pipe.el (elmo-folder-append-messages-pipe-*): Ditto.
541         (elmo-folder-append-messages-*-pipe): Renamed from
542         `elmo-folder-append-messages'.
543
544         * elmo-cache.el (elmo-cache-folder): Inherit `elmo-file-tag'.
545
546         * elmo-file.el (elmo-file-folder): Ditto.
547
548         * elmo-sendlog.el (elmo-sendlog-folder): Ditto.
549
550         * elmo-archive.el (elmo-folder-append-messages-*-archive): Renamed
551         from `elmo-folder-append-messages'
552
553 2006-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
554
555         * elmo-map.el (elmo-location-map-setup): Change an argument
556         `locations' to optional.
557         (elmo-location-map-clear): Abolish.
558         (elmo-folder-clear): Follow the API change.
559
560         * elmo-pop3.el (elmo-folder-clear): Ditto.
561
562         * elmo-pop3.el (toplevel): Require elmo-map.
563         (elmo-pop3-folder): Inherit elmo-location-map and abolish
564         location-alist slot (All other related portions are changed).
565         (elmo-pop3-folder-use-uidl): New function.
566         (elmo-folder-msgdb-create): Don't sort message entities.
567         (elmo-pop3-sort-msgdb-by-original-number): Abolish.
568         (elmo-pop3-number-to-size): Convert return value to number.
569         (elmo-pop3-msgdb-create-by-header): Use unwind-protect to delete a
570         working buffer.
571
572         * elmo-map.el: Use `location-map' as a variable name for instance
573         instead of `mapper'.
574         (elmo-location-map-setup): Return location alist.
575         (elmo-location-map-update): Ditto.
576
577 2006-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
578
579         * elmo-map.el (elmo-location-map): New class; split location and
580         number mapping from elmo-map-folder (All other related portions
581         are changed).
582
583         * elmo-shimbun.el (elmo-folder-open-internal): Follow the API
584         change.
585
586         * elmo-version.el (elmo-version): Up to 2.15.4.
587
588 2006-09-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
589
590         * elmo-vars.el (elmo-use-hardlink): New user option.
591
592         * elmo-util.el (elmo-add-name-to-file): Switch implementations by
593         `elmo-use-hardlink'.
594
595         * elmo-pipe.el (elmo-pipe-folder-list-target-messages): Keep the
596         killed-list.
597         (elmo-pipe-drain): Use `elmo-folder-open' and `elmo-folder-close'
598         instead of `*-internal'. Use `elmo-with-progress-display'.
599
600 2006-09-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
601
602         * elsp-bogofilter.el (elmo-spam-bogofilter-register-messages): Use
603         `elmo-spam-process-messages-as-mbox'.
604
605         * elsp-sa.el (elmo-spam-spamassassin-register-messages): Ditto.
606
607 2006-08-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
608
609         * elsp-bsfilter.el (elsp-bsfilter-list-spam-files): Fix the
610         argument BUFFER of `call-process'.
611
612 2006-08-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
613
614         * elsp-bsfilter.el (elsp-bsfilter-call-bsfilter): Remove nil from
615         args.
616         (elsp-bsfilter-list-spam-files): Ditto.
617
618 2006-08-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
619
620         * elsp-bsfilter.el (elmo-spam-bsfilter-max-files-per-process)
621         (elmo-spam-bsfilter-max-messages-per-process): New use option.
622         (elmo-spam-bsfilter-debug): Fix a group.
623         (elsp-bsfilter-call-bsfilter): Don't use `delq' and add option
624         `--homedir'.
625         (elmo-spam-buffer-spam-p): Don't specify `--homedir' option.
626         (elsp-bsfilter-list-spam-files): New function.
627         (elmo-spam-list-spam-messages): Define.
628         (elsp-bsfilter-register-buffer): Add an optional argument `mbox'.
629         (elmo-spam-bsfilter-register-messages): New function.
630         (elmo-spam-register-spam-messages): Define.
631         (elmo-spam-register-good-messages): Ditto.
632
633         * elmo-spam.el (elmo-spam-process-messages-as-mbox): New function.
634
635         * elmo-util.el (elmo-flatten): Use `append' and `listp' instead of
636         `nconc' and `consp'.
637
638 2006-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
639
640         * elmo-map.el (elmo-map-folder-update-locations): Rewrite with
641         hash table to test whether a location is exists.
642
643 2006-08-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
644
645         * elmo-archive.el (elmo-folder-append-messages): Delete temp-dir
646         even if some error occurred.
647
648         * elmo-archive.el (elmo-archive-folder-append-buffer): Remove
649         meaningless unwind-protect.
650
651         * elmo-maildir.el (elmo-folder-message-make-temp-files): Respect
652         start-number correctly.
653         * elmo-search.el (elmo-folder-message-make-temp-files): Ditto.
654         * elmo-file.el (elmo-folder-message-make-temp-files): Ditto.
655
656 2006-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
657
658         * elmo-flag.el (elmo-flag-folder-set-minfo): New function.
659         (elmo-folder-initialize): Use it.
660         (elmo-global-flag-replace-referrer): New function.
661
662         * elmo.el (toplevel): Added autoload setting for
663         `elmo-global-flag-replace-referrer'.
664         (elmo-folder-rename): Rewrite the last change use
665         `elmo-global-flag-replace-referrer'.
666
667         * elmo-pipe.el (elmo-folder-rename): Call
668         `elmo-global-flag-replace-referrer'.
669
670 2006-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
671
672         * elmo.el (elmo-folder-rename): Set meta data for global flags
673         follow the rename.
674
675 2006-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
676
677         * elmo-filter.el (elmo-folder-initialize): Set slot `number-list'
678         as 'not-loaded.
679         (elmo-folder-close): Ditto.
680         (elmo-filter-folder-number-list-loaded-p): New function.
681         (elmo-filter-folder-number-list): Check whether loaded or not.
682         (elmo-folder-commit): Use `elmo-filter-folder-number-list' instead
683         of `elmo-filter-folder-number-list-internal'.
684         (elmo-folder-delete-messages): Ditto.
685         (elmo-folder-length): Check whether number-list is loaded or not.
686
687 2006-06-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
688
689         * modb-entity.el (modb-entity-field-extractor-alist): Add 3rd
690         field `real field' into each element of list.
691         (elmo-msgdb-create-message-entity-from-buffer): Follow the above change.
692         (elmo-msgdb-message-entity-field): Ditto.
693         (modb-entity-ml-info-real-fields): New function.
694
695         * elmo-msgdb.el (elmo-msgdb-extra-fields): New function.
696
697         * elmo-imap4.el (elmo-folder-msgdb-create-plugged): Use function
698         `elmo-msgdb-extra-fields'.
699
700 2006-05-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
701
702         * elmo-util.el (elmo-passwd-alist-load): Move point to min
703         position before read.
704
705 2006-05-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
706
707         * elmo-flag.el (elmo-folder-expand-msgdb-path): Translate path.
708         (elmo-global-flags-initialize): Ditto.
709
710 2006-05-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
711
712         * elmo-archive.el (toplevel): Don't require emu, std11
713         and elmo-localdir.
714
715         * elmo-localdir.el (elmo-message-file-name): Remove duplicate
716         definition.
717
718 2006-05-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
719
720         * elmo.el (elmo-folder-confirm-appends): Display folder name.
721
722 2006-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
723
724         * elmo-imap4.el (elmo-imap4-send-command): Use non-synchronizing
725         literals.
726
727 2006-04-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
728
729         * elmo-maildir.el (elmo-maildir-list-location): Reduce
730         `elmo-get-last-modification-time' call.
731
732 2006-04-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
733
734         * elmo-maildir.el (elmo-maildir-list-location): Fixed a regular
735         expression.
736         (elmo-maildir-set-mark): Ditto.
737         (elmo-maildir-delete-mark): Ditto.
738
739 2006-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
740
741         * elmo-util.el (elmo-collect-separators-internal): Add 2nd
742         optional argument `separators'.
743
744 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
745
746         * elmo.el (cache-changed): Abolish.
747         (status-changed): New signal.
748         (elmo-message-killed-p): New generic function and define for
749         elmo-folder.
750         (elmo-folder-recover-messages): Ditto.
751         (elmo-message-set-cached): Emit signal `status-changed' instead of
752         `cache-changed'.
753         (elmo-message-status): New macro.
754         (elmo-message-status-folder): Ditto.
755         (elmo-message-status-number): Ditto.
756         (elmo-message-status-set-flags): Ditto.
757         (elmo-message-status-set-killed): Ditto.
758         (elmo-message-status-flags): New function.
759         (elmo-message-status-cached-p): Ditto.
760         (elmo-message-status-killed-p): Ditto.
761
762         * elmo-pipe.el (elmo-pipe-connect-signals): Connect to signal
763         `status-changed' instead of `cache-changed'.
764         (elmo-folder-recover-messages): Define.
765         (elmo-message-killed-p): Ditto.
766
767         * elmo-filter.el (elmo-filter-connect-signals): Connect to signal
768         `status-changed' instead of `cache-changed'.
769
770         * elmo-multi.el (elmo-multi-connect-signals): Ditto.
771         (elmo-message-killed-p): Define.
772         (elmo-folder-recover-messages): Ditto.
773
774         * elmo-version.el (elmo-version): Up to 2.15.3.
775
776 2006-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
777
778         * elmo-signal.el (elmo-signal-bindings): Use cons to append
779         element into list.
780         (elmo-define-signal-handler): Add docstring.
781         (elmo-define-signal-filter): Ditto.
782
783         * elmo-multi.el (elmo-multi-connect-signals): Fix the signal name.
784
785 2006-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
786
787         * elmo-util.el (elmo-flatten): Don't use recursive call.
788
789         * elmo-search.el (elmo-folder-msgdb-create): Remove an unnecessary
790         assignment.
791         (elmo-folder-message-make-temp-files): Use `number-to-string'
792         instead of `int-to-string'.
793
794 2006-01-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
795
796         * elmo-search.el (elmo-folder-delete-messages): Define.
797
798 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
799
800         * elmo-vars.el (elmo-mailing-list-name-spec-list): Fixed
801         customization type.
802         (elmo-mailing-list-count-spec-list): Ditto.
803
804         * elmo-vars.el (elmo-mailing-list-name-spec-list): Merge entries
805         for `list-id'.
806
807 2006-01-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
808
809         * elmo-vars.el (elmo-mailing-list-name-spec-list): Fix list-id
810         handling.
811
812 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
813
814         * elmo-vars.el (elmo-mailing-list-name-spec-list): New user option.
815         (elmo-mailing-list-count-spec-list): Ditto.
816
817         * elmo-util.el (elmo-map-until-success): New function.
818         (elmo-string-match-substring): Ditto.
819         (elmo-find-list-match-value): Ditto.
820
821         * modb-entity.el (modb-entity-extract-ml-info-from-x-sequence):
822         Removed.
823         (modb-entity-extract-ml-info-from-subject): Ditto.
824         (modb-entity-extract-ml-info-from-return-path): Ditto.
825         (modb-entity-extract-ml-info-from-delivered-to): Ditto.
826         (modb-entity-extract-ml-info-from-mailing-list): Ditto.
827         (modb-entity-extract-ml-info-from-mailman): Ditto.
828         (modb-entity-extract-mailing-list-info-functions): Ditto.
829         (modb-entity-extract-mailing-list-info): Rewrite with
830         `elmo-find-list-match-value'.
831
832 2006-01-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
833
834         * elmo-net.el (elmo-network-session-retry-count): New user option.
835         (elmo-network-session-buffer-name): New internal function.
836         (elmo-network-session-buffer-create): Ditto.
837         (elmo-network-open-session): Retry open network session
838         `elmo-network-session-retry-count' times.
839
840 2005-12-16  Tetsurou Okazaki  <okazaki@be.to>
841
842         * elmo-util.el (elmo-list-filter): Rewritten.
843
844 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
845
846         * elmo-util.el (elmo-string-member): Allow symbol element in list.
847
848 2005-11-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
849
850         * elmo-search.el (elmo-make-search-engine): Use prefix
851         `elmo-search-' for require symbol instead of `else-'.
852         (elmo-search-engine-extprog): New class.
853         (elmo-search-engine-do-search): Remove nil from argument
854         list. Added argument pattern to evaluate element as function.
855         (elmo-search-engine-local-file): Derived from
856         `elmo-search-engine-extprog'.
857         (elmo-search-engine-create-message-entity): Check existance of file.
858         (elmo-search-engine-fetch-message): Ditto.
859         (elmo-search-namazu-index): Follow the API change.
860         (elmo-search-grep-target): Ditto.
861
862 2005-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
863
864         * elmo-spam.el (elmo-spam-message-fetch): Disable multibyte
865         characters of working buffer.
866
867         * modb-entity.el (elmo-msgdb-create-message-entity-from-buffer):
868         Does not bind `default-mime-charset'.
869         (elmo-msgdb-create-message-entity-from-buffer): Removed
870         unnecessary local bind.
871
872         * modb-entity.el (modb-entity-extract-ml-info-from-mailman): New
873         function.
874         (modb-entity-extract-mailing-list-info-functions): Added it.
875
876 2005-11-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
877
878         * modb-legacy.el (elmo-msgdb-append-entity): Execute the process
879         when number and message-id are non-nil.
880
881         * modb-standard.el (elmo-msgdb-append-entity): Ditto.
882
883         * elmo-pop3.el (elmo-pop3-auth-user): Refactoring nested
884         conditional steatment.
885         (elmo-pop3-auth-apop): Likewise.
886         (elmo-network-authenticate-session): Likewise.
887
888 2005-11-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
889
890         * elmo-mime.el (elmo-mime-header-max-column): Set default value as
891         symbol `fill-column'.
892         (elmo-mime-insert-header-from-buffer): Rewrite; ignore errors in
893         decode field value.
894
895         * elmo-util.el (elmo-mime-string): Ignore errors in eword decode.
896         (elmo-decoded-field-body): Ditto.
897
898 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
899
900         * elmo-net.el (elmo-net-folder-set-parameters): Rename argument
901         `tokens' to `params'.
902
903 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
904
905         * elmo-split.el (elmo-split-subr): Disable multibyte characters of
906         working buffer.
907
908 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
909
910         * elmo-search.el (elmo-search-namazu-index): Fixed the order to
911         decide index.
912
913 2005-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
914
915         * elmo-search.el (elmo-search-engine-alist): Define with defvar;
916         Set default value as nil.
917         (toplevel): Register search engines by
918         `elmo-search-register-engine' if there are not defined.
919
920         * elmo.el (autoload): Added autoload setting for
921         `elmo-search-register-engine'.
922
923 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
924
925         * elmo.el (toplevel): `[' is redefined as the prefix of the search
926         folder instead of nmz folder.
927         (elmo-nmz-default-index-path): Added obsolete variable setting.
928         (elmo-nmz-index-alias-alist): Ditto.
929         (elmo-nmz-use-drive-letter): Ditto.
930
931         * elmo-search.el (elmo-search-register-engine): New function.
932
933         * elmo-nmz.el: Removed.
934
935         * elmo-version.el (elmo-version): Up to 2.15.2.
936
937 2005-09-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
938
939         * elmo-search.el: New file.
940
941 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
942
943         * modb-entity.el (elmo-msgdb-message-match-condition): Add new
944         condition `larger' and `smaller'.
945
946 2005-07-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
947
948         * elmo-util.el (elmo-safe-filename): Rewrite to replace
949         `"' (double quote) into "_Q_".
950
951 2005-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
952
953         * elmo-net.el (elmo-net-quote-chars): Abolish.
954         (elmo-net-format-quoted): Ditto.
955
956 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
957
958         * elmo.el (elmo-get-folder-function): New variable.
959         (elmo-get-folder): New function.
960         (elmo-folder-rename): Call `elmo-make-folder' with specified
961         mime-charset.
962
963         * elmo-split.el (elmo-split): Use `elmo-get-folder' instead of
964         `elmo-make-folder'.
965         (elmo-split-subr): Ditto.
966
967         * elmo-multi.el (elmo-folder-initialize): Ditto.
968
969         * elmo-internal.el (elmo-folder-list-subfolders): Ditto.
970
971         * elmo-flag.el (elmo-flag-folder-delete-message): Ditto.
972         (elmo-flag-get-folder): Ditto.
973
974         * elmo-filter.el (elmo-folder-initialize): Ditto.
975
976         * elmo-access.el (elmo-folder-initialize): Ditto.
977         (elmo-access-folder-update-children): Ditto.
978
979         * elmo-dop.el (elmo-dop-queue-flush): Ditto.
980         (elmo-dop-queue-flush): Ditto.
981         (elmo-folder-append-buffer-dop-delayed): Ditto.
982         (elmo-dop-spool-folder): Call `elmo-make-folder' with specified
983         mime-charset.
984
985         * elmo-pipe.el (elmo-folder-initialize): Use `elmo-get-folder'
986         instead of `elmo-make-folder'.
987         (elmo-folder-rename): Ditto.  Use `elmo-folder-rename' to
988         destination folder instead of send `elmo-folder-rename-internal'.
989
990         * elmo-shimbun.el (elmo-folder-list-subfolders): Use `shimbun'
991         slot of subfolder instead of create it.
992
993 2005-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
994
995         * elmo-util.el (elmo-collect-separators): New function.
996         (elmo-collect-separators-internal): Ditto.
997         (elmo-collect-trail-separators): Ditto.
998         (elmo-parse-separated-tokens): Ditto.
999         (elmo-parse-separated-tokens-internal): Ditto.
1000         (elmo-quote-syntactical-element): Ditto.
1001
1002         * elmo-pop3.el (elmo-pop3-folder-name-syntax): New constant.
1003         (elmo-folder-initialize): Rewrite by `elmo-parse-separated-tokens'.
1004
1005         * elmo-nntp.el (elmo-nntp-folder-name-syntax): New constant.
1006         (elmo-folder-initialize): Rewrite by `elmo-parse-separated-tokens'.
1007         (elmo-nntp-folder-list-subfolders): Quote a user name.
1008
1009         * elmo-net.el (elmo-net-folder-name-syntax): New constant.
1010         (elmo-net-parse-network): Abolish.
1011         (elmo-net-folder-set-parameters): New function.
1012         (elmo-folder-initialize): Follow the above change.
1013
1014         * elmo-imap4.el (elmo-imap4-folder-name-syntax): New constant.
1015         (elmo-folder-initialize): Rewrite by `elmo-parse-separated-tokens'.
1016         (elmo-folder-list-subfolders): Use
1017         `elmo-quote-syntactical-element' instead of
1018         `elmo-net-format-quoted' to quote mailbox and user name.
1019
1020 2005-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1021
1022         * elmo-util.el (elmo-token-valid-p): New function.
1023         (elmo-parse-token): Add optional argument `requirement'.
1024         (elmo-parse-prefixed-element): Likewise.
1025
1026         * elmo-net.el (elmo-net-quote-chars): Renamed from
1027         `elmo-net-quote-chars-regexp'.
1028         (elmo-net-format-quoted): Add optional argument `extra-chars'.
1029
1030         * elmo-pop3.el (elmo-folder-initialize): Fix the token separators
1031         by info document. Check token `uidl' is started an alphabet.
1032
1033         * elmo-nntp.el (elmo-folder-initialize): Fix the token separators
1034         by info document. Check token `user' is started an alphabet.
1035
1036         * elmo-imap4.el (elmo-folder-initialize): Ditto.
1037         (elmo-folder-list-subfolders): Quote user.
1038
1039 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1040
1041         * elmo-util.el (elmo-quoted-specials-list): New constant.
1042         (elmo-quoted-token): New function.
1043
1044         * elmo-net.el (elmo-net-quote-chars-regexp): New constant.
1045         (elmo-net-format-quoted): New function.
1046         (elmo-net-parse-network): Ditto.
1047         (elmo-folder-initialize): Use it.
1048
1049         * elmo-nntp.el (elmo-folder-initialize): Use
1050         `elmo-net-parse-network' to parse network specification instead of
1051         `elmo-folder-initialize#elmo-net'.
1052
1053         * elmo-pop3.el (elmo-folder-initialize): Ditto.
1054
1055         * elmo-imap4.el (elmo-folder-initialize): Ditto.
1056         (elmo-folder-list-subfolders): Quote folder name by
1057         `elmo-net-format-quoted'.
1058
1059 2005-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1060
1061         * elmo-nntp.el (elmo-nntp-use-server-search-p): New function.
1062         (elmo-folder-search): Use it.
1063
1064 2005-04-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1065
1066         * modb-standard.el (modb-standard-loaded-message-id): Use
1067         `elmo-msgdb-message-entity-field'.
1068
1069 2005-04-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1070
1071         * elmo-util.el (elmo-object-load): Call `elmo-set-auto-coding'
1072         without filename.
1073
1074 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1075
1076         * elmo-util.el (elmo-set-auto-coding): New function.
1077         (elmo-object-load): Use it.
1078
1079 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1080
1081         * elmo-date.el (elmo-time-less-p): Renamed from `elmo-time<'.
1082         (elmo-time<): Define as alias of `elmo-time-less-p'.
1083         (elmo-time-to-datevec): New function.
1084
1085         * elmo-date.el (elmo-time-to-days): New function.
1086
1087 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1088
1089         * elmo-util.el (elmo-map-recursive): Call `function' if `object'
1090         is not cons cell.
1091
1092 2005-04-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1093
1094         * modb-entity.el (modb-entity-encode-string-recursive): Fixed
1095         parenthesis.
1096
1097         * elmo-util.el (elmo-map-recursive): New function.
1098
1099         * modb-entity.el (modb-entity-decode-string-recursive): Use it.
1100         (modb-entity-encode-string-recursive): Ditto.
1101
1102 2005-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
1103
1104         * elmo-maildir.el (elmo-maildir-sequence-number): New function.
1105         (elmo-maildir-make-unique-string): Throw Emacs 18 away.
1106         (elmo-maildir-list-location): Use `elmo-maildir-sequence-number' to
1107         compare sequence number when last modified time is nil.
1108
1109 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
1110
1111         * elmo-maildir.el (elmo-folder-msgdb-create): Don't sort by date.
1112
1113         * elmo-shimbun.el (elmo-folder-msgdb-create): Ditto.
1114
1115 2005-04-01  Yuuichi Teranishi  <teranisi@gohome.org>
1116
1117         * elmo-maildir.el (elmo-maildir-list-location): Sort by last
1118         modification time of the file.
1119
1120 2005-03-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1121
1122         * elmo-util.el (elmo-condition-optimize): Discriminated against
1123         preserved fields, extra fields and the other weight.
1124
1125 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1126
1127         * modb-entity.el (initialize-instance): Define.
1128         (modb-entity-handler-mime-charset): New internal function.
1129         (modb-standard-entity-set-field): Use it.
1130         (elmo-msgdb-message-entity-field): Ditto.
1131         (elmo-msgdb-message-entity-field): Ditto.
1132
1133         * modb.el (elmo-msgdb-match-condition): Rewrite with
1134         `elmo-condition-match'.
1135         (elmo-msgdb-match-condition-primitive): New function.
1136
1137         * modb-entity.el (elmo-msgdb-message-match-condition): Removed
1138         arguments `flags' and `numbers'.
1139         (elmo-msgdb-match-condition-primitive): Abolished (merged to
1140         `elmo-msgdb-message-match-condition').
1141         (modb-buffer-entity-handler): New class.
1142
1143         * elmo.el (elmo-folder-search): Optimize condition to use
1144         `elmo-condition-optimize'.
1145         (elmo-message-buffer-match-condition): New function.
1146         (elmo-message-match-condition): Use
1147         `elmo-message-buffer-match-condition' instead of
1148         `elmo-buffer-field-condition-match'.
1149
1150         * elmo-util.el (elmo-condition-match): New function.
1151         (elmo-condition-optimize): Ditto.
1152         (elmo-buffer-field-primitive-condition-match): Abolish.
1153         (elmo-buffer-field-condition-match): Ditto.
1154
1155         * elmo-archive.el (elmo-archive-field-condition-match): Use
1156         `elmo-message-buffer-match-condition' instead of
1157         `elmo-buffer-field-condition-match'.
1158
1159 2005-03-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1160
1161         * elmo-flag.el (elmo-global-flags-initialize): Check the
1162         existence of the flag directory.
1163
1164 2005-03-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1165
1166         * elmo-access.el (elmo-folder-initialize): Call
1167         `elmo-multi-connect-signals'.
1168
1169         * elmo-pipe.el (elmo-folder-close): Define.
1170
1171         * elmo-multi.el (elmo-folder-close): Call `elmo-folder-close' with
1172         children folders.
1173
1174         * elmo-filter.el (elmo-folder-close): Call `elmo-folder-close'
1175         with target folder.
1176
1177         * modb-entity.el (elmo-msgdb-message-entity-set-number): Return
1178         `number'.
1179
1180         * elmo-multi.el (elmo-message-entity): Don't use return value of
1181         `elmo-message-entity-set-number'.
1182
1183 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1184
1185         * modb.el (modb-generic): Added slot `mime-charset'.
1186
1187         * modb-standard.el (modb-standard): Added slot `overview-handler'.
1188         (modb-standard-save-entity-1): Use `modb-entity-handler-equal-p'
1189         and `modb-entity-handler-dump-parameters'.
1190         (modb-standard-default-entity-handler): Abolish.
1191         (elmo-msgdb-message-entity-handler): Save created handler by
1192         instance slot.
1193
1194         * modb-entity.el (modb-entity-handler): Added slot `mime-charset'.
1195         (modb-entity-handler-list-parameters): New method.
1196         (modb-entity-handler-equal-p): New function.
1197         (modb-entity-handler-dump-parameters): Ditto.
1198         (modb-entity-parse-address-string): Encode return value.
1199         (modb-entity-make-address-string): Decode argument value.
1200         (modb-entity-decode-string-recursive): New function.
1201         (modb-entity-encode-string-recursive): Ditto.
1202         (modb-standard-entity-normalizer): Set to encode field value.
1203         (modb-standard-entity-specializer): Follow the above change.
1204         (modb-standard-entity-set-field): Bind `elmo-mime-charset' by
1205         mime-charset of handler.
1206         (elmo-msgdb-message-entity-field): Ditto.
1207         (elmo-msgdb-copy-message-entity): Fixed reference to internal
1208         structure.
1209         (modb-entity-make-mailing-list-info-string): Decode `ml-name'.
1210
1211         * elmo.el (elmo-folder): Added slot `mime-charset'.
1212         (elmo-make-folder): Added argument `mime-charset'.
1213         (elmo-folder-msgdb-load): Call `elmo-load-msgdb' with
1214         `mime-charest'.
1215
1216         * elmo-msgdb.el (elmo-load-msgdb): Added argument `mime-charset'.
1217         (elmo-make-msgdb): Likewise.
1218
1219         * elmo-internal.el (elmo-internal-folder-initialize): Call
1220         `luna-make-entity' with :mime-charset parameter.
1221
1222 2005-03-21  Yuuichi Teranishi  <teranisi@gohome.org>
1223
1224         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Decode
1225         encoded words in `from' and `subject' field.
1226
1227 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1228
1229         * modb.el (elmo-msgdb-message-field): Add argument `type'.
1230         (elmo-msgdb-match-condition): Get handler from entity instead of
1231         msgdb.
1232
1233         * modb-standard.el (modb-standard-economize-entity-size): Abolish.
1234         (modb-standard-load-entity): Treat new file format.
1235         (modb-standard-save-entity-1): Save as new file format.
1236         (modb-standard-save-entity): Split messages into section here.
1237         (elmo-msgdb-message-field): Follow the API change.
1238         (modb-standard-default-entity-handler): New internal variable.
1239         (elmo-msgdb-message-entity-handler): Define.
1240
1241         * modb-entity.el (elmo-msgdb-prefer-in-reply-to-for-parent): Moved
1242         to `elmo-vars.el'.
1243         (modb-entity-field-extractor-alist): New user option.
1244         (elmo-msgdb-message-entity-field): Removed argument `decode' and
1245         added argument `type'.
1246         (elmo-msgdb-copy-message-entity): Add optional argument
1247         `make-handler'.
1248         (modb-set-field-converter): New function.
1249         (modb-convert-field-value): Ditto.
1250         (modb-entity-string-decoder): Ditto.
1251         (modb-entity-string-encoder): Ditto.
1252         (modb-entity-parse-date-string): Ditto.
1253         (modb-entity-make-date-string): Ditto.
1254         (modb-entity-mime-decoder): Ditto.
1255         (modb-entity-mime-encoder): Ditto.
1256         (modb-entity-address-list-decoder): Ditto.
1257         (modb-entity-address-list-encoder): Ditto.
1258         (modb-entity-parse-address-string): Ditto.
1259         (modb-entity-make-address-string): Ditto.
1260         (modb-entity-create-field-indices): Ditto.
1261         (modb-legacy-entity-field-slots): New constant.
1262         (modb-legacy-entity-field-indices): Ditto.
1263         (modb-legacy-entity-normalizer): New variable.
1264         (modb-legacy-entity-specializer): Ditto.
1265         (modb-legacy-entity-field-index): New macro.
1266         (modb-legacy-entity-set-field): New function.
1267         (modb-legacy-make-message-entity): Rewrite.
1268         (elmo-msgdb-create-message-entity-from-buffer): Use
1269         `elmo-msgdb-get-references-from-buffer'. Use
1270         `elmo-decoded-field-body' instead of `elmo-unfold-field-body'.
1271         Use `modb-legacy-entity-set-field' instead of
1272         `elmo-msgdb-message-entity-set-field'.
1273         (elmo-msgdb-message-entity-field): Rewrite.
1274         (elmo-msgdb-message-entity-set-field): Ditto.
1275         (elmo-msgdb-copy-message-entity): Make new entity by
1276         `make-handler' if it specified.
1277         (elmo-msgdb-message-match-condition): Define a method of
1278         `modb-entity-handler' and follow the API change.
1279         (modb-standard-entity-handler): New class.
1280         (modb-entity-extract-ml-info-from-x-sequence): New function.
1281         (modb-entity-extract-ml-info-from-subject): Ditto.
1282         (modb-entity-extract-ml-info-from-return-path): Ditto.
1283         (modb-entity-extract-ml-info-from-delivered-to): Ditto.
1284         (modb-entity-extract-ml-info-from-mailing-list): Ditto.
1285         (modb-entity-extract-mailing-list-info): Ditto.
1286         (modb-entity-extract-mailing-list-info-functions): New variable.
1287
1288         * elmo.el (elmo-message-field): Add optional argument `type'.
1289
1290         * elmo-vars.el (elmo-msgdb-prefer-in-reply-to-for-parent): Moved
1291         from `modb-entity.el'.
1292
1293         * elmo-util.el (elmo-object-load): Decode by coding-system from
1294         `set-auto-coding-function'.
1295         (elmo-object-save): Use `detect-mime-charset-region' and add
1296         coding cookie if encode.
1297         (elmo-msgdb-get-references-from-buffer): New function.
1298         (elmo-parse-addresses): Ditto (renamed from `wl-parse-addresses').
1299
1300         * elmo-spam.el (elmo-spam-message-spam-p): Follow the API change.
1301
1302         * elmo-shimbun.el (elmo-shimbun-parse-time-string): Removed.
1303         (elmo-shimbun-entity-to-header): Use `shimbun-create-header'
1304         instead of `shimbun-make-header' and follow the API change.
1305         (elmo-shimbun-update-overview): Follow the API change.
1306         (elmo-map-folder-list-message-locations): Ditto.
1307
1308         * elmo-pipe.el (elmo-message-field): Ditto.
1309
1310         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string):
1311         Ditto.
1312
1313         * elmo-nmz.el (elmo-nmz-msgdb-create-entity): Ditto.
1314
1315         * elmo-multi.el (elmo-message-field): Ditto.
1316
1317         * elmo-msgdb.el (elmo-message-entity-field): Ditto.
1318         (elmo-msgdb-sort-by-date): Ditto.
1319         (elmo-msgdb-flag-table): Use `elmo-msgdb-message-field' instead of
1320         `elmo-message-entity-field'.
1321         (elmo-msgdb-overview-entity-get-from-no-decode): Follow the API
1322         change.
1323         (elmo-msgdb-overview-entity-get-from): Ditto.
1324         (elmo-msgdb-overview-entity-get-subject): Ditto.
1325         (elmo-msgdb-overview-entity-get-subject-no-decode): Ditto.
1326         (elmo-msgdb-overview-entity-get-date): Ditto.
1327         (elmo-msgdb-overview-entity-get-to): Ditto.
1328         (elmo-msgdb-overview-entity-get-cc): Ditto.
1329
1330         * elmo-mime.el (elmo-message-mime-entity): Ditto.
1331         (elmo-mime-collect-message/partial-pieces): Ditto.
1332
1333         * elmo-filter.el (elmo-message-field): Ditto.
1334
1335         * elmo-date.el (elmo-datevec-to-time): New function.
1336         (elmo-time-parse-date-string): Ditto.
1337         (elmo-time-make-date-string): Ditto.
1338         (elmo-time<): Ditto.
1339
1340         * elmo-version.el (elmo-version): Up to 2.15.1.
1341
1342 2005-03-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1343
1344         * elmo-flag.el (elmo-global-flags-initialize): Don't include
1345         member of elmo-local-flags.
1346
1347 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
1348
1349         * elmo-version.el (elmo-version): Up to 2.15.0.
1350
1351 2005-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1352
1353         * elmo.el (elmo-folder-synchronize): Ignore `mask' when
1354         `ignore-msgdb' is non-nil.
1355
1356 2005-03-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1357
1358         * elmo-util.el (elmo-condition-in-msgdb-p-internal): Removed.
1359         (elmo-condition-in-msgdb-p): Ditto.
1360         (elmo-file-field-primitive-condition-match): Ditto.
1361         (elmo-file-field-condition-match): Ditto.
1362
1363         * elmo-localdir.el (elmo-localdir-field-condition-match): Ditto.
1364
1365 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1366
1367         * elmo-flag.el (elmo-folder-list-subfolders): Don't list from
1368         subdirectories here.
1369         (elmo-global-flags-initialize): New function.
1370
1371         * elmo.el (toplevel): Added autoload setting for
1372         `elmo-global-flags-initialize'.
1373
1374 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1375
1376         * elmo.el (message-number-changed): Define new signal.
1377         * elmo-dop.el (elmo-folder-append-buffer-dop-delayed): Emit
1378         message-number-changed signal.
1379         * elmo-localdir.el (elmo-folder-pack-numbers): Ditto.
1380         * elmo-map.el (elmo-folder-pack-numbers): Ditto.
1381         Respect `elmo-pack-number-check-strict'.
1382
1383 2005-03-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1384
1385         * elmo-signal.el (elmo-connect-signal): Document.
1386         (elmo-emit-signal): Ditto.
1387         (elmo-emit-signal): It should pass source argument to filter and
1388         handler, not slot-source.
1389
1390 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1391
1392         * modb.el (elmo-msgdb-update-entity): New API and define generic
1393         implement.
1394
1395         * modb-standard.el (elmo-msgdb-update-entity): Define.
1396
1397         * modb-entity.el (elmo-msgdb-message-entity-update-fields): New
1398         API and define generic implement.
1399
1400         * elmo.el (update-overview): New singnal.
1401
1402         * elmo-shimbun.el (elmo-shimbun-update-overview): Rewrite use
1403         `elmo-msgdb-update-entity' and emit signal `update-overview'.
1404         (elmo-message-entity-parent): Define.
1405
1406         * elmo-pipe.el (elmo-pipe-connect-signals): Connect to signal
1407         `update-overview'.
1408
1409         * elmo-multi.el (elmo-multi-connect-signals): Ditto.
1410
1411         * elmo-filter.el (elmo-filter-connect-signals): Ditto.
1412
1413 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
1414
1415         * elmo.el (elmo-folder-synchronize): Sort the return value of
1416         `elmo-list-diff'.
1417
1418         * elmo-util.el (elmo-list-diff): Don't care the order of the returned
1419         list.
1420
1421 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1422
1423         * elmo-util.el (elmo-with-enable-multibyte): Don't bind
1424         `default-enable-multibyte-characters'.
1425         (elmo-object-load): Use `with-temp-buffer' instead of
1426         `elmo-set-work-buf'.
1427         (elmo-object-save): Ditto.
1428         (elmo-mime-string): Use `elmo-with-enable-multibyte' instead of
1429         `elmo-set-work-buf'.
1430         (elmo-decoded-field-body): Ditto.
1431
1432         * elmo-shimbun.el (elmo-shimbun-entity-to-header): Ditto.
1433
1434         * elmo-sendlog.el (elmo-sendlog-folder-list-message-locations):
1435         Use `with-temp-buffer' instead of `elmo-set-work-buf'.
1436
1437         * elmo-version.el (elmo-version): Up to 2.13.3.
1438
1439 2005-02-27  Tetsurou Okazaki  <okazaki@be.to>
1440
1441         * elmo-util.el (elmo-list-diff): Fix the last change.
1442         Reverse order of result lists.
1443
1444 2005-02-26  Yuuichi Teranishi  <teranisi@gohome.org>
1445
1446         * modb-standard.el (elmo-msgdb-set-flag): Use
1447         `elmo-list-diff-nonsortable' instead of `elmo-list-diff'.
1448         (elmo-msgdb-unset-flag): Ditto.
1449
1450         * elmo.el (elmo-strict-folder-diff): Don't use third argument of
1451         `elmo-list-diff'.
1452
1453         * elmo-util.el (elmo-list-diff): Rewrite.
1454         (elmo-list-diff-nonsortable): New function.
1455
1456 2005-02-26  Tetsurou Okazaki  <okazaki@be.to>
1457
1458         * elmo-util.el (elmo-multibyte-buffer-name): Renamed from
1459         `elmo-multibypte-buffer-name'.  All referers are updated.
1460
1461 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1462
1463         * elmo-mime.el (elmo-mime-entity-reassembled-p): New method.
1464         (elmo-mime-entity-fragment-p): New function.
1465         (mime-elmo-buffer-entity): Added slot `reassembled'.
1466         (elmo-message-mime-entity): Added 4th argument `reassemble'.
1467         (elmo-message-mime-entity-internal): New function (renamed from
1468         `elmo-message-mime-entity').
1469         (elmo-mime-inherit-field-list-from-enclosed): New constant.
1470         (elmo-mime-make-reassembled-mime-entity): New function.
1471         (elmo-message-reassembled-mime-entity): Ditto.
1472         (elmo-mime-collect-message/partial-pieces): Ditto.
1473
1474 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1475
1476         * elmo.el (elmo-message-fetch-string): Disable multibyte.
1477
1478         * elmo-util.el (elmo-multibypte-buffer-name): New constant.
1479         (elmo-with-enable-multibyte): New macro.
1480
1481         * modb-entity.el (elmo-msgdb-get-decoded-cache): Use it.
1482
1483 2005-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1484
1485         * elmo-filter.el (elmo-filter-add-flag-count): Removed unused
1486         argument `number'.
1487         (elmo-filter-connect-signals): Follow the above change.
1488
1489 2005-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
1490
1491         * modb-standard.el (elmo-msgdb-unset-flag): Bind inhibit-quit.
1492
1493         * elmo-maildir.el (elmo-folder-append-messages): Fix the problem
1494         that only the first flag is used.
1495
1496 2005-02-17  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1497
1498         * elmo-shimbun.el (elmo-folder-exists-p): Use `shimbun-group-p' 
1499         if available.
1500
1501 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1502
1503         * elmo-signal.el: New file.
1504
1505         * elmo.el (toplevel): Require elmo-signal.
1506         (flag-changing, flag-changed, cache-changed): New signal.
1507         (elmo-folder): Remove slog `handlers'.
1508         (elmo-message-set-cached): Use `elmo-emit-signal' instead of
1509         `elmo-folder-notify-event'.
1510         (elmo-folder-set-flag): Likewise. Emit signal `flag-changing'.
1511         (elmo-folder-unset-flag): Ditto.
1512         (elmo-event-handler): Abolish.
1513         (elmo-event-handler-flag-changed): Ditto.
1514         (elmo-event-handler-cache-changed): Ditto.
1515         (elmo-folder-add-handler): Ditto.
1516         (elmo-folder-remove-handler): Ditto.
1517         (elmo-folder-notify-event): Ditto.
1518
1519         * elmo-pipe.el (toplevel): Require elmo-signal.
1520         (elmo-folder-initialize): Call `elmo-pipe-connect-signals'.
1521         (elmo-pipe-connect-signals): New function.
1522         (elmo-message-fetch): Does not call `elmo-folder-notify-event'.
1523         (elmo-folder-set-flag): Ditto.
1524         (elmo-folder-unset-flag): Ditto.
1525         (elmo-message-set-cached): Ditto.
1526
1527         * elmo-multi.el (toplevel): Require elmo-signal.
1528         (elmo-folder-initialize): Call `elmo-multi-connect-signals'.
1529         (elmo-multi-connect-signals): New function.
1530         (elmo-multi-map-numbers): Ditto.
1531         (elmo-message-set-cached): Does not call `elmo-folder-notify-event'.
1532         (elmo-message-fetch): Ditto.
1533         (elmo-folder-set-flag): Ditto.
1534         (elmo-folder-unset-flag): Ditto.
1535
1536         * elmo-filter.el (toplevel): Require elmo-signal.
1537         (elmo-folder-initialize): Call `elmo-filter-connect-signals'.
1538         (elmo-filter-connect-signals): New function.
1539         (elmo-filter-add-flag-count): Ditto.
1540         (elmo-message-fetch): Does not call
1541         `elmo-filter-folder-countup-message-flags' and
1542         `elmo-folder-notify-event'.
1543         (elmo-message-set-cached): Ditto.
1544         (elmo-folder-set-flag): Ditto.
1545         (elmo-folder-unset-flag): Ditto.
1546
1547         * elmo-version.el (elmo-version): Up to 2.13.2.
1548
1549 2005-02-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1550
1551         * elmo-imap4.el (elmo-imap4-flags-to-imap): Preserve argument
1552         `flags'.
1553
1554 2005-02-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1555
1556         * elmo-filter.el (elmo-message-set-cached): Call
1557         `elmo-folder-notify-event' with event `cache-changed'.
1558
1559         * elmo-multi.el (elmo-message-set-cached): Ditto.
1560
1561         * elmo-pipe.el (elmo-message-set-cached): Ditto.
1562
1563 2005-02-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1564
1565         * elmo.el (elmo-folder-encache): Abolish.
1566
1567 2005-02-16  Yuuichi Teranishi  <teranisi@gohome.org>
1568
1569         * elmo-dop.el (elmo-folder-delete-messages-dop): Delete 'Append' queue.
1570         (elmo-folder-next-message-number-dop): Return appropriate negative
1571         integer.
1572
1573 2005-02-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1574
1575         * elmo-dop.el (elmo-dop-queue-flush): Remove files in dop spool on
1576         clearing pending operations.
1577         (elmo-folder-next-message-number-dop): Return appropriate negative
1578         integer.
1579
1580 2005-02-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1581
1582         * elmo.el (toplevel): Added autoload setting for `md5'.
1583         (elmo-msgdb-path-encode-threshold): New user option.
1584         (elmo-folder-msgdb-path): Encode msgdb path if its length is
1585         longer than `elmo-msgdb-path-encode-threshold'.
1586
1587         * elmo-flag.el (elmo-global-mark-migrate): Use
1588         `elmo-folder-expand-msgdb-path' instead of
1589         `elmo-folder-msgdb-path'.
1590
1591 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1592
1593         * elmo-multi.el (elmo-multi-folder-diff): Fixed problem when the
1594         element of the difference is nil.
1595
1596 2005-02-11  Yuuichi Teranishi  <teranisi@gohome.org>
1597
1598         * elmo-maildir.el (elmo-maildir-separator): Added some OS types
1599         to the check logic of file systems which are weak in colon character.
1600
1601 2005-02-11  Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
1602
1603         * elmo-maildir.el (elmo-maildir-move-file): Simplify.
1604
1605 2005-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1606
1607         * elmo-maildir.el (elmo-maildir-move-file): New function.
1608         (elmo-folder-append-buffer): Use it.
1609         (elmo-folder-append-messages): Ditto.
1610         (These changes are based on Ron Isaacson's patch [wl-en: 01205])
1611
1612         * elmo-imap4.el (elmo-imap4-decode-folder-string): Call `utf7-decode'.
1613         (elmo-imap4-encode-folder-string): Call `utf7-encode'.
1614
1615         * elmo-maildir.el (elmo-maildir-separator): New user option.
1616         (elmo-maildir-adjust-separator): New macro.
1617         (elmo-maildir-list-location): Use it.
1618         (elmo-maildir-update-current): Ditto.
1619         (elmo-maildir-set-mark): Ditto.
1620         (elmo-maildir-delete-mark): Ditto.
1621         (These changes are based on Hiroya Murata's patch [wl: 13437])
1622
1623 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1624
1625         * elmo-nntp.el (elmo-nntp-server-command-index): Add entry `xhdr'.
1626
1627 2005-02-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1628
1629         * elmo-flag.el (elmo-flag-valid-p): Simplify.
1630         (elmo-folder-list-subfolders): Copy `elmo-global-flags'.
1631         (elmo-folder-delete): Update `elmo-global-flag-folder-alist'.
1632
1633 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1634
1635         * elmo-util.el (elmo-passwd-alist-load, elmo-passwd-alist-save):
1636         Use `with-temp-buffer'.
1637
1638 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1639
1640         * elmo-flag.el (elmo-folder-initialize): Fixed the last change.
1641
1642         * elmo-util.el (elmo-read-search-condition): Eliminate (renamed to
1643         `wl-read-search-condition').
1644         (elmo-read-search-condition-internal): Likewise.
1645
1646         * elmo-flag.el (elmo-flag-char-regexp): New constant.
1647         (elmo-flag-valid-p): New function.
1648         (elmo-folder-initialize): Check flag name is valid.
1649
1650 2005-01-26  Yuuichi Teranishi  <teranisi@gohome.org>
1651
1652         * elmo-imap4.el (elmo-folder-list-subfolders): Use root mailbox without
1653         delimiter to obtain root mailbox itself.
1654
1655 2005-01-25  Tetsurou Okazaki  <okazaki@be.to>
1656
1657         * elmo-net.el (elmo-network-session-idle-timeout): Fix customization
1658         type mismatch.
1659
1660 2005-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
1661
1662         * elmo-mime.el (elmo-mime-entity-display): Bind elmo-message-displaying
1663         as t.
1664
1665 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1666
1667         * elmo-shimbun.el (toplevel): Require cl at compile.
1668
1669         * elmo-nntp.el (toplevel): Ditto.
1670
1671         * elmo-nmz.el (toplevel): Ditto.
1672
1673         * elmo-multi.el (toplevel): Ditto.
1674
1675         * elmo-file.el (toplevel): Ditto.
1676
1677         * elmo-dop.el (toplevel): Ditto.
1678
1679         * elmo-archive.el (toplevel): Likewise elmo and cl (at compile).
1680
1681 2005-01-20  Yuuichi Teranishi  <teranisi@gohome.org>
1682
1683         * mmimap.el (mmimap-make-mime-entity): Set children's top node number
1684         as nil.
1685
1686         * elmo.el (elmo-message-fetch): Return t even when the output buffer
1687         size of elmo-message-fetch-internal is 0 byte.
1688
1689 2005-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1690
1691         * elmo-maildir.el (elmo-map-message-fetch): Fixed last change.
1692
1693 2005-01-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1694
1695         * elmo-shimbun.el (elmo-folder-plugged-p): Treat "@" as
1696         always plugged.
1697
1698 2005-01-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1699
1700         * elmo-maildir.el (elmo-map-message-fetch): Call
1701         `elmo-map-folder-set-flag'.
1702
1703         * elmo.el (elmo-message-fetch-with-cache-process): Abolish.
1704         (elmo-message-fetch): Merge from
1705         `elmo-message-fetch-with-cache-process'.
1706
1707         * elmo-sendlog.el (elmo-message-fetch-with-cache-process): Abolish.
1708         (elmo-message-fetch): Define.
1709
1710         * elmo-nntp.el (elmo-message-fetch): Renamed from
1711         `elmo-message-fetch-with-cache-process'.
1712
1713         * elmo-cache.el (elmo-message-fetch-with-cache-process): Abolish.
1714         (elmo-message-fetch): Define.
1715
1716         * elmo-util.el (elmo-condition-parse-primitive): Downcase
1717         search-key.
1718
1719         * elmo-shimbun.el (shimbun-mua-search-id): Use
1720         `elmo-message-entity' instead of `elmo-msgdb-message-entity'.
1721         (elmo-shimbun-folder-shimbun-header): Ditto.
1722         (elmo-shimbun-get-headers): Ditto.
1723         (elmo-shimbun-update-overview): Ditto.
1724
1725         * elmo-pipe.el (elmo-folder-detach-messages): Define.
1726
1727         * elmo-net.el (elmo-folder-list-messages-unplugged): Use
1728         `elmo-folder-list-messages' instead of `elmo-msgdb-list-messages'.
1729
1730 2005-01-13  Yuuichi Teranishi  <teranisi@gohome.org>
1731
1732         * elmo.el (elmo-message-fetch): Unset unread flag on server when
1733         message is cached.
1734         (elmo-message-fetch-string): Fixed argument.
1735
1736 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1737
1738         * elmo.el (elmo-message-fetch): Removed argument `outbuf' and
1739         exchange order of arguments `section' and `unread'.
1740         (elmo-message-encache): Follow the API change.
1741         (elmo-message-match-condition): Ditto.
1742         (elmo-generic-folder-append-messages): Ditto.
1743         (elmo-message-fetch-string): New function.
1744
1745         * elmo-split.el (elmo-split-subr): Ditto.
1746
1747         * elmo-spam.el (elmo-spam-message-fetch): Ditto.
1748
1749         * elmo-pipe.el (elmo-message-fetch): Ditto.
1750
1751         * elmo-multi.el (elmo-message-fetch): Ditto.
1752
1753         * elmo-mime.el (elmo-message-mime-entity): Ditto.
1754
1755         * elmo-flag.el (elmo-global-flag-set-internal): Ditto.
1756
1757         * elmo-filter.el (elmo-message-fetch): Ditto.
1758
1759         * elmo-dop.el (elmo-folder-append-buffer-dop-delayed): Ditto.
1760
1761         * elmo-imap4.el (mime-imap-location-section-body): Use
1762         `elmo-message-fetch-string' instead of `elmo-message-fetch' and
1763         follow the API change.
1764
1765 2005-01-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1766
1767         * elmo-access.el: New file.
1768
1769         * elmo-null.el: Ditto.
1770
1771         * elmo-internal.el (elmo-internal-folder-list): Added `null'.
1772
1773 2005-01-08  Yuuichi Teranishi  <teranisi@gohome.org>
1774
1775         * elmo-net.el (elmo-network-session-idle-timeout): New option.
1776         (elmo-network-session): New attribute `last-accessed'.
1777         (elmo-network-get-session): Discard network cache if elapsed time
1778         since last-accessed is larger than elmo-network-session-idle-timeout.
1779
1780 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1781
1782         * elmo.el (elmo-find-fetch-strategy): Removed argument `entity'
1783         and added `number', `require-entireness'.
1784         (elmo-find-fetch-strategy): Rewrite.
1785         (elmo-message-fetch): Unset `unread' flag when argument unread is
1786         non-nil.
1787
1788         * elmo-spam.el (elmo-spam-message-fetch): Follow the API change.
1789
1790         * elmo-multi.el (elmo-find-fetch-strategy): Ditto.
1791         (elmo-message-fetch): Notify event `flag-changed'.
1792
1793         * elmo-pipe.el: Likewise.
1794
1795         * elmo-mime.el (elmo-mime-entity): New class.
1796         (elmo-mime-entity-display-p): New generic function.
1797         (elmo-mime-entity-display): Ditto.
1798         (elmo-mime-entity-display-as-is): Ditto.
1799         (mime-elmo-buffer-entity, mime-elmo-imap-entity): Inherit
1800         elmo-mime-entity.
1801         (elmo-make-mime-message-location): Removed.
1802         (elmo-mime-message-display): Ditto.
1803         (elmo-mime-display-as-is): Ditto.
1804         (elmo-message-mime-entity): New function.
1805
1806         * elmo-imap4.el (elmo-find-fetch-strategy): Rewrite.
1807
1808         * elmo-filter.el (elmo-find-fetch-strategy): Follow the API
1809         change.
1810         (elmo-message-fetch): Re-count flagged message number and notify
1811         event `flag-changed'.
1812
1813         * elmo-version.el (elmo-version): Up to 2.13.1.
1814
1815 2005-01-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1816
1817         * elmo-filter.el (elmo-message-field): Define.
1818         (elmo-message-set-field): Ditto.
1819
1820 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1821
1822         * elmo.el (elmo-message-set-cached): Call
1823         `elmo-folder-notify-event' with cache-changed.
1824         (elmo-event-handler-cache-changed): New generic function.
1825
1826 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
1827
1828         * elmo-maildir.el (elmo-folder-append-buffer): Use elmo-copy-file
1829         instead of elmo-add-name-to-file.
1830         (elmo-folder-append-messages): Ditto.
1831
1832 2004-12-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1833
1834         * elmo.el (elmo-folder-update-threshold): Add nil to range.
1835
1836 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1837
1838         * elmo-version.el (elmo-version): Up to 2.13.0.
1839
1840         * elmo-vars.el (elmo-msgdb-convert-type): Changed default value to
1841         `auto'.
1842
1843         * modb-standard.el (modb-standard-economize-entity-size): Changed
1844         default value to `t'.
1845
1846         * elmo-vars.el (elmo-msgdb-default-type): Changed default value to
1847         `standard'.
1848
1849         * elmo-imap4.el (elmo-network-initialize-session): Erase buffer
1850         after parsing greeting string.
1851
1852 2004-11-23  Daishi Kato <daishi@axlight.com>
1853
1854         * elsp-spamoracle.el (elmo-spam-spamoracle-spam-header-regexp):
1855         New user option.
1856         (elmo-spam-spamoracle-call): Use it.
1857
1858 2004-11-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1859
1860         * elmo.el (elmo-message-accessible-p): Message in dop spool
1861         is accessible.
1862
1863 2004-11-23  Daishi Kato <daishi@axlight.com>
1864
1865         * elsp-spamoracle.el: New file.
1866
1867 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1868
1869         * elmo.el (elmo-message-flags-for-append): New function.
1870         (elmo-generic-folder-append-messages): Use it.
1871
1872         * elmo-split.el (elmo-split-subr): Ditto.
1873
1874         * elmo-dop.el (elmo-dop-spool-folder-append-buffer): Add argument
1875         `flags' and use elmo-folder-append-buffer instead of
1876         write-region-as-binary.
1877         (elmo-dop-filter-pending-messages): New function.
1878         (elmo-folder-append-buffer-dop): Call
1879         elmo-dop-spool-folder-append-buffer with `flag'.
1880         (elmo-folder-set-flag-dop): Filter messages by
1881         elmo-dop-filter-pending-messages.
1882         (elmo-folder-unset-flag-dop): Ditto.
1883         (elmo-folder-append-buffer-dop-delayed): Use
1884         elmo-message-flags-for-append to get flags of the message and
1885         simplify.
1886
1887 2004-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
1888
1889         * elmo-mime.el (elmo-mime-display-as-is): Treat ignore-cache argument.
1890
1891 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1892
1893         * elmo.el (elmo-folder): Added handlers slot.
1894         (elmo-event-handler): New class.
1895         (elmo-event-handler-flag-changed): New API.
1896         (elmo-folder-add-handler): New function.
1897         (elmo-folder-remove-handler): Ditto.
1898         (elmo-folder-notify-event): Ditto.
1899         (elmo-folder-set-flag): Call `elmo-folder-notify-event' with event
1900         `flag-changed'.
1901         (elmo-folder-unset-flag): Ditto.
1902
1903         * elmo-pipe.el (elmo-folder-set-flag): Ditto.
1904         (elmo-folder-unset-flag): Ditto.
1905
1906         * elmo-multi.el (elmo-folder-set-flag): Ditto.
1907         (elmo-folder-unset-flag): Ditto.
1908
1909         * elmo-filter.el (elmo-folder-set-flag): Ditto.
1910         (elmo-folder-unset-flag): Ditto.
1911
1912         * elmo-version.el (elmo-version): Up to 2.11.33.
1913
1914 2004-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1915
1916         * modb-legacy.el (elmo-msgdb-unset-flag): Accept flag `all'.
1917
1918 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1919
1920         * elmo-multi.el (elmo-folder-unset-flag): Ignore errors.
1921
1922         * elmo-flag.el (elmo-folder-unset-flag): Define.
1923         (elmo-global-flag-detach): Do process when the flag is not target
1924         flag.
1925
1926 2004-10-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1927
1928         * modb-entity.el (elmo-msgdb-prefer-in-reply-to-for-parent): New
1929         variable.
1930         (elmo-msgdb-create-message-entity-from-buffer): Use it.
1931
1932 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1933
1934         * elmo-filter.el (elmo-filter-folder-copy-flag-count): New
1935         function.
1936         (elmo-folder-delete-messages): Detach messages before delete
1937         messages from target folder.
1938         (elmo-folder-detach-messages): Set updated number-list to slot.
1939
1940 2004-10-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1941
1942         * elmo-filter.el (elmo-folder-detach-messages): Always return t.
1943
1944 2004-10-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1945
1946         * elmo.el (elmo-generic-folder-commit): Fixed parenthesis.
1947
1948 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1949
1950         * elmo.el (elmo-folder-delete-messages-internal): New API (for
1951         internal use only).
1952         (elmo-generic-folder-commit): Save `killed-list' even if msgdb is
1953         not modified.
1954         (elmo-folder-delete-messages): Define.
1955         (elmo-folder-move-messages): Don't call
1956         `elmo-folder-detach-messages'.
1957         (elmo-folder-synchronize): Rewrite.
1958         (elmo-folder-detach-messages): Delete numbers from `killed-list'.
1959
1960         * elmo-util.el (elmo-last): New function.
1961         (elmo-set-list): Ditto.
1962         (elmo-number-set-delete-list): Ditto.
1963         (elmo-number-set-delete): Ditto.
1964
1965         * elmo-shimbun.el (elmo-folder-delete-messages): Define.
1966
1967         * elmo-map.el (elmo-folder-delete-messages-internal): Renamed from
1968         `elmo-folder-delete-messages' and don't delete location map.
1969         (elmo-folder-detach-messages): Define.
1970
1971         * elmo-imap4.el (elmo-folder-delete): Use
1972         `elmo-folder-delete-messages-internal' instead of
1973         `elmo-folder-delete-messages'.
1974
1975         * elmo-filter.el (elmo-folder-delete-messages): Call
1976         `elmo-folder-detach-messages'.
1977         (elmo-folder-detach-messages): Don't call
1978         `elmo-folder-detach-messages' for target folder.
1979
1980         * elmo-cache.el (elmo-map-folder-delete-messages): Return t when
1981         message deletion is succeeded.
1982
1983         * elmo-maildir.el (elmo-map-folder-delete-messages): Ditto.
1984
1985         * elmo-archive.el (elmo-folder-delete-messages-internal): Renamed
1986         from `elmo-folder-delete-messages'.
1987
1988         * elmo-flag.el (elmo-folder-delete-messages-internal): Ditto.
1989
1990         * elmo-localdir.el (elmo-folder-delete-messages-internal): Ditto.
1991
1992         * elmo-net.el (elmo-folder-delete-messages-internal): Ditto.
1993
1994         * elmo-version.el (elmo-version): Up to 2.11.32.
1995
1996 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1997
1998         * elmo.el (autoload): Added autoload setting for `elmo-local-flag-p'.
1999         (elmo-global-flag-list): Added obsolete variable setting.
2000
2001         * elmo-vars.el (elmo-preserved-flags): Fixed docstring.
2002
2003         * elmo-mime.el (elmo-mime-display-header-analysis): New variable.
2004         (elmo-mime-insert-header-from-buffer): Don't decode header content when
2005         `elmo-mime-display-header-analysis' is nil.
2006
2007         * elmo-flag.el (elmo-global-flags): Renamed from
2008         `elmo-global-flag-list' (All other related portions are changed).
2009         (elmo-local-flags): New variable.
2010         (elmo-local-flag-p): New function.
2011         (elmo-global-flag-set-internal): Cause an error when flag is not
2012         global.
2013
2014 2004-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
2015
2016         * elmo-util.el (elmo-concat-path): Treat empty path.
2017
2018 2004-10-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2019
2020         * elmo-split.el (elmo-split-address-equal): Fixed typo (field =>
2021         field-or-fields).
2022         (elmo-split-address-match): Ditto.
2023         (elmo-split-equal): Ditto.
2024         (elmo-split-match): Ditto.
2025
2026 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
2027
2028         * elmo.el (elmo-message-flags): Abolish optional argument `msgid'.
2029         (elmo-generic-folder-append-messages): If src message exists but
2030         has no flag, pass (read) for the FLAG argument of
2031         `elmo-folder-append-buffer'. Otherwise, pass nil.
2032
2033         * elmo-split.el (elmo-split-subr): Likewise.
2034
2035         * elmo-pipe.el (elmo-message-flags): Abolish optional argument `msgid'.
2036
2037         * elmo-multi.el (elmo-message-flags): Ditto.
2038
2039         * elmo-filter.el (elmo-message-flags): Ditto.
2040
2041         * elmo.el (elmo-folder-append-buffer): Fix docstring.
2042         (elmo-generic-folder-append-messages): If elmo-message-flags return nil,
2043         pass (read) for the FLAG argument of elmo-folder-append-buffer.
2044         
2045 2004-10-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
2046
2047         * elmo-split.el (elmo-split-rule): Update comment.
2048         (elmo-split-address-equal): Allow 2nd argument to be a list.
2049         (elmo-split-address-match): Ditto.
2050         (elmo-split-equal): Ditto.
2051         (elmo-split-match): Ditto.
2052
2053 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
2054
2055         * elmo.el (elmo-folder-append-buffer): Fix docstring.
2056         (elmo-folder-append-msgdb): Don't treat `read'.
2057         (elmo-message-flags): Don't return `read'.
2058
2059         * elmo-dop.el (elmo-folder-set-read-delayed): Don't treat `read'.
2060         (elmo-folder-unset-read-delayed): Ditto.
2061
2062         * elmo-imap4.el (elmo-imap4-flags-to-imap): Ditto.
2063
2064 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2065
2066         * elmo-imap4.el (elmo-folder-delete): Clear current-mailbox after
2067         deletion.
2068
2069 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
2070
2071         * elmo-mime.el (elmo-mime-display-as-is-internal): Insert decoded
2072         header.
2073
2074 2004-09-23  Yuuichi Teranishi  <teranisi@gohome.org>
2075
2076         * modb-standard.el (modb-standard-load-entity): Don't bind inhibit-quit
2077         here.
2078         (elmo-msgdb-save): Bind inhibit-quit.
2079         (modb-standard-message-entity): Ditto.
2080
2081 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2082
2083         * elmo-database.el: No need to require elmo-msgdb.
2084
2085 2004-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2086
2087         * elmo-nmz.el (elmo-folder-list-subfolders): Use `directory-files'
2088         instead of `elmo-list-subdirectories'.
2089
2090 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2091
2092         * elmo-nmz.el (elmo-folder-initialize): Enable "[" for access
2093         group entry.
2094         (elmo-folder-exists-p): "[" is empty.
2095         (elmo-folder-list-subfolders): Define.
2096         (elmo-folder-have-subfolder-p): Ditto.
2097
2098 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2099
2100         * elmo-flag.el (elmo-folder-delete): Update elmo-global-flag-list.
2101
2102 2004-09-14  Tetsurou Okazaki  <okazaki@be.to>
2103
2104         * elmo-filter.el (elmo-folder-local-p): Define.
2105
2106 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2107
2108         * modb-standard.el (modb-standard-loaded-message-id): Return nil
2109         when entity is garbaged.
2110         (modb-standard-save-entity-1): Don't modify the original entity.
2111
2112 2004-09-13  Tetsurou Okazaki  <okazaki@be.to>
2113
2114         * elmo-util.el (elmo-delete-if): Reduce loop strength in a while loop.
2115
2116 2004-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2117
2118         * elmo.el (elmo-strict-folder-diff): Use
2119         `elmo-folder-list-messages' instead of `elmo-msgdb-list-messages'.
2120
2121 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
2122
2123         * modb.el (elmo-msgdb-flag-available-p): New generic function.
2124         (elmo-msgdb-message-number): Ditto.
2125         (elmo-msgdb-message-field): Ditto.
2126
2127         * modb-standard.el (modb-standard-economize-entity-size): New user
2128         option.
2129         (modb-standard-loaded-message-id): New inline function.
2130         (modb-standard-load-entity): Use it.
2131         (modb-standard-save-entity-1): If `modb-standard-economize-entity-size',
2132         throw message-id string away.
2133         (elmo-msgdb-flag-available-p): Define.
2134         (elmo-msgdb-message-number): Ditto.
2135         (elmo-msgdb-message-field): Ditto.
2136
2137         * modb-legacy.el (modb-legacy-flag-list): Fix typo
2138         (suppoted -> supported).
2139         (modb-legacy-supported-flag-p): Ditto.
2140         (elmo-msgdb-set-flag): Ditto.
2141         (elmo-msgdb-unset-flag): Ditto.
2142         (elmo-msgdb-flag-available-p): Define.
2143
2144         * modb-entity.el (elmo-message-entity-handler): If CAR element of entity
2145         is `t', treat it as legacy entity.
2146         
2147         * elmo.el (elmo-message-flag-available-p): New generic function.
2148         (elmo-message-number): Ditto.
2149         (elmo-message-field): Use `elmo-msgdb-message-field'.
2150
2151         * elmo-vars.el (elmo-preserved-flags): Added `forwarded'.
2152
2153         * elmo-pipe.el (elmo-message-flag-available-p): Define.
2154         (elmo-message-number): Ditto.
2155
2156         * elmo-multi.el (elmo-message-number): Define.
2157         (elmo-message-flag-available-p): Ditto.
2158
2159         * elmo-filter.el (elmo-message-flag-available-p): Define.
2160         (elmo-message-number): Ditto.
2161
2162         * elmo-flag.el (elmo-flag-folder): Added slot `max-number'.
2163         (elmo-folder-initialize): Load `max-number'.
2164         (elmo-folder-commit): Save it.
2165         (elmo-folder-list-global-flag-messages): Use `elmo-message-number'.
2166         (elmo-global-flag-set-internal): Set up max-number slot.
2167
2168 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
2169
2170         * elmo-version.el (elmo-version): Up to 2.11.31.
2171
2172 2004-09-09  Yuuichi Teranishi  <teranisi@gohome.org>
2173
2174         * elmo-util.el (elmo-msgdb-get-message-id-from-buffer): Use
2175         unibyte string of the current buffer for the argument of `md5'
2176         (Reported by Yoichi NAKAYAMA <yoichi@geiin.org>).
2177
2178 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2179
2180         * modb-legacy.el (modb-legacy-flag-list): New constant.
2181         (modb-legacy-suppoted-flag-p): New internal function.
2182         (elmo-msgdb-set-flag): Cause error when `flag' is not supported.
2183         (elmo-msgdb-unset-flag): Ditto.
2184
2185 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
2186
2187         * elmo.el (elmo-make-folder): Remove text properties for prefix.
2188
2189         * elmo-flag.el (elmo-folder-list-subfolders): Fetch flag names
2190         from msgdb.
2191
2192 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2193
2194         * elmo-multi.el (elmo-folder-count-flags): Changed return value
2195         (follow the API change).
2196
2197         * elmo-filter.el (elmo-folder-count-flags): Ditto.
2198
2199 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
2200
2201         * modb-standard.el (modb-standard-digest-flags): Abolish.
2202         (elmo-msgdb-list-flagged): Use elmo-digest-flags instead.
2203
2204         * elmo-vars.el (elmo-digest-flags): New variable.
2205         (elmo-preserved-flags): Moved from elmo-flag.el.
2206
2207         * elmo-imap4.el (elmo-imap4-flag-to-imap-search-key): New function.
2208         (elmo-imap4-flag-to-imap-criteria): Ditto.
2209         (elmo-imap4-folder-list-flagged): Use it.
2210
2211         * elmo-flag.el (elmo-preserved-flags): Moved to elmo-vars.el.
2212
2213         * elmo.el (elmo-folder-count-flags): Changed return value.
2214
2215         * elmo-flag.el (elmo-preserved-flags): New variable.
2216         (elmo-get-global-flags): Use it.
2217
2218         * modb-standard.el (modb-standard-digest-flags): New variable.
2219         (elmo-msgdb-list-flagged): Use it for `digest'; Add `uncached';
2220         Changed behavior of `any'.
2221
2222         * elmo-imap4.el (elmo-imap4-flag-specs): Added keyword flags
2223         which are defined the Internet draft
2224         (draft-melnikov-imap-keywords-03.txt).
2225         (elmo-imap4-flags-to-imap): New function.
2226         (elmo-folder-append-buffer): Use it.
2227
2228         * modb-legacy.el (modb-legacy-answered-uncached-mark): Fixed typo
2229         in the docstring.
2230
2231         * utf7.el (utf7-fragment-encode): Don't use narrow-to-region to
2232         avoid the bug of Emacs 21.3.
2233
2234 2004-08-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
2235
2236         * utf7.el (utf7-utf-16-coding-system): Avoid error when the
2237         function find-coding-system does not exist.
2238
2239 2004-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2240
2241         * elmo-util.el (elmo-condition-parse-search-value): Fixed atom
2242         parsing.
2243
2244 2004-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
2245
2246         * elmo-pop3.el (elmo-pop3-read-response): Refined the regexp for
2247         response codes.
2248
2249 2004-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
2250
2251         * elmo-pop3.el (elmo-pop3-read-response): Treat response codes.
2252         (elmo-network-close-session): Follow the changes in
2253         `elmo-pop3-read-response'.
2254         (elmo-pop3-auth-user): Ditto.
2255         (elmo-pop3-auth-apop): Ditto.
2256         (elmo-network-initialize-session): Ditto.
2257         (elmo-network-authenticate-session): Ditto.
2258         (elmo-network-setup-session): Ditto.
2259         (elmo-folder-status): Ditto.
2260         (elmo-message-fetch-plugged): Ditto.
2261         (elmo-pop3-delete-msg): Ditto.
2262
2263 2004-07-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
2264
2265         * elmo-archive.el (elmo-archive-folder-append-buffer): Return nil
2266         on failure.
2267
2268 2004-07-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2269
2270         * elmo-util.el (elmo-set-work-buf): Define edebug spec and indent
2271         style.
2272         (elmo-bind-directory): Ditto.
2273
2274 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2275
2276         * elmo.el (elmo-folder-append-messages): Note on return value.
2277         * elmo-archive.el (elmo-folder-append-messages): Don't return
2278         message numbers which could not be appended.
2279
2280 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2281
2282         * elmo.el (elmo-message-fetch-threshold): Add nil to its range.
2283
2284 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2285
2286         * elmo-version.el (elmo-version): Up to 2.11.30.
2287
2288 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2289
2290         * elmo.el (elmo-folder-synchronize): Add 5th optional argument
2291         `mask'.
2292
2293         * elmo-pipe.el (elmo-folder-synchronize): Follow the API chagne.
2294
2295         * elmo-multi.el (elmo-folder-synchronize): Likewise.
2296         (elmo-multi-split-numbers): Add elmo-folder object into each
2297         element of return value at first.
2298         (elmo-folder-delete-messages): Follow the above change.
2299         (elmo-folder-detach-messages): Ditto.
2300
2301         * elmo-filter.el (elmo-folder-synchronize): Minimize message
2302         number which is synchronized in target folder.
2303
2304 2004-05-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2305
2306         * elmo-shimbun.el (elmo-shimbun-update-overview-folder-list):
2307         Change default value to symbol `all'.
2308         (elmo-map-message-fetch): Change condition to update overview
2309         follow the above.
2310
2311 2004-05-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2312
2313         * elmo-shimbun.el (elmo-map-message-fetch): Change default
2314         behavior to update overview.
2315         (elmo-shimbun-update-overview-folder-list): Note it.
2316
2317 2004-05-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2318
2319         * modb-standard.el (modb-standard-message-entity): Avoid infinite
2320         recursive call.
2321
2322 2004-05-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2323
2324         * elmo-spam.el (elmo-spam-register-good-messages): Don't call
2325         buffer-disable-undo, it is unnecessary.
2326         (elmo-spam-register-good-messages): Ditto.
2327
2328         * elsp-bogofilter.el (elmo-spam-bogofilter-register-messages):
2329         Ditto.
2330
2331         * elsp-sa.el (elmo-spam-spamassassin-register-messages): Ditto.
2332
2333 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2334
2335         * elmo-util.el (elmo-set-buffer-multibyte): Abolish.
2336         (elmo-set-work-buf): Use set-buffer-multibyte instead of
2337         elmo-set-buffer-multibyte.
2338         (elmo-object-load): Ditto.
2339         (elmo-save-buffer): Ditto.
2340         (elmo-delete-char): Ditto.
2341         (elmo-file-field-primitive-condition-match): Ditto.
2342         (elmo-mime-string): Ditto.
2343
2344         * elmo-archive.el (elmo-archive-msgdb-create-entity-subr): Ditto.
2345         (elmo-archive-field-condition-match): Ditto.
2346
2347         * elmo-imap4.el (elmo-imap4-setup-send-buffer): Ditto.
2348
2349         * elmo-net.el (elmo-network-initialize-session-buffer): Ditto.
2350
2351         * elmo-nntp.el (elmo-nntp-parse-overview-string): Ditto.
2352         (elmo-nntp-msgdb-create-message): Ditto.
2353
2354         * elmo-pop3.el (elmo-pop3-msgdb-create-message): Ditto.
2355
2356         * elmo.el (elmo-message-match-condition): Ditto.
2357         (elmo-message-match-condition): Ditto.
2358
2359         * modb-entity.el (elmo-msgdb-create-message-entity-from-buffer):
2360         Ditto.
2361
2362         * elmo-version.el (elmo-version): Up to 2.11.29.
2363
2364         * elmo-spam.el (elmo-spam-scheme): Add `header' as a candidate.
2365         (elsp-header): New backend.
2366
2367         * elmo-util.el (elmo-decoded-field-body): New function.
2368
2369 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2370
2371         * elmo-version.el (elmo-version): Up to 2.11.28.
2372
2373 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2374
2375         * elmo-filter.el: Rewrite.
2376
2377         * elmo-version.el (elmo-version): Up to 2.11.27.
2378
2379 2004-05-05  Yuuichi Teranishi  <teranisi@gohome.org>
2380
2381         * elmo-localdir.el (elmo-folder-expand-msgdb-path): Changed
2382         msgdb path for the localdir folder with absolute path.
2383
2384         * utf7.el: Synch up with latest gnus/utf7.el;
2385         Modified for latest Emacs.
2386
2387 2004-05-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2388
2389         * elmo-shimbun.el (elmo-folder-initialize): Set a dummy when the
2390         shimbun backend couldn't open.
2391
2392 2004-04-25  Tetsurou Okazaki  <okazaki@be.to>
2393
2394         * elmo-pipe.el (elmo-message-folder): Call `elmo-message-folder' recursively.
2395         (elmo-folder-diff): Avoid error `wrong-type-argument number-or-marker-p nil'
2396         when a destination folder is a filter folder.
2397
2398 2004-04-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2399
2400         * elmo.el (elmo-message-flags): Add optional argument `msgid'.
2401         (elmo-generic-folder-append-messages): Call elmo-message-flags
2402         with argument `msgid'.
2403
2404         * elmo-split.el (elmo-split-subr): Ditto.
2405
2406         * elmo-pipe.el (elmo-message-flags): Follow the API change.
2407
2408         * elmo-multi.el (elmo-message-flags): Ditto.
2409
2410 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2411
2412         * elmo.el (elmo-folder): Add new slot `flag-table'.
2413         (elmo-folder-flag-table): New API.
2414         (elmo-folder-close-flag-table): Ditto.
2415         (elmo-folder-preserve-flags): New function.
2416         (elmo-generic-folder-append-messages): Use
2417         `elmo-folder-flag-table' and `elmo-folder-close-flag-table'.
2418         Flag of a non-registered message, it sets to nil.
2419         Does not set flag to flag-table.
2420
2421         * elmo-maildir.el (elmo-folder-append-buffer): Use
2422         `elmo-folder-preserve-flags'.
2423         (elmo-folder-append-messages): Use `elmo-folder-flag-table' and
2424         `elmo-folder-close-flag-table'.
2425
2426         * elmo-archive.el (elmo-folder-append-buffer): Fix interface.
2427         (elmo-archive-folder-append-buffer): Use
2428         `elmo-folder-preserve-flags'.
2429
2430         * elmo-cache.el (elmo-folder-append-buffer): Ditto.
2431
2432         * elmo-imap4.el (elmo-folder-append-buffer): Ditto.
2433
2434         * elmo-localdir.el (elmo-folder-append-buffer): Ditto.
2435         (elmo-folder-append-messages): Use `elmo-folder-flag-table' and
2436         `elmo-folder-close-flag-table'.
2437
2438         * elmo-version.el (elmo-version): Up to 2.11.26.
2439
2440 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2441
2442         * elmo-vars.el (elmo-network-stream-type-alist): Add direct.
2443
2444         * elmo-util.el (elmo-msgdb-get-message-id-from-buffer): Don't use
2445         md5's 4th and 5th argument (non-existent in flim one).
2446
2447 2004-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2448
2449         * elmo-split.el (elmo-split-subr): Flag of a non-registered
2450         message, It sets to nil.
2451
2452 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2453
2454         * elmo.el (elmo-folder-list-messages): Merge lists only if both
2455         list is non-nil.
2456
2457 2004-04-16  YAMASHITA Junji <ysjj@unixuser.org>
2458
2459         * elmo.el (elmo-folder-list-messages): Use elmo-uniq-sorted-list.
2460
2461         * elmo-nntp.el (elmo-nntp-make-msglist): Use elmo-make-number-list.
2462
2463         * elmo-util.el (elmo-uniq-sorted-list): New function.
2464         (elmo-make-number-list): Ditto.
2465         (elmo-number-set-to-number-list): Use elmo-make-number-list
2466         and don't use nreverse.
2467
2468 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2469
2470         * elmo-version.el (elmo-version): Up to 2.11.25.
2471
2472 2004-04-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2473
2474         * elmo-util.el (elmo-msgdb-get-message-id-from-buffer): If date
2475         field not exists in message, Use md5 message digest of header.
2476
2477 2004-04-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2478
2479         * elmo.el (elmo-folder-append-buffer): Add note on return value.
2480         * elmo-cache.el (elmo-folder-append-buffer): Return nil on failure.
2481         * elmo-localdir.el (elmo-folder-append-buffer): Ditto.
2482         * elmo-split.el (elmo-split-subr): Check return value of
2483         elmo-folder-append-buffer.
2484
2485         * elmo-localdir.el (elmo-folder-append-buffer): Create flag-table.
2486         * elmo-maildir.el (elmo-folder-append-buffer): Ditto.
2487
2488         * elmo-cache.el (elmo-folder-append-buffer): Check existence of
2489         message-id.
2490
2491 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
2492
2493         * elmo-split.el (elmo-split-subr): Append message with flag.
2494
2495         * elmo-localdir.el (elmo-folder-append-buffer): Fix interface.
2496         * elmo-flag.el (elmo-folder-append-buffer): Ditto.
2497         * elmo-maildir.el (elmo-folder-append-buffer): Ditto.
2498
2499 2004-04-03  Tetsurou Okazaki  <okazaki@be.to>
2500
2501         * elmo-imap4.el (elmo-imap4-fetch-callback-1): Use `elmo-delete-cr-buffer'.
2502         * elmo-nntp.el (elmo-nntp-retrieve-headers): Ditto.
2503         * elmo-pop3.el (elmo-pop3-retrieve-headers): Ditto.
2504
2505 2004-03-29  Tetsurou Okazaki  <okazaki@be.to>
2506
2507         * elmo-pop3.el (elmo-pop3-read-contents): Replace an argument `buffer'
2508         with a function call of `process-buffer'.  All callers are updated.
2509         (elmo-pop3-retrieve-headers): Likewise.  Move `process' to the 1st argument.
2510         Remove redundant `set-buffer' in a while loop.
2511
2512 2004-03-28  Tetsurou Okazaki  <okazaki@be.to>
2513
2514         * elmo-pop3.el (elmo-pop3-send-command): Combine `process-send-string'
2515         calls.
2516
2517 2004-03-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2518
2519         * elsp-spamfilter.el (elmo-spam-buffer-spam-p): Call
2520         elsp-spamfilter-register-buffer-internal with current buffer.
2521         (elmo-spam-register-spam-buffer): Ditto.
2522         (elmo-spam-register-good-buffer): Ditto.
2523
2524 2004-03-15  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2525
2526         * elmo-imap4.el (elmo-folder-list-subfolders): Add root mailbox
2527         if it is not contained in the response(A workaround for courier-imap).
2528
2529 2004-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2530
2531         * elmo-imap4.el (elmo-folder-set-flag-plugged): Fix mismatched
2532         parenthesis.
2533
2534 2004-03-08  Yoichi NAKAYAMA  <yoichi@geiin.org>
2535
2536         * elmo-vars.el (elmo-msgdb-default-type): Remove generic from the
2537         range.
2538
2539 2004-03-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2540
2541         * modb-standard.el (elmo-msgdb-list-flagged): Use append instead
2542         of nconc.
2543
2544         * modb-entity.el (elmo-msgdb-match-condition-primitive): Added
2545         argument handler.
2546         (elmo-msgdb-message-match-condition): Follow the change above.
2547
2548 2004-02-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2549
2550         * elmo-flag.el (elmo-folder-initialize): Complete abbreviated
2551         folder name.
2552
2553 2004-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2554
2555         * elmo.el (elmo-folder-kill-messages): Don't use msgdb directly.
2556
2557 2004-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2558
2559         * elmo.el (elmo-folder-kill-messages): Fix to update killed list.
2560
2561 2004-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2562
2563         * elmo-file.el (elmo-file-find): Fixed the problem when file is
2564         not found.
2565
2566 2004-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
2567
2568         * elmo-file.el (elmo-file-find): Use expand-file-name for return
2569         value.
2570         (elmo-file-command-argument): Undo last change for cygwin.
2571         (elmo-file-detect-content-type): Renamed from elmo-file-detect-format;
2572         Don't return nil.
2573         (elmo-map-message-fetch): Use elmo-file-detect-content-type.
2574
2575 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2576
2577         * elmo-file.el (elmo-file-command-argument): Fixed problem when a
2578         value returned from elmo-file-find is nil.
2579
2580 2004-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
2581
2582         * elmo-mime.el (elmo-mime-display-as-is-coding-system): Moved
2583         to elmo-vars.el.
2584
2585         * elmo.el (elmo-message-match-condition): Use elmo-message-fetch
2586         instead of insert-file-contents-as-binary.
2587         (elmo-message-set-field): New generic function.
2588
2589         * elmo-localdir.el (elmo-folder-expand-msgdb-path): Follow the
2590         behavior change on `split-string'.
2591
2592         * elmo-file.el (elmo-file-find): New function.
2593         (elmo-file-command): New user option.
2594         (elmo-file-command-argument): Ditto.
2595         (elmo-file-fetch-max-size): Ditto.
2596         (elmo-file-detect-format): New function.
2597         (elmo-map-message-fetch): Use elmo-file-fetch-max-size;
2598         Use elmo-file-detect-format.
2599         (elmo-map-folder-list-message-locations): Don't treat directories.
2600
2601 2004-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2602
2603         * elmo-util.el (elmo-string-partial-p): Removed unused function.
2604         (elmo-passwd-alist-clear): Shred password before clear.
2605         (elmo-remove-passwd): Remove all mached pair.
2606
2607 2004-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2608
2609         * elmo.el (elmo-folder-synchronize): Fix description of the return
2610         value.
2611
2612 2004-02-16  Yuuichi Teranishi  <teranisi@gohome.org>
2613
2614         * elmo.el (elmo-message-fetch-bodystructure): New method.
2615         (elmo-message-fetch-bodystructure): Define default.
2616
2617         * elmo-imap4.el (mime-imap-location-bodystructure): Call
2618         elmo-message-fetch-bodystructure.
2619         (elmo-message-fetch-bodystructure): Define.
2620
2621         * elmo-filter.el (elmo-message-fetch-bodystructure): Define.
2622
2623 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2624
2625         * elmo-filter.el (elmo-message-folder): Define.
2626
2627 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2628
2629         * elmo.el (elmo-message-fetch-with-cache-process): Don't call
2630         elmo-delete-cr-buffer.
2631
2632         * elmo-imap4.el (elmo-imap4-message-fetch): Call elmo-delete-cr-buffer.
2633
2634         * elmo-pop3.el (elmo-message-fetch-plugged): Ditto.
2635
2636         * elmo-nntp.el (elmo-nntp-read-body): Ditto.
2637
2638         * elmo-file.el (elmo-map-message-fetch): Decode body only when content
2639         type seems to be a text.
2640
2641 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2642
2643         * elsp-sa.el (elmo-spam-register-spam-buffer): Don't specify '--forget'.
2644         (elmo-spam-register-good-buffer): Ditto.
2645         (elmo-spam-spamassassin-register-messages): Ditto.
2646
2647         * elmo-util.el (elmo-string-member-ignore-case): Define with
2648         static-cond.
2649
2650 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2651
2652         * elmo.el (elmo-folder-type): Undo last change.
2653
2654         * slp.el (slp-exec-wait): Avoid byte-compile warnings.
2655
2656         * elmo-nntp.el (elmo-nntp-folder-list-subfolders): Avoid byte-compile
2657         warnings.
2658
2659         * elmo-file.el: New file.
2660         
2661         * modb-standard.el (elmo-msgdb-list-flagged): Treat keyword flags.
2662
2663         * elsp-sa.el (elmo-spam-spamassassin-max-messages-per-process): New
2664         variable.
2665         (elmo-spam-spamassassin-register-messages): New inline function.
2666         (elmo-spam-register-spam-messages): Define.
2667         (elmo-spam-register-good-messages): Ditto.
2668
2669         * elsp-bogofilter.el (elmo-spam-bogofilter-max-messages-per-process):
2670         Fixed typo.
2671
2672         * elmo.el (toplevel): Added autoload setting for
2673         `elmo-get-global-flags'.
2674         (elmo-message-has-global-flag-p): New function.
2675         (elmo-message-set-global-flags): Ditto.
2676         (elmo-folder-type): Improvement for name: format.
2677
2678         * elmo-imap4.el (elmo-imap4-session-flag-available-p): Check
2679         availability of keyword flags.
2680         (elmo-imap4-folder-list-flagged): Treat keyword flags.
2681         (elmo-folder-list-flagged-plugged): Renamed from
2682         elmo-folder-list-flagged-unplugged.
2683         (elmo-imap4-set-flag): If "\*" is treated as permanent flag,
2684         accept any flag as keyword flag.
2685         (elmo-folder-set-flag-plugged): Accept keyword flags.
2686         (toplevel): Added autoload setting for `elmo-get-global-flags'.
2687
2688         * elmo-flag.el (elmo-get-global-flags): New function.
2689
2690         * elmo-filter.el (elmo-folder-diff): Fix total number for filter
2691         folders.
2692
2693         * elmo-version.el (elmo-version): Up to 2.11.24.
2694
2695 2004-02-08  Yoichi NAKAYAMA  <yoichi@geiin.org>
2696
2697         * elmo-util.el (elmo-buffer-field-primitive-condition-match): Use
2698         elmo-multiple-field-body instead of std11-field-body to check all
2699         headers.
2700
2701 2004-02-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2702
2703         * elmo-util.el (elmo-cache-expire): Completion require match "age"
2704         or "size".
2705
2706 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2707
2708         * elmo-util.el (elmo-get-hash-val): Check symbol is bound if
2709         unintern is unbound.
2710
2711 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2712
2713         * elsp-bogofilter.el (elmo-spam-bogofilter-register-messages):
2714         Protect from infinite loop.
2715
2716 2004-01-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2717
2718         * elsp-bogofilter.el
2719         (elmo-spam-bogofilter-max-messages-per-process): New user option.
2720         (elmo-spam-bogofilter-register-messages): New internal function.
2721         (elmo-spam-register-spam-messages): Define.
2722         (elmo-spam-register-good-messages): Ditto.
2723
2724 2004-01-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2725
2726         * elsp-bogofilter.el (elmo-spam-bogofilter-arguments-alist):
2727         Added "-vv" if elmo-spam-bogofilter-debug is non-nil.
2728         (elmo-spam-bogofilter-call): Fixed the last change.
2729         (elmo-spam-bogofilter-arguments): Ditto.
2730
2731         * elsp-bogofilter.el (elmo-spam-bogofilter-arguments-alist):
2732         Follow the options change of latest bogofilter.
2733
2734         * elsp-bogofilter.el (elmo-spam-bogofilter-spam-switch): Abolish.
2735         (elmo-spam-bogofilter-good-switch): Ditto.
2736         (elmo-spam-bogofilter-arguments-alist): New user option.
2737         (elmo-spam-bogofilter-debug): Ditto.
2738         (elmo-spam-bogofilter-call): Renamed from
2739         `elsp-bogofilter-call-bogofilter'. If elmo-spam-bogofilter-debug
2740         is non-nil, insert output in buffer for debug.
2741         (elmo-spam-bogofilter-arguments): New macro.
2742         (elmo-spam-buffer-spam-p): Use it.
2743         (elsp-bogofilter-register-buffer): Ditto.
2744
2745 2004-01-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2746
2747         * elmo-cache.el (elmo-folder-list-subfolders): Fix directory-files
2748         regexp.
2749
2750 2004-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2751
2752         * elsp-bsfilter.el (elmo-spam-bsfilter-shell-program): Set default
2753         value as "ruby".
2754         (elmo-spam-bsfilter-shell-switch): Set default value as nil.
2755         (elmo-spam-bsfilter-program): Set default value as full path for
2756         `bsfilter'.
2757         (elmo-spam-bsfilter-debug): New user option.
2758         (elsp-bsfilter-call-bsfilter): If elmo-spam-bsfilter-debug is
2759         non-nil, insert output in buffer for debug. Fix treating of
2760         argument.
2761
2762 2004-01-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2763
2764         * elmo-maildir.el (elmo-map-folder-set-flag): Use cdr of
2765         `elmo-maildir-flag-specs' element instead of one.
2766         (elmo-map-folder-unset-flag): Ditto.
2767         (Reported by Ken Makimura <macky@astem.or.jp>)
2768
2769         * elmo-imap4.el (elmo-folder-set-flag-plugged): Fixed.
2770         (elmo-folder-unset-flag-plugged): Ditto.
2771
2772 2004-01-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2773
2774         * elmo-nntp.el (elmo-folder-list-flagged): Return a list according
2775         to `reads' slot only if `in-msgdb' is nil.
2776
2777 2004-01-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2778
2779         * elmo-nntp.el (elmo-folder-list-flagged): Undo the last change
2780         and complement argument list.
2781
2782 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2783
2784         * elmo-nntp.el (elmo-folder-list-flagged-internal): Define this
2785         instead of elmo-folder-list-flagged.
2786
2787 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2788
2789         * elmo-spam.el (elmo-spam-scheme): Add 'bsfilter' as a candidate.
2790
2791         * elsp-bsfilter.el: New file.
2792
2793         * elmo-pipe.el (elmo-folder-list-unreads,
2794         elmo-folder-list-answereds,
2795         elmo-folder-list-importants,
2796         elmo-folder-flag-as-important,
2797         elmo-folder-unflag-important,
2798         elmo-folder-flag-as-read,
2799         elmo-folder-unflag-read,
2800         elmo-folder-flag-as-answered,
2801         elmo-folder-unflag-answered): Remove.
2802         (elmo-folder-set-flag): Define.
2803         (elmo-folder-unset-flag): Ditto.
2804
2805         * elmo-nntp.el (elmo-folder-flag-as-read): Remove.
2806         (elmo-folder-set-flag): Define.
2807         (elmo-folder-unset-flag): Ditto.
2808         (elmo-folder-list-unreads): Remove.
2809         (elmo-folder-list-flagged): Define.
2810
2811         * elmo-net.el (elmo-folder-list-flagged-internal): Define.
2812         (elmo-folder-list-unreads,
2813         elmo-folder-list-importants,
2814         elmo-folder-list-answereds,
2815         elmo-folder-list-unreads-plugged,
2816         elmo-folder-list-importants-plugged,
2817         elmo-folder-list-answereds-plugged): Remove.
2818         (elmo-folder-list-flagged-plugged): New method.
2819         (elmo-folder-unflag-important,
2820         elmo-folder-flag-as-important,
2821         elmo-folder-unflag-read,
2822         elmo-folder-flag-as-read,
2823         elmo-folder-unflag-answered,
2824         elmo-folder-flag-as-answered,
2825         elmo-folder-flag-as-read-unplugged,
2826         elmo-folder-unflag-read-unplugged,
2827         elmo-folder-flag-as-important-unplugged,
2828         elmo-folder-unflag-important-unplugged,
2829         elmo-folder-flag-as-answered-unplugged,
2830         elmo-folder-unflag-answered-unplugged): Remove.
2831         (elmo-folder-set-flag): Define.
2832         (elmo-folder-unset-flag): Ditto.
2833         (elmo-folder-set-flag-unplugged): Ditto.
2834         (elmo-folder-unset-flag-unplugged): Ditto.
2835
2836         * elmo-multi.el (elmo-folder-list-unreads,
2837         elmo-folder-list-answereds,
2838         elmo-folder-list-importants,
2839         elmo-folder-flag-as-important,
2840         elmo-folder-unflag-important,
2841         elmo-folder-flag-as-read,
2842         elmo-folder-unflag-read,
2843         elmo-folder-flag-as-answered,
2844         elmo-folder-unflag-answered): Remove.
2845         (elmo-folder-set-flag): Define.
2846         (elmo-folder-unset-flag): Ditto.
2847
2848         * elmo-map.el (elmo-map-folder-unflag-important,
2849         elmo-map-folder-flag-as-important,
2850         elmo-map-folder-unflag-read,
2851         elmo-map-folder-flag-as-read,
2852         elmo-map-folder-unflag-answered,
2853         elmo-map-folder-flag-as-answered): Remove.
2854         (elmo-map-folder-set-flag): New method.
2855         (elmo-map-folder-unset-flag): Ditto.
2856         (elmo-map-folder-list-unreads,
2857         elmo-map-folder-list-importants,
2858         elmo-map-folder-list-answereds): Remove.
2859         (elmo-folder-list-flagged-internal): Define.
2860         (elmo-map-folder-list-flagged): New method.
2861
2862         * elmo-maildir.el (elmo-maildir-flag-specs): New internal variable.
2863         (elmo-map-folder-list-unreads,
2864         elmo-map-folder-list-importants,
2865         elmo-map-folder-list-flagged): Remove.
2866         (elmo-map-folder-list-flagged): Define.
2867         (elmo-map-folder-flag-as-important,
2868         elmo-map-folder-unflag-important,
2869         elmo-map-folder-flag-as-read,
2870         elmo-map-folder-unflag-read,
2871         elmo-map-folder-flag-as-answered,
2872         elmo-map-folder-unflag-answered): Remove.
2873         (elmo-maildir-set-mark-messages): New internal function.
2874         (elmo-map-folder-set-flag): Define.
2875         (elmo-map-folder-unset-flag): Ditto.
2876
2877         * elmo.el (toplevel): Added autoload setting for
2878         `elmo-folder-list-global-flag-messages'.
2879         (elmo-folder-list-unreads,
2880         elmo-folder-list-importants,
2881         elmo-folder-list-answereds): Remove.
2882         (elmo-folder-list-flagged): Use `elmo-folder-list-flagged-internal'.
2883         Return a list whitch merged with messages have global flag.
2884         (elmo-folder-list-flagged-internal): New method.
2885         (elmo-folder-unflag-important,
2886         elmo-folder-flag-as-important,
2887         elmo-folder-unflag-read,
2888         elmo-folder-flag-as-read,
2889         elmo-folder-unflag-answered,
2890         elmo-folder-flag-as-answered): Remove.
2891         (elmo-folder-set-flag): New method.
2892         (elmo-folder-unset-flag): Ditto.
2893         (elmo-message-set-flag):Use `elmo-folder-set-flag'.
2894         (elmo-message-unset-flag):Use `elmo-folder-unset-flag'.
2895
2896         * elmo-imap4.el (elmo-imap4-flag-specs): New internal variable.
2897         (elmo-folder-list-unreads-plugged,
2898         elmo-folder-list-importants-plugged,
2899         elmo-folder-list-answereds-plugged,
2900         elmo-folder-list-flagged-unplugged,
2901         elmo-folder-unflag-important-plugged,
2902         elmo-folder-flag-as-important-plugged,
2903         elmo-folder-unflag-read-plugged,
2904         elmo-folder-flag-as-read-plugged,
2905         elmo-folder-unflag-answered-plugged,
2906         elmo-folder-flag-as-answered-plugged): Remove.
2907         (elmo-folder-set-flag-plugged,
2908         elmo-folder-unset-flag-plugged): Define.
2909
2910         * elmo-flag.el (elmo-folder-initialize): Register to
2911         `elmo-global-flag-list' if flag is not global.
2912         (elmo-folder-append-messages): Set flag to source messages.
2913
2914         * elmo-filter.el (elmo-filter-folder-list-unreads,
2915         elmo-folder-list-unreads,
2916         elmo-filter-folder-list-importants,
2917         elmo-folder-list-importants,
2918         elmo-folder-flag-as-read,
2919         elmo-folder-unflag-read,
2920         elmo-folder-flag-as-important,
2921         elmo-folder-unflag-important,
2922         elmo-folder-flag-as-answered,
2923         elmo-folder-unflag-answered): Remove.
2924         (elmo-folder-set-flag): Define.
2925         (elmo-folder-unset-flag): Ditto.
2926
2927         * elmo-dop.el (elmo-folder-flag-as-read-dop,
2928         elmo-folder-unflag-read-dop,
2929         elmo-folder-flag-as-important-dop,
2930         elmo-folder-unflag-important-dop,
2931         elmo-folder-flag-as-answered-dop,
2932         elmo-folder-unflag-answered-dop): Remove.
2933         (elmo-folder-set-flag-dop,
2934         elmo-folder-unset-flag-dop,
2935         elmo-folder-set-important-delayed,
2936         elmo-folder-unset-important-delayed,
2937         elmo-folder-set-read-delayed,
2938         elmo-folder-unset-read-delayed,
2939         elmo-folder-set-answered-delayed,
2940         elmo-folder-unset-answered-delayed): New function.
2941         (elmo-dop-queue-merge-method-list): Follow the above chagned.
2942         (elmo-dop-queue-method-name-alist): Ditto.
2943
2944         * elmo-version.el (elmo-version): Up to 2.11.23.
2945
2946 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2947
2948         * elmo-spam.el (elmo-spam-scheme): Add 'sa' as a candidate.
2949
2950         * elsp-sa.el: New file.
2951
2952 2003-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2953
2954         * modb-standard.el (modb-standard-message-entity): New function.
2955         (elmo-msgdb-message-entity): Use it.
2956
2957 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2958
2959         * elmo-internal.el (elmo-folder-list-subfolders): Rewrite; Fixed
2960         behavior when one-level is nil.
2961
2962         * elmo-flag.el (elmo-folder-list-subfolders): Defined.
2963
2964         * elmo-sendlog.el (elmo-folder-have-subfolder-p): Ditto.
2965
2966 2003-12-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2967
2968         * elmo.el (elmo-folder-set-info-max-by-numdb): Don't use `sort' to
2969         get max number.
2970         (elmo-generic-folder-diff): Ditto.
2971
2972         * elmo-nntp.el (elmo-nntp-catchup-msgdb): Ditto.
2973         (elmo-folder-update-number): Ditto.
2974
2975         * elmo-dop.el (elmo-folder-status-dop): Ditto.
2976         (elmo-folder-next-message-number-dop): Ditto.
2977
2978 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2979
2980         * elmo-filter.el (elmo-folder-msgdb-create): Use
2981         `elmo-message-entity' and `elmo-message-flags' instead of
2982         `elmo-msgdb-message-entity' and `elmo-msgdb-flags'.
2983
2984 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2985
2986         * elmo-spam.el (elmo-spam-processor): Added 3rd argument
2987         `if-exists'.
2988
2989 2003-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2990
2991         * elmo-multi.el (elmo-folder-newsgroups): Simplify.
2992
2993         * elmo-pipe.el (elmo-folder-get-primitive-list): Likewise.
2994
2995         * elmo-filter.el (elmo-folder-get-primitive-list): Fixed.
2996
2997 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2998
2999         * elmo-version.el (elmo-version): Up to 2.11.22.
3000
3001 2003-11-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3002
3003         * modb-standard.el (elmo-msgdb-delete-messages): Always return t.
3004
3005 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3006
3007         * modb-standard.el (elmo-msgdb-delete-messages): Dose not process
3008         if the message dose not exist.
3009
3010 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
3011
3012         * elmo-version.el (elmo-version): Up to 2.11.21.
3013
3014 2003-11-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3015
3016         * modb-standard.el (toplevel): Don't require mime.
3017
3018 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3019
3020         * elsp-bogofilter.el (toplevel): Don't require path-util.
3021         (elmo-spam-bogofilter-program): Don't use `exec-installed-p'.
3022         (elmo-spam-bogofilter-header): Abolish.
3023         (elmo-spam-bogofilter-bogosity-positive-spam-header): Ditto.
3024         (elmo-spam-bogofilter-args): New user option.
3025         (elsp-bogofilter-call-bogofilter): New internal function.
3026         (elmo-spam-buffer-spam-p): Use it.
3027         (elsp-bogofilter-register-buffer): Renamed from
3028         `elmo-spam-bogofilter-register-buffer';
3029         Use `elsp-bogofilter-call-bogofilter'.
3030         (elmo-spam-register-spam-buffer): Follow the change above.
3031         (elmo-spam-register-good-buffer): Ditto.
3032
3033 2003-11-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3034
3035         * modb-standard.el (elmo-msgdb-append-entity): If entity or
3036         message-id is nil do nothing.
3037
3038 2003-11-10  Yuuichi Teranishi  <teranisi@gohome.org>
3039
3040         * elmo-imap4.el (elmo-imap4-disuse-server-flag-mailbox-regexp):
3041         Revival.
3042         (elmo-imap4-session): Removed use-flag slot.
3043         (elmo-imap4-session-select-mailbox): Undo last change.
3044         (elmo-folder-use-flag-p): Use
3045         elmo-imap4-disuse-server-flag-mailbox-regexp.
3046
3047 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3048
3049         * elmo-imap4.el (elmo-imap4-session): Added use-flag slot.
3050         (elmo-imap4-session-select-mailbox): Set it up.
3051         (elmo-folder-use-flag-p): Return value of use-flag slot.
3052
3053 2003-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3054
3055         * elmo-msgdb.el (elmo-msgdb-flag-table): Fixed problem when
3056         message-id is nil.
3057         (Reported by MAKINO Takashi <makino@digitalway.co.jp>)
3058
3059         * modb-entity.el (elmo-message-entity-handler): Likewise.
3060
3061 2003-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
3062
3063         * elmo.el (toplevel): Remove setting of autoloding for
3064         elmo-global-flag-initialize.
3065         (elmo-init): Don't call elmo-global-flag-initialize.
3066         (toplevel): Added autoload setting for elmo-global-mark-migrate.
3067
3068         * elmo-flag.el (elmo-global-flag-initialize): Abolish.
3069         (elmo-global-mark-migrate): Don't call it.
3070         (elmo-global-mark-upgrade): Ditto.
3071
3072 2003-11-06  Yuuichi Teranishi  <teranisi@gohome.org>
3073
3074         * elmo-internal.el (elmo-internal-obsolete-folder-list): New variable.
3075         (elmo-folder-initialize): Raise a warning when obsolete folder is used.
3076
3077         * elmo-vars.el (elmo-init-hook): New user option.
3078
3079         * elmo.el (elmo-init): Run the elmo-init-hook.
3080
3081         * elmo-flag.el (elmo-global-mark-migrate): New function.
3082
3083 2003-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3084
3085         * modb-standard.el (elmo-msgdb-set-flag): Simplify;
3086         Undo last change (move to elmo-msgdb-unset-flag).
3087         (elmo-msgdb-unset-flag): Simplify; Unset 'new flag when unread
3088         flag is unset.
3089
3090 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
3091
3092         * modb-standard.el (elmo-msgdb-set-flag): Unset 'new flag when
3093         read flag is set.
3094         (elmo-msgdb-set-flag): Don't remove 'new flag unconditionally.
3095         (elmo-msgdb-unset-flag): Ditto.
3096
3097 2003-11-05  Andreas Fuchs <asf@boinkor.net>
3098
3099         * elmo-split.el (elmo-split): Return split message count.
3100
3101 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3102
3103         * elmo-msgdb.el (elmo-flag-table-get): Check cached if saved flags
3104         is nil.
3105
3106 2003-11-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3107
3108         * elmo.el (elmo-folder-unflag-important): Call
3109         `elmo-global-flag-detach' with 4th argument delete-if-none that is
3110         a symbol `always'.
3111
3112         * elmo-flag.el (elmo-flag-folder-delete-message): Clear hash value
3113         before unset flag.
3114         (elmo-global-flag-detach): Delete the message from flag folder, if
3115         `delete-if-none' is a symbol `always'.
3116
3117 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3118
3119         * elsp-spamfilter.el (elsp-spamfilter-decode-buffer): Renamed from
3120         `elmo-spam-spamfilter-decode-buffer'.
3121         (elsp-spamfilter-register-buffer-internal): New internal function.
3122         (elmo-spam-buffer-spam-p): Use it; Follow the API change.
3123         (elmo-spam-register-spam-buffer): Ditto.
3124         (elmo-spam-register-good-buffer): Ditto.
3125
3126         * elsp-bogofilter.el (elmo-spam-buffer-spam-p): Follow the API
3127         change.
3128         (elmo-spam-bogofilter-register-buffer): Added argument `restore'.
3129         (elmo-spam-register-spam-buffer): Follow the API change.
3130         (elmo-spam-register-good-buffer): Ditto.
3131
3132         * elmo-split.el (toplevel): Require elmo-spam when copmile.
3133         (elmo-split-spam-p): Added argument plist; Call
3134         `elmo-spam-buffer-spam-p' with new argument register.
3135
3136         * elmo-spam.el (elmo-spam-buffer-spam-p): Added optional argument
3137         `register'.
3138         (elmo-spam-message-spam-p): Ditto.
3139         (elmo-spam-register-spam-buffer): Added optional argument
3140         `restore'.
3141         (elmo-spam-register-good-buffer): Ditto.
3142         (elmo-spam-register-spam-messages): Ditto.
3143         (elmo-spam-register-good-messages): Ditto.
3144
3145 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3146
3147         * elsp-spamfilter.el (elmo-spam-register-spam-buffer): Fixed to
3148         register into good corpus.
3149         (elmo-spam-register-good-buffer): Fixed to register into bad
3150         corpus.
3151
3152 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3153
3154         * elmo-version.el (elmo-version): Up to 2.11.20.
3155
3156         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Fixed last
3157         change.
3158
3159         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Determine new
3160         flag without depending on \Recent flag.
3161
3162 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3163
3164         * elsp-spamfilter.el (elsp-spamfilter): Added new slot `modified'.
3165         (elmo-spam-modified-p): Defined.
3166         (elmo-spam-save-status): Set `modified' slot to nil.
3167         (elmo-spam-register-spam-buffer): Set `modified' slot to non nil.
3168         (elmo-spam-register-good-buffer): Ditto.
3169
3170         * elmo-spam.el (elmo-spam-modified-p): New API.
3171
3172 2003-10-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3173
3174         * elmo-msgdb.el (elmo-msgdb-get-message-id-from-buffer): Abolish
3175         duplicate definition.
3176
3177         * elmo-util.el (elmo-unfold-field-body): New function.
3178         (elmo-msgdb-get-message-id-from-buffer): Use it.
3179
3180         * modb-entity.el (elmo-msgdb-create-message-entity-from-buffer):
3181         Fixed the last change; Use elmo-unfold-field-body.
3182
3183 2003-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3184
3185         * modb-entity.el (elmo-msgdb-create-message-entity-from-buffer):
3186         Unfold date value.
3187
3188 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3189
3190         * elmo-spam.el (elmo-spam-save-status): New API.
3191
3192         * elsp-spamfilter.el: New file.
3193
3194 2003-10-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3195
3196         * elmo-split.el (toplevel): Add `elmo-spam-processor' args.
3197
3198 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3199
3200         * elmo-split.el (elmo-split-spam-p): New function.
3201
3202         * elmo-spam.el: New file.
3203
3204         * elsp-bogofilter.el: Ditto.
3205
3206 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
3207
3208         * elmo.el (elmo-folder-next-message-number): New API.
3209         (elmo-folder-next-message-number): Define.
3210         (elmo-message-field): Don't check folder length.
3211
3212         * elmo-net.el (elmo-folder-next-message-number): Define.
3213         (elmo-folder-next-message-number-unplugged): Define.
3214
3215         * elmo-map.el (elmo-folder-next-message-number): Define.
3216         (elmo-folder-delete-messages): Clear hash value.
3217
3218         * elmo-imap4.el (elmo-folder-next-message-number-plugged): Define.
3219
3220         * elmo-dop.el (elmo-folder-next-message-number-dop): New function.
3221         (elmo-folder-delete-messages-dop-delayed): Always return t.
3222
3223         * elmo-version.el (elmo-version): Up to 2.11.19.
3224
3225 2003-10-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3226
3227         * modb-legacy.el (elmo-msgdb-append-entity): Fixed the last
3228         change.
3229
3230         * modb-legacy.el (elmo-msgdb-append-entity): Registered an
3231         identical cons cell into the mark-alist and the hash table.
3232
3233 2003-10-08  Yuuichi Teranishi  <teranisi@gohome.org>
3234
3235         * elmo-pipe.el (elmo-pipe-folder-list-target-messages): Call
3236         elmo-folder-list-messages with argument `visible-only' as t.
3237
3238         * elmo-filter.el (elmo-folder-search-requires-msgdb-p): Define.
3239         (elmo-folder-msgdb-create): Check the target folder.
3240
3241 2003-10-07  Yuuichi Teranishi  <teranisi@gohome.org>
3242
3243         * elmo-imap4.el (elmo-imap4-session-select-mailbox): Use
3244         `permanentflag' instead of `flags'.
3245         (elmo-folder-open): Ditto.
3246         (elmo-imap4-set-flag): Treat \Deleted flag as an exception.
3247         (elmo-imap4-disuse-server-flag-mailbox-regexp): Abolish.
3248         (elmo-folder-use-flag-p): Always return t.
3249         (elmo-imap4-session-select-mailbox): Use value of `flags' if
3250         `permanentflags' does not exist.
3251         (elmo-folder-open): Ditto.
3252
3253 2003-10-06  Yuuichi Teranishi  <teranisi@gohome.org>
3254
3255         * modb-legacy.el (elmo-msgdb-message-entity): Return nil when key
3256         is nil.
3257         * modb-standard.el (elmo-msgdb-message-entity): Ditto.
3258
3259         * elmo-imap4.el (elmo-imap4-session): Added new slot `flags'.
3260         (elmo-imap4-session-select-mailbox): Set it according to the SELECT
3261         response.
3262         (elmo-folder-open): Ditto.
3263         (elmo-imap4-set-flag): Send store flag command only when the `flags'
3264         slot of the session includes the flag.
3265         (elmo-imap4-session-flag-available-p): New function.
3266         (elmo-imap4-folder-list-flagged): Ditto.
3267         (elmo-folder-list-unreads-plugged): Use it.
3268         (elmo-folder-list-importants-plugged): Ditto.
3269         (elmo-folder-list-answereds-plugged): Ditto.
3270         (elmo-imap4-search-internal-primitive): Ditto.
3271         (elmo-imap4-folder-list-any-plugged,
3272         elmo-imap4-folder-list-digest-plugged): Abolish.
3273
3274         * elmo-filter.el (elmo-folder-search): Don't call elmo-list-filter
3275         if numbers is nil.
3276
3277 2003-10-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
3278
3279         * elmo-util.el (toplevel): Require emu for char-list-to-string.
3280
3281 2003-10-05  Yuuichi Teranishi  <teranisi@gohome.org>
3282
3283         * elmo-util.el (elmo-get-hash-val): Simplify.
3284         (elmo-set-hash-val): Rewrite.
3285
3286 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3287
3288         * elmo.el (elmo-folder-list-messages): Append killed messages into
3289         result if `visible-only' is nil and `in-msgdb' is non-nil.
3290
3291         * elmo-util.el (elmo-uniq-list): Added optional argument
3292         `delete-function'.
3293
3294         * modb.el (elmo-msgdb-flag-count): New API.
3295
3296         * modb-standard.el (modb-standard): Added slot flag-count.
3297         (modb-standard-countup-flags): New function.
3298         (modb-standard-load-flag): Call it.
3299         (elmo-msgdb-append): Ditto.
3300         (elmo-msgdb-clear): Clear slot flag-count.
3301         (elmo-msgdb-set-flag): Call modb-standard-countup-flags.
3302         (elmo-msgdb-unset-flag): Treat `all' flag and call
3303         modb-standard-countup-flags.
3304         (elmo-msgdb-flag-count): Define.
3305         (elmo-msgdb-append-entity): Call modb-standard-countup-flags.
3306         (elmo-msgdb-delete-messages): Ditto.
3307
3308         * modb-legacy.el (elmo-msgdb-unset-flag): Treat `all' flag.
3309         (elmo-msgdb-flag-count): Define.
3310
3311         * elmo.el (elmo-folder-list-messages): Undo last change.
3312         (elmo-folder-count-flags): Use elmo-msgdb-flag-count.
3313         (elmo-folder-kill-messages): Unset all flags to numbers.
3314
3315         * elmo-sendlog.el (elmo-folder-delete-messages): Rewrite; use
3316         elmo-folder-kill-messages.
3317
3318         * elmo-nntp.el (elmo-folder-delete-messages): Ditto.
3319         (elmo-nntp-folder-delete-messages): Abolish.
3320
3321         * elmo-version.el (elmo-version): Up to 2.11.18.
3322
3323 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3324
3325         * elmo.el (elmo-folder-kill-messages-before): Abolish.
3326         (elmo-folder-kill-messages-range): New function.
3327         (elmo-folder-synchronize): Use elmo-folder-kill-messages-range
3328         instead of elmo-folder-kill-messages-before.
3329
3330 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
3331
3332         * elmo-imap4.el (elmo-imap4-fetch-callback-1): Use
3333         elmo-imap4-current-msgdb to decide entity handler.
3334
3335 2003-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
3336
3337         * elmo-dop.el (elmo-dop-msgdb): Rewrite.
3338
3339         * modb-legacy.el (elmo-msgdb-overview-entity-get-id-internal): New
3340         inline function.
3341         (elmo-msgdb-overview-entity-get-number-internal): Ditto.
3342         (elmo-msgdb-overview-entity-set-number,
3343         elmo-msgdb-overview-entity-get-references,
3344         elmo-msgdb-overview-entity-set-references,
3345         elmo-msgdb-overview-entity-get-from-no-decode,
3346         elmo-msgdb-overview-entity-get-from,
3347         elmo-msgdb-overview-entity-set-from,
3348         elmo-msgdb-overview-entity-get-subject,
3349         elmo-msgdb-overview-entity-get-subject-no-decode,
3350         elmo-msgdb-overview-entity-set-subject,
3351         elmo-msgdb-overview-entity-get-date,
3352         elmo-msgdb-overview-entity-set-date,
3353         elmo-msgdb-overview-entity-get-to,
3354         elmo-msgdb-overview-entity-get-cc,
3355         elmo-msgdb-overview-entity-get-size,
3356         elmo-msgdb-overview-entity-set-size,
3357         elmo-msgdb-overview-entity-get-extra,
3358         elmo-msgdb-overview-entity-set-extra,
3359         elmo-msgdb-overview-entity-get-extra-field,
3360         elmo-msgdb-overview-entity-set-extra-field): Moved to elmo-msgdb.el.
3361         (elmo-msgdb-make-index): Use
3362         `elmo-msgdb-overview-entity-get-number-internal'.
3363         (elmo-msgdb-clear-index): Ditto.
3364         (elmo-msgdb-append-entity): Ditto;
3365         Use `elmo-msgdb-overview-entity-get-id-internal'.
3366
3367         * elmo-msgdb.el (elmo-msgdb-overview-entity-get-number,
3368         elmo-msgdb-overview-entity-set-number,
3369         elmo-msgdb-overview-entity-get-references,
3370         elmo-msgdb-overview-entity-set-references,
3371         elmo-msgdb-overview-entity-get-from-no-decode,
3372         elmo-msgdb-overview-entity-get-from,
3373         elmo-msgdb-overview-entity-set-from,
3374         elmo-msgdb-overview-entity-get-subject,
3375         elmo-msgdb-overview-entity-get-subject-no-decode,
3376         elmo-msgdb-overview-entity-set-subject,
3377         elmo-msgdb-overview-entity-get-date,
3378         elmo-msgdb-overview-entity-set-date,
3379         elmo-msgdb-overview-entity-get-to,
3380         elmo-msgdb-overview-entity-get-cc,
3381         elmo-msgdb-overview-entity-get-size,
3382         elmo-msgdb-overview-entity-set-size,
3383         elmo-msgdb-overview-entity-get-extra,
3384         elmo-msgdb-overview-entity-set-extra,
3385         elmo-msgdb-overview-entity-get-extra-field,
3386         elmo-msgdb-overview-entity-set-extra-field): Moved from modb-legacy.el
3387         and rewrote for backward compatibility.
3388
3389 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3390
3391         * elmo.el (elmo-message-entity-number,
3392         elmo-message-entity-set-number,
3393         elmo-message-entity-field,
3394         elmo-message-entity-set-field): Moved to elmo-msgdb.el.
3395
3396         * elmo-msgdb.el (elmo-message-entity-number,
3397         elmo-message-entity-set-number,
3398         elmo-message-entity-field,
3399         elmo-message-entity-set-field): Moved from elmo.el.
3400
3401 2003-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
3402
3403         * elmo.el (toplevel): Changed definition orders.
3404
3405 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3406
3407         * modb.el (elmo-msgdb-search): New API .
3408         (elmo-msgdb-match-condition): Ditto.
3409
3410         * modb-standard.el (elmo-msgdb-search): Define.
3411
3412         * modb-legacy.el (elmo-msgdb-search): Ditto.
3413
3414         * modb-entity.el (elmo-msgdb-message-match-condition): Renamed
3415         from elmo-msgdb-match-condition-internal.
3416
3417         * elmo.el (elmo-folder-search-fast): Abolish.
3418         (elmo-folder-search): Use elmo-msgdb-search and
3419         elmo-with-progress-display.
3420
3421         * elmo-msgdb.el (elmo-msgdb-match-condition): Removed; redefined
3422         as msgdb API.
3423
3424         * elmo.el (elmo-folder): Remove slot message-modified and
3425         flag-modified.
3426         (elmo-folder-set-message-modified): Abolish.
3427         (elmo-generic-folder-commit): Follow the change above.
3428         (elmo-folder-synchronize): Ditto.
3429
3430         * elmo-pipe.el (elmo-folder-set-message-modified): Abolish.
3431
3432         * elmo-multi.el (elmo-folder-set-message-modified): Ditto.
3433
3434         * elmo-filter.el (elmo-folder-set-message-modified): Ditto.
3435
3436 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3437
3438         * modb-standard.el (modb-standard-make-message-entity,
3439         elmo-msgdb-make-message-entity,
3440         elmo-msgdb-create-message-entity-from-buffer,
3441         elmo-msgdb-message-entity-number,
3442         elmo-msgdb-message-entity-set-number,
3443         elmo-msgdb-message-entity-field,
3444         elmo-msgdb-message-entity-set-field,
3445         elmo-msgdb-copy-message-entity,
3446         elmo-msgdb-match-condition-internal): Remove.
3447
3448         * modb-entity.el: New file (again).
3449
3450         * modb.el (toplevel): Require modb-entity.
3451         (elmo-msgdb-message-entity-handler): New method.
3452
3453         * modb-standard.el (modb-standard-entity-id): Use
3454         elmo-message-entity-handler.
3455         (modb-standard-load-entity): Ditto.
3456         (elmo-msgdb-append-entity): Ditto.
3457         (elmo-msgdb-create-message-entity-from-buffer): Ditto.
3458
3459         * modb-legacy.el (elmo-msgdb-get-decoded-cache,
3460         elmo-msgdb-decoded-cache-hashtb,
3461         (modb-legacy-make-message-entity,
3462         elmo-msgdb-make-message-entity,
3463         elmo-msgdb-create-message-entity-from-buffer,
3464         elmo-msgdb-message-entity-number,
3465         elmo-msgdb-message-entity-set-number,
3466         elmo-msgdb-message-entity-field,
3467         elmo-msgdb-message-entity-set-field,
3468         elmo-msgdb-copy-message-entity,
3469         elmo-msgdb-match-condition-internal,
3470         elmo-msgdb-match-condition-primitive): Moved to modb-entity.el.
3471
3472         * elmo.el (elmo-message-copy-entity): Use elmo-message-entity-handler.
3473         (elmo-message-entity-set-number): Ditto.
3474         (elmo-message-entity-field): Ditto.
3475         (elmo-message-entity-set-field): Ditto.
3476
3477         * elmo-shimbun.el (elmo-shimbun-msgdb-create-entity): Ditto.
3478
3479         * elmo-sendlog.el (elmo-folder-msgdb-create): Ditto.
3480
3481         * elmo-pop3.el (elmo-pop3-msgdb-create-message): Ditto.
3482
3483         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Ditto.
3484         (elmo-nntp-msgdb-create-message): Ditto.
3485
3486         * elmo-nmz.el (elmo-nmz-msgdb-create-entity): Ditto.
3487         (elmo-folder-msgdb-create): Add unread flag.
3488
3489         * elmo-maildir.el (elmo-folder-msgdb-create): Ditto.
3490
3491         * elmo-localdir.el (elmo-localdir-msgdb-create-entity): Ditto.
3492
3493         * elmo-imap4.el (elmo-imap4-fetch-callback-1): Ditto.
3494
3495         * elmo-cache.el (elmo-folder-msgdb-create): Ditto.
3496
3497         * elmo-archive.el (elmo-archive-msgdb-create-entity-subr): Call
3498         elmo-msgdb-messge-entity-handler.
3499         * elmo-version.el (elmo-version): Up to 2.11.17.
3500
3501 2003-09-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3502
3503         * elmo-shimbun.el (elmo-shimbun-update-overview): Fixed the last
3504         change.
3505
3506 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3507
3508         * elmo.el (elmo-message-field): Use elmo-message-entity-field.
3509
3510         * elmo-msgdb.el (elmo-msgdb-get-number): Abolish.
3511         (elmo-msgdb-get-parent-entity): Use elmo-message-entity-field.
3512         (elmo-msgdb-flag-table): Ditto.
3513         (elmo-msgdb-sort-by-date): Ditto.
3514
3515         * modb.el (elmo-msgdb-create-message-entity-from-file): Define.
3516
3517         * modb-standard.el (toplevel): Require mime.
3518         (modb-standard-entity-id): Use elmo-msgdb-message-entity-field.
3519         (modb-standard-load-entity): Use elmo-msgdb-message-entity-field and
3520         elmo-msgdb-message-entity-number.
3521         (elmo-msgdb-append-entity): Ditto.
3522         (elmo-msgdb-create-message-entity-from-file): Remove.
3523         (elmo-msgdb-create-message-entity-from-buffer): Use msgdb which 
3524         corresponds to the entity.
3525         (elmo-msgdb-message-entity-number): Do nothing currently.
3526         (elmo-msgdb-message-entity-field): Ditto.
3527         (elmo-msgdb-message-entity-set-field): Ditto.
3528         (elmo-msgdb-copy-message-entity): Ditto.
3529         (elmo-msgdb-match-condition-internal): Ditto.
3530
3531         * modb-legacy.el (elmo-msgdb-insert-file-header): Moved to
3532         elmo-util.el.
3533         (elmo-msgdb-create-message-entity-from-file): Remove.
3534
3535         * elmo-util.el (elmo-msgdb-insert-file-header): Moved from
3536         modb-legacy.el.
3537         (elmo-multiple-field-body): Moved from elmo-msgdb.el.
3538
3539         * elmo-msgdb.el (elmo-multiple-field-body): Moved to elmo-util.el.
3540
3541 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3542
3543         * modb.el (elmo-msgdb-make-message-entity): Define simple one.
3544         (elmo-msgdb-message-entity-field): Ditto.
3545         (elmo-msgdb-message-entity-number): Ditto.
3546
3547 2003-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3548
3549         * modb-standard.el (elmo-msgdb-create-message-entity-from-buffer): 
3550         Fixed how to set extra field into entity.
3551         (elmo-msgdb-message-entity-set-field): Fixed mistake string for
3552         symbol.
3553
3554         * modb-legacy.el (elmo-msgdb-create-message-entity-from-buffer):
3555         Fixed how to set extra field into entity.
3556         (elmo-msgdb-message-entity-set-field): Fixed mistake string for
3557         symbol.
3558
3559 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3560
3561         * modb.el (elmo-message-entity-db): New function.
3562         (elmo-msgdb-make-message-entity): New API.
3563         (elmo-msgdb-message-entity-number): Ditto.
3564         (elmo-msgdb-message-entity-set-number): Ditto.
3565         (elmo-msgdb-message-entity-field): Ditto.
3566         (elmo-msgdb-message-entity-set-field): Ditto.
3567         (elmo-msgdb-copy-message-entity): Ditto.
3568         (elmo-msgdb-create-message-entity-from-file): Ditto.
3569         (elmo-msgdb-create-message-entity-from-buffer): Ditto.
3570         (elmo-msgdb-match-condition-internal): Ditto.
3571
3572         * modb-standard.el (modb-legacy): Require modb-legacy.
3573         (modb-standard-make-message-entity): New inline function.
3574         (elmo-msgdb-make-message-entity): Define.
3575         (elmo-msgdb-create-message-entity-from-file): Ditto.
3576         (elmo-msgdb-create-message-entity-from-buffer): Ditto.
3577         (elmo-msgdb-message-entity-field): Ditto.
3578         (elmo-msgdb-message-entity-set-field): Ditto.
3579         (elmo-msgdb-copy-message-entity): Ditto.
3580         (elmo-msgdb-match-condition-internal): Ditto.
3581
3582         * modb-legacy.el: Don't require modb-entity.
3583         (elmo-msgdb-decoded-cache-hashtb): Moved from elmo-msgdb.el
3584         (elmo-msgdb-match-condition-primitive): Ditto.
3585         (elmo-msgdb-get-decoded-cache): Ditto.
3586         (elmo-msgdb-overview-entity-get-id): Ditto.
3587         (elmo-msgdb-overview-entity-get-number): Ditto.
3588         (elmo-msgdb-overview-entity-set-number): Ditto.
3589         (elmo-msgdb-overview-entity-get-references): Ditto.
3590         (elmo-msgdb-overview-entity-set-references): Ditto.
3591         (elmo-msgdb-overview-entity-get-from-no-decode): Ditto.
3592         (elmo-msgdb-overview-entity-get-from): Ditto.
3593         (elmo-msgdb-overview-entity-set-from): Ditto.
3594         (elmo-msgdb-overview-entity-get-subject): Ditto.
3595         (elmo-msgdb-overview-entity-get-subject-no-decode): Ditto.
3596         (elmo-msgdb-overview-entity-set-subject): Ditto.
3597         (elmo-msgdb-overview-entity-get-date): Ditto.
3598         (elmo-msgdb-overview-entity-set-date): Ditto.
3599         (elmo-msgdb-overview-entity-get-to): Ditto.
3600         (elmo-msgdb-overview-entity-get-cc): Ditto.
3601         (elmo-msgdb-overview-entity-get-size): Ditto.
3602         (elmo-msgdb-overview-entity-set-size): Ditto.
3603         (elmo-msgdb-overview-entity-get-extra): Ditto.
3604         (elmo-msgdb-overview-entity-set-extra): Ditto.
3605         (elmo-msgdb-overview-entity-get-extra-field): Ditto.
3606         (elmo-msgdb-overview-entity-set-extra-field): Ditto.
3607         (elmo-msgdb-number-load): Ditto.
3608         (elmo-msgdb-overview-load): Ditto.
3609         (elmo-msgdb-mark-load): Ditto.
3610         (elmo-msgdb-number-save): Ditto.
3611         (elmo-msgdb-mark-save): Ditto.
3612         (elmo-msgdb-overview-save): Ditto.
3613         (modb-legacy-make-message-entity): New inline function.
3614         (elmo-msgdb-insert-file-header): Ditto.
3615         (elmo-msgdb-make-message-entity): Define.
3616         (elmo-msgdb-create-message-entity-from-file): Ditto.
3617         (elmo-msgdb-create-message-entity-from-buffer): Ditto.
3618         (elmo-msgdb-message-entity-number): Ditto.
3619         (elmo-msgdb-message-entity-set-number): Ditto.
3620         (elmo-msgdb-message-entity-field): Ditto.
3621         (elmo-msgdb-message-entity-set-field): Ditto.
3622         (elmo-msgdb-copy-message-entity): Ditto.
3623         (elmo-msgdb-match-condition-internal): Ditto.
3624
3625         * elmo.el (elmo-find-fetch-strategy): Use elmo-message-entity-field.
3626         (elmo-message-copy-entity): Rewrite.
3627         (elmo-message-entity-number): Ditto.
3628         (elmo-message-entity-set-number): Ditto.
3629         (elmo-message-entity-field): Use elmo-message-entity-db.
3630         (elmo-message-entity-set-field): Ditto.
3631         (elmo-message-field): Rewrite.
3632
3633         * elmo-util.el (elmo-msgdb-get-last-message-id): Moved from
3634         elmo-msgdb.el
3635         (elmo-msgdb-get-message-id-from-buffer): Ditto.
3636
3637         * elmo-shimbun.el (elmo-shimbun-folder-entity-hash): Use
3638         elmo-message-entity-field.
3639         (elmo-shimbun-folder-shimbun-header): Ditto.
3640         (elmo-shimbun-entity-to-header): Ditto.
3641         (elmo-folder-msgdb-create): Ditto.
3642         (elmo-shimbun-msgdb-create-entity): Ditto;
3643         Use elmo-msgdb-create-message-entity-from-buffer.
3644         (elmo-shimbun-update-overview): Use elmo-message-entity-set-field.
3645         (elmo-map-folder-list-message-locations): elmo-message-entity-field.
3646
3647         * elmo-sendlog.el (elmo-folder-msgdb-create): Use
3648         elmo-msgdb-create-message-entity-from-file and 
3649         elmo-message-entity-field.
3650
3651         * elmo-pop3.el (elmo-pop3-sort-msgdb-by-original-number): Use
3652         elmo-message-entity-number.
3653         (elmo-pop3-msgdb-create-message): Use
3654         elmo-msgdb-create-message-entity-from-buffer,
3655         elmo-message-entity-set-field, elmo-message-entity-number and
3656         elmo-message-entity-set-number.
3657
3658         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Follow
3659         the API change in elmo-msgdb-make-message-entity.
3660         (elmo-nntp-msgdb-create-message): Use
3661         elmo-msgdb-create-message-entity-from-buffer.
3662
3663         * elmo-nmz.el (elmo-nmz-msgdb-create-entity): Use
3664         elmo-message-entity-field and
3665         elmo-msgdb-create-message-entity-from-file.
3666
3667         * elmo-msgdb.el (toplevel): Don't require modb-entity.
3668         (elmo-msgdb-get-field): Abolish.
3669         (elmo-msgdb-get-number): Rewrite.
3670         (elmo-msgdb-sort-by-date): Use elmo-message-entity-field.
3671         (elmo-msgdb-flag-table): Ditto.
3672         (elmo-msgdb-get-last-message-id,
3673         elmo-msgdb-number-load, elmo-msgdb-overview-load,
3674         elmo-msgdb-mark-load, elmo-msgdb-number-save,
3675         elmo-msgdb-mark-save, elmo-msgdb-overview-save): Moved to modb-legacy.
3676         (elmo-msgdb-create-overview-from-buffer,
3677         elmo-msgdb-overview-get-parent-entity): Abolish.
3678
3679         * elmo-mime.el (elmo-mime-display-as-is): Use
3680         elmo-message-entity-field.
3681
3682         * elmo-map.el (elmo-folder-pack-numbers): Use
3683         elmo-message-entity-set-number.
3684
3685         * elmo-maildir.el (elmo-folder-msgdb-create): 
3686         elmo-msgdb-create-message-entity-from-file instead of
3687         elmo-msgdb-create-overview-entity-from-file.
3688
3689         * elmo-localdir.el (elmo-localdir-msgdb-create-entity): Added argument
3690         msgdb.
3691         (elmo-folder-msgdb-create): Use elmo-message-entity-field.
3692         (elmo-folder-pack-numbers): Use elmo-message-entity-set-number.
3693
3694         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Use
3695         elmo-messge-entity-field and elmo-message-entity-number.
3696         (elmo-imap4-fetch-callback-1): Call
3697         elmo-msgdb-create-message-entity-from-buffer instead of
3698         elmo-msgdb-create-overview-from-buffer. 
3699         (elmo-folder-msgdb-create-plugged): Use elmo-messge-entity-field.
3700         (elmo-find-fetch-strategy): Likewise.
3701
3702         * elmo-flag.el (elmo-folder-msgdb-create): Call 
3703         elmo-localdir-msgdb-create-entity with argument msgdb.
3704
3705         * elmo-dop.el (elmo-dop-msgdb): Use elmo-message-entity-number
3706         and elmo-message-entity-set-number.
3707
3708         * elmo-cache.el (elmo-folder-msgdb-create): Use
3709         elmo-message-entity-field.
3710         (elmo-folder-msgdb-create): Call
3711         elmo-msgdb-create-message-entity-from-file instead of
3712         elmo-msgdb-create-overview-entity-from-file.
3713
3714         * elmo-archive.el (elmo-archive-msgdb-create-entity-subr): Added
3715         argument msgdb; Call elmo-msgdb-create-message-from-buffer
3716         instead of elmo-msgdb-create-overview-from-buffer.
3717         (elmo-archive-msgdb-create-entity): Ditto.
3718         (elmo-archive-msgdb-create-as-numlist-subr1): Use
3719         elmo-message-entity-field.
3720         (elmo-archive-parse-mmdf): Ditto.
3721
3722         * modb-entity.el: Removed.
3723
3724         * elmo-version.el (elmo-version): Up to 2.11.16.
3725
3726 2003-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
3727
3728         * elmo-map.el (elmo-folder-unflag-answered): Added optional argument
3729         `is-local'.
3730         (elmo-folder-flag-as-answered): Ditto.
3731
3732 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3733
3734         * modb-standard.el: New file.
3735
3736         * elmo.el (elmo-folder-clear): Reconstruct msgdb if
3737         elmo-msgdb-convert-type is `sync'.
3738
3739         * elmo-vars.el (elmo-msgdb-default-type): Added `standard'.
3740         (elmo-msgdb-convert-type): New user option.
3741
3742         * elmo-msgdb.el (elmo-msgdb-load-priorities): New internal variable.
3743         (elmo-load-msgdb): Auto detect saved type.
3744
3745         * elmo-version.el (elmo-version): Up to 2.11.15.
3746
3747 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3748
3749         * elmo-flag.el (elmo-folder-list-global-flag-messages): New function.
3750
3751         * elmo.el (elmo-folder-delete-messages): Added notice in docstring.
3752         (elmo-folder-move-messages): Call elmo-global-flag-detach-messages
3753         with argument `delete-if-none' when dst-folder is 'null.
3754
3755         * elmo-flag.el (elmo-folder-append-messages): Defined.
3756         (elmo-global-flag-detach-messages): Added argumnet `delete-if-none'.
3757
3758 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3759
3760         * elmo-flag.el (elmo-folder-initialize): Fixed ("/.minfo"->".minfo").
3761
3762 2003-09-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3763
3764         * elmo-flag.el (elmo-folder-expand-msgdb-path): Define.
3765         (elmo-folder-initialize): Use `elmo-folder-msgdb-path'.
3766         (elmo-folder-commit): Ditto.
3767
3768 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3769
3770         * elmo-flag.el: New file.
3771
3772         * elmo-mark.el: Removed.
3773
3774         * modb-legacy.el (modb-legacy-new-mark,
3775         modb-legacy-unread-uncached-mark,
3776         modb-legacy-unread-cached-mark,
3777         modb-legacy-read-uncached-mark,
3778         modb-legacy-answered-cached-mark,
3779         modb-legacy-answered-uncached-mark,
3780         modb-legacy-important-mark): New constants (Moved from elmo-msgdb.el);
3781         All other related portions are changed.
3782
3783         * elmo.el (luna-define-class): Changed mark-modified to flag-modified.
3784         (elmo-folder-list-messages-with-global-mark): Abolish.
3785         (elmo-folder-unflag-important): Renamed from `mark' to `flag'.
3786         (elmo-folder-flag-as-important): Ditto.
3787         (elmo-folder-unflag-read): Ditto.
3788         (elmo-folder-flag-as-read): Ditto.
3789         (elmo-folder-unflag-answered): Ditto.
3790         (elmo-folder-flag-as-answered): Ditto.
3791         (elmo-message-encache): Return the cache path.
3792         (elmo-folder-move-messages): Call elmo-global-flag-detach-messages.
3793         (elmo-message-set-flag): Transitional implementation.
3794         (elmo-message-unset-flag): Ditto.
3795         (elmo-folder-unflag-important): Call elmo-global-flag-detach.
3796         (elmo-folder-flag-as-important): Call elmo-global-flag-set.
3797         (elmo-init): Call elmo-global-flag-initialize.
3798         (toplevel): Added autoload settings for elmo-flag.
3799
3800         * elmo-vars.el (elmo-msgdb-global-mark-filename): Abolished.
3801
3802         * elmo-util.el: Removed all elmo-msgdb-global-mark stuff.
3803         (elmo-file-cache-delete): Don't treat global-mark.
3804
3805         * elmo-shimbun.el (elmo-folder-msgdb-create): Ditto.
3806
3807         * elmo-sendlog.el (elmo-folder-msgdb-create): Ditto.
3808
3809         * elmo-pop3.el (elmo-pop3-msgdb-create-message): Call
3810         `elmo-global-flags-set'.
3811
3812         * elmo-pipe.el (elmo-folder-flag-as-read): Renamed from `mark' to
3813         `flag'.
3814         (elmo-folder-unflag-read): Ditto.
3815         (elmo-folder-unflag-important): Ditto.
3816         (elmo-folder-flag-as-important): Ditto.
3817         (elmo-folder-unflag-answered): Ditto.
3818         (elmo-folder-flag-as-answered): Ditto.
3819
3820         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Call
3821         `elmo-global-flags-set'.
3822         (elmo-folder-flag-as-read): Renamed from `mark' to `flag'.
3823
3824         * elmo-nmz.el (elmo-folder-msgdb-create): Always put `new' flag.
3825
3826         * elmo-net.el (elmo-folder-unflag-important): Renamed from `mark' to
3827         `flag'.
3828         (elmo-folder-flag-as-important): Ditto.
3829         (elmo-folder-unflag-important): Ditto.
3830         (elmo-folder-flag-as-important): Ditto.
3831         (elmo-folder-unflag-read): Ditto.
3832         (elmo-folder-flag-as-read): Ditto.
3833         (elmo-folder-unflag-answered): Ditto.
3834         (elmo-folder-flag-as-answered): Ditto.
3835
3836         * elmo-multi.el (elmo-folder-list-importants): Don't call
3837         elmo-folder-list-messages-with-global-mark.
3838         (elmo-folder-flag-as-important): Renamed from `mark' to `flag'.
3839         (elmo-folder-unflag-important): Ditto.
3840         (elmo-folder-flag-as-read): Ditto.
3841         (elmo-folder-unflag-read): Ditto.
3842         (elmo-folder-flag-as-answered): Ditto.
3843         (elmo-folder-unflag-answered): Ditto.
3844
3845         * elmo-msgdb.el (elmo-msgdb-new-mark,
3846         elmo-msgdb-unread-uncached-mark, elmo-msgdb-unread-cached-mark,
3847         elmo-msgdb-read-uncached-mark, elmo-msgdb-answered-cached-mark,
3848         elmo-msgdb-answered-uncached-mark, elmo-msgdb-important-mark): Removed
3849         (Moved to modb-legacy.el).
3850         (elmo-flag-table-get): Treat important flag too.
3851
3852         * elmo-map.el (elmo-map-folder-unflag-important): Renamed from
3853         `mark' to `flag'.
3854         (elmo-map-folder-flag-as-important): Ditto.
3855         (elmo-map-folder-unflag-read): Ditto.
3856         (elmo-map-folder-flag-as-read): Ditto.
3857         (elmo-map-folder-unflag-answered): Ditto.
3858         (elmo-map-folder-flag-as-answered): Ditto.
3859         (elmo-folder-unflag-important): Ditto.
3860         (elmo-folder-flag-as-important): Ditto.
3861         (elmo-folder-unflag-read): Ditto.
3862         (elmo-folder-flag-as-read): Ditto.
3863         (elmo-folder-unflag-answered): Ditto.
3864         (elmo-folder-flag-as-answered): Ditto.
3865
3866         * elmo-maildir.el (elmo-folder-msgdb-create): Ditto.
3867         (elmo-map-folder-flag-as-important): Renamed from `mark' to
3868         `flag'.
3869         (elmo-map-folder-unflag-important): Ditto.
3870         (elmo-map-folder-flag-as-read): Ditto.
3871         (elmo-map-folder-unflag-read): Ditto.
3872         (elmo-map-folder-flag-as-answered): Ditto.
3873         (elmo-map-folder-unflag-answered): Ditto.
3874
3875         * elmo-localdir.el (elmo-folder-msgdb-create): Call
3876         `elmo-global-flags-set'.
3877         (elmo-global-flags-set): Added autoload setting.
3878
3879         * elmo-internal.el (elmo-internal-folder-list): Changed `mark' to
3880         `flag'.
3881
3882         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Don't call
3883         `elmo-msgdb-global-mark-set'.
3884         (elmo-folder-msgdb-create-plugged): Changed callback-data structure;
3885         Call `elmo-global-flags-set'.
3886         (elmo-folder-unflag-important-plugged): Renamed from `mark' to
3887         `flag'.
3888         (elmo-folder-flag-as-important-plugged): Ditto.
3889         (elmo-folder-unflag-read-plugged): Ditto.
3890         (elmo-folder-flag-as-read-plugged): Ditto.
3891         (elmo-folder-unflag-answered-plugged): Ditto.
3892         (elmo-folder-flag-as-answered-plugged): Ditto.
3893         (elmo-global-flags-set): Added autoload setting.
3894
3895         * elmo-filter.el (elmo-folder-flag-as-read): Renamed from `mark' to
3896         `flag'.
3897         (elmo-folder-unflag-read): Ditto.
3898         (elmo-folder-flag-as-important): Ditto.
3899         (elmo-folder-unflag-important): Ditto.
3900         (elmo-folder-flag-as-answered): Ditto.
3901         (elmo-folder-unflag-answered): Ditto.
3902
3903         * elmo-dop.el (elmo-dop-queue-merge-method-list): Follow the API
3904         change of `mark'->`flag'.
3905         (elmo-dop-queue-method-name-alist): Ditto.
3906         (elmo-folder-flag-as-read-dop): Renamed from `mark' to `flag'.
3907         (elmo-folder-unflag-read-dop): Ditto.
3908         (elmo-folder-flag-as-important-dop): Ditto.
3909         (elmo-folder-unflag-important-dop): Ditto.
3910         (elmo-folder-flag-as-answered-dop): Ditto.
3911         (elmo-folder-unflag-answered-dop): Ditto.
3912
3913         * elmo-cache.el (elmo-folder-msgdb-create): Call
3914         `elmo-global-flags-set'.
3915
3916         * elmo-archive.el (elmo-archive-msgdb-create-as-numlist-subr1):
3917         Call `elmo-global-flags-set'.
3918         (elmo-archive-msgdb-create-as-numlist-subr2): Call
3919         elmo-archive-parse-mmdf with argument `folder'.
3920         (elmo-archive-parse-mmdf): Added argument `folder';
3921         Call `elmo-global-flags-set'.
3922
3923         * elmo-version.el (elmo-version): Up to 2.11.14.
3924
3925 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3926
3927         * modb.el (elmo-msgdb-length): Define.
3928
3929         * elmo.el (elmo-make-folder): Fixed.
3930         (elmo-generic-folder-append-messages): Follow the API change.
3931
3932         * elmo-dop.el (elmo-folder-append-buffer-dop-delayed): Follow the
3933         API change.
3934
3935 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3936
3937         * modb.el: New file.
3938
3939         * modb-entity.el: Ditto.
3940
3941         * modb-legacy.el: Ditto.
3942
3943         * elmo-msgdb.el (elmo-make-msgdb): Added 2nd argument `type'.
3944         (elmo-msgdb-get-number): Use `elmo-msgdb-message-entity' instead
3945         of `elmo-msgdb-overview-get-entity'.
3946         (elmo-msgdb-get-field): Ditto.
3947         (elmo-msgdb-merge): Moved to `elmo.el'.
3948         (elmo-msgdb-length): Removed; redefine as modb method.
3949         (elmo-msgdb-change-mark): Abolish.
3950         (elmo-msgdb-out-of-date-messages): Rewrite; don't use it.
3951         (elmo-msgdb-match-condition): Don't use mark.
3952         (elmo-msgdb-overview-get-entity): Abolish.
3953         Split modb part into `modb*.el'.
3954
3955         * elmo-vars.el (elmo-msgdb-default-type): New user option.
3956
3957         * elmo-shimbun.el (shimbun-mua-search-id): Use
3958         `elmo-msgdb-message-entity' instead of
3959         `elmo-msgdb-overview-get-entity'.
3960         (elmo-shimbun-folder-shimbun-header): Ditto.
3961         (elmo-shimbun-get-headers): Ditto.
3962         (elmo-shimbun-update-overview): Ditto.
3963
3964         * elmo-mime.el (elmo-mime-display-as-is): Ditto.
3965
3966         * elmo-filter.el (elmo-folder-msgdb-create): Ditto.
3967
3968         * elmo.el (elmo-folder-list-messages-with-global-mark): Ditto.
3969         (elmo-msgdb-merge): Moved from `elmo-msgdb.el'.
3970
3971         * elmo-mark.el (elmo-mark-folder-msgdb-create): Don't use
3972         `elmo-msgdb-mark-to-flags'.
3973
3974         * elmo-map.el (elmo-folder-pack-numbers): Don't use
3975         `elmo-msgdb-set-path'.
3976
3977         * elmo-localdir.el (elmo-folder-pack-numbers): Ditto.
3978  
3979         * elmo-version.el (elmo-version): Up to 2.11.13.
3980
3981         * elmo.el (elmo-generic-folder-commit): Don't load msgdb.
3982
3983         * elmo-mark.el (elmo-mark-folder-msgdb-create): Use flag instead
3984         of mark.
3985
3986 2003-09-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3987
3988         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Fixed paren
3989         mismatch.
3990
3991 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3992
3993         * elmo.el (elmo-message-cached-p): Use `elmo-message-flagged-p'
3994         instead of `elmo-msgdb-get-cached'.
3995         (elmo-message-set-cached): Don't use `elmo-msgdb-set-cached'.
3996
3997         * elmo-msgdb.el (elmo-msgdb-get-cached): Abolish.
3998         (elmo-msgdb-set-cached): Ditto.
3999         (elmo-msgdb-set-flag): Rewrite.
4000         (elmo-msgdb-unset-flag): Ditto.
4001
4002         * elmo-msgdb.el: Rewrite with luna.
4003
4004         * elmo.el (elmo-folder-msgdb-load): Renamed from `elmo-msgdb-load'.
4005         (elmo-folder-msgdb): Follow the change above.
4006         (elmo-generic-folder-commit): Use `elmo-msgdb-save'.
4007         (elmo-folder-unmark-important): Follow the API change.
4008         (elmo-folder-mark-as-important): Ditto.
4009         (elmo-folder-unmark-read): Ditto.
4010         (elmo-folder-mark-as-read): Ditto.
4011         (elmo-folder-unmark-answered): Ditto.
4012         (elmo-folder-mark-as-answered): Ditto.
4013         (elmo-folder-clear): Likewise.
4014
4015         * elmo-imap4.el (elmo-folder-open): Use `elmo-folder-msgdb-load'
4016         instead of `elmo-msgdb-load' (renamed).
4017
4018         * elmo-version.el (elmo-version): Up to 2.11.12.
4019
4020 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4021
4022         * elmo.el (elmo-generic-folder-append-messages): Follow the API
4023         change.
4024         (elmo-message-mark): Abolish.
4025         (elmo-folder-synchronize): Use `elmo-msgdb-out-of-date-messages'
4026         instead of `elmo-msgdb-change-mark'.
4027
4028         * elmo-pipe.el (elmo-message-mark): Abolish.
4029
4030         * elmo-multi.el (elmo-message-mark): Ditto.
4031
4032         * elmo-msgdb.el (elmo-msgdb-new-mark): Changed to constant.
4033         (elmo-msgdb-unread-uncached-mark): Ditto.
4034         (elmo-msgdb-unread-cached-mark): Ditto.
4035         (elmo-msgdb-read-uncached-mark): Ditto.
4036         (elmo-msgdb-answered-cached-mark): Ditto.
4037         (elmo-msgdb-answered-uncached-mark): Ditto.
4038         (elmo-msgdb-important-mark): Ditto.
4039         (elmo-msgdb-flags-to-mark): Remove arguments `cached' and
4040         `use-cache'.
4041         (elmo-msgdb-append-entity): Changed 3rd arg from `mark' to
4042         `flags'.
4043         (elmo-flag-table-load): Changed flag to list of flag.
4044         (elmo-flag-table-set): If flags is nil, set read flag.
4045         (elmo-flag-table-get): Return derived flags from global mark,
4046         cache status and saved flags.
4047         (elmo-msgdb-flag-table): Follow the change above.
4048         (elmo-msgdb-out-of-date-messages): New function.
4049
4050         * elmo-shimbun.el (elmo-folder-msgdb-create): Follow the API change.
4051
4052         * elmo-sendlog.el (elmo-folder-msgdb-create): Ditto.
4053
4054         * elmo-pop3.el (elmo-pop3-msgdb-create-message): Ditto.
4055
4056         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Ditto.
4057         (elmo-nntp-msgdb-create-message): Ditto.
4058
4059         * elmo-map.el (elmo-folder-pack-numbers): Ditto.
4060
4061         * elmo-maildir.el (elmo-maildir-list-location): Treat flags as
4062         independent.
4063         (elmo-folder-msgdb-create): Follow the API change.
4064
4065         * elmo-localdir.el (elmo-folder-msgdb-create): Ditto.
4066         (elmo-folder-append-messages): Ditto.
4067
4068         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Ditto.
4069         (elmo-folder-append-buffer): Ditto.
4070
4071         * elmo-filter.el (elmo-folder-msgdb-create): Ditto.
4072
4073         * elmo-cache.el (elmo-folder-msgdb-create): Ditto.
4074
4075         * elmo-archive.el (elmo-archive-msgdb-create-as-numlist-subr1): Ditto.
4076         (elmo-archive-parse-mmdf): Ditto.
4077
4078         * elmo-version.el (elmo-version): Up to 2.11.11.
4079
4080 2003-09-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4081
4082         * elmo.el (elmo-message-flags): Use `elmo-msgdb-flags' instead of
4083         `elmo-msgdb-mark'.
4084
4085         * elmo-util.el (elmo-with-progress-display): Fixed edebug spec.
4086
4087         * elmo-pipe.el (elmo-message-flags): Defined.
4088
4089         * elmo-multi.el (elmo-message-flags): Ditto.
4090
4091 2003-09-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4092
4093         * elmo-msgdb.el (elmo-msgdb-delete-messages): Renamed from
4094         `elmo-msgdb-delete-msgs'.
4095
4096         * elmo.el (elmo-folder-count-flags): Don't use
4097         `elmo-msgdb-get-mark-alist'.
4098         (elmo-folder-detach-messages): Follow the API change.
4099
4100         * elmo.el (elmo-folder-list-messages): Append killed messages into
4101         result if `visible-only' is nil.
4102
4103         * elmo-nntp.el (elmo-nntp-catchup-msgdb): Return a list of
4104         canceled messages.
4105         (elmo-nntp-folder-msgdb-create): Kill messages which already canceled.
4106         (elmo-folder-update-number): Likewise.
4107
4108         * elmo-pop3.el (elmo-pop3-sort-overview-by-original-number): Abolish.
4109         (elmo-pop3-sort-msgdb-by-original-number): Use
4110         `elmo-msgdb-sort-entities'.
4111
4112         * elmo-msgdb.el (elmo-msgdb-sort-entities): New function.
4113         (elmo-msgdb-sort-by-date): Use it.
4114         (elmo-msgdb-overview-sort-by-date): Abolish.
4115
4116         * elmo-dop.el (elmo-folder-status-dop): Fixed.
4117
4118         * elmo-msgdb.el (elmo-msgdb-list-messages): Undo last change.
4119         (elmo-msgdb-flags): New function.
4120         (elmo-msgdb-merge): Use elmo-msgdb-append.
4121
4122         * elmo-localdir.el (elmo-folder-pack-numbers): Fixed the last
4123         change.
4124
4125         * elmo-map.el (elmo-folder-pack-numbers): Ditto.
4126
4127         * elmo-dop.el (elmo-folder-status-dop): Use
4128         elmo-folder-list-messages instead of elmo-msgdb-list-messages.
4129
4130 2003-09-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4131
4132         * elmo-map.el (elmo-folder-pack-numbers): Rewrite.
4133
4134         * elmo-localdir.el (elmo-folder-pack-numbers): Fixed last change.
4135
4136         * elmo-msgdb.el (elmo-msgdb-append-entity): Fixed.
4137
4138         * elmo-util.el (elmo-with-progress-display): New macro.
4139
4140         * elmo-localdir.el (elmo-folder-pack-numbers): Rewrite.
4141
4142 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4143
4144         * elmo-shimbun.el (elmo-shimbun-folder-entity-hash): Use
4145         `elmo-folder-list-message-entities' instead of
4146         `elmo-msgdb-get-overview'.
4147         (elmo-map-folder-list-message-locations): Ditto.
4148
4149         * elmo-msgdb.el (elmo-msgdb-append): Rewrite (use interface
4150         methods instead of treat directly).
4151         (elmo-msgdb-clear): Ditto.
4152         (elmo-msgdb-delete-msgs): Ditto.
4153         (elmo-msgdb-sort-by-date): Ditto.
4154
4155         * elmo-nntp.el (elmo-nntp-msgdb-create-message): Removed unused
4156         local variables.
4157         (elmo-nntp-folder-msgdb-create): Follow the API change.
4158
4159         * elmo-version.el (elmo-version): Up to 2.11.10.
4160
4161 2003-08-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4162
4163         * elmo-msgdb.el (elmo-msgdb-mark-to-flags): New function.
4164         (elmo-msgdb-flags-to-mark): Ditto.
4165         (elmo-msgdb-append-entity): Ditto.
4166
4167         * elmo-archive.el (elmo-archive-msgdb-create-as-numlist-subr1):
4168         Use `elmo-msgdb-append-entity' instead of construct msgdb.
4169         (elmo-archive-msgdb-create-as-numlist-subr2): Ditto.
4170         (elmo-archive-parse-mmdf): Ditto.
4171
4172         * elmo-cache.el (elmo-folder-msgdb-create): Ditto.
4173
4174         * elmo-filter.el (elmo-folder-msgdb-create): Ditto.
4175
4176         * elmo-localdir.el (elmo-folder-msgdb-create): Ditto.
4177
4178         * elmo-maildir.el (elmo-folder-msgdb-create): Ditto.
4179
4180         * elmo-mark.el (elmo-mark-folder-msgdb-create): Ditto.
4181
4182         * elmo-nmz.el (elmo-folder-msgdb-create): Ditto.
4183
4184         * elmo-sendlog.el (elmo-folder-msgdb-create): Ditto.
4185
4186         * elmo-shimbun.el (elmo-folder-msgdb-create): Ditto.
4187
4188         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Ditto.
4189         (elmo-folder-msgdb-create-plugged): Set elmo-imap4-current-msgdb
4190         to empty msgdb.
4191
4192         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Use
4193         `elmo-msgdb-make-message-entity' and `elmo-msgdb-append-entity'
4194         instead of directly construction.
4195         (elmo-nntp-msgdb-create-message): Use `elmo-msgdb-append-entity'
4196         instead of construct msgdb.
4197
4198         * elmo-pop3.el (elmo-pop3-sort-msgdb-by-original-number): Use
4199         `elmo-msgdb-set-overview' instead of reconstruct msgdb.
4200         (elmo-pop3-msgdb-create-message): Use `elmo-msgdb-append-entity'
4201         instead of construct msgdb.
4202
4203 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4204
4205         * elmo-msgdb.el (elmo-msgdb-message-entity-field): Decode value
4206         when field is from or subject.
4207
4208 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
4209
4210         * elmo-multi.el (elmo-message-entity-parent): Define.
4211         (elmo-folder-search): Rewrite.
4212
4213 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4214
4215         * elmo-multi.el (elmo-message-cached-p): Define.
4216
4217         * elmo.el (elmo-message-cached-p): New method.
4218         (elmo-message-accessible-p): Use it instead of msgdb API directly.
4219         (elmo-message-flags): New method.
4220         (elmo-message-flagged-p): New function.
4221
4222         * elmo-version.el (elmo-version): Up to 2.11.9.
4223
4224 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4225
4226         * elmo-version.el (elmo-version): Up to 2.11.8.
4227
4228         * elmo.el (elmo-folder-move-messages): Removed unused arguments.
4229
4230         * elmo-pipe.el (elmo-pipe-drain): Follow the change above.
4231
4232 2003-08-14  Yuuichi Teranishi  <teranisi@gohome.org>
4233
4234         * elmo.el (elmo-folder-detach-messages): Undo last change.
4235
4236 2003-08-13  Yuuichi Teranishi  <teranisi@gohome.org>
4237
4238         * elmo.el (elmo-folder-detach-messages): Don't load msgdb if empty.
4239
4240         * elmo-pipe.el (elmo-pipe-drain): Bind elmo-inhibit-number-mapping
4241         only when src folder type is pop3.
4242
4243 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
4244
4245         * elmo-msgdb.el (elmo-msgdb-make-index): Use
4246         elmo-msgdb-overview-entity-get-number instead of
4247         elmo-message-entity-number.
4248
4249 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4250
4251         * elmo-version.el (elmo-version): Up to 2.11.7.
4252
4253 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
4254
4255         * elmo.el (elmo-folder-append-msgdb): Rewrite and define as an inline
4256         function.
4257
4258         * elmo-msgdb.el (elmo-msgdb-append): Use elmo-msgdb-make-index-return.
4259         (elmo-msgdb-merge): New function.
4260         (elmo-msgdb-make-index-return): Renamed from elmo-msgdb-make-index.
4261         (elmo-msgdb-make-index): Rewrite.
4262
4263         * elmo-version.el (elmo-version): Up to 2.11.6.
4264
4265         * elmo-msgdb.el (elmo-msgdb-list-messages): If argument is a string,
4266         use it as a the path for loading message entities.
4267
4268         * elmo-dop.el (elmo-folder-status-dop): Use elmo-msgdb-list-messages.
4269
4270 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
4271
4272         * elmo-filter.el (elmo-folder-set-message-modified): Set 
4273         message-modified slot of itself if it does not require target msgdb.
4274
4275         * elmo-mime.el (elmo-mime-message-display): Display message entirely
4276         if folder length is zero.
4277         (elmo-mime-display-as-is): Ditto.
4278
4279         * elmo-filter.el (elmo-folder-set-message-modified): Define.
4280
4281         * elmo-multi.el (elmo-folder-set-message-modified): Ditto.
4282
4283 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4284
4285         * elmo.el (elmo-folder-set-message-modified): New method.
4286         (elmo-generic-folder-commit): Use it.
4287         (elmo-folder-synchronize): Ditto.
4288
4289         * elmo-pipe.el (elmo-folder-set-message-modified): Define.
4290         (elmo-folder-commit): Remove duplicate definition.
4291
4292 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
4293
4294         * elmo.el (elmo-folder-list-message-entities): Ignore killed-list.
4295
4296 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4297
4298         * elmo.el (elmo-msgdb-load): Use elmo-msgdb-list-messages.
4299         (elmo-strict-folder-diff): Ditto.
4300         (elmo-folder-set-info-max-by-numdb): Simplify.
4301
4302         * elmo-nntp.el (elmo-nntp-folder-msgdb-create): Use
4303         elmo-msgdb-list-messages.
4304
4305         * elmo-msgdb.el (elmo-msgdb-seen-save): Abolish.
4306         (elmo-msgdb-list-flagged): Fixed problem when `flag' is `read'.
4307
4308 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
4309
4310         * elmo.el (elmo-folder-list-messages): Treat killed-list only when
4311         visible-only is non-nil.
4312         (elmo-folder-confirm-appends): Changed message.
4313         (elmo-folder-synchronize): Added argument disable-killed.
4314
4315         * elmo-multi.el (elmo-folder-synchronize): Added argument
4316         disable-killed.
4317
4318         * elmo-pipe.el (elmo-folder-synchronize): Ditto.
4319
4320         * elmo-version.el (elmo-version): Up to 2.11.5.
4321
4322         * elmo-multi.el (elmo-folder-search): Use nil for 1st argument of
4323         elmo-list-filter.
4324
4325         * elmo-util.el (elmo-list-filter): Simplify.
4326
4327         * elmo.el (elmo-generic-folder-commit): Use elmo-folder-list-messages.
4328         (elmo-folder-set-info-max-by-numdb): Changed argument to number list.
4329         (elmo-generic-folder-diff): Abolish argument.
4330         (elmo-msgdb-load): Don't use number-alist.
4331
4332         * elmo-filter.el (elmo-folder-diff): Abolish argument.
4333
4334         * elmo-pipe.el (elmo-folder-diff): Ditto.
4335
4336         * elmo-nmz.el (elmo-folder-diff): Ditto.
4337
4338         * elmo-net.el (elmo-folder-diff): Ditto.
4339
4340         * elmo-maildir.el (elmo-folder-diff): Ditto.
4341
4342         * elmo-imap4.el (elmo-folder-diff-async): Ditto.
4343
4344         * elmo-multi.el (elmo-folder-diff): Ditto
4345         (elmo-multi-folder-diff): Rewrite.
4346
4347 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4348
4349         * elmo-pipe.el (elmo-folder-msgdb): Define.
4350
4351 2003-08-01  Yuuichi Teranishi  <teranisi@gohome.org>
4352
4353         * elmo.el (elmo-message-set-cached): Define as a method.
4354
4355         * elmo-pipe.el (elmo-message-set-cached): Define.
4356         (elmo-find-fetch-strategy): Ditto.
4357
4358         * elmo-multi.el (elmo-message-set-cached): Define.
4359         (elmo-find-fetch-strategy): Rewrite.
4360
4361         * elmo-mime.el (elmo-mime-message-display): Use elmo-message-entity.
4362
4363         * elmo-pipe.el (elmo-message-folder): Fixed definition.
4364
4365 2003-07-30  Yuuichi Teranishi  <teranisi@gohome.org>
4366
4367         * elmo-msgdb.el (elmo-msgdb-list-messages): Use number of overviews
4368         instead of number-alist.
4369
4370         * elmo-localdir.el (elmo-folder-append-messages): Don't refer
4371         mark nor message-id when msgdb of source folder is not loaded.
4372
4373         * elmo.el (elmo-generic-folder-append-messages): Ditto.
4374
4375         * elmo-maildir.el (elmo-folder-append-messages): Ditto.
4376
4377 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
4378
4379         * elmo.el (elmo-folder-length): Don't require msgdb.
4380
4381 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
4382
4383         * elmo.el (elmo-message-mark): Cause an error when empty folder.
4384         (elmo-message-field): Ditto.
4385
4386         * elmo-maildir.el (luna-define-class): Added slot `answered-locations'.
4387         (elmo-map-folder-list-message-locations): Setup `answered-locations'
4388         slot.
4389         (elmo-map-folder-list-answereds): Define.
4390         (elmo-maildir-list-location): Treat 'R' info.
4391         (elmo-folder-msgdb-create): Treat flag-table.
4392         (elmo-folder-append-messages): Save flag-table.
4393
4394 2002-05-05  David Smith <ultrasoul@ultrasoul.com>
4395
4396         * elmo-imap4.el (elmo-imap4-folder-diff-plugged): 
4397         Use SELECT when elmo-imap4-use-select-to-update-status is t.
4398
4399 2003-07-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4400
4401         * elmo.el (elmo-generic-folder-append-messages): Fixed last change.
4402
4403         * elmo-localdir.el (elmo-folder-append-messages): Set flag as
4404         'read when mark is null.
4405
4406 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4407
4408         * elmo-version.el (elmo-version): Up to 2.11.4.
4409
4410 2003-07-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4411
4412         * elmo-pipe.el (elmo-folder-unmark-answered): Define.
4413         (elmo-folder-mark-as-answered): Ditto.
4414
4415 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
4416
4417         * elmo-pop3.el (elmo-pop3-exists-exactly): Set default value as nil.
4418         (elmo-pop3-get-session): Make msgdb directory after session.
4419         (elmo-folder-exists-p): Check exactly at the first time even when the
4420         elmo-pop3-exists-exactly is nil.
4421
4422         * elmo-pipe.el (elmo-folder-open-internal): Don't drain here.
4423         (elmo-folder-list-messages): Define instead of
4424         elmo-folder-list-messages-internal.
4425         (elmo-folder-check): Check destination folder.
4426         (elmo-folder-synchronize): Drain the pipe.
4427
4428         * elmo-localdir.el (elmo-folder-append-messages): Don't cause an error
4429         when msgdb is not loaded.
4430
4431         * elmo-msgdb.el (elmo-msgdb-append-to-killed-list): Abolish.
4432
4433         * elmo-imap4.el (elmo-folder-list-messages-plugged): Fixed.
4434         (elmo-imap4-folder-diff-plugged): Use uidnext to calculate number of
4435         messages.
4436
4437         * elmo.el (elmo-folder-kill-messages-before): New function.
4438         (elmo-folder-kill-messages): Ditto.
4439         (elmo-folder-synchronize): Use elmo-folder-kill-messages-before.
4440
4441         * elmo-imap4.el (elmo-folder-list-messages-plugged): 
4442         Don't use elmo-msgdb-max-of-killed. It is harmful when messages are
4443         killed not by synchronize (e.g. scoring).
4444
4445 2003-07-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4446
4447         * elmo.el (elmo-folder-search-fast): Return t if condition is not
4448         treated.
4449         (elmo-folder-search): Follow the change above.
4450
4451         * elmo-util.el (elmo-read-search-condition-internal): Add `Flag'
4452         into the candidates of search field.
4453
4454 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
4455
4456         * elmo-msgdb.el (elmo-msgdb-set-flag): Overwrite answered flag.
4457         (elmo-msgdb-unset-flag): Ditto.
4458
4459         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Precedes Seen flag.
4460
4461 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
4462
4463         * elmo-pipe.el (elmo-folder-msgdb-create): Don't define.
4464         (elmo-folder-commit): Define.
4465         (elmo-folder-synchronize): Ditto.
4466         (elmo-folder-list-flagged): Ditto.
4467         (elmo-folder-commit): Ditto.
4468         (elmo-folder-length): Ditto.
4469         (elmo-folder-count-flags): Ditto.
4470         (elmo-message-mark): Ditto.
4471         (elmo-message-field): Ditto.
4472         (elmo-message-entity): Ditto.
4473         (elmo-message-folder): Ditto.
4474
4475 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
4476
4477         * elmo.el (elmo-message-field): Define as a method.
4478
4479         * elmo-multi.el (elmo-message-entity): Fixed bug when no entity found.
4480         (elmo-message-field): Define.
4481
4482         * elmo.el (elmo-folder-list-unreads): Don't use msgdb API.
4483         (elmo-folder-list-importants): Ditto.
4484         (elmo-folder-list-answereds): Ditto.
4485
4486         * elmo-multi.el (elmo-folder-mark-as-important): Remove :before
4487         qualifier.
4488         (elmo-folder-mark-as-read): Ditto.
4489         (elmo-folder-unmark-read): Ditto.
4490         (elmo-folder-mark-as-answered): Ditto.
4491         (elmo-folder-unmark-answered): Ditto.
4492         (elmo-folder-list-flagged): Define.
4493         (elmo-folder-commit): Ditto.
4494         (elmo-folder-length): Ditto.
4495         (elmo-folder-count-flags): Ditto.
4496
4497 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
4498
4499         * elmo.el (elmo-folder-detach-messages): New method.
4500         (elmo-folder-move-messages): Use it.
4501         (elmo-folder-synchronize): Ditto.
4502
4503         * elmo-multi.el (elmo-folder-detach-messages): Define.
4504
4505         * elmo.el (elmo-message-copy-entity): New function.
4506         (elmo-message-entity-set-number): Ditto.
4507         (elmo-message-mark): Define as method.
4508
4509         * elmo-multi.el (elmo-multi-real-folder-number): Changed position.
4510         (elmo-folder-synchronize): Return 0 (Should be reconsider).
4511         (elmo-message-entity): Fixed last change.
4512         (elmo-message-mark): Define.
4513         (elmo-folder-msgdb-create): Abolish.
4514         (elmo-multi-folder-append-msgdb): Ditto.
4515         (elmo-multi-folder-diff): Fixed.
4516         (elmo-multi-split-number-alist): Removed.
4517         (elmo-multi-split-mark-alist): Removed.
4518         (elmo-folder-list-messages): Define.
4519         (elmo-folder-list-messages-internal): Removed.
4520
4521         * elmo-localdir.el (elmo-folder-append-messages): Treat flags for
4522         local file messages.
4523         (elmo-folder-msgdb-create): Fixed read mark.
4524
4525 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4526
4527         * elmo.el (elmo-generic-folder-append-messages): Set flag as nil
4528         if mark is nil.
4529
4530 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
4531
4532         * elmo.el (elmo-folder-list-message-entities): Define as inline
4533         function.
4534         (elmo-folder-messages): Abolish.
4535
4536         * elmo-multi.el (elmo-folder-check): Call elmo-folder-check for each
4537         folder.
4538         (elmo-folder-synchronize): Define.
4539         (elmo-message-entity): Define.
4540
4541 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
4542
4543         * elmo-imap4.el (elmo-folder-delete-messages-plugged): Call
4544         elmo-imap4-session-select-mailbox.
4545
4546         * elmo.el (elmo-folder-move-messages): Don't display any message.
4547
4548         * elmo-imap4.el (elmo-imap4-send-command): Accept process output when
4549         parsing.
4550         (elmo-imap4-session-check): Don't wait CHECK response.
4551         (elmo-folder-delete-messages-plugged): Don't wait EXPUNGE response.
4552
4553 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
4554
4555         * elmo.el (elmo-folder-synchronize): Fixed bug when sync-all.
4556
4557 2003-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
4558
4559         * elmo-multi.el (elmo-folder-process-crosspost): Follow the change in
4560         API.
4561         * elmo-nntp.el (elmo-folder-process-crosspost): Ditto.
4562
4563
4564         * elmo.el (elmo-folder-process-crosspost): Remove optional argument.
4565         (elmo-folder-list-message-entities): Added argument in-msgdb and
4566         numbers.
4567         (elmo-folder-synchronize): Define as a method.
4568
4569         * elmo-nntp.el (elmo-folder-initialize): Don't use
4570         elmo-nntp-default-user if zero-length username is specified
4571         explicitly.
4572
4573 2003-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
4574
4575         * elmo-nntp.el (elmo-nntp-folder-list-subfolders): Don't omit
4576         server name in case with username.
4577         (XXX: this is ad-hoc fix against username includes "@", it
4578         should be solved fundamentally)
4579
4580 2003-07-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
4581
4582         * elmo-nntp.el (elmo-nntp-debug): New function.
4583         (elmo-nntp-send-command, elmo-nntp-process-filter): Call it.
4584         (elmo-network-authenticate-session): Hide auth-info from the log.
4585
4586         * elmo-nntp.el (elmo-nntp-folder-list-subfolders): Don't append
4587         user name if it is equal to elmo-nntp-default-user.
4588
4589 2003-06-07  Yuuichi Teranishi  <teranisi@gohome.org>
4590
4591         * elmo-shimbun.el (elmo-shimbun-get-headers): Use shimbun-server
4592         instead of shimbun-server-internal;
4593         Use shimbun-current-group instead of shimbun-current-group-internal.
4594         (elmo-folder-plugged-p): Use shimbun-server instead of
4595         shimbun-server-internal.
4596         (elmo-folder-set-plugged): Ditto.
4597         (elmo-net-port-info): Ditto.
4598         (elmo-folder-check): Ditto.
4599         (elmo-folder-expand-msgdb-path): Ditto.
4600         (elmo-folder-list-subfolders): Ditto.
4601
4602 2003-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
4603
4604         * elmo-msgdb.el (elmo-msgdb-overview-entity-get-extra-field):
4605         Convert field-name to lower case.
4606         (elmo-msgdb-overview-entity-set-extra-field): Ditto.
4607
4608 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4609
4610         * acap.el, elmo-imap4.el, elmo-nntp.el, elmo-util.el, pldap.el:
4611         `message' and `error' take format string.
4612
4613 2003-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4614
4615         * elmo-pipe.el (elmo-folder-clear): Implemented clear copied-list.
4616
4617 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4618
4619         * elmo-msgdb.el (elmo-msgdb-message-entity-field): Don't use self
4620         recursive call (can't byte compile on emacs 20.7).
4621
4622 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
4623
4624         * elmo.el (elmo-folder-list-messages): Redefine as a luna method.
4625         (elmo-folder-list-message-entities): New API.
4626         (elmo-message-entity): Ditto.
4627         (elmo-message-entity-parent): Ditto.
4628         (elmo-folder-do-each-message-entity): Ditto.
4629         (elmo-message-entity-number): Ditto.
4630         (elmo-message-entity-field): Ditto.
4631         (elmo-message-entity-set-field): Ditto.
4632         (elmo-folder-count-flags): Ditto.
4633         (elmo-folder-length): Ditto.
4634
4635         * elmo-util.el (elmo-get-hash-val): Check whether hashtable is nil or
4636         not.
4637
4638         * elmo-msgdb.el (elmo-msgdb-list-messages): New function.
4639         (elmo-msgdb-count-marks): Abolish.
4640         (elmo-msgdb-make-entity): Ditto.
4641         (elmo-msgdb-do-each-entity): Ditto.
4642         (elmo-msgdb-message-entity): New inline function.
4643         (elmo-msgdb-message-entity-field): Ditto.
4644         (elmo-msgdb-message-entity-set-field): Ditto.
4645         (elmo-msgdb-make-message-entity): New function.
4646
4647 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
4648
4649         * elmo.el (elmo-folder-append-buffer): Changed argument from unread 
4650         to flag. (All other related portions are changed.)
4651         (elmo-folder-msgdb-create): Likewise.
4652         (elmo-generic-folder-append-messages): Use flag-table instead of
4653         seen-list.
4654         (elmo-folder-move-messages): Removed redundant process.
4655         (elmo-folder-synchronize): Likewise.
4656
4657         * elmo-msgdb.el (elmo-flag-table-get): New function.
4658         (elmo-flag-table-save): Fixed.
4659         (elmo-msgdb-length): New inline function.
4660         (elmo-msgdb-flag-table): New function.
4661         (elmo-msgdb-mark): Add optional argument new.
4662         (elmo-msgdb-add-msgs-to-seen-list): Abolish.
4663         (elmo-msgdb-seen-list): Ditto.
4664         (elmo-msgdb-add-msgs-to-seen-list): Ditto.
4665
4666
4667 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
4668
4669         * elmo.el (elmo-message-set-mark): Abolish.
4670         (elmo-folder-unmark-important): Added optional argument `ignore-flag'.
4671         (All related portions are changed.)
4672
4673         * elmo-msgdb.el (toplevel): Added comment.
4674         (elmo-load-msgdb): Added 4th element `path'.
4675         (elmo-msgdb-append): Follow the change above.
4676         (elmo-msgdb-clear): Ditto.
4677         (elmo-msgdb-delete-msgs): Ditto.
4678         (elmo-msgdb-get-path): New inline function.
4679         (elmo-msgdb-set-path): Ditto.
4680         (elmo-flag-table-filename): New variable.
4681         (elmo-flag-table-load): New function.
4682         (elmo-flag-table-set): Ditto.
4683         (elmo-flag-table-save): Ditto.
4684         (elmo-msgdb-get-field-value): Abolish.
4685         (elmo-msgdb-overview-get-entity-by-number): Ditto.
4686
4687 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4688
4689         * elmo.el (elmo-folder-delete): Confirm deletion here, return t if
4690         the folder has been deleted successfully.
4691         * elmo-imap4.el (elmo-folder-delete): Ditto.
4692         * elmo-archive.el (elmo-folder-delete): Ditto.
4693         * elmo-localdir.el (elmo-folder-delete): Ditto.
4694         * elmo-maildir.el (elmo-folder-delete): Ditto.
4695
4696 2003-03-27  Tetsurou Okazaki  <okazaki@be.to>
4697
4698         * elmo-util.el (elmo-string-member-ignore-case): New function.
4699         * elmo-imap4.el (elmo-imap4-response-get-selectable-mailbox-list): Use it.
4700         (elmo-imap4-fetch-callback-1-subr): Likewise.
4701
4702 2003-03-27  Kimura Fuyuki <fuyuki@hadaly.org>
4703
4704         * elmo-imap4.el (elmo-imap4-response-get-selectable-mailbox-list): Fix
4705         the case of the name attribute "\Noselect".
4706
4707 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4708
4709         * elmo.el (elmo-folder-rename-internal): New method to cause error.
4710
4711         * elmo-localdir.el (elmo-folder-pack-numbers): onum, a member of
4712         flist, is not always a member of onum-alist.
4713
4714 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4715
4716         * elmo-version.el (elmo-version): Up to 2.11.3.
4717
4718 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4719
4720         * elmo-maildir.el (elmo-folder-rename-internal): New method,
4721         copied from localdir's one.
4722
4723         * elmo-pipe.el (elmo-folder-rename): New method, rename
4724         destination folder with leaving source folder as it is.
4725
4726 2003-02-08  KAMO Tomoyuki  <kamo@ITmanage.co.jp>
4727
4728         * elmo-nntp.el (elmo-nntp-get-folders-info): Don't use
4729         replace-regexp.
4730
4731 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4732
4733         * elmo-version.el (elmo-version): Up to 2.11.2.
4734
4735 2003-02-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4736
4737         * elmo-shimbun.el (elmo-folder-initialize): Do not call
4738         shimbun-open in case of "@".
4739         (elmo-folder-open-internal): Cope with shimbun = nil case.
4740         (elmo-folder-plugged-p): Ditto.
4741         (elmo-folder-list-subfolders): Make list for "@/" group.
4742
4743 2003-01-31  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4744
4745         * elmo-imap4.el (elmo-folder-expand-msgdb-path): Don't expand
4746         mailbox (e.g. for %~/something).
4747
4748 2003-01-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4749
4750         * elmo-localdir.el (elmo-folder-rename-internal): Referctoring;
4751         Replace nested conditional with guard clauses.
4752
4753 2003-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
4754
4755         * pldap.el (ldap-search-basic): Don't treat exit status 32 as an
4756         error [wl:11327].
4757
4758         * elmo-imap4.el (elmo-folder-msgdb-create-plugged): Bind print-level,
4759         print-depth.
4760
4761 2003-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4762
4763         * elmo-archive.el (elmo-folder-rename-internal): Referctoring;
4764         Replace nested conditional with guard clauses.
4765
4766 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4767
4768         * elmo-util.el (elmo-object-save): Bind print-level, print-length.
4769         (elmo-passwd-alist-save): Ditto.
4770         * elmo-database.el (elmo-database-msgid-put): Bind print-length.
4771
4772 2003-01-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4773
4774         * elmo-localdir.el (elmo-folder-expand-msgdb-path): Expand
4775         dir-name only if it is absolute path.
4776         (TODO: distinguish +/something and +something)
4777
4778 2003-01-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4779
4780         * elmo-localdir.el (elmo-folder-expand-msgdb-path): Correct msgdb
4781         path for "+~/something".
4782
4783 2003-01-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4784
4785         * elmo-localdir.el (elmo-folder-rename-internal): If new-dir exist
4786         as non-directory, cause error before rename-file.
4787         * elmo-archive.el (elmo-folder-rename-internal): Create directory
4788         apropriately, mimic localdir's one.
4789         Based on the patch from KAMO Tomoyuki <kamo@ITmanage.co.jp>.
4790
4791 2003-01-10  Tsutomu OKADA  <okada@furuno.co.jp>
4792
4793         * elmo-map.el (elmo-folder-pack-numbers): Fix name of the function.
4794
4795 2003-01-06  Yuuichi Teranishi  <teranisi@gohome.org>
4796
4797         * elmo-msgdb.el: Moved global mark handling stuffs to elmo-util.el.
4798
4799         * elmo-util.el: Moved global mark handling stuffs from elmo-msgdb.el.
4800         
4801         * elmo-util.el (elmo-file-cache-delete): Check whether the cache file
4802         is included in the global-mark or not.
4803
4804 2002-12-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4805
4806         * utf7.el (toplevel): Avoid error when the function
4807         find-coding-system does not exist.
4808
4809 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4810
4811         * elmo-nntp.el (elmo-folder-search): Body search is to search from
4812         cache even if the folder is plugged.
4813         (elmo-nntp-search-primitive): Do nothing when body search is
4814         invoked (although it is not used by the change above).
4815         * elmo-multi.el (elmo-folder-search): Don't ignore error anymore.
4816
4817 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4818
4819         * elmo-version.el (elmo-version): Up to 2.11.1.
4820
4821 2002-12-10  Kenichi OKADA  <okada@opaopa.org>
4822
4823         * elmo-archive.el: Specify charset.
4824
4825 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4826
4827         * elmo-pop3.el (elmo-pop3-process-filter): Check whether the pop3
4828         process buffer lives or not.
4829
4830         * elmo-dop.el (elmo-dop-queue-flush): Don't append to the dop-queue
4831         while flushing queues (It causes infinite loop).
4832
4833 2002-11-26  Yuuichi Teranishi  <teranisi@gohome.org>
4834
4835         * elmo-imap4.el (elmo-folder-list-subfolders): Fixed last change.
4836
4837 2002-11-24  Yuuichi Teranishi  <teranisi@gohome.org>
4838
4839         * utf7.el (toplevel): Check the ucs features dynamically.
4840         (Advice from Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>)
4841
4842         * elmo-pipe.el (elmo-folder-creatable-p): Don't check whether the
4843         folder is creatabe or not if it already exists.
4844
4845 2002-11-21  Yuuichi Teranishi  <teranisi@gohome.org>
4846
4847         * elmo-nntp.el (elmo-nntp-search-primitive): Revert the last change.
4848
4849         * elmo-multi.el (elmo-folder-search): Ignore errors while search.
4850
4851         * elmo-imap4.el (elmo-imap4-response-garbage-p): New macro.
4852         (elmo-imap4-read-response): Take care of garbage response.
4853
4854 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4855
4856         * elmo-nntp.el (elmo-nntp-search-primitive): Fix the last change,
4857         just return nil instead of error.
4858
4859 2002-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4860
4861         * elmo-nntp.el (elmo-nntp-search-primitive): Cause error when the
4862         search-key is "body".
4863
4864 2002-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
4865
4866         * elmo-imap4.el (elmo-folder-list-subfolders): Check the return value
4867         of elmo-string-matched-assoc to use match-data.
4868         (Thanks to Mito <mito@mxa.nes.nec.co.jp>)
4869
4870 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4871
4872         * elmo-split.el (elmo-split->): New function.
4873         (elmo-split-<): Ditto.
4874
4875 2002-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
4876
4877         * elmo-msgdb.el (elmo-msgdb-get-message-id-from-buffer): Added
4878         workaround for invalid message-id.
4879
4880 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4881
4882         * elmo-pop3.el (elmo-pop3-get-session): If if-exists is 'any-exists,
4883         return normal pop3 session or pop3 biff session.
4884
4885 2002-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
4886
4887         * elmo-maildir.el (elmo-maildir-update-current): Don't append
4888         info part to the cur files when the new files already have it.
4889         (Adviced by Jared Rhine <jared@wordzoo.com>)
4890
4891 2002-11-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4892
4893         * elmo-split.el (elmo-split-default-action): New variable.
4894         (elmo-split-subr): Use it if all other conditions are passed.
4895         Extend `fname' and rename it as `action'. (implemented
4896         Teranishi-san's idea in [wl:10800])
4897
4898 2002-10-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4899
4900         * elmo-imap4.el: Remove Nemacs hack, replace `elmo-read' by `read'.
4901         * elmo-util.el: Ditto.
4902
4903 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4904
4905         * elmo.el (elmo-message-accessible-p): Renamed from
4906         elmo-message-cached-p and rewritten.
4907
4908 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4909
4910         * elmo.el (elmo-folder-list-flagged): New generic function.
4911         (elmo-folder-list-importants): New implementation.
4912         (elmo-folder-list-answereds): Ditto.
4913         (elmo-folder-search-fast):  Use 'flag' instead of 'mark';
4914         Added 'digest'.
4915         (elmo-message-cached-p): New function.
4916         (elmo-message-set-flag): Ditto (no content).
4917         (elmo-message-unset-flag): Ditto.
4918         (elmo-folder-list-messages-mark-match): Abolish.
4919
4920         * elmo-util.el (elmo-regexp-opt): New function.
4921
4922         * elmo-msgdb.el (elmo-msgdb-get-cached): New function.
4923         (elmo-msgdb-match-condition-primitive): Use 'flag' instead of 'mark';
4924         Added 'digest'.
4925         (elmo-msgdb-list-flagged): New function.
4926
4927         * elmo-imap4.el (elmo-imap4-folder-list-digest-plugged): New function.
4928         (elmo-imap4-search-internal-primitive): Use 'flag' instead of 'mark';
4929         Added 'digest'.
4930
4931         * elmo-filter.el (elmo-folder-diff): Use 'flag' instead of 'mark'.
4932
4933 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4934
4935         * elmo-version.el (elmo-version): Up to 2.11.0.
4936
4937 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4938
4939         * elmo-msgdb.el (elmo-msgdb-set-flag): Use
4940         `elmo-file-cache-exists-p'; use proper mark that depends on
4941         `use-cache'.
4942         (elmo-msgdb-unset-flag): Ditto.
4943         (elmo-msgdb-set-cached): Ditto. added argument `use-cache'.
4944
4945         * elmo.el (elmo-message-set-cached): Call `elmo-msgdb-set-cached'
4946         with 4th argument `use-cache'.
4947
4948 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4949
4950         * elmo.el (elmo-folder-unmark-important): Follow the changes above.
4951         (elmo-folder-mark-as-important): Ditto.
4952         (elmo-folder-unmark-read): Ditto.
4953         (elmo-folder-mark-as-read): Ditto.
4954         (elmo-folder-unmark-answered): Ditto.
4955         (elmo-folder-mark-as-answered): Ditto.
4956
4957         * elmo-msgdb.el (elmo-msgdb-set-cached): Use the term 'flag' for
4958         message status.
4959         (elmo-msgdb-mark): Likewise.
4960         (elmo-msgdb-set-flag): Renamed from elmo-msgdb-set-status.
4961         (elmo-msgdb-unset-flag): Likewise.
4962
4963         * elmo.el (elmo-generic-folder-diff): Avoid byte-compile warning.
4964
4965 2002-10-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4966
4967         * elmo-filter.el (elmo-folder-diff): Fixed condition checking
4968         `last:' filter.
4969
4970 2002-10-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4971
4972         * elmo-dop.el (elmo-folder-status-dop): If spool-folder is absent,
4973         set spool-length to 0.
4974
4975 2002-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4976
4977         * elmo-dop.el (elmo-dop-queue-flush): Check obsolete at first.
4978         (elmo-dop-queue-flush): Fixed last change.
4979
4980 2002-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4981
4982         * elmo-filter.el (elmo-folder-list-unreads): Call generic method
4983         if require-msgdb slot is nil.
4984         (elmo-folder-list-importants): Likewise.
4985
4986 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4987
4988         * elmo.el (elmo-message-set-cached): Set mark-modified slot if
4989         mark is changed.
4990
4991         * elmo-msgdb.el (elmo-msgdb-set-mark): Return t.
4992         (elmo-msgdb-set-cached): Undo last change; return non-nil if mark
4993         is changed.
4994
4995 2002-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
4996
4997         * elmo-msgdb.el (elmo-msgdb-set-cached): Set mark-modified slot.
4998
4999 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
5000
5001         * elmo-msgdb.el (elmo-msgdb-unset-status): Set mark-modified slot.
5002
5003         * elmo-multi.el (elmo-folder-close): Set msgdb of children as nil.
5004
5005 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5006
5007         * elmo-msgdb.el (elmo-msgdb-set-status): Fixed logic (new to read).
5008         (elmo-msgdb-uncached-marks): Added elmo-msgdb-new-mark.
5009
5010 2002-09-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5011
5012         * elmo.el: Add autoload setting for elmo-nntp-post, fix against
5013         the problem reported by Sean Rima [wl-en:180].
5014
5015 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
5016
5017         * elmo-filter.el (elmo-folder-diff): Treat 'mark:' filter.
5018
5019         * elmo.el (elmo-folder-unmark-read): Added argument `ignore-flag'.
5020
5021         * elmo-filter.el (elmo-folder-unmark-read): Ditto.
5022
5023         * elmo-map.el (elmo-folder-unmark-read): Ditto.
5024
5025         * elmo-multi.el (elmo-folder-unmark-read): Ditto.
5026
5027         * elmo-net.el (elmo-folder-unmark-read): Ditto.
5028
5029         * elmo-pipe.el (elmo-folder-unmark-read): Ditto.
5030
5031 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5032
5033         * elmo-imap4.el (elmo-imap4-parse-status): Skip white spaces after
5034         status number.
5035
5036 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
5037
5038         * elmo.el (elmo-folder-mark-as-read): Added argument `ignore-flag'.
5039         (elmo-folder-mark-as-read): Follow the API change.
5040         (elmo-message-set-cached): New function.
5041
5042         * elmo-pipe.el (elmo-folder-mark-as-read): Follow the API change.
5043
5044         * elmo-nntp.el (elmo-folder-mark-as-read): Set :before qualifier.
5045
5046         * elmo-net.el (elmo-folder-unmark-important): Set :before qualifier.
5047         (elmo-folder-mark-as-important): Ditto.
5048         (elmo-folder-unmark-read): Ditto.
5049         (elmo-folder-mark-as-read): Ditto.
5050         (elmo-folder-unmark-answered): Ditto.
5051         (elmo-folder-mark-as-answered): Ditto.
5052
5053         * elmo-multi.el (elmo-folder-mark-as-important): Set :before qualifier.
5054         (elmo-folder-unmark-important): Ditto.
5055         (elmo-folder-mark-as-read): Ditto.
5056         (elmo-folder-unmark-read): Ditto.
5057         (elmo-folder-mark-as-answered): Ditto.
5058         (elmo-folder-unmark-answered): Ditto.
5059
5060         * elmo-mark.el (toplevel): Removed some mark method definitions.
5061
5062         * elmo-map.el (elmo-map-folder-unmark-answered): New method.
5063         (elmo-map-folder-mark-as-answered): Ditto.
5064         (elmo-folder-unmark-important): Add :before qualifier.
5065         (elmo-folder-mark-as-important): Ditto.
5066         (elmo-folder-unmark-read): Ditto.
5067         (elmo-folder-mark-as-read): Ditto.
5068         (elmo-folder-unmark-answered): Define.
5069         (elmo-folder-mark-as-answered): Ditto.
5070
5071         * elmo-maildir.el (elmo-map-folder-mark-as-answered): Define.
5072         (elmo-map-folder-unmark-answered): Ditto.
5073
5074         * elmo-filter.el (elmo-folder-mark-as-read): Follow the API change.
5075
5076         * elmo-net.el (elmo-folder-unmark-important): Added :around qualifier.
5077         (elmo-folder-mark-as-important): Ditto.
5078         (elmo-folder-unmark-read): Ditto.
5079         (elmo-folder-mark-as-read): Ditto.
5080         (elmo-folder-unmark-answered): Ditto.
5081         (elmo-folder-mark-as-answered): Ditto.
5082
5083         * elmo-msgdb.el (elmo-msgdb-match-condition-primitive): Added argument
5084         `mark'; evaluate mark condition.
5085         (elmo-msgdb-match-condition-internal): New function.
5086         (elmo-msgdb-match-condition): Call it; changed argument.
5087
5088         * elmo.el (elmo-folder-search): Follow the API change on
5089         `elmo-msgdb-match-condition'.
5090
5091 2002-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5092
5093         * elmo-filter.el (elmo-folder-msgdb-create): Add to mark-alist if
5094         original mark is non-nil.
5095
5096 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
5097
5098         * elmo-map.el (elmo-map-folder-list-unreads): Define default behavior.
5099         (elmo-map-folder-list-answereds): New method.
5100         (elmo-folder-list-unreads): Add :around qualifier.
5101         (elmo-folder-list-importants): Ditto.
5102         (elmo-folder-list-answereds): Ditto.
5103
5104 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
5105
5106         * elmo-msgdb.el (elmo-msgdb-mark): New inline function.
5107
5108         * elmo-filter.el (elmo-folder-msgdb-create): Call target-folder's
5109         method if msgdb is not required.
5110         (elmo-filter-folder-list-importants): Don't treat global-mark.
5111
5112         * elmo.el (elmo-folder-list-importants): Ditto.
5113
5114         * elmo-net.el (elmo-folder-list-importants): Ditto.
5115
5116         * elmo-map.el (elmo-folder-list-importants): Ditto.
5117
5118         * elmo-msgdb.el (elmo-msgdb-seen-list): Use `elmo-msgdb-unread-marks'
5119
5120         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Set answered mark.
5121         (elmo-imap4-folder-list-any-plugged): New function.
5122         (elmo-imap4-search-internal-primitive): Use it.
5123
5124         * elmo-filter.el (elmo-folder-check): Synchronize original folder
5125         only when require-msgdb slot is non-nil.
5126         (elmo-folder-close): Clear target folder's msgdb.
5127
5128 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5129
5130         * elmo-pop3.el (elmo-folder-msgdb-create): Follow the API change.
5131         (elmo-pop3-msgdb-create-by-header): Ditto.
5132         (elmo-pop3-msgdb-create-message): Ditto.
5133
5134         * elmo-shimbun.el (elmo-folder-msgdb-create): Ditto.
5135
5136         * elmo-sendlog.el (elmo-folder-msgdb-create): Ditto.
5137
5138         * elmo-nmz.el (elmo-folder-msgdb-create): Ditto.
5139
5140         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Ditto.
5141         (elmo-folder-msgdb-create): Ditto.
5142         (elmo-nntp-folder-msgdb-create): Ditto.
5143         (elmo-nntp-msgdb-create-by-header): Ditto.
5144         (elmo-nntp-msgdb-create-message): Ditto.
5145         (elmo-folder-list-unreads): Define.
5146
5147         * elmo-pipe.el (elmo-folder-msgdb-create): Ditto.
5148         (elmo-folder-append-messages): Ditto.
5149         (elmo-folder-list-unreads): Define.
5150         (elmo-folder-list-importants): Ditto.
5151         (elmo-folder-list-answereds): Ditto.
5152
5153         * elmo-net.el (elmo-folder-list-unreads): Define.
5154         (elmo-folder-list-importants): Ditto.
5155         (elmo-folder-list-answereds): Ditto.
5156         (elmo-folder-list-answereds-plugged): Ditto.
5157         (elmo-folder-msgdb-create): Follow the API change.
5158         (elmo-folder-msgdb-create-unplugged): Ditto.
5159         (elmo-folder-unmark-answered): Define.
5160         (elmo-folder-mark-as-answered-unplugged): Ditto.
5161         (elmo-folder-unmark-answered-unplugged): Ditto.
5162
5163         * elmo-msgdb.el (elmo-msgdb-new-mark): New user option.
5164         (elmo-msgdb-unread-uncached-mark): Ditto.
5165         (elmo-msgdb-unread-cached-mark): Ditto.
5166         (elmo-msgdb-read-uncached-mark): Ditto.
5167         (elmo-msgdb-answered-cached-mark): Ditto.
5168         (elmo-msgdb-answered-uncached-mark): Ditto.
5169         (elmo-msgdb-important-mark): Ditto.
5170         (elmo-msgdb-set-mark): Rewrite.
5171         (elmo-msgdb-count-marks): Rewrite.
5172         (elmo-msgdb-mark-alist-set): Abolish.
5173         (elmo-msgdb-seen-list): Removed argument `seen-marks'.
5174         (elmo-msgdb-add-msgs-to-seen-list): Likewise.
5175
5176         * elmo-multi.el (elmo-folder-check): Call elmo-folder-synchronize.
5177         (elmo-folder-close): Define.
5178         (elmo-folder-msgdb-create): Follow the API change.
5179         (elmo-folder-list-unreads): Rewrite.
5180         (elmo-folder-mark-as-important): Ditto.
5181         (elmo-folder-unmark-important): Ditto.
5182         (elmo-folder-mark-as-read): Ditto.
5183         (elmo-folder-unmark-read): Ditto.
5184         (elmo-folder-mark-as-answered): Define.
5185         (elmo-folder-unmark-answered): Ditto.
5186
5187         * elmo-localdir.el (elmo-folder-msgdb-create): Follow the API change.
5188         (elmo-folder-append-messages): Ditto.
5189
5190         * elmo-mark.el (elmo-folder-msgdb-create): Ditto.
5191
5192         * elmo-map.el (elmo-folder-list-unreads): Ditto.
5193         (elmo-folder-list-importants): Ditto.
5194
5195         * elmo-maildir.el (elmo-folder-msgdb-create): Ditto.
5196         (elmo-folder-append-messages): Ditto.
5197
5198         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Follow the API
5199         change.
5200         (elmo-folder-msgdb-create-plugged): Ditto.
5201         (elmo-folder-append-messages): Ditto.
5202         (elmo-folder-list-answereds-plugged): Define.
5203         (elmo-imap4-search-internal-primitive): Add `mark' processing.
5204         (elmo-folder-unmark-answered-plugged): Define.
5205         (elmo-folder-mark-as-answered-plugged): Ditto.
5206         (elmo-folder-search-requires-msgdb-p): Ditto.
5207
5208         * elmo-filter.el (elmo-filter-folder): Added new slot 'require-msgdb'.
5209         (elmo-folder-initialize): Set it.
5210         (elmo-folder-msgdb): Define.
5211         (elmo-folder-check): Call elmo-folder-synchronize.
5212         (elmo-folder-close): Define.
5213         (elmo-folder-commit): Ditto.
5214         (elmo-folder-msgdb-create): Rewrite.
5215         (elmo-folder-list-unreads): Ditto.
5216         (elmo-folder-list-importants): Ditto.
5217         (elmo-folder-mark-as-read): Ditto.
5218         (elmo-folder-unmark-read): Ditto.
5219         (elmo-folder-mark-as-important): Ditto.
5220         (elmo-folder-unmark-important): Ditto.
5221         (elmo-folder-mark-as-answered): Define.
5222         (elmo-folder-unmark-answered): Ditto.
5223
5224         * elmo-dop.el (elmo-dop-queue-merge-method-list): Added
5225         elmo-folder-mark-as-answered, elmo-folder-unmark-answered.
5226         (elmo-dop-queue-method-name-alist): Likewise.
5227         (elmo-folder-mark-as-answered-dop): New inline function.
5228         (elmo-folder-unmark-answered-dop): Ditto.
5229         (elmo-folder-status-dop): Treat spool-length as 0 if it does not exist.
5230
5231         * elmo-archive.el (elmo-folder-append-messages): Follow the API change.
5232         (elmo-folder-msgdb-create): Ditto.
5233         (elmo-archive-msgdb-create-as-numlist-subr1): Ditto.
5234         (elmo-archive-msgdb-create-as-numlist-subr2): Ditto.
5235         (elmo-archive-parse-mmdf): Ditto.
5236
5237         * elmo-cache.el (elmo-folder-msgdb-create): Ditto.
5238         (elmo-folder-list-unreads-internal): Ditto.
5239
5240         * elmo.el (elmo-folder-msgdb): Define as generic function.
5241         (elmo-folder-list-messages): Added argument `in-msgdb'.
5242         (elmo-folder-list-unreads): Define as generic function.
5243         (elmo-folder-list-importants): Ditto.
5244         (elmo-folder-list-answereds): Ditto.
5245         (elmo-folder-list-messages-with-global-mark): New function.
5246         (elmo-folder-msgdb-create): Removed mark arguments.
5247         (elmo-folder-unmark-answered): New generic function.
5248         (elmo-folder-mark-as-answered): Ditto.
5249         (elmo-folder-append-messages): Removed argunment `unread-marks'
5250         (elmo-folder-list-unreads-internal): Abolish.
5251         (elmo-folder-list-importants-internal): Ditto.
5252         (elmo-folder-search-requires-msgdb-p): New generic function.
5253         (elmo-folder-search-requires-msgdb-p-internal): New function.
5254         (elmo-generic-folder-open): Call elmo-folder-msgdb instead of
5255         elmo-msgdb-load.
5256         (elmo-folder-search-fast): Added key 'mark'.
5257         (elmo-generic-folder-append-messages): Use elmo-msgdb-unread-marks
5258         instead of unread-marks argument.
5259         (elmo-folder-move-messages): Removed argunment `unread-marks'
5260         (elmo-folder-unmark-important): Define.
5261         (elmo-folder-mark-as-important): Ditto.
5262         (elmo-folder-unmark-read): Ditto.
5263         (elmo-folder-mark-as-read): Ditto.
5264         (elmo-folder-unmark-answered): Ditto.
5265         (elmo-folder-mark-as-answered): Ditto.
5266         (elmo-folder-replace-marks): Abolish.
5267         (elmo-generic-folder-append-msgdb): Append msgdb before checking
5268         duplicates.
5269         (elmo-folder-synchronize): Removed mark arguments;
5270         return crosspost only number.
5271
5272 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5273
5274         * elmo-dop.el (elmo-dop-queue-flush): Remove unused argument.
5275         Remove redundunt connectivity check.
5276
5277 2002-09-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5278
5279         * elmo-dop.el (elmo-dop-queue-flush): Perform plugged ones only so
5280         as not to clear queue unexpectedly. (Ref. [wl:9778],[wl:10493])
5281
5282 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
5283
5284         * pldap.el (ldap-decode-string): Return string as-is if
5285         `ldap-coding-system' is nil.
5286         (ldap-encode-string): Ditto.
5287         (ldap-search-entries): Encode filter string with `ldap-encode-string'.
5288         (ldap-default-host): Fixed docstring.
5289
5290 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5291
5292         * elmo-util.el (elmo-warning): Define as a macro which uses
5293         `display-warning' if it is defined as a function.
5294
5295         * elmo-split.el (elmo-split-fetch-decoded-field): New function.
5296         (elmo-split-equal): Use it.
5297         (elmo-split-match): Ditto.
5298         (elmo-split-message-entity): New buffer-local variable.
5299         (elmo-split-subr): Set it.
5300
5301         * elmo-version.el (elmo-version): Up to 2.9.15.
5302
5303 2002-08-18  Kenichi OKADA  <okada@opaopa.org>
5304
5305         * elmo-imap4.el (elmo-network-initialize-session):
5306         Check capability after starttls.
5307
5308 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
5309
5310         * elmo-util.el (elmo-list-delete): Added optional argument
5311         DELETE-FUNCTION.
5312
5313         * elmo-vars.el (elmo-imap4-default-mailbox): Abolished.
5314
5315         * elmo-util.el (elmo-warning): Ignore errors while recenter.
5316
5317         * elmo-msgdb.el (elmo-msgdb-do-each-entity): New macro.
5318
5319         * elmo-imap4.el (elmo-folder-initialize): Don't use
5320         elmo-imap4-default-mailbox.
5321
5322 2002-07-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5323
5324         * elmo-split.el (toplevel): Use `product-provide'.
5325         (elmo-split): Checkdoc.
5326
5327 2002-07-21  Tetsurou Okazaki  <okazaki@be.to>
5328
5329         * elmo-imap4.el (elmo-imap4-debug, elmo-imap4-debug-1):
5330         Split `elmo-imap4-debug' into the macro `elmo-imap4-debug' and
5331         the function `elmo-imap4-debug-1'.
5332
5333 2002-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5334
5335         * elmo-split.el (elmo-split): Moved to run hooks and to show
5336         message from elmo-split-subr.
5337         (elmo-split-subr): Follow the change above.
5338
5339         * elmo-split.el (elmo-split-subr): New function (renamed from
5340         elmo-split-subr).
5341         (elmo-split): Changed to call elmo-split-subr by element of
5342         elmo-split-folder.
5343         (elmo-split-folder): Changed customization type to choice.
5344
5345 2002-07-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5346
5347         * elmo-split.el (elmo-split-and): Fixed condition.
5348
5349 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5350
5351         * elmo-split.el: New file.
5352         (elmo-split): Fixed logic.
5353         Display "Test:" instead of "Folder:" when reharsal.
5354
5355         * elmo-imap4.el (elmo-folder-append-buffer): Set flag as empty
5356         explicitly.
5357
5358         * elmo-version.el (elmo-version): Up to 2.9.14.
5359
5360         * elmo-util.el (elmo-expand-newtext): New function (renamed from
5361         wl-expand-newtext).
5362
5363 2002-06-10  Kenichi Sato <ksato@sonycom.com>
5364
5365         * elmo-msgdb.el (elmo-msgdb-get-message-id-from-buffer): Fix for
5366         message with no message-id field.
5367
5368 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5369
5370         * elmo-version.el (elmo-version): Up to 2.9.13.
5371
5372         * elmo-dop.el (elmo-folder-status-dop): Fix.
5373
5374 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5375
5376         * elmo-util.el (elmo-disk-usage): Return 0 if invalid file attribute.
5377
5378         * elmo-msgdb.el (elmo-msgdb-create-overview-from-buffer): Avoid
5379         changing default value of default-mime-charset.
5380         (elmo-msgdb-create-overview-from-buffer): Remove TAB character.
5381
5382         * elmo-imap4.el (elmo-folder-open): Fixed NO response check.
5383
5384         * elmo-dop.el (elmo-dop-queue-merge-method-list): New variable.
5385         (elmo-dop-queue-merge): Use elmo-dop-queue-merge-method-list
5386         instead of elmo-dop-queue-method-name-alist to check merging queue.
5387         (elmo-folder-delete-messages-dop): Delete from queue if negative
5388         message number.
5389         (elmo-folder-append-buffer-dop-delayed): Treat as success if queue
5390         file is already removed.
5391
5392 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5393
5394         * elmo-vars.el: Bind colon keywords for old Emacsen.
5395
5396 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5397
5398         * elmo-msgdb.el (elmo-msgdb-create-overview-from-buffer): Protect
5399         against non-exsisting charset.
5400
5401 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5402
5403         * elmo-util.el (elmo-mime-string): Eliminate needless binding;
5404         Use eword-decode-and-unfold-unstructured-field-body.
5405
5406         * elmo-msgdb.el (elmo-msgdb-make-entity): New function.
5407         (elmo-msgdb-create-overview-from-buffer): Use document charset if
5408         exists to decode raw subject string.
5409         (toplevel): Require 'mime.
5410
5411         * elmo-version.el (elmo-version): Up to 2.9.12.
5412
5413 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5414
5415         * elmo-msgdb.el (elmo-msgdb-get-mark): Fix docstring.
5416         (elmo-msgdb-set-mark): Ditto.
5417
5418         * elmo-version.el (elmo-version): Up to 2.9.11.
5419
5420 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5421
5422         * elmo-util.el (elmo-delete-match-files): New function.
5423
5424         * elmo-localdir.el (elmo-folder-delete): Use elmo-delete-match-files
5425         instead of elmo-delete-directory.
5426
5427         * elmo-shimbun.el (elmo-shimbun-get-headers): Bind
5428         elmo-hash-minimun-size as 63.
5429
5430         * elmo-multi.el (elmo-multi-folder-diff): Use elmo-diff-new if
5431         elmo-diff-unread is nil.
5432
5433         * elmo-imap4.el (elmo-folder-open): Fix.
5434
5435         * elmo.el (elmo-message-mark): Rewrite.
5436         (elmo-message-field): Ditto.
5437         (elmo-message-set-mark): Ditto.
5438         (elmo-folder-replace-marks): New function.
5439         (elmo-generic-folder-append-msgdb): Removed third argument for
5440         elmo-msgdb-append.
5441         (elmo-folder-synchronize): Use elmo-msgdb-seen-list.
5442         (elmo-msgdb-load): New implementation.
5443
5444         * elmo-vars.el (elmo-use-overview-hashtb): Removed.
5445
5446         * elmo-util.el (elmo-list-insert): New implementation.
5447
5448         * elmo-multi.el (elmo-multi-folder-append-msgdb): Removed third
5449         argument for elmo-msgdb-append.
5450         
5451
5452         * elmo-msgdb.el (elmo-load-msgdb): New function.
5453         (elmo-make-msgdb): Ditto.
5454         (elmo-msgdb-get-index): New inline function.
5455         (elmo-msgdb-set-index): Ditto.
5456         (elmo-msgdb-get-entity-hashtb): Ditto.
5457         (elmo-msgdb-get-mark-hashtb): Ditto.
5458         (elmo-msgdb-get-mark): Ditto.
5459         (elmo-msgdb-set-mark): Ditto.
5460         (elmo-msgdb-count-marks): Ditto.
5461         (elmo-msgdb-get-number): Ditto.
5462         (elmo-msgdb-get-field): Ditto.
5463         (elmo-msgdb-seen-list): Ditto.
5464         (elmo-msgdb-mark-alist-set): Renamed from elmo-msgdb-mark-set.
5465         (elmo-msgdb-delete-msgs): Follow the changes above.
5466         (elmo-msgdb-overview-get-entity): Ditto.
5467         (elmo-msgdb-add-msgs-to-seen-list): Ditto.
5468         (elmo-msgdb-clear-index): Renamed from elmo-msgdb-clear-overview-hastb
5469         and rewritten.
5470         (elmo-msgdb-make-index): Likewise.
5471         (elmo-msgdb-append): Removed third argument.
5472         (elmo-msgdb-clear): Clear index as nil.
5473         (elmo-folder-set-info-hashtb): Removed.
5474         (elmo-folder-set-info-max-by-numdb): Ditto.
5475         (elmo-folder-info-make-hashtb): Ditto.
5476
5477         * elmo-localdir.el (elmo-folder-pack-numbers): Use elmo-make-msgdb.
5478
5479         * elmo-map.el (elmo-folder-pack-number): Ditto.
5480
5481 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5482
5483         * elmo-version.el (elmo-version): Up to 2.9.10.
5484
5485         * elmo-util.el (elmo-get-hash-val): Check the 1st argument is string.
5486
5487         * elmo-msgdb.el (elmo-msgdb-get-parent-entity): New inline function.
5488
5489 2002-04-26  Kenichi OKADA  <okada@opaopa.org>
5490
5491         * elmo-utils.el (elmo-make-directory): Add option.
5492         Default file mode is 700.
5493
5494 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5495
5496         * elmo-shimbun.el (elmo-folder-local-p): Defined.
5497
5498 2002-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
5499
5500         * elmo-shimbun.el (elmo-shimbun-entity-to-header): Decode by
5501         mime-charset.
5502
5503         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Added "larger"
5504         and "smaller".
5505
5506 2002-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5507
5508         * elmo-shimbun.el (elomo-shimbun-folder): Added entity-hash slot.
5509         (elmo-shimbun-folder-entity-hash): New function.
5510         (elmo-shimbun-folder-shimbun-header): Ditto.
5511         (elmo-shimbun-entity-to-header): Ditto.
5512         (elmo-shimbun-msgdb-to-headers): Removed.
5513         (elmo-shimbun-folder-setup): Ditto.
5514         (elmo-shimbun-folder-header-hash-setup): Don't use x-shimbun-id
5515         for hash key.
5516         (elmo-shimbun-get-headers): Set new headers only to slot. Don't
5517         call `elmo-shimbun-folder-header-hash-setup' if headers is nil.
5518         Removed useless local bind.
5519         (elmo-folder-open-internal): Don't call
5520         `elmo-shimbun-folder-setup'.
5521         (elmo-folder-close-internal): Clear entity-hash slot.
5522         (elmo-folder-clear): Ditto.
5523         (elmo-shimbun-msgdb-create-entity): Use
5524         `elmo-shimbun-folder-shimbun-header'.
5525         (elmo-map-message-fetch): Ditto.
5526         (elmo-shimbun-update-overview): Use overview entity instead of
5527         shimbun header to lookup id by references.
5528         (elmo-map-folder-list-message-locations): Use not only headers but
5529         also overviews to list locations.
5530
5531 2002-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5532
5533         * elmo-net.el (elmo-folder-exists-p): If unplugged, guessed by
5534         msgdb path.
5535
5536         * elmo-pop3.el (elmo-folder-exists-p): Ditto.
5537
5538 2002-04-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5539
5540         * elmo-util.el (elmo-read-search-condition-internal): Give default
5541         value for date.
5542
5543 2002-04-04  Mito  <mito@mxa.nes.nec.co.jp>
5544
5545         * elmo-util.el (elmo-condition-parse-search-value): Accept
5546         YYYY-MM-DD format to search.
5547         * elmo-date.el (elmo-date-get-datevec): Likewise.
5548
5549 2002-04-04  Kenichi OKADA  <okada@opaopa.org>
5550
5551         * elmo-nntp.el (elmo-nntp-list-folders-get-cache): Delete
5552         debugging code.
5553
5554 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5555
5556         * elmo.el (elmo-folder-creatable-p): Changed default value to nil
5557         from t.
5558
5559         * elmo-pop3.el (elmo-folder-exists-p): Return nil if unplugged.
5560
5561         * elmo-nntp.el (elmo-folder-exists-p-plugged): Divided plugged
5562         case from `elmo-folder-exists-p'.
5563         (elmo-folder-exists-p): Removed.
5564         (elmo-folder-creatable-p) Ditto.
5565
5566         * elmo-net.el (elmo-folder-create): Defined.
5567         (elmo-folder-create-unplugged): New function.
5568         (elmo-folder-exists-p): Changed default value to nil from t.
5569
5570         * elmo-imap4.el (elmo-folder-creatable-p): Defined.
5571         (elmo-folder-create-plugged): Renamed from `elmo-folder-create'.
5572
5573         * elmo-dop.el (elmo-folder-create-dop): Renamed from
5574         `elmo-create-folder-dop' and append queue
5575         'elmo-folder-create-dop-delayed instead of 'elmo-folder-create.
5576         (elmo-folder-create-dop-delayed): New function.
5577
5578         * elmo-cache.el (elmo-folder-creatable-p): Ditto.
5579
5580         * elmo-shimbun.el (elmo-folder-creatable-p): Ditto.
5581
5582         * elmo-sendlog.el (elmo-folder-creatable-p): Ditto.
5583         (elmo-folder-writable-p) : Ditto.
5584
5585         * elmo-version.el (elmo-version): Up to 2.9.9.
5586
5587 2002-03-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5588
5589         * elmo.el (elmo-find-fetch-strategy): Don't use file cache when
5590         `elmo-message-use-cache-p' returns nil.
5591         * elmo-mime.el (elmo-mime-display-as-is): Ditto.
5592         (ignore cache file and refer the substance in local folders)
5593
5594 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5595
5596         * elmo-version.el (elmo-version): Up to 2.9.8.
5597
5598 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
5599
5600         * elmo-version.el (elmo-version): Up to 2.9.7.
5601
5602         * elmo-imap4.el (elmo-folder-list-subfolders): Fixed logic.
5603
5604 2002-02-18  Daiki Ueno  <ueno@unixuser.org>
5605
5606         * elmo-nntp.el (elmo-nntp-send-mode-reader): Don't throw an error.
5607
5608 2002-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
5609
5610         * elmo-nmz.el (elmo-nmz-args): Changed default argumnet to --late
5611         from --early.
5612         (elmo-map-folder-list-message-locations): Reverse location list.
5613
5614 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5615
5616         * elmo-nntp.el (elmo-nntp-list-folders-get-cache): Fix.
5617
5618 2002-01-31  Yuuichi Teranishi  <teranisi@gohome.org>
5619
5620         * elmo-nntp.el (elmo-nntp-list-folders-get-cache): Use group and server
5621         as a key.
5622         (elmo-nntp-folder-list-subfolders): Follow the change above.
5623
5624 2002-01-27  Takaaki MORIYAMA  <aka@iris.eonet.ne.jp>
5625
5626         * elmo-imap4.el (elmo-folder-list-subfolders): Don't omit user
5627         name if authentication type is specified.
5628
5629 2002-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
5630
5631         * elmo.el (elmo-default-imap4-stream-type): Define as obsolete
5632         variable.
5633         (elmo-default-nntp-stream-type): Ditto.
5634         (elmo-default-pop3-stream-type): Ditto.
5635
5636 2002-01-25  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
5637
5638         * elmo.el (elmo-generic-folder-append-messages): Disable multibyte.
5639
5640 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5641
5642         * elmo-localnews.el (elmo-localnews-folder-path): Moved from
5643         elmo-vars.el.
5644         * elmo-maildir.el (elmo-maildir-folder-path): Ditto.
5645
5646         * elmo-vars.el (elmo-localnews-folder-path): Removed.
5647         (elmo-maildir-folder-path): Ditto.
5648         (elmo-maildir-list): Ditto (abolished).
5649
5650 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5651
5652         * elmo-version.el (elmo-version): Up to 2.9.6.
5653
5654 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5655
5656         * elmo-vars.el (elmo-localnews-folder-path): Make customizable.
5657         (elmo-maildir-folder-path): Ditto.
5658         (elmo-msgdb-directory): Ditto.
5659         (elmo-passwd-life-time): Ditto.
5660         (elmo-msgdb-extra-fields): Ditto.
5661         (elmo-enable-disconnected-operation): Ditto.
5662
5663 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5664
5665         * elmo-vars.el (elmo-imap4-default-authenticate-type): Give
5666         other choices.
5667         (elmo-pop3-default-authenticate-type): Ditto.
5668
5669 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5670
5671         * elmo-vars.el (elmo-imap4-default-authenticate-type): Give
5672         choices for custom.
5673         (elmo-pop3-default-authenticate-type): Ditto.
5674
5675 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5676
5677         * elmo-imap4.el (elmo-folder-rename-internal): Change current
5678         mailbox to new-folder.
5679
5680 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
5681
5682         * elmo-imap4.el (elmo-imap4-folder-diff-plugged): If unread is
5683         less than new, set new as unread.
5684
5685         * elmo-util.el (elmo-string): Don't put text-property if nil.
5686
5687 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
5688
5689         * elmo-imap4.el (elmo-folder-list-subfolders): Case sensitive.
5690         * elmo-nntp.el (elmo-folder-list-subfolders): Ditto.
5691
5692 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
5693
5694         * elmo-utils.el (elmo-read-search-condition-internal): REQUIRE-MATCH
5695         is nil on `completing-read'.
5696
5697 2002-01-20  Yuuichi Teranishi  <teranisi@gohome.org>
5698
5699         * elmo-imap4.el (elmo-imap4-extra-namespace-alist): Added grouping
5700         for namespace part.
5701         (elmo-imap4-parse-namespace-subr): Ditto.
5702         (elmo-folder-list-subfolders): Append a delimiter when the specified
5703         folder path is a root with namespace and does not end with delimiter.
5704
5705 2002-01-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5706
5707         * elmo.el (elmo-folder-search-fast): Moved upwards rather than it
5708         was used.
5709
5710 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5711
5712         * elmo-util.el (elmo-save-buffer): The first argument of message
5713         is a format control string.
5714
5715 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5716
5717         * elmo.el (elmo-diff-new): Fixed (Adapted to doc-string of
5718         `elmo-folder-diff').
5719         (elmo-diff-unread): Likewise.
5720
5721 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5722
5723         * elmo-utils.el (elmo-read-search-condition-internal): REQUIRE-MATCH
5724         is t on `completing-read'.
5725
5726 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5727
5728         * elmo-filter.el (elmo-filter-folder-list-unreads-internal): Call
5729         method of target folder with self mark-alist if MARK-ALIST is nil.
5730
5731 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5732
5733         * elmo-version.el (elmo-version): Up to 2.9.5.
5734
5735 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5736
5737         * elmo-dop.el (elmo-dop-queue-merge): Implement.
5738         (elmo-dop-merge-funcs): Remove.
5739
5740 2002-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5741
5742         * elmo-util.el (elmo-file-cache-delete): Fixed last change;
5743         Return t if PATH is directory, too.
5744         Use `dolist' instead of while loop.
5745
5746 2002-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5747
5748         * elmo-util.el (elmo-file-cache-delete): Return t if a cache file
5749         is deleted.
5750
5751 2002-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5752
5753         * elmo-net.el (elmo-folder-list-messages-plugged): Changed default
5754         return value to t.
5755         (elmo-folder-list-messages-unplugged): Return t if
5756         elmo-enable-disconnected-operation is nil.
5757
5758         * elmo-pop3.el (elmo-folder-list-messages-plugged): Renamed from
5759         `elmo-folder-list-messages-internal'.
5760
5761 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
5762
5763         * elmo-nntp.el (elmo-nntp-read-response): Added `error-msg' argument.
5764         Change to looking-at `[23][0-9]+'.
5765         (elmo-network-initialize-session): Use 'error-msg'
5766         * elmo-net.el (elmo-network-open-session): Set unplugged
5767         if elmo-network-initialize-session returns 'elmo-open-err.
5768
5769 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
5770
5771         * elmo-version.el (elmo-version): Up to 2.9.4.
5772
5773 2002-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
5774
5775         * elmo-nntp.el (elmo-folder-list-messages-plugged): Renamed from
5776         `elmo-folder-list-messages-internal'.
5777
5778 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5779
5780         * elmo.el (elmo-folder-search): Defined. Fixed docstring.
5781         (elmo-message-match-condition): New method.
5782         (elmo-folder-search-fast): New inline function.
5783         (elmo-msgdb-search): Removed.
5784
5785         * elmo-filter.el (elmo-folder-msgdb-create): Create from msgdb of
5786         target folder if it is unplugged.
5787         (elmo-folder-list-messages-internal): Return t if target folder is
5788         unplugged and itself is persistent; In this case, use list be
5789         searched already.
5790
5791         * elmo-msgdb.el (elmo-msgdb-search-internal): Removed.
5792         (elmo-msgdb-search-internal-primitive): Ditto.
5793         (elmo-msgdb-match-condition): New function.
5794         (elmo-msgdb-match-condition-primitive): Ditto.
5795
5796         * elmo-util.el (elmo-filter-condition-p): New macro.
5797
5798         * elmo-cache.el (elmo-folder-search): Removed.
5799
5800         * elmo-localdir.el (elmo-folder-search): Ditto.
5801
5802         * elmo-maildir.el (elmo-folder-search): Ditto.
5803
5804         * elmo-mark.el (elmo-folder-search): Ditto.
5805
5806         * elmo-nmz.el (elmo-folder-search): Ditto.
5807
5808         * elmo-sendlog.el (elmo-folder-search): Ditto.
5809
5810         * elmo-shimbun.el (elmo-folder-search): Ditto.
5811
5812         * elmo-imap4.el (elmo-folder-search): Call method of parent class
5813         if folder is unplugged.
5814
5815         * elmo-nntp.el (elmo-folder-search): Likewise.
5816         (elmo-nntp-search-internal): New function.
5817
5818         * elmo-version.el (elmo-version): Up to 2.9.3.
5819
5820 2001-12-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5821
5822         * elmo.el (elmo-message-fetch-with-cache-process): Fixed typo.
5823
5824 2001-12-27  Tetsurou Okazaki  <okazaki@be.to>
5825
5826         * elmo-vars.el (elmo-nntp-default-user): Customization Type fix.
5827
5828 2001-12-27  Taiji Can  <Taiji.Can@grd.advantest.co.jp>
5829
5830         * elmo-nntp.el (elmo-network-initialize-session): Fixed for NNTP response.
5831
5832 2001-12-27  Yuuichi Teranishi  <teranisi@gohome.org>
5833
5834         * elmo-nmz.el (elmo-nmz-use-drive-letter): New variable.
5835         (elmo-map-folder-list-message-locations): Do drive letter conversion
5836         on Windows environment.
5837         (elmo-nmz-msgdb-create-entity): Use expand-file-name.
5838         (elmo-map-message-fetch): Ditto.
5839
5840 2001-12-27  Kenichi OKADA  <okada@opaopa.org>
5841
5842         * elmo-nntp.el (elmo-nntp-read-response): Fixed for Response '400'
5843         (elmo-network-initialize-session): Ditto.
5844
5845 2001-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
5846
5847         * elmo-imap4.el (elmo-imap4-message-fetch): Fixed '100%' message.
5848
5849         * elmo-pop3.el (elmo-message-fetch-plugged): Ditto.
5850
5851         * elmo-util.el (elmo-progress-clear): Ditto.
5852
5853         * elmo-date.el (elmo-date-get-datevec): Fix timezone of
5854         `DD-Mon-YYYY' type date.
5855
5856 2001-12-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5857
5858         * elmo-util.el (elmo-buffer-field-primitive-condition-match): Use
5859         `elmo-date-make-sortable-string' instead of
5860         `timezone-make-date-sortable'.
5861
5862         * elmo-date.el (elmo-date-make-sortable-string): Use
5863         `timezone-make-time-string'.
5864
5865 2001-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
5866
5867         * elmo.el (elmo-folder-synchronize): Delete important messages too.
5868
5869         * elmo-util.el (elmo-buffer-field-primitive-condition-match): Fixed
5870         `since'; Fix timezone.
5871
5872         * elmo-msgdb.el (elmo-msgdb-search-internal-primitive): Ditto.
5873
5874         * elmo-nntp.el (elmo-nntp-search-primitive): Likewise.
5875
5876 2001-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5877
5878         * elmo.el (elmo-message-fetch-with-cache-process): Rewrite.
5879
5880 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5881
5882         * elmo.el (elmo-generic-folder-append-messages): Make
5883         fetch-strategy with `use-cache' as 'maybe. Check return value of
5884         `elmo-message-fetch'.
5885         (elmo-message-fetch): Return return value of
5886         `elmo-message-fetch-with-cache-process'.
5887         (elmo-message-fetch-with-cache-process): Return non-nil if
5888         fetching was succeed. Load cache when fetching was failed and
5889         fetch-strategy-use-cache is 'maybe.
5890
5891         * elmo-util.el (elmo-file-cache-load): New function.
5892
5893         * elmo-multi.el (elmo-message-use-cache-p): Remove duplicated
5894         defun.
5895
5896         * elmo-archive.el (elmo-archive-message-fetch-internal): Return
5897         non-nil if fetching was succeed.
5898
5899         * elmo-imap4.el (elmo-imap4-message-fetch): Likewise.
5900
5901         * elmo-nmz.el (elmo-map-message-fetch): Likewise.
5902
5903         * elmo-nntp.el (elmo-nntp-read-body): Likewise.
5904         (elmo-message-fetch-with-cache-process): Likwise.
5905
5906         * elmo-pop3.el (elmo-pop3-read-body): Likewise.
5907
5908         * elmo-shimbun.el (elmo-map-message-fetch): Likewise.
5909
5910         * elmo-version.el (elmo-version): Up to 2.9.2.
5911
5912 2001-12-23  Yuuichi Teranishi  <teranisi@gohome.org>
5913
5914         * elmo.el (elmo-folder-delete): Delete msgdb path.
5915
5916         * elmo-archive.el (elmo-folder-delete): Added `:before' qualifier.
5917
5918         * elmo-maildir.el (elmo-folder-delete): Ditto.
5919
5920         * elmo-localdir.el (elmo-folder-delete): Ditto.
5921
5922         * elmo-imap4.el (elmo-folder-delete): Ditto.
5923
5924 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
5925
5926         * elmo.el (luna-define-class): Added `biff' slot.
5927
5928         * elmo-pop3.el (elmo-pop3-debug): Split biff log.
5929         (elmo-pop3-debug-inhibit-logging): Abolished.
5930         (elmo-network-close-session): Eliminated needless let.
5931         (elmo-pop3-get-session): Set prefix 'BIFF' if biff folder.
5932         (elmo-pop3-send-command): Added `no-log' argument.
5933         (elmo-pop3-process-filter): Use `with-current-buffer'.
5934         (elmo-pop3-auth-user): Set `no-log' argument; Delete process
5935         if login failure.
5936         (elmo-pop3-auth-apop): Likewise.
5937         (elmo-network-authenticate-session): Likewise.
5938
5939         * elmo-nntp.el (elmo-nntp-get-session): Set prefix 'BIFF'
5940         if biff folder.
5941
5942         * elmo-net.el (elmo-network-session-password-key): Use class symbol
5943         string to determine protocol.
5944         (elmo-network-session-name-prefix): Abolished.
5945         (elmo-network-session-cache-key): Follow the change above.
5946         (elmo-network-open-session): Ditto.
5947
5948         * elmo-imap4.el (elmo-imap4-send-command): Modified error message.
5949         (elmo-imap4-get-session): Set prefix 'BIFF' if biff folder.
5950
5951         * elmo-version.el (elmo-version): Up to 2.9.1.
5952
5953         * elmo-util.el (elmo-file-field-primitive-condition-match): Fixed
5954         unmatch condition checking.
5955
5956         * elmo-localdir.el (elmo-folder-search): Don't short cut if unmatch
5957         condition.
5958
5959 2001-12-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5960
5961         * elmo.el (elmo-folder-confirm-appends): Fixed docstring.
5962
5963 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
5964
5965         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Fixed
5966         test for while loop to execute at least one SEARCH command.
5967
5968 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
5969
5970         * elmo-version.el (elmo-version): Up to 2.9.0.
5971
5972 2001-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
5973
5974         * elmo-archive.el (elmo-archive-folder): Added `dir-name' slot.
5975         (elmo-archive-folder-path): Define.
5976         (elmo-folder-initialize): Setup `dir-name' slot.
5977         (elmo-archive-folder-list-subfolders): Fixed problem when `name' is "".
5978         Use `dir-name' as prefix of each subfolders.
5979         (Applyed patch from Takaaki MORIYAMA <taka@arcadia.co.jp>)
5980
5981 2001-12-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5982
5983         * elmo-pipe.el (elmo-pipe-folder-copied-filename): New variable.
5984         (elmo-pipe-folder-list-target-messages): New internal function.
5985         (elmo-pipe-drain): Use new argument `ignore-list' instead of
5986         `killed-list'.
5987         (elmo-pipe-folder-copied-list-load): New function.
5988         (elmo-pipe-folder-copied-list-save): Ditto.
5989         (elmo-folder-open-internal): Follow the change above.
5990         (elmo-folder-status): Fixed for copy.
5991
5992 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
5993
5994         * elmo-shimbun.el (elmo-folder-creatable-p): Define.
5995
5996 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
5997
5998         * elmo-localdir.el (elmo-folder-message-make-temp-files): Use
5999         elmo-copy-file instead of elmo-add-name-to-file.
6000
6001         * elmo-nmz.el (elmo-folder-message-make-temp-files): Ditto.
6002
6003         * elmo-nmz.el (elmo-map-folder-list-message-locations): Allow
6004         "file://..." index.
6005
6006         * elmo-pop3.el (elmo-pop3-read-response): Set timeout argument
6007         of accept-process-output as 1.
6008         (elmo-pop3-read-contents): Ditto.
6009         (elmo-pop3-read-body): Ditto.
6010
6011 2001-12-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6012
6013         * elmo-version.el (product-version-as-string): Remove define.
6014
6015 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6016
6017         * elmo-imap4.el (elmo-imap4-number-set-chop-length): New variable.
6018         (elmo-imap4-copy-messages): Chop number set using
6019         `elmo-imap4-number-set-chop-length'.
6020         (elmo-imap4-set-flag): Ditto.
6021         (elmo-imap4-search-internal-primitive): Ditto.
6022
6023 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6024
6025         * elmo.el (elmo-folder-make-temporary-directory): Renamed from
6026         `elmo-folder-make-temp-dir'
6027
6028         * elmo-vars.el (elmo-cache-directory): New variable.
6029         (elmo-cache-dir): Abolished.
6030         (elmo-msgdb-directory): Renamed from `elmo-msgdb-dir'.
6031
6032         * elmo-version.el (elmo-version): Up to 2.7.7.
6033
6034 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6035
6036         * elmo-util.el (elmo-obsolete-variable-show-warnings): Define with
6037         defcustom; Set default value as t.
6038
6039 2001-12-10  Yuuichi Teranishi  <teranisi@gohome.org>
6040
6041         * pldap.el (ldap-ldif-field-name-regexp): Changed regexp.
6042         (ldap-search-program-arguments): Changed default value.
6043         (ldap-search-basic): Accept exit status 4.
6044         (ldap/field-body): Parse options.
6045         (ldap/collect-field): Ditto.
6046         (According to the advise from Mito <mito@mxa.nes.nec.co.jp>)
6047
6048         * elmo-imap4.el (elmo-imap4-process-bye): New function.
6049         (elmo-imap4-send-command): Call elmo-imap4-process-bye.
6050         (elmo-imap4-accept-ok): Ditto.
6051         (elmo-imap4-session-select-mailbox): If argument `no-error' equals to
6052         'notify-bye, only BYE error is reported.
6053         (elmo-folder-exists-p-plugged): Set no-error argument of
6054         `elmo-imap4-session-select-mailbox' as 'notify-bye.
6055
6056         * elmo.el (elmo-imap4-bye-error): Changed message.
6057
6058         * elmo-dop.el (elmo-dop-queue-flush): Fixed obsolete version message.
6059         (elmo-dop-queue-flush): Don't append to the dop-queue while flushing
6060         queues (It causes infinite loop).
6061
6062 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6063
6064         * elmo.el (elmo-folder-diff): Fixed docstring for IMAP4
6065         (RECENT UNSEEN MESSAGES) extension.
6066
6067 2001-12-07  Mito <mito@mxa.nes.nec.co.jp>
6068
6069         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string):
6070         Check number of overview fields.
6071
6072 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
6073
6074         * elmo.el (elmo-folder-confirm-appends): Changed message.
6075         (elmo-folder-confirm-appends): Ditto.
6076
6077         * elmo-archive.el (elmo-archive-exec-msgs-subr1): Use
6078         `with-temp-buffer'.
6079         (According to the advise from Nishimoto Masaki <nishimoto@gaju.org>)
6080
6081 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
6082
6083         * elmo.el (elmo-folder-confirm-appends): Check whether the value
6084         of elmo-folder-update-threshold is nil, which can be set by
6085         wl-summary-update-confirm-threshold.
6086
6087 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
6088
6089         * elmo-nmz.el (elmo-nmz-default-index-path): Allow path list.
6090         (elmo-nmz-index-alias-alist): Ditto.
6091         (elmo-map-folder-list-message-locations): Follow the change above.
6092
6093 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6094
6095         * elmo-filter.el (elmo-folder-list-subfolders): Defined.
6096
6097         * elmo-archive.el (elmo-archive-call-process): Ignore nemacs.
6098
6099         * elmo-msgdb.el (elmo-msgdb-insert-file-header): Ditto.
6100
6101         * elmo-util.el (elmo-read): Ditto.
6102         (elmo-display-error): Ditto.
6103
6104         * elmo-vars.el (elmo-date-match): Ditto.
6105
6106         * pldap.el (ldap-coding-system): Ditto.
6107
6108         * elmo-pipe.el (elmo-pipe-drain): If `copy' is non-nil, bind
6109         `elmo-inhibit-number-mapping' as nil.
6110
6111 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
6112
6113         * elmo-pop3.el (elmo-pop3-parse-list-response): Allow multiple
6114         space delimiter for list response.
6115
6116 2001-12-02  Kenichi OKADA  <okada@opaopa.org>
6117
6118         * elmo-sendlog.el (elmo-sendlog-buffer-name): Deleted.
6119
6120 2001-12-02  Kenichi OKADA  <okada@opaopa.org>
6121
6122         * elmo-sendlog.el (elmo-folder-delete-messages): Added.
6123         (elmo-map-message-fetch): Fix.
6124         * elmo-map.el (elmo-folder-status): Fix for killed.
6125
6126 2001-12-02  Kenichi OKADA  <okada@opaopa.org>
6127
6128         * elmo-sendlog.el: New file.
6129         * elmo-internal.el (elmo-internal-folder-list): Added 'sendlog.
6130
6131 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6132
6133         * acap.el (acap-logging-out): New buffer local variable.
6134         (acap-close): Set it.
6135         (acap-wait-for-response): If acap-logging-out is non-nil, don't cause
6136         an error.
6137
6138 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6139
6140         * acap.el (acap-response-bye-p): New function.
6141         (acap-response-bye-message): Ditto.
6142         (acap-wait-for-response): If bye response is received, cause an error.
6143         (acap-parse-response): Make bye response when 'Bye' is received.
6144
6145 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
6146
6147         * elmo-pipe.el (elmo-pipe-drain): Load killed-list.
6148
6149 2001-11-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6150
6151         * elmo-util.el (elmo-copy-file): Added argument
6152         `ok-if-already-exists'.
6153         (elmo-copy-file): Fixed typo.
6154
6155 2001-11-21  Kenichi OKADA  <okada@opaopa.org>
6156
6157         * elmo-pipe.el (elmo-pipe-drain): Load killed-list.
6158
6159 2001-11-21  Kenichi OKADA  <okada@opaopa.org>
6160
6161         * elmo-pipe.el (elmo-pipe-drain): Save killed-list.
6162
6163 2001-11-20  Kenichi OKADA  <okada@opaopa.org>
6164
6165         * elmo-pipe.el (elmo-pipe-drain): Append copied messages
6166         to killed-list.
6167
6168 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
6169
6170         * elmo-pipe.el (elmo-pipe-folder): Add `copy'.
6171         (elmo-folder-initialize): Fix for `copy'.
6172         (elmo-pipe-drain): Ditto.
6173         (elmo-folder-open-internal): Ditto.
6174         (elmo-folder-newsgroups): Fix.
6175
6176 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
6177
6178         * elmo-maildir.el (elmo-folder-append-messages): Make temporal filename
6179         for each message.
6180
6181         * elmo-multi.el (elmo-multi-folder-diff): Fixed problem when
6182         recent value is returned from imap folder.
6183
6184         * elmo.el (elmo-folder-newsgroups): New generic function.
6185
6186         * elmo-localnews.el (elmo-localnews-folder): Added `group' slot.
6187         (elmo-folder-initialize): Set it.
6188         (elmo-folder-expand-msgdb-path): Use it.
6189         (elmo-folder-newsgroups): Define.
6190
6191         * elmo-filter.el (elmo-folder-newsgroups): Define.
6192
6193         * elmo-pipe.el (elmo-folder-newsgroups): Ditto.
6194
6195         * elmo-nntp.el (elmo-folder-newsgroups): Ditto.
6196
6197         * elmo-multi.el (elmo-folder-newsgroups): Ditto.
6198
6199 2001-11-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6200
6201         * elmo-shimbun.el (elmo-shimbun-update-overview-folder-list): New
6202         user option.
6203         (elmo-shimbun-header-extra-field): New inline function.
6204         (elmo-shimbun-header-set-extra-field): Ditto.
6205         (elmo-shimbun-folder-header-hash-setup): Ditto.
6206         (elmo-shimbun-update-overview): Ditto.
6207         (elmo-shimbun-msgdb-to-headers): Set extra field `x-shimbun-id'.
6208         (elmo-shimbun-folder-setup): Use
6209         `elmo-shimbun-folder-header-hash-setup' to be setup hash table.
6210         (elmo-shimbun-get-headers): Ditto.
6211         (elmo-map-message-fetch): Call `elmo-shimbun-update-overview';
6212         Insert `X-Shimbun-Id:' header if extra field is set.
6213         (elmo-map-folder-list-message-locations): Return `x-shimbun-id'
6214         field's value instead of `shimbun-header-id'.
6215
6216         * elmo-msgdb.el (elmo-msgdb-overview-entity-set-references): New
6217         inline function.
6218         (elmo-msgdb-overview-entity-set-date): Ditto.
6219         (elmo-msgdb-overview-entity-set-extra-field): Ditto.
6220
6221 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
6222
6223         * mmimap.el (mmimap-entity-section): Changed body node number from
6224         "0" to "1".
6225
6226 2001-11-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6227
6228         * elmo-pop3.el (elmo-folder-delete-messages-plugged): Renamed from
6229         `elmo-folder-delete-messages'.
6230
6231         * elmo-nmz.el (elmo-nmz-index-alias-alist): New user option.
6232         (elmo-folder-initialize): Changed to expand alias into index path.
6233
6234         * elmo-mime.el (elmo-mime-insert-sorted-header): Call
6235         `elmo-mime-insert-header-from-buffer' with 6th arg
6236         `sorted-fields'.
6237
6238 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6239
6240         * mmimap.el (mmimap-entity-section): If node-id is nil, return "0".
6241
6242         * elmo.el (elmo-diff-new): New inline function.
6243         (elmo-diff-unread): Ditto.
6244         (elmo-diff-all): Ditto.
6245
6246         * elmo-imap4.el (elmo-imap4-server-diff-async-callback-1): Get recent
6247         value from responseb.
6248         (elmo-imap4-folder-diff-plugged): Ditto.
6249         (elmo-imap4-server-diff-async): Added recent argument.
6250         (elmo-server-diff-async): Ditto.
6251         (elmo-imap4-folder-diff-plugged): Ditto.
6252
6253         * elmo-version.el (elmo-version): Up to 2.7.6.
6254
6255 2001-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6256
6257         * elmo-util.el (elmo-parse-token): Fixed how to treat quoted-pair
6258         in quoted-stirng.
6259
6260 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
6261
6262         * elmo-pop3.el (elmo-folder-initialize): Rewrite.
6263
6264         * elmo-imap4.el (elmo-folder-initialize): Ditto.
6265
6266         * elmo-nntp.el (elmo-folder-initialize): Ditto.
6267
6268         * elmo-multi.el (elmo-folder-initialize): Ditto.
6269
6270         * elmo-util.el (elmo-parse-token): New function.
6271         (elmo-parse-prefixed-element): Ditto.
6272
6273 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6274
6275         * elmo-imap4.el (elmo-imap4-send-command): If BYE response is detected,
6276         delete process.
6277         (elmo-imap4-accept-ok): Ditto.
6278
6279 2001-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6280
6281         * mmimap.el (mime-imap-entity-header-string): Don't check first
6282         element of node-id is `0' (Follow last change).
6283
6284 2001-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6285
6286         * mmimap.el (mmimap-make-mime-entity): Fixed problem to be
6287         assigned irregular node-id to nested multipart section.
6288         (initialize-instance): Followed above change.
6289
6290 2001-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6291
6292         * elmo-shimbun.el (elmo-shimbun-get-headers): Don't call
6293         `shimbun-open-group' (Moved to `elmo-folder-open-internal').
6294         (elmo-folder-open-internal): Call `shimbun-open-group' (Moved from
6295         `elmo-shimbun-get-headers');
6296         Call `elmo-shimbun-folder-setup' if headers is empty (An entity of
6297         visible article on summary exists in headers).
6298         (elmo-map-message-fetch): Cause an error when folder is unplugged.
6299
6300 2001-10-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6301
6302         * elmo-shimbun.el (elmo-shimbun-use-cache): Fix typo in the
6303         definition.
6304
6305 2001-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
6306
6307         * elmo-localnews.el (elmo-folder-expand-msgdb-path): Define.
6308
6309 2001-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6310
6311         * elmo-msgdb.el (elmo-msgdb-insert-file-header): Moved searching
6312         header separator into loop condition.
6313
6314 2001-10-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6315
6316         * elmo-imap4.el (elmo-folder-list-subfolders): Fixed problem;
6317         Return duplicate folder if it has subfolder.
6318
6319 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
6320
6321         * elmo.el (elmo-make-folder): Add folder name error check.
6322
6323         * elmo-nntp.el (elmo-nntp-group-coding-system): New variable.
6324         (elmo-nntp-encode-group-string): New inline function.
6325         (elmo-nntp-decode-group-string): Ditto.
6326         (elmo-folder-initialize): Use elmo-nntp-encode-group-string.
6327         (elmo-nntp-folder-list-subfolders): Set processing buffer as unibyte;
6328         Use `not' instead of `null';
6329         Use elmo-nntp-decode-group-string.
6330
6331         * elmo-imap4.el (elmo-folder-list-subfolders): Don't append delimiter.
6332
6333         * elmo-version.el (elmo-version): Up to 2.7.5.
6334
6335 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6336
6337         * elmo-pipe.el (elmo-pipe-drain): Use `unwind-protect';
6338         Hide progress gauge if `elmo-folder-move-messages' exits
6339         nonlocally.
6340
6341 2001-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
6342
6343         * elmo-imap4.el (elmo-folder-initialize): Use
6344         `elmo-imap4-encode-folder-string' for folder name.
6345
6346 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6347
6348         * elmo.el (elmo-folder-move-messages): Removed arguments `all' and
6349         `done'.
6350
6351 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6352
6353         * elmo-util.el (elmo-progress-counter-alist): New internal
6354         variable.
6355         (elmo-progress-counter-value): New macro.
6356         (elmo-progress-counter-all-value): Ditto.
6357         (elmo-progress-counter-format): Ditto.
6358         (elmo-progress-counter-set-value): Ditto.
6359         (elmo-progress-set): New function.
6360         (elmo-progress-clear): Ditto.
6361         (elmo-progress-notify): Ditto.
6362
6363         * elmo-pipe.el (elmo-pipe-drain): Setup and clear progress
6364         counter.
6365
6366         * elmo.el (elmo-generic-folder-append-messages): Call
6367         `elmo-progress-notify'.
6368         (elmo-folder-move-messages): Don't call `elmo-display-progress'.
6369
6370         * elmo-archive.el (elmo-folder-append-messages): Call
6371         `elmo-progress-notify'.
6372
6373         * elmo-imap4.el (elmo-folder-append-messages): Ditto.
6374
6375         * elmo-localdir.el (elmo-folder-append-messages): Ditto.
6376
6377         * elmo-maildir.el (elmo-folder-append-messages): Ditto.
6378
6379 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
6380
6381         * elmo-dop.el (elmo-dop-queue-method-name-alist): Fixed 'Encache' and
6382         'Create'.
6383         (elmo-message-encache-dop): Added argument `read'.
6384
6385         * elmo-shimbun.el (elmo-message-encache): Ditto.
6386
6387         * elmo-net.el (elmo-message-encache): Ditto.
6388
6389         * elmo-imap4.el (elmo-imap4-seen-messages): New buffer local variable.
6390         (elmo-imap4-fetch-callback-1-subr): Save important message numbers to
6391         elmo-imap4-seen-messages.
6392         (elmo-folder-msgdb-create-plugged): Initialize
6393         elmo-imap4-seen-messages;
6394         Set seen mark on elmo-imap4-seen-messages.
6395
6396         * elmo-pipe.el (elmo-folder-message-file-p): Define.
6397
6398         * elmo.el (elmo-generic-folder-append-messages): Check return value of
6399         elmo-folder-append-buffer.
6400         (elmo-folder-encache): Added optional argument `read'.
6401         (elmo-message-encache): Ditto.
6402
6403         * elmo-dop.el (elmo-folder-append-buffer-dop-delayed): Ditto.
6404
6405         * elmo-localdir.el (elmo-folder-append-buffer): Ditto.
6406
6407         * elmo-archive.el (elmo-archive-folder-append-buffer): Return t
6408         if append buffer content succeds.
6409
6410 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
6411
6412         * elmo-pop3.el (elmo-message-fetch-plugged): Fixed label for
6413         elmo-display-progress.
6414
6415         * elmo-mime.el (elmo-mime-message-display): Added argument keymap;
6416         Set 4th argument of mime-display-message.
6417         (elmo-mime-display-as-is): Ditto.
6418
6419 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
6420
6421         * elmo-nmz.el (toplevel): Require 'mime-edit.
6422         (elmo-nmz-content-type-alist): Abolished.
6423         (elmo-nmz-msgdb-create-entity): Add From: and Subject: field if
6424         content is not a message.
6425         (elmo-map-message-fetch): Changed behavior exept for message content;
6426         Detect mime-charset automatically, Use `mime-find-file-type' to detect
6427         content-type, Add From: and Subject: field.
6428
6429 2001-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6430
6431         * elmo-nmz.el (elmo-nmz-content-type-alist): New variable.
6432         (elmo-map-message-fetch): Add `Content-Type' field if contents is
6433         not a message.
6434
6435 2001-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6436
6437         * elmo.el (elmo-folder-writable-p): Changed default value to nil.
6438         (elmo-folder-move-messages): Check `elmo-folder-writable-p'.
6439
6440         * elmo-archive.el (elmo-folder-writable-p): Defined.
6441
6442         * elmo-cache.el (elmo-folder-writable-p): Ditto.
6443
6444         * elmo-filter.el (elmo-folder-writable-p): Ditto.
6445
6446         * elmo-imap4.el (elmo-folder-writable-p): Ditto.
6447
6448         * elmo-localdir.el (elmo-folder-writable-p): Ditto.
6449
6450         * elmo-maildir.el (elmo-folder-writable-p): Ditto.
6451
6452         * elmo-mark.el (elmo-folder-writable-p): Ditto.
6453
6454         * elmo-pipe.el (elmo-folder-writable-p): Ditto.
6455
6456         * elmo-nntp.el (elmo-folder-writable-p): Eliminated.
6457
6458 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
6459
6460         * elmo-util.el (elmo-address-quote-specials): New function;
6461         Renamed from `wl-address-quote-specials'.
6462
6463 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6464
6465         * elmo-version.el (elmo-version): Up to 2.7.4.
6466
6467 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
6468
6469         * elmo.el (elmo-quit): Call `elmo-dop-queue-save'.
6470
6471 2001-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6472
6473         * acap.el (acap-read-passphrase): Always autoload ange-ftp for
6474         both compile-time and run-time to avoid byte-compile warning.
6475
6476 2001-09-13  Kenichi OKADA  <okada@opaopa.org>
6477
6478         * elmo-nntp.el (elmo-nntp-post): Fix for `elmo-nntp-default-stream-type'.
6479
6480 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
6481
6482         * elmo-mime.el (elmo-mime-display-as-is-coding-system): New user
6483         option.
6484         (elmo-mime-display-as-is-internal): Use it.
6485
6486         * acap.el (acap-read-passphrase): Use `ange-ftp-read-passwd'
6487         if `read-passwd' is not defined.
6488
6489 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
6490
6491         * elmo-pop3.el (elmo-pop3-list-location): Sort locations
6492         by original number.
6493         (elmo-folder-status): Call `elmo-folder-open-internal';
6494         Call `elmo-folder-close-internal' instead of `elmo-folder-close'.
6495         (elmo-folder-close-internal): Set location-alist as nil.
6496         (elmo-folder-clear): Define.
6497         (elmo-folder-check): Don't set location-alist as nil.
6498
6499         * elmo-dop.el (elmo-dop-queue-method-name-alist): Fixed symbols.
6500
6501 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
6502
6503         * elmo-util.el (elmo-msgid-to-cache): Enclose with `save-match-data'.
6504         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>)
6505
6506         * mmimap.el (mime-imap-entity::requested): New slot.
6507         (mime-imap-location-fetch-entity-p): New generic function.
6508         (mime-decode-parameters): Define using `defun-maybe'.
6509         (mmimap-make-mime-entity): Use `make-mime-content-type' to make
6510         content-type structure.
6511         (mime-entity-body): Return empty body if
6512         `mime-imap-location-fetch-entity-p' returns nil in the first request.
6513
6514         * elmo.el (elmo-message-displaying): New variable.
6515
6516         * elmo-mime.el (elmo-mime-message-display): Bind
6517         elmo-message-displaying as t.
6518
6519         * elmo-imap4.el (mime-imap-location-fetch-entity-p): Define.
6520
6521 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
6522
6523         * acap.el (acap-open): erase buffer before starting network process.
6524         (acap-store): Rewrite.
6525
6526 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
6527
6528         * elmo-imap4.el (elmo-imap4-default-mailbox,
6529         elmo-imap4-default-server
6530         elmo-imap4-default-authenticate-type,
6531         elmo-imap4-default-user,
6532         elmo-imap4-default-port,
6533         elmo-imap4-default-stream-type,
6534         elmo-imap4-stream-type-alist): Moved to elmo-vars.el.
6535
6536         * elmo-pop3.el (elmo-pop3-default-user,
6537         elmo-pop3-default-server,
6538         elmo-pop3-default-authenticate-type,
6539         elmo-pop3-default-port,
6540         elmo-pop3-default-stream-type,
6541         elmo-pop3-stream-type-alist): Ditto.
6542
6543         * elmo-nntp.el (elmo-nntp-default-server,
6544         elmo-nntp-default-user,
6545         elmo-nntp-default-port,
6546         elmo-nntp-default-stream-type,
6547         elmo-nntp-stream-type-alist): Ditto.
6548
6549         * elmo-vars.el: Follow changes above.
6550         (elmo-setting): New custom group; added 'elmo-setting group to
6551         above variables.
6552
6553         * elmo-version.el (elmo-version): Up to 2.7.3.
6554
6555         * acap.el (acap-parse-response): Don't delete process when BYE
6556         response (It causes hang-up on slow network environment).
6557         (toplevel): Added comment.
6558
6559 2001-08-28  Yuuichi Teranishi  <teranisi@gohome.org>
6560
6561         * slp.el (slp-exec-wait): Use `slp-program-arguments'.
6562
6563         * acap.el (acap-parse-return-metadata-or-return-metalist): Fix for
6564         parsing NIL.
6565         (acap-parse-return-metadata): Ditto.
6566
6567         * slp.el: New file.
6568         (toplevel): Fixed typo.
6569
6570         * acap.el: New file.
6571         (acap-network-stream-open): Show "Connecting..." message.
6572         (acap-parse-response): Fixed problem for BYE untagged response.
6573         (acap-open): Changed argument (Use `acap-default-user' if user is nil).
6574         (toplevel): Added tiny comments.
6575
6576 2001-08-20  Tatsuya Kinoshita <tats@iris.ne.jp>
6577
6578         * elmo-pop3.el (elmo-pop3-parse-uidl-response): Allow multiple
6579         space delimiter for uidl response.
6580
6581 2001-08-20  Yuuichi Teranishi  <teranisi@gohome.org>
6582
6583         * elmo-vars.el (elmo-use-semi): Eliminated.
6584
6585         * elmo-util.el (elmo-string-assoc-all): New function.
6586
6587 2001-08-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6588
6589         * elmo-mime.el (elmo-mime-display-as-is-internal): Put text
6590         property 'mime-preview-situation for `mime-preview-quit'.
6591
6592 2001-08-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6593
6594         * elmo.el (elmo-message-fetch-with-cache-process): Call
6595         elmo-message-fetch-internal instead of causing an error when fetch
6596         strategy is 'entire but only 'section cache is available.
6597
6598 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
6599
6600         * elmo-version.el (elmo-version): Up to 2.7.2.
6601
6602         * elmo.el (elmo-generic-folder-append-messages): Make
6603         fetch-strategy with `use-cache'.
6604
6605         * elmo-dop.el (elmo-dop-queue-method-name-alist): New variable.
6606         (elmo-dop-queue-method-name): New macro.
6607
6608 2001-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6609
6610         * elmo-archive.el (elmo-archive-get-archive-name): Fixed
6611         unbalanced parenthesis.
6612
6613 2001-08-03  YAMASHITA Junji <ysjj@unixuser.org>
6614
6615         * elmo-localdir.el (elmo-folder-rename-internal): Fixed typo.
6616
6617 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
6618
6619         * elmo-archive.el (elmo-archive-get-archive-name): Fixed logic.
6620         (Advised by YAMASHITA Junji <ysjj@unixuser.org>.)
6621
6622 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
6623
6624         * elmo-shimbun.el (elmo-folder-msgdb-create): Bind unbound
6625         local variables.
6626
6627 2001-07-30  Yuuichi Teranishi  <teranisi@gohome.org>
6628
6629         * elmo-shimbun.el (elmo-shimbun-use-cache): New user option.
6630         (elmo-message-use-cache-p): Define.
6631         (elmo-folder-msgdb-create): Treat cache.
6632
6633 2001-07-28  Kenichi OKADA  <okada@opaopa.org>
6634
6635         * elmo-nntp.el (elmo-network-initialize-session): Call
6636         `elmo-nntp-send-mode-reader'.
6637         (elmo-network-setup-session): Remove `elmo-nntp-send-mode-reader'.
6638
6639 2001-07-26  Yuuichi Teranishi  <teranisi@gohome.org>
6640
6641         * elmo-shimbun.el (elmo-shimbun-index-range-alist): Changed to regexp
6642         alist.
6643         (elmo-folder-initialize): Use elmo-string-matched-assoc instead of
6644         assoc.
6645
6646         * elmo-net.el (elmo-network-get-session): Set stream-type argument
6647         for `elmo-plugged-p'.
6648         (elmo-open-network-stream): Fixed stream-type argument.
6649
6650 2001-07-25  Yuuichi Teranishi  <teranisi@gohome.org>
6651
6652         * elmo-archive.el (elmo-archive-get-archive-name): Cause an error when
6653         unknown archive type is specified.
6654
6655 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
6656
6657         * elmo-shimbun.el (elmo-folder-open-internal): Fixed.
6658
6659         * elmo.el (elmo-generic-folder-open): Bind inhibit-quit as t
6660         while loading msgdb.
6661
6662         * elmo-shimbun.el (elmo-shimbun-folder-setup): New function.
6663         (elmo-folder-open-internal): Rewrite.
6664
6665 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
6666
6667         * elmo-mime.el (elmo-mime-display-as-is-internal):
6668         Adjust buffer-multibyte status.
6669
6670 2001-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
6671
6672         * elmo.el (elmo-msgdb-search): Use elmo-condition-in-msgdb-p instead
6673         of elmo-condition-find-key.
6674
6675         * elmo-util.el (elmo-condition-in-msgdb-p-internal): New function.
6676         (elmo-condition-in-msgdb-p): Ditto.
6677         (elmo-read-search-condition-internal): Don't set REQUIRE-MATCH
6678         argument.
6679
6680 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
6681
6682         * elmo-pipe.el (elmo-folder-pack-numbers): Define.
6683
6684 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
6685
6686         * elmo-imap4.el (elmo-imap4-find-next-line): Fixed
6687         label for elmo-display-progress.
6688
6689 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
6690
6691         * elmo.el (elmo-folder-clear): New method.
6692         (elmo-folder-clear): Define.
6693         (elmo-folder-synchronize): Call `elmo-folder-clear'.
6694
6695         * elmo-shimbun.el (elmo-folder-check): Rewrite.
6696         (elmo-folder-clear): Define.
6697
6698         * elmo-map.el (elmo-folder-clear): Define.
6699
6700         * elmo-version.el (elmo-version): Up to 2.7.1.
6701
6702 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
6703
6704         * elmo.el (elmo-folder-synchronize): Return list of nil when no
6705         updates.
6706
6707 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
6708
6709         * elmo.el (elmo-generic-folder-append-messages): Fixed logic.
6710         (Detected by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>)
6711
6712 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
6713
6714         * elmo-util.el (elmo-get-network-stream-type): Moved to elmo-net.el.
6715
6716         * elmo-net.el (elmo-get-network-stream-type): Moved from elmo-util.el
6717         and re-written.
6718
6719         * elmo-imap4.el (elmo-folder-initialize): Use
6720         elmo-get-network-stream-type.
6721
6722         * elmo-nntp.el (elmo-folder-initialize): Ditto.
6723
6724         * elmo-pop3.el (elmo-folder-initialize): Ditto.
6725
6726 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
6727
6728         * elmo.el (elmo-message-encache): Set unread argument for
6729         elmo-message-fetch.
6730
6731         * elmo-shimbun.el (elmo-dop): Require 'elmo-dop.
6732
6733         * elmo.el (elmo-net-port-info): New method.
6734
6735         * elmo-shimbun.el (elmo-net-port-info): Define.
6736         (elmo-message-encache): Ditto.
6737
6738         * elmo-net.el (elmo-net-port-info): Define as method.
6739
6740         * elmo.el (elmo-generic-folder-append-messages): Find cache file in
6741         unplugged status when elmo-enable-disconnected-operation is t.
6742
6743         * elmo-dop.el (elmo-dop-spool-folder-append-buffer): Check existence
6744         of spool folder before checking new number.
6745
6746 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
6747
6748         * elmo-pop3.el (elmo-network-close-session): Removed 3rd argument.
6749         (elmo-network-setup-session): Ditto.
6750         (elmo-message-fetch-plugged): Ditto.
6751         (elmo-pop3-send-command): Don't call elmo-pop3-lock.
6752         (elmo-network-initialize-session): Ditto.
6753         (elmo-pop3-read-response): Abolish 3rd argument.
6754         (elmo-pop3-read-response): Don't call elmo-pop3-unlock.
6755         (elmo-pop3-read-contents): Ditto.
6756         (elmo-pop3-read-body): Ditto.
6757         (elmo-folder-status): Call elmo-folder-close.
6758         (elmo-pop3-lock): Abolish.
6759         (elmo-pop3-unlock): Ditto.
6760         (elmo-pop3-locked-p): Ditto.
6761         (elmo-folder-check): Don't call elmo-pop3-locked-p.
6762
6763 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
6764
6765         * elmo-version.el (elmo-version): Up to 2.7.0.
6766
6767         * elmo-pop3.el (elmo-pop3-debug): New variable.
6768         (elmo-pop3-debug-inhibit-logging): Ditto.
6769         (elmo-pop3-debug): New function.
6770         (elmo-pop3-send-command): Call elmo-pop3-debug.
6771         (elmo-pop3-read-response): Added keep-lock optional argument;
6772         Don't unlock if keep-lock is non-nil.
6773         (elmo-pop3-process-filter): Call elmo-pop3-debug.
6774         (elmo-network-authenticate-session): Bind
6775         elmo-pop3-debug-inhibit-logging as t.
6776         (elmo-network-setup-session): Call elmo-pop3-read-response with
6777         keep-lock argument.
6778         (elmo-pop3-read-msg): Ditto.
6779         (elmo-pop3-locked-p): Call elmo-pop3-debug.
6780         (elmo-pop3-read-body): Call elmo-pop3-unlock.
6781         (elmo-network-initialize-session): Call elmo-pop3-lock.
6782         (elmo-folder-close-internal): Don't clear location-alist slot.
6783         (elmo-folder-check): Clear location-alist slot.
6784
6785 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
6786
6787         * elmo-pop3.el (elmo-pop3-lock): New buffer local variable.
6788         (elmo-pop3-send-command): Call elmo-pop3-lock.
6789         (elmo-pop3-read-response): Call elmo-pop3-unlock.
6790         (elmo-pop3-read-contents): Ditto.
6791         (elmo-pop3-lock): New function.
6792         (elmo-pop3-unlock): Ditto.
6793         (elmo-pop3-locked-p): Ditto.
6794         (elmo-folder-check): Don't delete process if elmo-pop3-locked-p
6795         returns t.
6796
6797 2001-06-11  Yuuichi Teranishi  <teranisi@gohome.org>
6798
6799         * elmo-shimbun.el (elmo-shimbun-msgdb-to-headers): Inverted logic.
6800
6801         * elmo-util.el (elmo-file-field-primitive-condition-match):
6802         New inline function (Don't fetch file content if "first" or "last").
6803         (elmo-file-field-condition-match): Use
6804         elmo-file-field-primitive-condition-match.
6805
6806         * elmo-localdir.el (elmo-folder-search): Speed up simple "last" and
6807         "first".
6808
6809         * elmo-pop3.el (elmo-pop3-process-filter): Don't use floor nor float.
6810         (elmo-message-fetch-plugged): Fixed.
6811
6812         * elmo-imap4.el (elmo-imap4-find-next-line): Ditto.
6813
6814 2001-06-10  Yuuichi Teranishi  <teranisi@gohome.org>
6815
6816         * elmo.el (elmo-folder-move-messages): Bind
6817         elmo-inhibit-display-retrieval-progress as t while moving messages.
6818
6819         * elmo-vars.el (elmo-display-retrieval-progress-threshold):
6820         New variable.
6821         (elmo-inhibit-display-retrieval-progress): Ditto.
6822
6823         * elmo-pop3.el (elmo-pop3-process-filter): Use elmo-display-progress
6824         for retrieval progress;
6825         Don't display progress when total buffer size is smaller than
6826         elmo-display-retrieval-progress-threshold.
6827         (elmo-message-fetch-plugged): Don't display progress when
6828         elmo-inhibit-display-retrieval-progress is non-nil.
6829
6830         * elmo-imap4.el (elmo-imap4-find-next-line): Use elmo-display-progress
6831         for retrieval progress;
6832         Don't display progress when literal size is smaller than
6833         elmo-display-retrieval-progress-threshold.
6834         (elmo-imap4-message-fetch): Don't display progress when
6835         elmo-inhibit-display-retrieval-progress is non-nil.
6836
6837 2001-06-07  Yuuichi Teranishi  <teranisi@gohome.org>
6838
6839         * elmo-imap4.el (elmo-imap4-display-literal-progress): New variable.
6840         (elmo-imap4-find-next-line): Display progress whille literal fetching.
6841         (elmo-imap4-message-fetch): Likewise.
6842
6843         * elmo-shimbun.el (elmo-shimbun-default-index-range): New user option.
6844         (elmo-shimbun-index-range-alist): Ditto.
6845         (elmo-shimbun-use-entire-index): Abolish.
6846         (shimbun-mua-use-entire-index): Ditto.
6847         (elmo-shimbun-folder): Added new slot `range'.
6848         (elmo-folder-initialize): Setup slot `range'.
6849
6850 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
6851
6852         * elmo-shimbun.el (elmo-shimbun-parse-time-string): New function.
6853         (elmo-shimbun-msgdb-to-headers): Added `expire-days' argument.
6854         (elmo-shimbun-get-headers): Use return value of
6855         `shimbun-article-expiration-days'.
6856         (elmo-folder-close-internal): Clean up last-check slot.
6857
6858         * elmo-pop3.el (elmo-pop3-process-filter): Show retrieve progress.
6859         (elmo-pop3-total-size): New variable.
6860         (elmo-message-fetch-plugged): Bind elmo-pop3-total-size while fetching.
6861
6862         * elmo.el (elmo-folder-reserve-status-p): New method.
6863
6864         * elmo-shimbun.el (elmo-shimbun-headers-cache): Abolish.
6865         (elmo-shimbun-use-entire-index): New user option.
6866         (shimbun-elmo-mua): New class.
6867         (shimbun-mua-search-id): Define.
6868         (shimbun-mua-use-entire-index): Ditto.
6869         (elmo-shimbun-folder:last-check): New slot.
6870         (elmo-shimbun-headers-cache-header-list): Abolish.
6871         (elmo-shimbun-headers-cache-set-header-list): Ditto.
6872         (elmo-shimbun-headers-cache-header-hash): Ditto.
6873         (elmo-shimbun-headers-cache-set-header-hash): Ditto.
6874         (elmo-shimbun-headers-cache-last-check): Ditto.
6875         (elmo-shimbun-headers-cache-set-last-check): Ditto.
6876         (elmo-shimbun-headers-check-p): Rewrite.
6877         (elmo-shimbun-msgdb-to-headers): New function.
6878         (elmo-shimbun-get-headers): Rewrite.
6879         (elmo-folder-initialize): Set 1st argument of `shimbun-open'.
6880         (elmo-folder-open-internal): Get headers only if
6881         `elmo-shimbun-headers-check-p' is non-nil.
6882         (elmo-folder-check): Check only if `elmo-shimbun-headers-check-p'
6883         is non-nil.
6884         (elmo-shimbun-msgdb-create-entity): Re-use old msgdb entities.
6885         (elmo-quit): Removed.
6886
6887         * elmo-msgdb.el (elmo-msgdb-overview-entity-get-extra): New inline
6888         function.
6889         (elmo-msgdb-overview-entity-set-extra): Ditto.
6890         (elmo-msgdb-make-overview-hashtb): Make hash if overview is non-nil.
6891
6892         * elmo-map.el (elmo-folder-status): Don't call
6893         elmo-folder-close-internal if `elmo-folder-reserve-status-p'
6894         is non-nil.
6895
6896 2001-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6897
6898         * elmo-msgdb.el (elmo-msgdb-search-internal): Call itself instead
6899         of `elmo-msgdb-search-internal-primitive' when condition's car is
6900         `and' or `or'.
6901
6902 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
6903
6904         * elmo-nntp.el (elmo-nntp-get-newsgroup-by-msgid): Fix for luna.
6905
6906 2001-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6907
6908         * elmo-pipe.el (elmo-folder-open-internal): Check plugged before
6909         call `elmo-pipe-drain'.
6910
6911 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6912
6913         * elmo-mark.el (elmo-message-fetch-with-cache-process): Fixed
6914         typo. (elmo-cache-folder -> elmo-mark-folder)
6915
6916 2001-05-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6917
6918         * elmo-net.el (elmo-message-fetch-unplugged): Don't call
6919         `elmo-message-fetch'.
6920
6921 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6922
6923         * elmo-net.el (elmo-message-encache): Fixed typo.
6924         (elmo-message-fetch-unplugged): Changed call
6925         `elmo-message-fetch-internal' without argument `outbuf'.
6926
6927 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
6928
6929         * elmo.el (elmo-message-encache): Define as generic function.
6930         (elmo-message-fetch-field): New generic function.
6931         (elmo-message-fetch-with-cache-process): Cause an error when
6932         fetch strategy is 'entire but only 'section cache is available.
6933         (toplevel): Fixed nmz folder definition.
6934
6935         * elmo-vars.el (elmo-msgdb-lock-list-filename): Removed.
6936         (elmo-msgdb-resume-list-filename): Ditto.
6937         (elmo-queue-filename): Ditto.
6938         (elmo-enable-disconnected-operation): Changed default value to t.
6939
6940         * elmo-util.el (elmo-cache-path-section-p): New function.
6941         (elmo-file-cache-get): Use it.
6942         (elmo-dop-queue-filename): Moved from elmo-dop.el.
6943         (elmo-dop-queue-load): Moved from elmo-msgdb.el.
6944         (elmo-dop-queue-save): Ditto.
6945
6946         * elmo-net.el (elmo-folder-status-unplugged): Call
6947         elmo-folder-status-dop.
6948         (elmo-folder-list-messages-unplugged): Implemented.
6949         (elmo-folder-delete-messages-unplugged): Define.
6950         (elmo-folder-msgdb-create): Define.
6951         (elmo-folder-msgdb-create-unplugged): Define.
6952         (elmo-folder-mark-as-read-unplugged): Ditto.
6953         (elmo-folder-unmark-read-unplugged): Ditto.
6954         (elmo-folder-mark-as-important-unplugged): Ditto.
6955         (elmo-folder-unmark-important-unplugged): Ditto.
6956         (elmo-message-encache): Ditto.
6957
6958         * elmo-msgdb.el (elmo-dop-queue-load): Moved to elmo-util.el.
6959         (elmo-dop-queue-save): Ditto.
6960
6961         * elmo-imap4.el (elmo-folder-msgdb-create-plugged): Renamed from
6962         `elmo-folder-msgdb-create'.
6963         (elmo-folder-append-buffer): Implemented unplugged operation.
6964         (elmo-folder-append-messages): Call parent method in unplugged status.
6965         (elmo-message-fetch-unplugged): Removed definition.
6966         (elmo-message-fetch-field): Implemented.
6967
6968         * elmo-dop.el (toplevel): Require 'elmo-localdir.
6969         (elmo-dop-folder): Removed variable definition.
6970         (elmo-dop-queue-append): Changed argument `fname' to `folder'.
6971         (elmo-dop-queue-flush): Implemented.
6972         (elmo-dop-queue-merge): Removed definition (TODO).
6973         (elmo-dop-spool-folder): New function.
6974         (elmo-dop-spool-folder-append-buffer): Ditto.
6975         (elmo-dop-spool-folder-list-messages): Ditto.
6976         (elmo-dop-list-deleting-messages): Ditto.
6977         (elmo-folder-append-buffer-dop): Ditto.
6978         (elmo-folder-delete-messages-dop): Ditto.
6979         (elmo-message-encache-dop): New inline function.
6980         (elmo-create-folder-dop): Ditto.
6981         (elmo-folder-mark-as-read-dop): Ditto.
6982         (elmo-folder-unmark-read-dop): Ditto.
6983         (elmo-folder-mark-as-important-dop): Ditto.
6984         (elmo-folder-unmark-important-dop): Ditto.
6985         (elmo-folder-status-dop): Fixed.
6986         (elmo-folder-append-buffer-dop-delayed): New function.
6987         (elmo-folder-delete-messages-dop-delayed): Ditto.
6988         (elmo-dop-msgdb): Ditto.
6989
6990 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6991
6992         * elmo-localdir.el (elmo-folder-pack-numbers): Fixed.
6993
6994 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6995
6996         * elmo.el (elmo-folder-move-messages): Fixed problem when
6997         `dst-folder' is 'null.
6998
6999 2001-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7000
7001         * elmo.el (elmo-folder-list-importants): Rewirte. Use global mark
7002         instead of current mark.
7003
7004         * elmo-multi.el (elmo-folder-list-importants-internal): No
7005         operation if importants is not list.
7006
7007         * elmo-filter.el (elmo-filter-folder-list-importants-internal):
7008         Return t if importants is not list.
7009
7010         * elmo-map.el (elmo-map-folder-list-importants): Define.
7011         (elmo-folder-list-importants-internal): Check return value of
7012         `elmo-map-folder-list-importants-internal'.
7013
7014         * elmo-cache.el (elmo-folder-list-importants-internal): Eliminated.
7015
7016         * elmo-mark.el (elmo-folder-list-importants-internal): Ditto.
7017
7018         * elmo-nmz.el (elmo-folder-list-importants-internal): Ditto.
7019
7020         * elmo-shimbun.el (elmo-folder-list-importants-internal): Ditto.
7021
7022 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
7023
7024         * elmo.el (elmo-message-fetch-confirm): Fixed docstring.
7025         (Patch is provided by <kita@coe.nttdata.co.jp>).
7026
7027 2001-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7028
7029         * elmo.el (elmo-folder-synchronize): Don't check important mark in
7030         mark folder.
7031
7032 2001-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7033
7034         * elmo.el (elmo-message-fetch): Define.
7035         (elmo-message-fetch-with-cache-process): New generic method.
7036         (elmo-message-fetch-internal): New generic method.
7037         (elmo-folder-synchronize):
7038
7039         * elmo-archive.el (elmo-message-fetch-internal): Define.
7040         (elmo-message-fetch): Eliminated.
7041
7042         * elmo-localdir.el (elmo-message-fetch-internal): Define.
7043         (elmo-message-fetch): Eliminated.
7044
7045         * elmo-map.el (elmo-map-message-fetch): Eliminated optional
7046         argument OUTBUF.
7047         (elmo-message-fetch-internal): Define (Renamed from `elmo-message-fetch').
7048
7049         * elmo-cache.el (elmo-message-fetch-with-cache-process): Define.
7050         (elmo-map-message-fetch): Merged with elmo-cache-folder-map-message-fetch.
7051
7052         * elmo-mark.el (elmo-message-fetch-with-cache-process): Define.
7053         (elmo-map-message-fetch): Merged with `elmo-mark-folder-map-message-fetch'.
7054
7055         * elmo-maildir.el (elmo-map-message-fetch): Rewrite.
7056
7057         * elmo-nmz.el (elmo-map-message-fetch): Ditto.
7058
7059         * elmo-shimbun.el (elmo-map-message-fetch): Ditto.
7060
7061         * elmo-net.el (elmo-message-fetch-plugged): Remove cache process.
7062         (elmo-message-fetch-unplugged): New generic method.
7063         (elmo-message-fetch-internal): Remove cache process (Renamed from
7064         `elmo-message-fetch').
7065
7066         * elmo-nntp.el (elmo-message-fetch-with-cache-process): Define.
7067         (elmo-message-fetch): Eliminated.
7068         (elmo-message-fetch-unplugged): Ditto.
7069
7070         * elmo-imap4.el (elmo-message-fetch-unplugged): Remove cache process.
7071
7072 2001-05-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7073
7074         * elmo-multi.el (elmo-multi-folder-append-msgdb): Fixed structure
7075         of `to-be-deleted' from number-alist to number-list.
7076
7077 2001-04-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7078
7079         * elmo-pipe.el (elmo-folder-unmark-important): Fixed typo.
7080         (elmo-folder-mark-as-important): Ditto.
7081
7082 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
7083
7084         * elmo.el (elmo-folder): Added process-duplicates slot.
7085
7086         * elmo-pipe.el (elmo-folder-mark-as-read): Define.
7087         (elmo-folder-unmark-read): Ditto.
7088         (elmo-folder-unmark-important): Ditto.
7089         (elmo-folder-mark-as-important): Ditto.
7090
7091         * elmo-multi.el (elmo-multi-folder-append-msgdb): Implemented
7092         duplicated message processing.
7093
7094         * elmo.el (elmo-generic-folder-append-msgdb): Ditto.
7095
7096 2001-04-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7097
7098         * elmo-util.el (elmo-list-subdirectories-1): New function.
7099         (elmo-list-subdirectories): Use `elmo-list-subdirectories-1'.
7100         (elmo-mapcar-list-of-list): New function.
7101
7102         * elmo-archive.el (elmo-archive-folder-list-subfolders): Use
7103         `elmo-mapcar-list-of-list' instead of `mapcar'.
7104
7105         * elmo-localdir.el (elmo-folder-list-subfolders): Ditto.
7106
7107         * elmo-maildir.el (elmo-folder-list-subfolders): Ditto. Bind
7108         `elmo-have-link-count'. Return the fully qualified folder name.
7109
7110 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
7111
7112         * elmo-shimbun.el (elmo-shimbun-check-interval): New user option.
7113         (elmo-shimbun-headers-cache): New internal variable.
7114         (elmo-shimbun-headers-cache-header-list): New inline function.
7115         (elmo-shimbun-headers-cache-set-header-list): Ditto.
7116         (elmo-shimbun-headers-cache-header-hash): Ditto.
7117         (elmo-shimbun-headers-cache-set-header-hash): Ditto.
7118         (elmo-shimbun-headers-cache-last-check): Ditto.
7119         (elmo-shimbun-headers-cache-set-last-check): Ditto.
7120         (elmo-shimbun-lapse-seconds): Ditto.
7121         (elmo-shimbun-headers-cache-check-p): Ditto.
7122         (elmo-shimbun-get-headers): New function.
7123         (elmo-folder-open-internal): Call it.
7124         (elmo-quit): Define (Clear headers-cache).
7125
7126 2001-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
7127
7128         * elmo-nntp.el (elmo-folder-initialize): Fixed typo (folder->name).
7129
7130         * elmo-msgdb.el (elmo-msgdb-flist-load): Use elmo-mime-charset.
7131         (elmo-msgdb-flist-save): Ditto.
7132
7133         * elmo-shimbun.el (elmo-folder-list-subfolders):
7134         Use `shimbun-groups' instead of `shimbun-groups-internal'.
7135         (elmo-folder-exists-p): Ditto.
7136
7137         * elmo-shimbun.el (elmo-shimbun-msgdb-create-entity): Set `shimbun'
7138         argument for `shimbun-header-insert'.
7139
7140 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
7141
7142         * elmo-multi.el (elmo-multi-folder-diff): Use dummy number list
7143         at first time.
7144
7145         * elmo-util.el (toplevel): Require 'mcharset and 'pces.
7146         (With a little help from 'NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>')
7147
7148 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
7149
7150         * elmo-shimbun.el (elmo-folder-open-internal): Do nothing if unplugged.
7151         (elmo-folder-plugged-p): Define.
7152         (elmo-folder-set-plugged): Ditto.
7153         (elmo-shimbun-msgdb-create-entity): Do nothing if there's no header.
7154         (elmo-folder-list-messages-internal): Return t if unplugged.
7155         (elmo-folder-initialize): Fixed for "@gnome.gnome-1.4-list".
7156
7157         * elmo-multi.el (elmo-folder-list-messages-internal): Fixed problem
7158         when elmo-folder-list-messages-internal method of children returns t.
7159
7160         * elmo-map.el (elmo-map-folder-update-locations): Fixed problem when
7161         pair is nil.
7162         (elmo-folder-open-internal): Don't update if unplugged status.
7163
7164 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
7165
7166         * elmo.el (elmo-folder-synchronize): Fixed problem when there's no
7167         new message.
7168
7169 2001-04-12  Yuuichi Teranishi  <teranisi@gohome.org>
7170
7171         * elmo-util.el (elmo-file-cache-save): Ignore errors.
7172
7173         * elmo-net.el (elmo-message-fetch): Check cache-path is non-nil before
7174         saving.
7175
7176 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
7177
7178         * elmo.el (elmo-folder-synchronize): Added optional no-check argument.
7179
7180         * elmo-shimbun.el (elmo-shimbun-folder): Added headers slot.
7181         (elmo-folder-open-internal): Set up headers slot.
7182         (elmo-folder-check): Call elmo-folder-close-internal and
7183         elmo-folder-open-internal.
7184         (elmo-folder-close-internal): Clean up headers slot.
7185
7186 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7187
7188         * elmo-archive.el (elmo-archive-folder-list-subfolders): Match
7189         exactly folder list.
7190         (elmo-folder-append-messages): Fixed append archive with prefix.
7191
7192         * elmo-localdir.el (elmo-folder-message-make-temp-files): Fixed
7193         make temp files with start-number.
7194
7195         * elmo-pipe.el (elmo-folder-message-make-temp-file-p): Fixed typo.
7196
7197 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7198
7199         * elmo.el (elmo-folder-list-messages-internal): Fixed lucking optional
7200         argument `visible-only'.
7201         (elmo-generic-folder-append-messages): Fixed condition. Use `unless'
7202         instead of `if'.
7203
7204         * elmo-pop3.el (elmo-folder-open-internal): Check
7205         `elmo-inhibit-number-mapping' is non-nil.
7206
7207         * elmo-pipe.el (elmo-folder-status): Fixed.
7208
7209 2001-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
7210
7211         * elmo.el (elmo-dop-queue-flush): Added autload setting.
7212
7213         * elmo-shimbun.el (elmo-shimbun-folder): Added `header-hash' slot.
7214         (elmo-folder-open-internal): Setup `header-hash' slot.
7215         (elmo-shimbun-msgdb-create-entity): Use `header-hash' to get header
7216         information.
7217         (elmo-map-message-fetch): Ditto.
7218
7219 2001-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
7220
7221         * shimbun.el, sb-airs.el, sb-asahi.el, sb-bbdb-ml.el, sb-cnet.el,
7222         sb-fml.el, sb-lump.el, sb-mew.el, sb-mhonarc.el,
7223         sb-netbsd.el, sb-sponichi.el, sb-text.el, sb-wired.el,
7224         sb-xemacs.el, sb-yomiuri.el, sb-zdnet.el, sb-tcup.el: Removed.
7225
7226         * elmo-util.el (elmo-resque-obsolete-variable): Fix.
7227
7228 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
7229
7230         * sb-airs.el: Added footer.
7231
7232         * shimbun.el (shimbun-article): Define as luna-method.
7233
7234         * sb-tcup.el: New file.
7235
7236         * sb-airs.el (toplevel): Require 'sb-mhonarc.
7237         (According to the report from ABE Yasushi <yasushi@indigo.co.jp>)
7238
7239 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
7240
7241         * sb-asahi.el (shimbun-index-url): Removed redundant '/' in URL string.
7242         (shimbun-get-headers): Ditto.
7243
7244         * elmo.el: Moved obsolete variable definitions from
7245         elmo-imap4.el, elmo-nntp.el and elmo-pop3.el.
7246
7247         * sb-asahi.el (shimbun-asahi-groups): Deleted "feneral" and "personal"
7248         groups.
7249
7250         * shimbun.el: New file.
7251
7252         * elmo-shimbun.el: New file.
7253
7254         * sb-airs.el, sb-asahi.el, sb-bbdb-ml.el, sb-cnet.el,
7255         sb-fml.el, sb-lump.el, sb-mew.el, sb-mhonarc.el,
7256         sb-netbsd.el, sb-sponichi.el, sb-text.el, sb-wired.el,
7257         sb-xemacs.el, sb-yomiuri.el, sb-zdnet.el: New files.
7258
7259 2001-03-27  Kenichi OKADA  <okada@opaopa.org>
7260
7261         * elmo-imap4.el (elmo-imap4-list-folders): Fixed problem when
7262         hierarchy is t.
7263
7264 2001-03-12  Yuuichi Teranishi  <teranisi@gohome.org>
7265
7266         * elmo.el (elmo-folder-msgdb): Define as macro.
7267         (elmo-folder-open): Added argument `load-msgdb'.
7268         (elmo-generic-folder-open): Ditto.
7269         (elmo-folder-encache): New function.
7270
7271         * elmo-dop.el (elmo-dop-queue): Moved from elmo-dop.el.
7272
7273         * elmo-net.el (elmo-message-fetch): Check the cache path is non-nil.
7274
7275         * elmo-msgdb.el (elmo-msgdb-delete-msgs):
7276         Eliminated argument FOLDER and added argument MSGDB.
7277         (elmo-dop-queue-load): Moved from elmo-dop.el.
7278         (elmo-dop-queue-save): Ditto.
7279
7280         * elmo-map.el (elmo-map-folder-update-locations): Sort by number.
7281
7282         * elmo-imap4.el (elmo-folder-open): Added argument load-msgdb.
7283
7284         * elmo-filter.el (elmo-filter-folder-list-unreads-internal):
7285         Use elmo-folder-msgdb instead of elmo-folder-msgdb-internal.
7286         (elmo-filter-folder-list-importants-internal): Ditto.
7287
7288         * elmo-map.el (elmo-folder-pack-number): Ditto.
7289
7290         * elmo-mime.el (elmo-mime-message-display): Ditto.
7291
7292         * elmo.el (elmo-generic-folder-commit): Ditto.
7293         (elmo-folder-list-unreads): Ditto.
7294         (elmo-folder-list-importants): Ditto.
7295         (elmo-generic-folder-commit): Ditto.
7296         (elmo-message-set-mark): Ditto.
7297         (elmo-generic-folder-append-msgdb): Ditto.
7298         (elmo-folder-synchronize): Ditto.
7299         (elmo-folder-messages): Ditto.
7300         (elmo-init): Call elmo-dop-queue-load.
7301         (elmo-folder-list-messages): Ditto.
7302
7303         * elmo-nntp.el (elmo-folder-update-number): Ditto.
7304         (elmo-nntp-folder-process-crosspost): Ditto.
7305         (elmo-folder-list-unreads-internal): Ditto.
7306
7307         * elmo-dop.el: Removed old functions.
7308
7309 2001-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
7310
7311         * elmo-msgdb.el (elmo-msgdb-delete-msgs): Changed argument from
7312         `folder' to `msgdb'.
7313
7314 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7315
7316         * mmimap.el (mmimap-parse-parameters-from-list): Define as alias for
7317         `mime-decode-parameters' instead of `mime-decode-parameter-plist'.
7318
7319         * elmo-msgdb.el (elmo-msgdb-search-internal-primitive): Bind
7320         case-fold-search.
7321
7322 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
7323
7324         * elmo-util.el (elmo-resque-obsolete-variable): Use defvaralias if
7325         defined.
7326
7327         * mmimap.el (toplevel): Require 'mime-parse and 'static.
7328         (mmimap-parse-parameters-from-list): Define as alias for
7329         `mime-decode-parameter-plist' if it is defined as function.
7330         (mmimap-make-mime-entity): Added argument `number'.
7331         (initialize-instance): Set `number' argument of mmimap-make-mime-entity
7332         as 0.
7333         (mime-imap-entity-header-string): Arrange node-id for rfc2060 section.
7334
7335         * elmo.el (elmo-folder-have-subfolder-p): New generic function.
7336
7337         * elmo-mark.el (elmo-folder-have-subfolder-p): Define.
7338
7339         * elmo-internal.el (elmo-folder-list-subfolders): Rewrite.
7340
7341 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
7342
7343         * elmo-maildir.el (elmo-folder-msgdb-create): Fixed.
7344
7345         * elmo-imap4.el (elmo-folder-initialize): Fixed problem
7346         when elmo-imap4-default-authenticate-type is nil.
7347         (elmo-folder-list-subfolders): Ditto
7348         (According to the reported of Bun Mizuhara <mizuhara@acm.org>)
7349         (elmo-imap4-fetch-callback-1-subr): Renamed from
7350         `elmo-imap4-fetch-callback-1' and define as inline function.
7351         (elmo-imap4-fetch-callback-1):
7352         Renamed from `elmo-imap4-fetch-callback'.
7353         (elmo-imap4-parse-fetch): Funcall `elmo-imap4-fetch-callback'.
7354
7355         * elmo-localdir.el (elmo-folder-expand-msgdb-path): Fixed
7356         msgdb path (To keep compatibility with main trunk).
7357
7358         * elmo-vars.el (elmo-inhibit-number-mapping): New variable.
7359
7360         * elmo-util.el (elmo-make-file-cache): Moved position of
7361         some macros.
7362
7363         * elmo-pop3.el (elmo-pop3-inhibit-uidl): Eliminated.
7364         (elmo-pop3-get-session): Use `elmo-inhibit-number-mapping'
7365         instead of `elmo-pop3-inhibit-uidl'.
7366         (elmo-folder-exists-p): Ditto.
7367         (elmo-pop3-folder-list-messages): Ditto.
7368
7369         * elmo-pipe.el (elmo-pipe-drain): Use `elmo-inhibit-number-mapping'
7370         instead of `elmo-pop3-inhibit-uidl'.
7371         (elmo-folder-status): Ditto.
7372
7373         * elmo-dop.el (elmo-dop-folder): New variable.
7374         (elmo-dop-lock-message): Eliminated.
7375         (elmo-dop-unlock-message): Ditto.
7376         (elmo-dop-lock-list-load): Ditto.
7377         (elmo-dop-lock-list-save): Ditto.
7378         (elmo-dop-delete-folder): Ditto.
7379         (elmo-dop-rename-folder): Ditto.
7380
7381         * elmo.el: Removed incomplete commentary.
7382
7383 2001-02-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7384
7385         * elmo.el (toplevel): Require 'elmo-version first;
7386         for little `recursive-load-depth' settings.
7387         Fix "ends here" comment.
7388
7389 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
7390
7391         * elmo-util.el (toplevel): Require 'poem;
7392         Some functions are moved from elmo-cache.el.
7393
7394         * elmo-net.el (toplevel): Require 'elmo-cache.
7395
7396         * elmo-msgdb.el (toplevel): Don't require 'elmo-cache.
7397
7398         * elmo.el (toplevel): Ditto.
7399
7400         * elmo-cache.el: Rewrite with luna;
7401         Some functions are moved to elmo-util.el.
7402
7403         * elmo-internal.el (elmo-internal-folder-list): New variable.
7404         (elmo-internal-folder-initialize): Rewrite.
7405         (elmo-folder-list-subfolders): Ditto.
7406
7407         * elmo-cache.el (elmo-cache-search-all): Eliminated.
7408         (elmo-cache-collect-sub-directories): Ditto.
7409
7410 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
7411
7412         * elmo-version.el (elmo-version): Up to 2.5.8.
7413
7414         * elmo.el (elmo-folder-list-messages-mark-match): New function.
7415
7416         * elmo-util.el (elmo-list-insert): New function.
7417
7418 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7419
7420         * elmo.el (elmo-init): New function.
7421         (elmo-quit): Call `elmo-crosspost-message-alist-save'.
7422
7423         * elmo-vars.el (elmo-msgdb-file-header-chop-length): New variable
7424         (Renamed from `elmo-localdir-header-chop-length').
7425
7426         * elmo-pop3.el (elmo-pop3-use-cache,
7427         elmo-pop3-send-command-synchronously): Moved from `elmo-vars.el'.
7428
7429         * elmo-nntp.el (elmo-message-fetch): Define.
7430         (elmo-message-fetch-unplugged): Ditto.
7431         (elmo-nntp-overview-fetch-chop-length): Moved from `elmo-vars.el'.
7432         (elmo-nntp-use-cache): Ditto.
7433         (elmo-nntp-max-number-precedes-list-active): Ditto.
7434
7435         * elmo-multi.el (elmo-multi-divide-number): Moved from `elmo-vars.el'.
7436
7437         * elmo-msgdb.el (elmo-localdir-insert-header): Renamed to
7438         `elmo-msgdb-insert-file-header'.
7439         Use `elmo-msgdb-file-header-chop-length'.
7440
7441         * elmo-localdir.el (elmo-localdir-lockfile-list): Moved from
7442         `elmo-vars.el'.
7443
7444         * elmo-cache.el (elmo-cache-insert-header): Eliminated.
7445         (elmo-cache-msgdb-create-overview-entity-from-file): Use
7446         `elmo-msgdb-insert-file-header'.
7447
7448         * elmo-imap4.el, elmo-nntp.el, elmo-pop3.el:
7449         Use new variable;
7450         Define obsolete variables with `elmo-define-obsolete-variable',
7451
7452         * elmo-util.el (elmo-warning-buffer-name): New constant.
7453         (elmo-warning): New function.
7454         (elmo-obsolete-variable-alist): New variable.
7455         (elmo-obsolete-variable-show-warnings): New variable.
7456         (elmo-define-obsolete-variable): New function.
7457         (elmo-resque-obsolete-variable): Ditto.
7458         (elmo-resque-obsolete-variables): Ditto.
7459
7460 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7461
7462         * elmo-vars.el (elmo-use-buffer-cache, elmo-buffer-cache-size):
7463         Eliminated.
7464
7465         * elmo-pop3.el, elmo-nntp.el: Use custom.
7466
7467 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7468
7469         * elmo-imap4.el (elmo-network-authenticate-session): Fix.
7470         * elmo-pop3.el (elmo-network-authenticate-session): Add comments.
7471
7472 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7473
7474         * Luna-fy Kenichi OKADA's following changes.
7475         * elmo.el (elmo-folder-list-messages-internal): Added optional argument
7476         `nohide'.
7477         (elmo-folder-synchronize): Changed meaning of argument `ignore-msgdb'.
7478
7479 2001-02-21  OKAZAKI Tetsurou  <okazaki@be.to>
7480
7481         * elmo-util.el (elmo-display-progress): Prefer
7482         `progress-feedback-with-label' to `lprogress-display'.
7483
7484 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7485
7486         * elmo-imap4.el (elmo-imap4-list-folder): Added 'uid'
7487
7488 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
7489
7490         * elmo2.el (elmo-list-folder): Added optional argument `nohide'.
7491         * elmo-imap4.el (elmo-imap4-list-folder): Added optional argument `nohide'.
7492         * elmo-pop3.el (elmo-pop3-list-folder): Ditto.
7493         * elmo-nntp.el (elmo-nntp-list-folder): Ditto.
7494         * elmo-localdir.el (elmo-localdir-list-folder): Ditto.
7495         * elmo-localnews.el (elmo-localnews-list-folder): Ditto.
7496         * elmo-archive.el (elmo-archive-list-folder): Ditto.
7497         * elmo-filter.el (elmo-filter-list-folder): Ditto.
7498         * elmo-internal.el (elmo-internal-list-folder): Ditto.
7499         * elmo-pipe.el (elmo-pipe-list-folder): Ditto.
7500         * elmo-multi.el (elmo-multi-list-folder): Ditto.
7501         * elmo-maildir.el (elmo-maildir-list-folder): Ditto.
7502         * elmo-dop.el (elmo-dop-list-folder): Ditto.
7503
7504 2000-02-17  Kenichi OKADA  <okada@opaopa.org>
7505
7506         * elmo-msgdb.el (elmo-msgdb-max-of-killed): New function.
7507         * elmo-imap4.el (elmo-imap4-list-folder): Use killed-list.
7508
7509 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7510
7511         * elmo.el (elmo-folder-process-crosspost): New generic method.
7512         (elmo-folder-writable-p): Ditto.
7513         (elmo-folder-message-appendable-p): Eliminated.
7514         (elmo-generic-folder-append-msgdb): Rewrite.
7515         (elmo-newsgroups-hashtb): New internal variable.
7516         (elmo-crosspost-message-set): Eliminated.
7517         (elmo-crosspost-message-delete): Ditto.
7518         (elmo-setup-subscribed-newsgroups): New function.
7519         (elmo-crosspost-message-alist-modified): New internal variable.
7520         (elmo-crosspost-message-alist-load): New function (Renamed from
7521         `wl-crosspost-alist-load').
7522         (elmo-crosspost-message-alist-save): Ditto (Renamed from
7523         `wl-crosspost-alist-save').
7524
7525         * elmo-util.el (elmo-parse): New function (Renamed from `wl-parse').
7526
7527         * elmo-nntp.el (elmo-nntp-folder): New slots `temp-crosses' and
7528         `unreads'.
7529         (elmo-nntp-groups-hashtb): Eliminated (Renamed to
7530         elmo-newsgroups-hashtb).
7531         (elmo-nntp-message-fetch): Call `elmo-nntp-setup-crosspost-buffer',
7532         `elmo-nntp-folder-update-crosspost-message-alist'.
7533         (elmo-nntp-get-folders-info): Use `elmo-newsgroups-hashtb' instead of
7534         `elmo-nntp-groups-hashtb'.
7535         (elmo-nntp-make-groups-hashtb): Eliminated.
7536         (elmo-nntp-parse-newsgroups): New function (Renamed from
7537         `wl-parse-newsgroups').
7538         (elmo-folder-creatable-p, elmo-folder-writable-p,
7539         elmo-folder-close-internal, elmo-folder-mark-as-read,
7540         elmo-folder-process-crosspost, elmo-folder-list-unreads-internal):
7541         Define.
7542         (elmo-nntp-folder-update-crosspost-message-alist): New function.
7543
7544         * elmo-net.el (elmo-message-fetch): Check buffer size.
7545
7546         * elmo-multi.el (elmo-multi-split-number-alist): New function.
7547
7548         * elmo-localdir.el (elmo-folder-append-buffer): Fixed logic.
7549
7550         * elmo-imap4.el (elmo-folder-rename-internal): Send `select' command
7551         before `close' command.
7552
7553         * elmo.el (elmo-folder-list-unreads-internal): Added argument
7554         `mark-alist' (All other related portions are changed).
7555
7556 2001-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
7557
7558         * elmo-util.el (elmo-create-hash-size): Eliminated.
7559         (elmo-make-hash) Make a hash with `one less than a power of two'
7560         length.
7561
7562         * elmo-vars.el (elmo-hash-minimum-size): New variable.
7563         (elmo-hash-maximum-size): Changed value.
7564
7565 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
7566
7567         * elmo-mime.el (elmo-mime-message-display): Added argument `unread'.
7568         (elmo-mime-message-display-as-is): Ditto.
7569
7570 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
7571
7572         * elmo-pipe.el (elmo-pipe-drain): Eliminated needless bindings;
7573         Use `elmo-folder-close-internal' instead of `elmo-folder-close'.
7574
7575 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7576
7577         * elmo-mark.el: New file.
7578
7579         * elmo-internal.el: Rewrite (Almost empty).
7580
7581 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
7582
7583         * mmimap.el (mmimap-make-mime-entity): Consider message/rfc822.
7584         (mime-imap-entity-header-string): Ditto.
7585         (mmimap-entity-section): Rewrite.
7586
7587 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
7588
7589         * elmo-nmz.el: New file.
7590
7591         * elmo-pipe.el: Rewrite with luna.
7592
7593 2001-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
7594
7595         * elmo-archive.el: Rewrite with luna.
7596
7597         * elmo-multi.el (elmo-folder-list-unreads-internal): Fixed.
7598         (elmo-folder-list-importants-internal): Ditto.
7599
7600 2001-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
7601
7602         * elmo-archive.el (elmo-archive-version): Abolish.
7603         (toplevel) Removed `boso' comment.
7604
7605 2001-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
7606
7607         * elmo-msgdb.el (elmo-msgdb-add-msgs-to-seen-list): Renamed from
7608         elmo-msgdb-add-msgs-to-seen-list-subr;
7609         Changed argument seen-marks to unread-marks.
7610
7611         * elmo-nntp.el: Rewrite with luna.
7612
7613 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7614
7615         * elmo-filter.el: Rewrite with luna.
7616
7617 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7618
7619         * elmo-pop3.el: Rewrite with luna.
7620
7621 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
7622
7623         * elmo-multi.el: Rewrite with luna.
7624
7625         * elmo-vars.el (elmo-use-killed-list): Abolish.
7626         All other related portions are changed.
7627         (elmo-filename-replace-string-alist): Renamed from
7628         elmo-msgid-replace-string-alist.
7629
7630 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7631
7632         * elmo-msgdb.el (elmo-msgdb-delete-msgs): Changed argument.
7633
7634         * elmo-map.el: New file.
7635         * elmo-maildir.el: Rewrite with luna.
7636
7637 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
7638
7639         * elmo.el: Changed meaning of `elmo-folder-commit'.
7640         * elmo-mime.el (elmo-mime-display-as-is-internal): New function.
7641
7642 2001-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
7643
7644         * elmo.el (elmo-folder-append-buffer): New function.
7645         (Renamed from `elmo-append-msg')
7646
7647 2000-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
7648
7649         * elmo-mime.el: New file.
7650
7651 2000-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
7652
7653         * elmo-cache.el: Rewrite.
7654
7655 2000-02-17  Kenichi OKADA  <okada@opaopa.org>
7656
7657         * elmo-pop3.el (elmo-network-authenticate-session): Bind `sasl-mechanisms'
7658
7659 2000-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
7660
7661         * elmo-vars.el (elmo): New group.
7662         (elmo-strict-diff-folder-regexp): New variable.
7663
7664         * elmo-util.el (elmo-call-func): Abolish.
7665         (elmo-folder-get-type): Ditto.
7666         (elmo-*-get-spec): Ditto.
7667         (elmo-*-spec-*): Ditto.
7668         (elmo-imap4-identical-name-space-p): Ditto.
7669         (elmo-folder-identical-system-p): Ditto.
7670         (elmo-folder-direct-copy-alist): Ditto.
7671         (elmo-folder-direct-copy-p): Ditto.
7672
7673         * elmo-pipe.el (elmo-pipe-folder): New luna class.
7674         (elmo-folder-initialize): Define.
7675         (elmo-folder-get-primitive-list): Ditto.
7676
7677         * elmo-nntp.el (elmo-nntp-folder): New luna class.
7678         (elmo-folder-initialize): Define.
7679         Renamed `elmo-network-session-host-internal' to
7680         `elmo-network-session-server-internal'.
7681
7682         * elmo-multi.el (elmo-multi-folder): New luna class.
7683         (elmo-folder-initialize): Define.
7684         (elmo-folder-get-primitive-list): Ditto.
7685         (elmo-folder-contains-type): Ditto.
7686         (elmo-message-use-cache-p): Ditto.
7687
7688         * elmo-msgdb.el (elmo-msgdb-expand-path): Abolish.
7689         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path'.
7690
7691         * elmo-maildir.el (elmo-maildir-folder): New luna class.
7692         (elmo-folder-initialize): Define.
7693
7694         * elmo-filter.el (elmo-filter-folder): New luna class.
7695         (elmo-folder-initialize): Define.
7696         (elmo-folder-get-primitive-list): Ditto.
7697         (elmo-folder-contains-type): Ditto.
7698
7699 2000-12-06  Yuuichi Teranishi  <teranisi@gohome.org>
7700
7701         * elmo-imap4.el: Rewrite with luna.
7702
7703         * mmimap.el: New file.
7704
7705         * mmelmo.el, mmelmo-imap4.el: Removed.
7706
7707         * elmo-net.el: Ditto.
7708
7709         * elmo-pop3.el (elmo-pop3-folder): New luna class.
7710         (elmo-folder-initialize): Define.
7711
7712         * elmo-archive.el (elmo-archive-folder): New luna class.
7713         (elmo-folder-initialize): Define.
7714
7715         * elmo-dop.el: Rename `elmo-msgdb-expand-path' to
7716         `elmo-folder-msgdb-path'.
7717         (elmo-dop-queue-append): Use `elmo-folder-name-internal' and
7718         `elmo-make-folder'.
7719
7720 2000-12-06  Yuuichi Teranishi  <teranisi@gohome.org>
7721
7722         * elmo.el: New file.
7723
7724         * elmo2.el: Renamed to elmo.el.
7725
7726 \f
7727 2001-02-01  OKAZAKI Tetsurou  <okazaki@be.to>
7728
7729         * elmo-cache.el (elmo-cache-expire-by-size): Count
7730         a disk usage for a cache file entry in KB even when
7731         its kind is a directory.
7732
7733 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
7734
7735         * elmo-version.el (elmo-version): Up to 2.5.7.
7736
7737 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7738
7739         * elmo-version.el (elmo-version): Up to 2.5.6.
7740
7741 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7742
7743         * elmo-version.el (elmo-version): Up to 2.5.5.
7744
7745 2000-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
7746
7747         * elmo-imap4.el (elmo-network-authenticate-session):
7748         Fixed a logic for response checking.
7749
7750 2000-12-15   Daiki Ueno  <ueno@unixuser.org>
7751
7752         * elmo-net.el: Add autoload settings for `starttls-negotiate',
7753         `sasl-find-mechanism', `sasl-make-client', `sasl-mechanism-name',
7754         `sasl-next-step', `sasl-step-data' and `sasl-step-set-data'; bind
7755         `sasl-mechanisms'.
7756
7757         * elmo-imap4.el: Don't require `sasl'; remove autoload settings
7758         for `starttls-open-stream' and `starttls-negotiate'.
7759
7760         * elmo-nntp.el: Remove autoload settings for
7761         `starttls-open-stream' and `starttls-negotiate'.
7762
7763         * elmo-pop3.el: Don't require `sasl'; remove autoload settings
7764         for `starttls-open-stream' and `starttls-negotiate'; don't enclose
7765         `luna-define-class' with `eval-and-compile'.
7766
7767 2000-12-01  Kenichi OKADA  <okada@opaopa.org>
7768
7769         * elmo-util.el (elmo-read-search-condition-internal):
7770         Require an element of table for searching field.
7771
7772 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7773
7774         * elmo-version.el (elmo-version): Up to 2.5.4.
7775
7776 2000-11-26  Kenichi OKADA  <okada@opaopa.org>
7777
7778         * elmo-nntp.el (elmo-network-initialize-session): Accept response 20[01].
7779
7780 2000-11-24  Kenichi OKADA  <okada@opaopa.org>
7781
7782         * elmo-nntp.el (elmo-network-initialize-session): omitted.
7783
7784 2000-11-22  Kenichi OKADA  <okada@opaopa.org>
7785
7786         * elmo-nntp.el (elmo-network-initialize-session): Skip garbage output
7787         before greeting.
7788
7789 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7790
7791         * elmo-imap4.el (elmo-imap4-delete-folder):
7792         Send "close" before "delete" (Use commented out line).
7793         (elmo-imap4-rename-folder): Ditto.
7794
7795         * elmo-dop.el (elmo-dop-queue-append): Use `elmo-string' to get
7796         folder string itself.
7797         (elmo-dop-list-deleted): New function.
7798         (elmo-dop-list-folder): Treat result of `elmo-dop-list-deleted' as
7799         killed.
7800
7801         * elmo-util.el (elmo-string-rassoc-all): New function.
7802
7803 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
7804
7805         * elmo-version.el (elmo-version): Up to 2.5.3.
7806
7807         * elmo-net.el (elmo-network-get-session): Changed logic for
7808         checking process status.
7809
7810         * elmo-pop3.el (elmo-network-close-session): Do nothing if session
7811         process is nil;
7812         Changed logic for checking process status.
7813
7814 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
7815
7816         * elmo-pop3.el (elmo-network-initialize-session): Skip garbage output
7817         before greeting.
7818         (elmo-network-setup-session): Set UIDL hash size according to
7819         the length of list response.
7820         (elmo-pop3-parse-list-response): Setup elmo-pop3-size-hash
7821         according to the length of list response;
7822         Return the length of list response.
7823         (Adviced by OKAZAKI Tetsurou <okazaki@be.to>)
7824
7825 2000-11-21  Kenichi OKADA  <okada@opaopa.org>
7826
7827         * elmo-imap4.el (toplevel): Require 'ssl.
7828         Add autoload 'starttls.
7829         * elmo-pop3.el (toplevel): Ditto.
7830         * elmo-nntp.el (toplevel): Ditto.
7831
7832 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7833
7834         * elmo-imap4.el (toplevel): defun at compile time.
7835         sasl-find-mechanism, sasl-make-client, sasl-mechanism-name,
7836         sasl-next-step, sasl-step-data, sasl-step-set-data.
7837         * elmo-pop3.el (toplevel): Ditto.
7838
7839 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7840
7841         * elmo-imap4.el (elmo-network-authenticate-session): Use `elmo-imap4-login'
7842
7843 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7844
7845         * elmo-pop3.el (elmo-pop3-auth-apop): Signal `elmo-pop-auth-apop'
7846         if error.
7847         (elmo-network-authenticate-session): Use `elmo-pop-auth-user'
7848         and `elmo-pop-auth-apop'.
7849
7850 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7851
7852         * elmo-pop3.el (elmo-network-authenticate-session): Fix for `APOP'.
7853
7854 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7855
7856         * elmo-pop3.el (elmo-network-authenticate-session): Split
7857         encoded response value.
7858
7859 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7860
7861         * elmo-pop3.el (elmo-network-authenticate-session): Abolish
7862         `elmo-pop3-force-login'.
7863         Redefine `sasl-mechanisms'.
7864         * elmo-vars.el (elmo-pop3-force-login): Ditto.
7865
7866 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7867
7868         * elmo-imap4.el (toplevel): Delete defun-maybe for sasl-*.
7869         Delete `elmo-imap4-authenticator-alist'.
7870         (elmo-imap4-auth-cram-md5): Delete.
7871         (elmo-imap4-auth-digest-md5): Delete.
7872
7873 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7874
7875         * elmo-pop3.el (elmo-pop3-auth-digest-md5): Delete.
7876         (elmo-pop3-auth-scram-md5): Ditto.
7877         (elmo-pop3-auth-cram-md5): Ditto.
7878
7879 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7880
7881         * elmo-pop3.el (toplevel): Delete defun-maybe for sasl-*.
7882         Delete `elmo-pop3-authenticator-alist'.
7883
7884 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7885
7886         * elmo-pop3.el (elmo-network-authenticate-session): Rewrite for
7887         new SASL API.
7888         * elmo-imap4.el (elmo-network-authenticate-session): Ditto.
7889
7890 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
7891
7892         * elmo-util.el (elmo-folder-local-p): Treat pipe and filter.
7893
7894 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7895
7896         * elmo-pop3.el (elmo-pop3-sort-overview-by-original-number):
7897         Fixed problem when `elmo-pop3-use-uidl' is nil.
7898         (Reported by Takenobu Sugiyama <sugiyama@ae.advantest.co.jp>)
7899
7900 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7901
7902         * elmo-version.el (elmo-version): Up to 2.5.2.
7903
7904 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7905
7906         * elmo-pop3.el (elmo-pop3-sort-overview-by-original-number):
7907         New function.
7908         (elmo-pop3-sort-msgdb-by-original-number): Ditto.
7909         (elmo-pop3-msgdb-create-as-numlist): Use it.
7910
7911         * elmo-imap4.el (elmo-imap4-arrival-filter): Check process-buffer.
7912         (Based on the report by AMAKAWA Shuhei <sa264@cam.ac.uk>)
7913
7914         * elmo-pop3.el (elmo-pop3-msgdb-create-as-numlist): Sort msgdb by date.
7915         (Pointed out by Mikiya Tani <m-tani@hml.cl.nec.co.jp>)
7916
7917 2001-01-13 Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
7918
7919         * elmo2.el (elmo-make-folder-numbers-list): Fixed problem
7920         when elmo-mark-as-read is called with second argument nil.
7921
7922 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7923
7924         * elmo-pipe.el (elmo-pipe-spec-src, elmo-pipe-spec-dst):
7925         Moved to elmo-util.el.
7926
7927         * elmo-util.el (elmo-pipe-spec-src, elmo-pipe-spec-dst):
7928         Moved from elmo-pipe.el
7929
7930         * elmo-archive.el (elmo-archive-call-process): Enclose with
7931         static-if.
7932
7933         * elmo-imap4.el (elmo-imap4-read-msg): Use "BODY[]" instead of
7934         "RFC822" (because RFC822.PEEK is obsolete).
7935         (Adviced by IMAI Takeshi <imai@on.rim.or.jp>)
7936
7937 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7938
7939         * elmo-archive.el (elmo-archive-call-process): Don't check for
7940         the exit status when Nemacs is running.
7941
7942 2001-01-09  Yuuichi Teranishi  <teranisi@gohome.org>
7943
7944         * elmo-net.el (elmo-network-session-password-key): Don't set default to
7945         'plain.
7946
7947         * elmo-util.el (elmo-imap4-get-spec): Set default of auth to 'clear.
7948         (elmo-pop3-get-spec): Set default of auth to 'user.
7949
7950         * elmo-imap4.el (elmo-imap4-session-check):
7951         Clear `elmo-imap4-fetch-callback' and `elmo-imap4-fetch-callback-data'.
7952         (elmo-imap4-clear-login): New function; Renamed from `elmo-imap4-login'.
7953         (elmo-imap4-auth-login): New function; Revival.
7954         (elmo-network-authenticate-session): Use `elmo-imap4-clear-login' and
7955         `elmo-imap4-auth-login'.
7956
7957 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7958
7959         * elmo2.el (toplevel): Move `product-provide' declare.
7960         * mmelmo.el (toplevel): Ditto.
7961
7962 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
7963
7964         * elmo-util.el (elmo-folder-get-store-type): Rewrite.
7965
7966 2000-12-26  OKAZAKI Tetsurou <okazaki@be.to>
7967
7968         * elmo-util.el (elmo-folder-get-store-type): New function.
7969         (elmo-folder-direct-copy-p): Use it.
7970
7971 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
7972
7973         * elmo-imap4.el (elmo-imap4-msgdb-create): Set
7974         `elmo-imap4-fetch-callback-data' as a cons cell of `args'
7975         and result of `elmo-imap4-use-flag-p'.
7976         (elmo-imap4-fetch-callback-1): Set mark according to
7977         the result of `elmo-imap4-use-flag-p'.
7978
7979 2000-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
7980
7981         * elmo-msgdb.el (elmo-generic-folder-diff): Moved from elmo2.el
7982         (elmo-generic-list-folder-unread): Ditto.
7983         (elmo-folder-get-info): Ditto.
7984         (elmo-folder-set-info-max-by-numdb): Ditto.
7985         (elmo-folder-get-info-max): Ditto.
7986         (elmo-folder-get-info-length): Ditto.
7987         (elmo-folder-get-info-unread): Ditto.
7988         (elmo-folder-info-make-hashtb): Ditto.
7989
7990         * elmo2.el: Removed above functions.
7991
7992 2000-11-21  Kenichi OKADA  <okada@opaopa.org>
7993
7994         * elmo-imap4.el (toplevel): Require 'ssl.
7995         Add autoload 'starttls.
7996         * elmo-pop3.el (toplevel): Ditto.
7997         * elmo-nntp.el (toplevel): Ditto.
7998
7999 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
8000
8001         * elmo-imap4.el (toplevel): defun at compile time.
8002         sasl-find-mechanism, sasl-make-client, sasl-mechanism-name,
8003         sasl-next-step, sasl-step-data, sasl-step-set-data.
8004         * elmo-pop3.el (toplevel): Ditto.
8005
8006 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
8007
8008         * elmo-imap4.el (elmo-network-authenticate-session): Use `elmo-imap4-login'
8009
8010 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
8011
8012         * elmo-pop3.el (elmo-pop3-auth-apop): Signal `elmo-pop-auth-apop'
8013         if error.
8014         (elmo-network-authenticate-session): Use `elmo-pop-auth-user'
8015         and `elmo-pop-auth-apop'.
8016
8017 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
8018
8019         * elmo-pop3.el (elmo-network-authenticate-session): Fix for `APOP'.
8020
8021 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
8022
8023         * elmo-pop3.el (elmo-network-authenticate-session): Split
8024         encoded response value.
8025
8026 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
8027
8028         * elmo-pop3.el (elmo-network-authenticate-session): Abolish
8029         `elmo-pop3-force-login'.
8030         Redefine `sasl-mechanisms'.
8031         * elmo-vars.el (elmo-pop3-force-login): Ditto.
8032
8033 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
8034
8035         * elmo-imap4.el (toplevel): Delete defun-maybe for sasl-*.
8036         Delete `elmo-imap4-authenticator-alist'.
8037         (elmo-imap4-auth-cram-md5): Delete.
8038         (elmo-imap4-auth-digest-md5): Delete.
8039
8040 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
8041
8042         * elmo-pop3.el (elmo-pop3-auth-digest-md5): Delete.
8043         (elmo-pop3-auth-scram-md5): Ditto.
8044         (elmo-pop3-auth-cram-md5): Ditto.
8045
8046 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8047
8048         * elmo-pop3.el (toplevel): Delete defun-maybe for sasl-*.
8049         Delete `elmo-pop3-authenticator-alist'.
8050
8051 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8052
8053         * elmo-pop3.el (elmo-network-authenticate-session): Rewrite for
8054         new SASL API.
8055         * elmo-imap4.el (elmo-network-authenticate-session): Ditto.
8056
8057 \f
8058 2000-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
8059
8060         * elmo-nntp.el (elmo-nntp-get-folders-info): Fixed last change.
8061
8062 2000-12-01  Yuuichi Teranishi  <teranisi@gohome.org>
8063
8064         * elmo-nntp.el (elmo-nntp-get-folders-info):
8065         Fixed problem when '\' character is contained in user-id.
8066         (Reported by Yoichiro Okabe <okabe@wizsoft.co.jp>)
8067
8068 \f
8069 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
8070
8071         * elmo-imap4.el (elmo-imap4-delete-folder):
8072         Send "close" before "delete" (Use commented out line).
8073         (elmo-imap4-rename-folder): Ditto.
8074
8075         * elmo-dop.el (elmo-dop-queue-append): Use `elmo-string' to get
8076         folder string itself.
8077         (elmo-dop-list-deleted): New function.
8078         (elmo-dop-list-folder): Treat result of `elmo-dop-list-deleted' as
8079         killed.
8080
8081         * elmo-util.el (elmo-string-rassoc-all): New function.
8082
8083         * elmo-version.el (elmo-version): Up to 2.5.1.
8084
8085 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
8086
8087         * elmo-pop3.el (elmo-pop3-folder-exists-p): Don't use UIDL.
8088
8089         * elmo-internal.el (elmo-internal-search): Fix last change.
8090
8091 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
8092
8093         * elmo-internal.el (elmo-internal-search): Rewrite.
8094         (Fixed problem which is pointed out by Akihiro MOTOKI
8095         <motoki@da.jp.nec.com>)
8096
8097         * elmo-version.el (elmo-version): Up to 2.5.0.
8098
8099 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
8100
8101         * elmo-imap4.el (elmo-imap4-list-folders): Append authenticate-type.
8102
8103 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
8104
8105         * elmo-imap4.el (elmo-imap4-list-folders): When hierarchy is
8106         non-nil, make hierarchy.
8107
8108 2000-11-05  OKAZAKI Tetsurou  <okazaki@be.to>
8109
8110         * elmo-pipe.el (elmo-pipe-drain): When calling `elmo-list-folder',
8111         `elmo-pop3-use-uidl' must be bound to nil.
8112         (Pointed out by Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>)
8113
8114 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
8115
8116         * elmo-util.el (elmo-copy-file): Don't cause an error after
8117         `add-name-to-file' failed.
8118
8119         * elmo-pipe.el (elmo-pipe-drain): List folder before loading msgdb.
8120         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
8121
8122 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8123
8124         * elmo-version.el (elmo-version): Up to 2.3.93.
8125
8126 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
8127
8128         * elmo-util.el (elmo-flatten): New function.
8129
8130 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8131
8132         * elmo-archive.el (toplevel): Added (C) to copyright notice, and
8133         sync Author header.
8134         * elmo-cache.el (toplevel): Ditto.
8135         * elmo-database.el (toplevel): Ditto.
8136         * elmo-date.el (toplevel): Ditto.
8137         * elmo-dop.el (toplevel): Ditto.
8138         * elmo-filter.el (toplevel): Ditto.
8139         * elmo-imap4.el (toplevel): Ditto.
8140         * elmo-internal.el (toplevel): Ditto.
8141         * elmo-localdir.el (toplevel): Ditto.
8142         * elmo-localnews.el (toplevel): Ditto.
8143         * elmo-maildir.el (toplevel): Ditto.
8144         * elmo-msgdb.el (toplevel): Ditto.
8145         * elmo-multi.el (toplevel): Ditto.
8146         * elmo-net.el (toplevel): Ditto.
8147         * elmo-nntp.el (toplevel): Ditto.
8148         * elmo-pipe.el (toplevel): Ditto.
8149         * elmo-pop3.el (toplevel): Ditto.
8150         * elmo-util.el (toplevel): Ditto.
8151         * elmo-vars.el (toplevel): Ditto.
8152         * elmo2.el (toplevel): Ditto.
8153         * mmelmo-imap4.el (toplevel): Ditto.
8154         * mmelmo.el (toplevel): Ditto.
8155
8156         * elmo-version.el (elmo-version): Move to top.
8157
8158         * elmo-cache.el (toplevel): Fixed multiple Author header format.
8159         * elmo-imap4.el (toplevel): Ditto.
8160         * elmo-localdir.el (toplevel): Ditto.
8161         * elmo-msgdb.el (toplevel): Ditto.
8162         * elmo-nntp.el (toplevel): Ditto.
8163         * elmo-pop3.el (toplevel): Ditto.
8164         * elmo-version.el (toplevel): Ditto.
8165
8166         * elmo-localnews.el (toplevel): Added Keyword header.
8167
8168 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8169
8170         * elmo-version.el (product-version-as-string): Defined using
8171         `defun-maybe'.
8172         (toplevel): Use it.
8173
8174         * elmo-localdir.el (toplevel): Updated copyright notice.
8175         * elmo-version.el (toplevel): Ditto.
8176         * elmo-msgdb.el (toplevel): Ditto.
8177         * elmo-imap4.el (toplevel): Ditto.
8178         * elmo-nntp.el (toplevel): Ditto.
8179         * elmo-pop3.el (toplevel): Ditto.
8180
8181 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8182
8183         * elmo-pipe.el (elmo-pipe-drain): Don't save msgdb after moving
8184         messages.
8185
8186         * mmelmo.el (mime-parse-parameters-from-list): Don't downcase
8187         parameter value (It sometimes contains raw kanji).
8188
8189 2000-10-28  Kenichi OKADA  <okada@opaopa.org>
8190
8191         * elmo-imap4.el (elmo-network-initialize-session): Check capability.
8192         * elmo-pop3.el (elmo-network-initialize-session): Ditto.
8193
8194 2000-10-28  Kenichi OKADA  <okada@opaopa.org>
8195
8196         * elmo-imap4.el (elmo-network-initialize-session): Fix.
8197
8198 2000-10-28  Kenichi OKADA  <okada@opaopa.org>
8199
8200         * elmo-imap4.el (elmo-network-initialize-session): Change error message.
8201         * elmo-pop3.el (elmo-network-initialize-session): Change error message.
8202
8203 2000-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
8204
8205         * elmo-imap4.el (elmo-imap4-session-select-mailbox): Return response
8206         value if selecting folder succceeded.
8207         (Advised by MII Kazuyoshi <mii@isl.ntt.co.jp> for prom-wl.)
8208
8209 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8210
8211         * elmo-util.el (elmo-make-directory): Fixed permission lateral
8212         representation.
8213
8214         * elmo-util.el (elmo-string-matched-member): New function.
8215
8216 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
8217
8218         * elmo-util.el (elmo-unintern): New macro.
8219         (elmo-number-set-member): Fixed docstring.
8220
8221         * elmo-imap4.el (elmo-imap4-parse-response): Call `elmo-unintern' for
8222         tag token.
8223
8224 2000-10-25  OKAZAKI Tetsurou  <okazaki@be.to>
8225
8226         * elmo-imap4.el (elmo-imap4-client-eol): Remove duplicated defvar
8227         of `elmo-imap4-status' and `elmo-imap4-reached-tag'.
8228
8229 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
8230
8231         * elmo-imap4.el (elmo-imap4-session-select-mailbox): Added argument
8232         `no-error'.
8233         Added docstring.
8234         Return non-nil if selecting folder succeeded.
8235         (elmo-imap4-folder-exists-p): Call with argument 'no-error.
8236
8237 2000-10-23  Yuuichi Teranishi  <teranisi@gohome.org>
8238
8239         * elmo-maildir.el (elmo-maildir-get-filename): Fixed problem when
8240         `file-name-completion' returns t.
8241         (Reported by Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>)
8242         (elmo-maildir-set-mark): Put `info' part to the files in the cur
8243         directory if it does not exist.
8244         (elmo-maildir-update-current): Use `while' instead of `mapcar'
8245         for iteration.
8246
8247 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
8248
8249         * elmo-imap4.el (elmo-imap4-folder-exists-p): Removed `condition-case'
8250         enclosure (It's harmful in unplugged status).
8251
8252         * elmo-pop3.el (elmo-pop3-folder-exists-p): Ditto.
8253
8254         * mmelmo-1.el: Removed.
8255
8256         * mmelmo-2.el: Ditto.
8257
8258         * mmelmo-imap4-1.el: Ditto.
8259
8260         * mmelmo-imap4-2.el: Ditto.
8261
8262         * mmelmo-imap4.el: Merged mmelmo-imap4-2.el
8263
8264         * mmelmo.el: Merged mmelmo-2.el.
8265
8266         * elmo-version.el (elmo-version): Up to 2.3.92.
8267
8268 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8269
8270         * elmo2.el (elmo-move-msgs, elmo-msgdb-load, elmo-msgdb-save,
8271         elmo-update-number): Remove last period in "...done." message.
8272         * elmo-archive.el (elmo-archive-msgdb-create-as-numlist-subr1):
8273         Ditto.
8274         * elmo-cache.el (elmo-cache-expire-by-size,
8275         elmo-cache-get-sorted-cache-file-list,
8276         elmo-cache-msgdb-create-as-numlist): Ditto.
8277         * elmo-dop.el (elmo-dop-save-pending-messages,
8278         (elmo-dop-flush-pending-append-operations): Ditto.
8279         * elmo-imap4.el (elmo-imap4-msgdb-create): Ditto.
8280         * elmo-internal.el (elmo-internal-msgdb-create): Ditto.
8281         * elmo-localdir.el (elmo-localdir-msgdb-create-as-numlist,
8282         (elmo-localdir-pack-number): Ditto.
8283         * elmo-maildir.el (elmo-maildir-msgdb-create): Ditto.
8284         * elmo-msgdb.el (elmo-msgdb-sort-by-date): Ditto.
8285         * mmelmo-imap4-2.el (mmelmo-imap4-mime-entity-buffer,
8286         mime-write-entity-content): Ditto.
8287         * pldap.el (ldap-search-basic): Ditto.
8288
8289 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
8290
8291         * elmo-version.el (elmo-version): Up to 2.3.91.
8292
8293         * elmo-filter.el (elmo-filter-folder-diff): Use target folder's diff
8294         Only when filter is 'last'.
8295
8296         * elmo-util.el (elmo-condition-atom-regexp): New constant.
8297         (elmo-condition-parse-search-value): Use it.
8298         (elmo-read-search-condition-internal): Quote value only when
8299         it is not an atom.
8300
8301 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8302
8303         * elmo2.el (elmo-generic-folder-diff): Fix.
8304
8305 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8306
8307         * elmo-msgdb.el (elmo-msgdb-killed-list-length): New function.
8308         * elmo-localdir.el (elmo-localdir-list-folder-subr): Fix.
8309         * elmo-maildir.el (elmo-maildir-list-folder-subr): Fix.
8310         * elmo-archive.el (elmo-archive-list-folder-subr): Fix.
8311         * elmo-internal.el (elmo-internal-list-folder-subr): Fix.
8312         * elmo-imap4.el (elmo-imap4-max-of-folder): Fix.
8313
8314 2000-10-17  Akihiro MOTOKI <motoki@da.jp.nec.com>
8315
8316         * elmo-msgdb.el (elmo-msgdb-search-internal-primitive): Search by
8317         extra-fields.
8318
8319 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
8320
8321         * elmo-version.el (elmo-version): Up to 2.3.90.
8322
8323         * elmo-imap4.el (elmo-imap4-list-folder-unread): Check plugged status.
8324         (elmo-imap4-list-folder-important): Ditto.
8325
8326 2000-10-16  Kenichi OKADA  <okada@opaopa.org>
8327
8328         * elmo-nntp.el (elmo-network-initialize-session): Fix.
8329
8330 2000-10-16  Kenichi OKADA  <okada@opaopa.org>
8331
8332         * elmo-nntp.el (elmo-nntp-read-msg): Don't error.
8333
8334 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8335
8336         * elmo-nntp.el (elmo-network-initialize-session):
8337         Add starttls negotiation.
8338
8339 2000-10-15  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8340
8341         * elmo-nntp.el (elmo-network-initialize-session): Read greeting
8342         response.
8343         (elmo-network-setup-session): Define.
8344         Call `elmo-nntp-send-mode-reader' when session opened.
8345
8346 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
8347
8348         * elmo-multi.el (elmo-multi-list-folder-unread): Fixed.
8349
8350 2000-10-13  OKAZAKI Tetsurou  <okazaki@be.to>
8351
8352         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Remove
8353         an invalid SPACE character ahead of `SEARCH' command.  Move
8354         a valid SPACE character following `SEARCH' from conditional
8355         `format' arguments to control-strings.
8356
8357 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
8358
8359         * elmo2.el (elmo-call-func-on-markable-msgs): Return t if marking
8360         was succeeded.
8361
8362         * elmo-util.el (elmo-folder-get-spec): Enclose with save-match-data.
8363
8364 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
8365
8366         * elmo-localdir.el (elmo-localdir-list-folders-subr): Bind
8367         `w32-get-true-file-link-count' as t.
8368
8369         * elmo-imap4.el (elmo-imap4-read): Abolished.
8370         (Renamed to `elmo-read' and moved to elmo-util.el)
8371         All other related portions are changed.
8372
8373         * elmo-util.el (elmo-read): New function.
8374         (elmo-condition-parse-search-value): Use it.
8375
8376 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
8377
8378         * elmo2.el (elmo-quit): Don't use `elmo-nntp-flush-connection'.
8379
8380         * elmo-nntp.el (elmo-nntp-session): Define.
8381         (elmo-nntp-setting): Abolished.
8382         All other related portions are changed.
8383         (elmo-nntp-get-server-command): Changed argument.
8384         (elmo-nntp-set-server-command): Ditto.
8385         (elmo-nntp-xover-p): Ditto.
8386         (elmo-nntp-set-xover): Ditto.
8387         (elmo-nntp-listgroup-p): Ditto.
8388         (elmo-nntp-set-listgroup): Ditto.
8389         (elmo-nntp-list-active-p): Ditto.
8390         (elmo-nntp-set-list-active): Ditto.
8391         (elmo-nntp-xhdr-p): Ditto.
8392         (elmo-nntp-set-xhdr): Ditto.
8393         (elmo-nntp-flush-connection): Abolished.
8394         (elmo-nntp-get-connection): Abolished.
8395         (elmo-nntp-get-session): New function.
8396         (elmo-network-initialize-session): Defined.
8397         (elmo-network-authenticate-session): Ditto.
8398         (elmo-nntp-send-mode-reader): Changed argument.
8399         (elmo-nntp-send-command): Changed argument.
8400         All other related portions are changed.
8401         (elmo-nntp-read-response): Ditto.
8402         (elmo-nntp-read-raw-response): Ditto.
8403         (elmo-nntp-read-contents): Ditto.
8404         (elmo-nntp-read-body): Ditto.
8405         (elmo-nntp-goto-folder): Abolished.
8406         (elmo-nntp-select-group): New function.
8407         All other related portions are changed.
8408         (This function substitutes `elmo-nntp-goto-folder')
8409         (elmo-nntp-msgdb-create-by-header): Rewrite.
8410         (elmo-nntp-get-overview): Eliminated.
8411         (elmo-nntp-get-message): Ditto.
8412         (elmo-nntp-open-connection) Abolished.
8413         (elmo-nntp-read-msg): Rewrite.
8414         (elmo-nntp-post): Ditto.
8415         (elmo-nntp-send-data): Abolished.
8416         (elmo-nntp-send-buffer): New function.
8417         (elmo-nntp-send-data-line): Define as inline function.
8418         (elmo-nntp-get-folders-info-prepare): Use session as key.
8419         (elmo-nntp-groups-read-response): Changed argument.
8420         (elmo-nntp-retrieve-headers): Ditto.
8421         (elmo-nntp-msgdb-create-message): Ditto.
8422
8423         * elmo-msgdb.el (elmo-msgdb-search-internal-primitive): Fixed problem
8424         when searching by 'since' or 'before'.
8425
8426 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8427
8428         * elmo-version.el (toplevel): Use product-version-as-string for set
8429         verstion-string, if defined.
8430
8431 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
8432
8433         * elmo-util.el: Doc fixes.
8434
8435 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8436
8437         * elmo-archive.el (toplevel): Use product-provide.
8438         * elmo-cache.el (toplevel): Ditto.
8439         * elmo-database.el (toplevel): Ditto.
8440         * elmo-date.el (toplevel): Ditto.
8441         * elmo-dop.el (toplevel): Ditto.
8442         * elmo-filter.el (toplevel): Ditto.
8443         * elmo-imap4.el (toplevel): Ditto.
8444         * elmo-internal.el (toplevel): Ditto.
8445         * elmo-localdir.el (toplevel): Ditto.
8446         * elmo-localnews.el (toplevel): Ditto.
8447         * elmo-maildir.el (toplevel): Ditto.
8448         * elmo-msgdb.el (toplevel): Ditto.
8449         * elmo-multi.el (toplevel): Ditto.
8450         * elmo-net.el (toplevel): Ditto.
8451         * elmo-nntp.el (toplevel): Ditto.
8452         * elmo-pipe.el (toplevel): Ditto.
8453         * elmo-pop3.el (toplevel): Ditto.
8454         * elmo-util.el (toplevel): Ditto.
8455         * elmo-vars.el (toplevel): Ditto.
8456         * elmo2.el (toplevel): Ditto.
8457         * mmelmo-1.el (toplevel): Ditto.
8458         * mmelmo-2.el (toplevel): Ditto.
8459         * mmelmo-imap4-1.el (toplevel): Ditto.
8460         * mmelmo-imap4-2.el (toplevel): Ditto.
8461         * mmelmo-imap4.el (toplevel): Ditto.
8462         * mmelmo.el (toplevel): Ditto.
8463
8464 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
8465
8466         * elmo-dop.el (elmo-dop-flush-pending-append-operations): Add no-see.
8467         (elmo-dop-call-func-on-msgs): Don't delete appends from msgs.
8468
8469 2000-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
8470
8471         * elmo-multi.el (elmo-multi-split-mark-alist): Copy and sort alist
8472         before splitting.
8473         (elmo-multi-split-number-alist): Ditto.
8474
8475 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8476
8477         * elmo-version.el: New file.  Use product.el.
8478         * elmo2.el: Add (require 'elmo-version).
8479         * elmo-vars.el (elmo-appname, elmo-version): Move to
8480         elmo-version.el
8481
8482 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
8483
8484         * elmo2.el (elmo-copy-msgs): Set `spec' as 1st argument for
8485         `elmo-msgdb-expand-path'.
8486         (elmo-msgdb-load): Ditto.
8487         Abolished 2nd argument. If 1st argument is not string, treat as spec.
8488         (elmo-generic-list-folder-unread): Rewrite.
8489         (elmo-generic-list-folder-important): Changed argument.
8490         (elmo-list-folder-unread): Ditto.
8491         (elmo-list-folder-important): Ditto.
8492         (elmo-folder-diff): Rewrite.
8493         (elmo-generic-folder-diff): New function.
8494         (elmo-multi-get-number-alist-list): Abolished
8495         (Renamed to elmo-multi-split-number-alist and moved to elmo-multi.el)
8496         (elmo-multi-folder-diff): Moved to elmo-multi.el
8497         (toplevel): Removed autoload setting of `elmo-multi-folder-diff'.
8498
8499         * elmo-pop3.el (elmo-pop3-list-folder): Set `spec' as 1st argument for
8500         `elmo-msgdb-expand-path'.
8501         (elmo-pop3-msgdb-create-as-numlist): Ditto.
8502         (elmo-pop3-read-msg): Ditto.
8503         (elmo-pop3-delete-msgs): Ditto.
8504         (elmo-pop3-folder-diff): New alias.
8505
8506         * elmo-pipe.el (elmo-pipe-list-folder): Set `spec' as 1st argument for
8507         `elmo-msgdb-expand-path'.
8508         (elmo-pipe-list-folder-unread): Changed arguments.
8509         (elmo-pipe-list-folder-important): Ditto.
8510         (elmo-pipe-folder-diff): New alias.
8511
8512         * elmo-nntp.el (elmo-nntp-list-folder): Set `spec' as 1st argument for
8513         `elmo-msgdb-expand-path'.
8514         (elmo-nntp-max-of-folder): Ditto.
8515         (elmo-nntp-msgdb-create): Ditto.
8516         (elmo-nntp-delete-msgs): Ditto.
8517         (elmo-nntp-folder-diff): New alias.
8518
8519         * elmo-multi.el (elmo-multi-folder-diff): New function.
8520         (elmo-multi-split-mark-alist): Ditto.
8521         (elmo-multi-split-number-alist): Ditto.
8522         (elmo-multi-mark-alist-list): Abolished (Renamed to
8523         elmo-multi-split-mark-alist).
8524         (elmo-multi-list-folder-unread): Rewrite.
8525         (elmo-multi-list-folder-important): Ditto.
8526         (elmo-multi-list-folder): Set `spec' as 1st argument for
8527         `elmo-msgdb-expand-path'.
8528         (elmo-multi-sync-number-alist): Use `elmo-multi-split-number-alist'
8529         instead of `elmo-multi-get-number-alist-list'.
8530
8531         * elmo-msgdb.el (elmo-msgdb-expand-path): Abolished 2nd argument.
8532         If 1st argument is not string, treat as spec.
8533         (elmo-list-folder-by-location): Set `spec' as 1st argument for
8534         `elmo-msgdb-expand-path'.
8535         (elmo-msgdb-flist-load): Ditto.
8536         (elmo-msgdb-flist-save): Ditto.
8537         (elmo-msgdb-delete-path): Ditto.
8538         (elmo-msgdb-rename-path): Ditto.
8539
8540         * elmo-maildir.el (elmo-maildir-set-mark-msgs):
8541         Set `spec' as 1st argument for `elmo-msgdb-expand-path'.
8542         (elmo-maildir-delete-mark-msgs): Ditto.
8543         (elmo-maildir-msgdb-create): Ditto.
8544         (elmo-maildir-read-msg): Ditto.
8545         (elmo-maildir-delete-msgs): Ditto.
8546         (elmo-maildir-list-folder-subr): Ditto.
8547         (elmo-maildir-search): Ditto.
8548         (elmo-maildir-get-msg-filename): Ditto.
8549         (elmo-maildir-pack-number): Ditto.
8550         (elmo-maildir-folder-diff): New alias.
8551
8552         * elmo-localnews.el (elmo-localnews-folder-diff): New alias.
8553
8554         * elmo-localdir.el (elmo-localdir-list-folder-subr):
8555         Set `spec' as 1st argument for `elmo-msgdb-expand-path'.
8556         (elmo-localdir-folder-diff): New alias.
8557
8558         * elmo-internal.el (elmo-internal-list-folder-subr):
8559         Set `spec' as 1st argument for `elmo-msgdb-expand-path'.
8560         (elmo-internal-list-folder-by-location): Ditto.
8561         (elmo-internal-msgdb-create): Ditto.
8562         (elmo-internal-delete-msgs): Ditto.
8563         (elmo-internal-read-msg): Ditto.
8564         (elmo-internal-folder-diff): New alias.
8565
8566         * elmo-imap4.el (elmo-imap4-folder-diff): New function.
8567         (elmo-imap4-list-folder): Set `spec' as 1st argument for
8568         `elmo-msgdb-expand-path'.
8569         (elmo-imap4-list-folder-unread): Changed arguments.
8570         (elmo-imap4-list-folder-important): Ditto.
8571
8572         * elmo-filter.el (elmo-filter-list-folder-unread): Changed arguments.
8573         (elmo-filter-list-folder-important): Ditto.
8574         (elmo-filter-folder-diff): New function.
8575
8576         * elmo-dop.el (elmo-dop-folder-exists-p): Check elmo directory first.
8577
8578         * elmo-cache.el (elmo-cache-list-folder):
8579         Set `spec' as 1st argument for `elmo-msgdb-expand-path'.
8580         (elmo-cache-copy-msgs): Ditto.
8581         (elmo-cache-folder-diff): New alias.
8582
8583         * elmo-archive.el (elmo-archive-list-folder-subr):
8584         Set `spec' as 1st argument for `elmo-msgdb-expand-path'.
8585         (elmo-archive-get-archive-name): Ditto.
8586         (elmo-archive-create-file): Ditto.
8587         (elmo-archive-append-msg): Ditto.
8588         (elmo-archive-copy-msgs): Ditto.
8589         (elmo-archive-copy-msgs-froms): Ditto.
8590         (elmo-archive-get-msg-filename): Ditto.
8591         (elmo-archive-folder-diff): New alias.
8592
8593 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
8594
8595         * elmo-vars.el (elmo-imap4-stream-type-alist): New variable.
8596         (elmo-pop3-stream-type-alist): New variable.
8597         (elmo-nntp-stream-type-alist): New variable.
8598
8599         * elmo-util.el (elmo-buffer-exists-p): Rewrite as function.
8600         (elmo-kill-buffer): Ditto.
8601         (elmo-get-network-stream-type): Add 2nd argument `stream-type-alist'.
8602         (elmo-network-get-spec): Add 5th argument `stream-type-alist'.
8603         (elmo-nntp-get-spec): Take into account `elmo-nntp-stream-type-alist'.
8604         (elmo-pop3-get-spec): Take into account `elmo-pop3-stream-type-alist'.
8605         (elmo-imap4-get-spec): Take into account
8606         `elmo-imap4-stream-type-alist'.
8607
8608 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8609
8610         * elmo-nntp.el (elmo-nntp-list-folders): Fix for `-/'
8611         (elmo-nntp-list-folders-get-cache): Ditto.
8612
8613 2000-10-05  Yuuichi Teranishi  <teranisi@gohome.org>
8614
8615         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Added space
8616         character before 'uid'.
8617
8618 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
8619
8620         * elmo-msgdb.el (elmo-msgdb-delete-msgs): Don't save location data.
8621
8622         * elmo-nntp.el (elmo-nntp-max-of-folder): Fixed.
8623
8624         * elmo-util.el (elmo-number-set-member): New function.
8625         (elmo-number-set-append-list): Ditto.
8626         (elmo-number-set-append): Ditto.
8627
8628         * elmo-msgdb.el (elmo-msgdb-killed-message-p):
8629         Use `elmo-number-set-member'.
8630         (elmo-living-messages): Ditto.
8631         (elmo-msgdb-set-as-killed): Use `elmo-number-set-append'.
8632         (elmo-msgdb-append-to-killed-list): Use `elmo-number-set-append-list'.
8633
8634         * elmo-imap4.el (elmo-imap4-folder-exists-p): Rewrite.
8635         (elmo-imap4-add-to-cont-list): Abolished.
8636         (elmo-imap4-make-number-set-list): Use `elmo-number-set-append'
8637         instead of elmo-imap4-add-to-cont-list.
8638
8639         * elmo2.el (elmo-msgdb-search): Moved from elmo-msgdb.el.
8640         (toplevel): Removed autoload setting for `elmo-imap4-get-connection'.
8641
8642         * elmo-msgdb.el (elmo-msgdb-search): Moved to elmo2.el.
8643
8644 2000-10-03  Hiroya Murata      <lapis-lazuli@pop06.odn.ne.jp>
8645
8646         * elmo-util.el (elmo-condition-parse-search-value):
8647         Fixed date parsing.
8648
8649 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8650
8651         * elmo-util.el (elmo-condition-find-key-internal): New function.
8652         (elmo-condition-find-key): Ditto.
8653
8654         * elmo-msgdb.el (elmo-msgdb-search-internal-primitive): New function.
8655         (elmo-msgdb-search-internal): Ditto.
8656         (elmo-msgdb-search): Ditto.
8657
8658 2000-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
8659
8660         * elmo-util.el (elmo-cross-device-link-error-p): Abolished.
8661         (elmo-copy-file): Uncheck error condition for `add-name-to-file'.
8662
8663         * elmo-nntp.el (elmo-nntp-search-primitive): Decode header field.
8664         (elmo-nntp-search-primitive): Fixed problem when condition is
8665         'unmatch'.
8666
8667         * elmo-util.el (elmo-buffer-field-primitive-condition-match): Fixed.
8668
8669         * elmo-nntp.el (elmo-nntp-default-use-xhdr): New variable.
8670         (elmo-nntp-xhdr-p): New macro.
8671         (elmo-nntp-set-xhdr): Ditto.
8672         (elmo-nntp-parse-xhdr-response): New function.
8673         (elmo-nntp-retrieve-field): Ditto.
8674         (elmo-nntp-search-primitive): Ditto.
8675         (elmo-nntp-search): Implemented.
8676
8677         * elmo-date.el (elmo-date-make-sortable-string): New macro.
8678
8679         * elmo-archive.el (elmo-archive-search): Set all number list to
8680         `elmo-archive-field-condition-match'
8681
8682         * elmo-localdir.el (elmo-localdir-search): Likewise.
8683
8684         * elmo-maildir.el (elmo-maildir-search): Likewise.
8685
8686 2000-10-01  OKAZAKI Tetsurou  <okazaki@be.to>
8687
8688         * elmo-msgdb.el (elmo-living-messages): New function.
8689         * elmo-archive.el (elmo-archive-list-folder-subr): Use it.
8690         * elmo-cache.el (elmo-cache-list-folder): Ditto.
8691         * elmo-dop.el (elmo-dop-list-folder): Ditto.
8692         * elmo-imap4.el (elmo-imap4-list-folder): Ditto.
8693         * elmo-internal.el (elmo-internal-list-folder-subr): Ditto.
8694         * elmo-localdir.el (elmo-localdir-list-folder-subr): Ditto.
8695         * elmo-maildir.el (elmo-maildir-list-folder-subr): Ditto.
8696         * elmo-multi.el (elmo-multi-list-folder): Ditto.
8697         * elmo-nntp.el (elmo-nntp-list-folder): Ditto.
8698         * elmo-pipe.el (elmo-pipe-list-folder): Ditto.
8699         * elmo-pop3.el (elmo-pop3-list-folder): Ditto.
8700
8701 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
8702
8703         * elmo-maildir.el (elmo-maildir-pack-number): Implemented.
8704
8705         * elmo-msgdb.el (elmo-msgdb-delete-msgs): Save location data.
8706
8707         * elmo2.el (elmo-pack-number): Added 'maildir as allowd type.
8708
8709         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Fixed
8710         arguments for `SEARCH' command.
8711         (elmo-imap4-parse-string): Set `POS' argument for char-after.
8712         All other related portions are changed.
8713
8714         * elmo-cache.el (elmo-cache-search-all): Added argument `from-msgs'.
8715
8716         * elmo2.el (elmo-generic-list-folder-unread): Rewrite.
8717         (elmo-list-folder-unread): Rewrite.
8718         (elmo-list-folder-important): Ditto.
8719
8720         * elmo-util.el (elmo-filter-get-spec): Rewrite.
8721         (elmo-condition-parse-error): New inline function.
8722         (elmo-read-search-condition): New function.
8723         (elmo-read-search-condition-internal): Ditto.
8724         (elmo-parse-search-condition): Rewrite.
8725         (elmo-condition-parse): New function.
8726         (elmo-condition-parse-or-expr): Ditto.
8727         (elmo-condition-parse-and-expr): Ditto.
8728         (elmo-condition-parse-primitive): Ditto.
8729         (elmo-condition-parse-search-value): Ditto.
8730         (elmo-buffer-field-primitive-condition-match): Ditto.
8731         (elmo-buffer-field-condition-match): Rewrite.
8732         (elmo-file-field-condition-match): Ditto.
8733
8734         * elmo-msgdb.el (elmo-msgdb-expand-path): Use
8735         `elmo-replace-msgid-as-filename' instead of `elmo-safe-filename'.
8736
8737         * elmo-internal.el (elmo-internal-search): Set `number' and
8738         `number-list' argument of `elmo-file-field-condition-match'.
8739
8740         * elmo-maildir.el (elmo-maildir-search): Ditto.
8741
8742         * elmo-imap4.el (elmo-imap4-list-folder-unread): Use
8743         `msgdb' as argument instead of `mark-alist'.
8744         (elmo-imap4-list-folder-important): Use `msgdb' as argument instead of
8745         `overview'.
8746
8747         * elmo-multi.el: Likewise.
8748
8749         * elmo-pipe.el: Likewise.
8750
8751         * elmo-imap4.el (elmo-imap4-search-internal-primitive): New function.
8752         (elmo-imap4-search-internal): Rewrite.
8753         (elmo-imap4-search): Ditto.
8754
8755         * elmo-filter.el (elmo-filter-list-folder): Rewrite.
8756         (elmo-filter-list-folder-unread): Ditto.
8757         (elmo-filter-list-folder-important): Ditto.
8758         (elmo-filter-search): Rewrite.
8759
8760         * elmo-cache.el (elmo-cache-search-all): Set `number' and
8761         `number-list' argument of `elmo-file-field-condition-match'.
8762         (elmo-cache-search): Ditto.
8763
8764         * elmo-localdir.el: Likewise.
8765
8766         * elmo-archive.el (elmo-archive-field-condition-match): Added argument
8767         number-list and pass it to `elmo-buffer-field-condition-match'.
8768         (elmo-archive-field-condition-match): Pass `number-list' to
8769         `elmo-archive-field-condition-match'
8770
8771 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
8772
8773         * elmo-nntp.el (elmo-nntp-list-folder): Set current group after
8774         `listgroup'.
8775
8776         * elmo2.el (elmo-folder-diff-async-callback): New variable.
8777         (elmo-folder-diff-async-callback-data): Ditto.
8778         (elmo-folder-diff-async): New function.
8779
8780         * elmo-net.el (elmo-network-session-name-prefix): New variable.
8781         (elmo-network-session-cache-key): Use it as a prefix of the session
8782         name.
8783         (elmo-network-open-session): Ditto.
8784
8785         * elmo-imap4.el (elmo-imap4-status-callback): New local variable.
8786         (elmo-imap4-status-callback-data): Ditto.
8787         (elmo-imap4-server-diff-async-callback): New variable.
8788         (elmo-imap4-server-diff-async-callback-data): Ditto.
8789         (elmo-imap4-local-variables): Added `elmo-imap4-status-callback' and
8790         `elmo-imap4-status-callback-data'.
8791         (elmo-imap4-max-of-folder): Set `elmo-imap4-status-callback' and
8792         `elmo-imap4-status-callback-data' as nil.
8793         (elmo-imap4-server-diff): Ditto.
8794         (elmo-imap4-server-diff-async-callback-1): New function.
8795         (elmo-imap4-server-diff-async): Ditto.
8796         (elmo-imap4-parse-status): Call `elmo-imap4-status-callback'.
8797
8798 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
8799
8800         * elmo-util.el (elmo-list-delete): Doc fix.
8801         (elmo-delete-lists): Abolish.
8802         * elmo2.el (elmo-crosspost-message-delete): Use `elmo-list-delete'
8803         instead of `elmo-delete-lists'.
8804
8805 2000-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
8806
8807         * elmo-imap4.el (elmo-imap4-make-number-set-list): Copy `msg-list'
8808         before `sort'.
8809
8810 2000-09-18  OKAZAKI Tetsurou  <okazaki@be.to>
8811
8812         * elmo-imap4.el (elmo-imap4-literal-1): Renamed from
8813         `elmo-imap4-literal-subr'.
8814         (elmo-imap4-string-1): Renamed from `elmo-imap4-string-subr'.
8815         (elmo-imap4-astring-1): Renamed from `elmo-imap4-astring-subr'.
8816
8817 2000-09-15  Kenichi OKADA  <okada@opaopa.org>
8818
8819         * elmo-archive.el (elmo-archive-list-folder-subr): Fix.
8820         (elmo-archive-list-folder): Fix.
8821         (elmo-archive-max-of-folder): Fix.
8822
8823 2000-09-15  Kenichi OKADA  <okada@opaopa.org>
8824
8825         * elmo-localdir.el (elmo-localdir-copy-msgs): Use
8826          `elmo-localdir-max-of-folder' instead of 'elmo-localdir-list-folder-subr'.
8827         (elmo-localdir-append-msg): Ditto.
8828         (elmo-localdir-list-folder): Fix for `nonsort'.
8829         (elmo-localdir-list-folder-subr): Fix for `killed'.
8830         * elmo-maildir.el (elmo-maildir-list-folder): Ditto.
8831         (elmo-maildir-list-folder-subr): Ditto.
8832         * elmo-archive.el (elmo-archive-list-folder): Ditto.
8833         (elmo-archive-list-folder-subr): Ditto.
8834         * elmo-internal.el (elmo-internal-list-folder): Ditto.
8835         (elmo-internal-list-folder-subr): Ditto.
8836
8837 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
8838
8839         * elmo-imap4.el (elmo-imap4-parse-flag-list): Rewrite.
8840
8841 2000-09-12  Katsumi Yamaoka    <yamaoka@jpl.org>
8842
8843         * elmo-util.el (elmo-delete-plugged): Fix parenthesis.
8844
8845 2000-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
8846
8847         * mmelmo-imap4-2.el (mmelmo-imap4-get-mime-entity):
8848         Clear `elmo-imap4-fetch-callback' and `elmo-imap4-fetch-callback-data'.
8849
8850         * elmo-imap4.el (elmo-network-initialize-session): Skip garbage output
8851         before greeting.
8852         (elmo-imap4-read-part): Use "body.peek" to fetch part.
8853         Clear `elmo-imap4-fetch-callback' and `elmo-imap4-fetch-callback-data'.
8854
8855 2000-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
8856
8857         * mmelmo-imap4-2.el (mime-entity-children): Defined.
8858
8859         * elmo-imap4.el (elmo-imap4-mark-set-on-msgs):
8860         Clear `elmo-imap4-fetch-callback' and `elmo-imap4-fetch-callback-data'
8861         before STORE command.
8862
8863 2000-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
8864
8865         * elmo2.el (elmo-multi-folder-diff): Fixed problem of filter folder.
8866
8867         * elmo-imap4.el (elmo-imap4-authenticator-alist): Added `plain' entry.
8868         (elmo-imap4-send-command): Use `elmo-imap4-current-response' instead
8869         of `response'.
8870         (elmo-imap4-list-folders): Removed unused local variable.
8871         (elmo-network-initialize-session): Ditto.
8872         (elmo-imap4-delete-msg-by-id): Ditto.
8873         (elmo-imap4-parse-fetch): Ditto.
8874         (elmo-imap4-copy-msgs): Ditto.
8875         Use `dst-spec' instead of `dst-folder'.
8876         (elmo-network-authenticate-session): Check authenticate type `plain'.
8877
8878 2000-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
8879
8880         * elmo-imap4.el (elmo-imap4-parse-response): Use string-match for
8881         garbage checking.
8882         (elmo-imap4-read-part): Use `elmo-imap4-response-value-all' instead of
8883         `elmo-imap4-response-value'.
8884         (elmo-imap4-parse-response): Return value of `EXPUNGE'.
8885
8886 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
8887
8888         * elmo-imap4.el (elmo-imap4-send-command):
8889         Cause elmo-imap4-bye-error when current response is BYE.
8890         (elmo-imap4-arrival-filter): Changed greeting response value.
8891
8892         * elmo2.el (elmo-imap4-bye-error): Define.
8893
8894         * elmo-imap4.el (elmo-imap4-list): Don't call `elmo-imap4-commit'.
8895         (elmo-imap4-server-diff): Ditto.
8896         (elmo-imap4-response-bye-p): New macro.
8897         (elmo-imap4-response-error-text): Get text from BYE response.
8898         (elmo-imap4-read-response): Return if BYE response.
8899         (elmo-imap4-accept-ok): Cause elmo-imap4-bye-error when BYE response.
8900         (elmo-imap4-folder-exists-p): Ditto.
8901         (elmo-imap4-commit): Do nothing when different mailbox is selected.
8902         (elmo-imap4-parse-bye): New function.
8903         (elmo-imap4-parse-response): Remove needless let.
8904         Call `elmo-imap4-parse-bye'.
8905
8906 2000-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
8907
8908         * elmo-imap4.el (elmo-imap4-folder-exists-p): Don't cause an error when
8909         the mailbox does not exist.
8910         (elmo-imap4-parse-namespace): Copy `elmo-imap4-extra-namespace-alist'.
8911
8912 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
8913
8914         * elmo-imap4.el (elmo-imap4-send-command): Remove unused local variable.
8915
8916 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
8917
8918         * elmo-vars.el (elmo-search-mime-charset): Abolished.
8919
8920         * elmo-pop3.el (elmo-pop3-local-variables): New variable.
8921         (elmo-network-initialize-session-buffer): Defined.
8922
8923         * mmelmo-imap4-2.el (mmelmo-imap4-parse-bodystructure-string):
8924         Abolished.
8925         (mmelmo-imap4-get-mime-entity): Rewrite.
8926
8927         * elmo2.el (elmo-error): Capitalize error message.
8928
8929         * elmo-net.el (elmo-network-initialize-session-buffer): New method.
8930         (elmo-network-session-buffer): New macro.
8931         (elmo-network-open-session): Use it.
8932
8933         * elmo-imap4.el: Rewrite.
8934
8935 2000-08-27 Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
8936
8937         * elmo-nntp.el (Toplevel): Require 'elmo-net.
8938
8939 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
8940
8941         * elmo-imap4.el (elmo-imap4-make-address): Abolish.
8942         (elmo-imap4-msgdb-create): Don't request ENVELOPE.
8943         (elmo-imap4-create-msgdb-from-overview-string): Use
8944         `elmo-msgdb-create-overview-from-buffer'.
8945
8946 2000-08-26   Daiki Ueno  <ueno@unixuser.org>
8947
8948         * elmo-imap4.el (elmo-imap4-parse-namespace): Tolerate INBOX regexp.
8949         (elmo-imap4-default-hierarchy-delimiter): New variable.
8950         (elmo-imap4-list-folders): Use it.
8951
8952 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
8953
8954         * elmo-net.el (elmo-network-open-session): Add user and
8955         stream-type for process-buffer name.
8956
8957         * elmo-pop3.el (elmo-network-initialize-session): Call
8958         buffer-disable-undo.
8959
8960         * elmo-imap4.el (elmo-network-initialize-session):
8961         Set current-buffer as an argument for `buffer-disable-undo'.
8962
8963         * elmo-pop3.el (elmo-network-close-session): Don't use
8964         `process-live-p'.
8965
8966         * elmo-vars.el (elmo-default-pop3-authenticate-type):
8967         Set default as 'user.
8968
8969         * mmelmo-imap4-2.el (mmelmo-imap4-get-mime-entity): Rewrite.
8970
8971         * elmo2.el (elmo-quit): Don't use `elmo-pop3-flush-connection'
8972         and `elmo-imap4-flush-connection'.
8973
8974         * elmo-util.el (toplevel): Removed workaround for timezone y2k.
8975         (elmo-pop3-get-spec): Assume auth as symbol.
8976         (elmo-open-network-stream): Moved to `elmo-net'.
8977
8978         * elmo-pop3.el (toplevel): Require 'elmo-net.
8979         Define `sasl-cram-md5' to silence byte compilier.
8980         (elmo-pop3-connection-cache) Abolished.
8981         (elmo-pop3-authenticator-alist) New variable.
8982         (elmo-pop3-session): Define.
8983         (elmo-pop3-connection-get-process): Abolished.
8984         (elmo-pop3-connection-get-buffer): Ditto.
8985         (elmo-pop3-close-connection): Ditto.
8986         (elmo-pop3-flush-connection): Ditto.
8987         (elmo-pop3-get-connection): Ditto.
8988         (elmo-pop3-get-session): New function.
8989         (Replacement for `elmo-pop3-get-connection').
8990         All other related modules are changed.
8991         (elmo-network-close-session): Define.
8992         (elmo-pop3-send-command): Abolished argument `buffer'.
8993         All other related modules are changed.
8994         (elmo-pop3-read-response): Likewise.
8995         (elmo-pop3-open-connection): Abolished.
8996         (elmo-pop3-auth-user): New function.
8997         (elmo-pop3-auth-apop): Ditto.
8998         (elmo-pop3-auth-cram-md5): Ditto.
8999         (elmo-pop3-auth-scram-md5): Ditto.
9000         (elmo-pop3-auth-digest-md5): Ditto.
9001         (elmo-network-initialize-session): Define.
9002         (elmo-network-authenticate-session): Ditto.
9003         (elmo-network-setup-session): Ditto.
9004
9005         * elmo-imap4.el (toplevel): Require 'elmo-net.
9006         (elmo-imap4-session): Define.
9007         (elmo-imap4-connection-cache): Abolished.
9008         (elmo-imap4-password-key): Ditto.
9009         (elmo-imap4-flush-connection): Ditto.
9010         (elmo-imap4-get-connection): Ditto.
9011         All other related modules are changed.
9012         (elmo-imap4-get-session): New function
9013         (Replacement for `elmo-imap4-get-connection').
9014         (elmo-imap4-read-response): Abolished argument `buffer'.
9015         All other related modules are changed.
9016         (elmo-imap4-send-command): Likewise.
9017         (elmo-imap4-select-folder): Abolished.
9018         All other related modules are changed.
9019         (elmo-imap4-select-mailbox): New function.
9020         (Replacement for `elmo-imap4-select-folder').
9021         (elmo-imap4-auth-login): Simplify.
9022         (Assume current buffer as process buffer)
9023         (elmo-imap4-auth-cram-md5): Ditto.
9024         (elmo-imap4-auth-digest-md5): Ditto.
9025         (elmo-imap4-login): Ditto.
9026         (elmo-imap4-open-connection): Abolished.
9027         (elmo-imap4-open-connection-1): Abolished.
9028         (elmo-network-initialize-sessoin): Define.
9029         (elmo-network-authenticate-session): Ditto.
9030         (elmo-network-setup-session): Ditto.
9031
9032         * elmo-net.el: New module.
9033
9034 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
9035
9036         * elmo-util.el (elmo-define-error): New function.
9037
9038         * elmo2.el (elmo-error): Define.
9039         (elmo-open-error): Define.
9040         (elmo-authenticate-error): Define.
9041
9042         * elmo-imap4.el (elmo-imap4-error): Abolish.
9043         (elmo-imap4-error-type): Abolish.
9044         (elmo-imap4-error-process): Abolish.
9045         (elmo-imap4-error-message): Abolish
9046         (elmo-imap4-list-folders): Don't quote lambda.
9047         (elmo-imap4-create-msgdb-from-overview-string): Ditto.
9048         (elmo-imap4-parse-namespace): Ditto.
9049         (elmo-imap4-open-connection): Rewrite.
9050         (elmo-imap4-open-connection-1): Simplified (authenticate only).
9051         (elmo-imap4-get-connection): Abolish local variable `result'.
9052
9053 2000-08-21  Kaoru Takahashi  <kaoru@kaisei.org>
9054
9055         * elmo-imap4.el (elmo-imap4-open-connection-1): Fixed probrem
9056         wrong-type-argument error when auth is nil.
9057
9058 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
9059
9060         * elmo-vars.el (elmo-default-imap4-stream-type): New variable.
9061         (elmo-default-nntp-stream-type): Ditto.
9062         (elmo-default-pop3-stream-type): Ditto.
9063         (elmo-network-stream-type-alist): Ditto.
9064         (elmo-default-imap4-ssl): Abolished.
9065         (elmo-default-nntp-ssl): Ditto.
9066         (elmo-default-pop3-ssl): Ditto.
9067
9068         * elmo-util.el: (toplevel): Removed needless requires.
9069         (elmo-network-get-spec): Use `elmo-network-stream-type-alist'.
9070         (elmo-open-network-stream): Open network stream according to
9071         the value of `elmo-network-stream-type-alist'.
9072         (elmo-get-network-stream-type): New function.
9073         (elmo-network-stream-type-spec-string): New macro.
9074         (elmo-network-stream-type-symbol): Ditto.
9075         (elmo-network-stream-type-function): Ditto.
9076
9077         * elmo-pop3.el (elmo-pop3-get-connection): Follow up changes for
9078         network-stream-type. All other related portions are changed.
9079         (elmo-pop3-open-connection): Ditto.
9080
9081         * elmo-nntp.el (elmo-nntp-setting): Follow up changes for
9082         network-stream-type. All other related portions are changed.
9083
9084         * elmo-imap4.el (elmo-imap4-get-connection): Follow up changes for
9085         network-stream-type.All other related portions are changed.
9086         (elmo-imap4-error): New macro.
9087         (elmo-imap4-error-type): Ditto.
9088         (elmo-imap4-error-process): Ditto.
9089         (elmo-imap4-error-message): Ditto.
9090         (elmo-imap4-auth-login): Use `elmo-imap4-error'.
9091         (elmo-imap4-auth-cram-md5): Ditto.
9092         (elmo-imap4-auth-digest-md5): Ditto.
9093         (elmo-imap4-login): Ditto.
9094         (elmo-imap4-open-connection): Remove password entry if authentication
9095         was in vain.
9096         (elmo-imap4-user-at-host): Abolished.
9097         (elmo-imap4-password-key): New buffer local variable.
9098         (elmo-imap4-open-connection-1): Set value of `elmo-imap4-password-key'
9099         using protocol, port, auth and stream-type.
9100
9101         * elmo-dop.el (elmo-dop-list-folder): Use killed list.
9102
9103 2000-08-13   Daiki Ueno  <ueno@unixuser.org>
9104
9105         * elmo-vars.el (elmo-default-imap4-authenticate-type): Default to nil.
9106
9107         * elmo-util.el (elmo-imap4-get-spec): Assume auth as symbol.
9108
9109         * elmo-imap4.el (elmo-imap4-user-at-host): New variable.
9110         (elmo-imap4-authenticator-alist): New variable.
9111         (elmo-imap4-open-connection-1): Rename from
9112         elmo-imap4-open-connection.
9113         (elmo-imap4-open-connection): Abolish 5th argument `passphrase';
9114         only wraps elmo-imap4-open-connection-1.
9115         (elmo-imap4-get-connection): Abolish local variable buffer, proc-stat,
9116         user-at-host.
9117         (elmo-imap4-auth-login): New function.
9118         (elmo-imap4-auth-cram-md5): New function.
9119         (elmo-imap4-auth-digest-md5): New function.
9120         (elmo-imap4-login): New function.
9121
9122 2000-08-12  Kenichi OKADA  <okada@opaopa.org>
9123
9124         * elmo-maildir.el (elmo-maildir-delete-folder): Set argument of the
9125         function `error'.
9126
9127 2000-08-12  Kenichi OKADA  <okada@opaopa.org>
9128
9129         * elmo-pop3.el (elmo-pop3-get-connection): Add `signal'.
9130
9131 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
9132
9133         * elmo2.el (elmo-move-msgs): Set value of `unseen'.
9134
9135 2000-08-06  OKAZAKI Tetsurou  <okazaki@be.to>
9136
9137         * elmo-imap4.el (elmo-imap4-parse-overview-string): In regexps
9138         for server responses, quote `*' regardless of where it appears.
9139
9140 2000-08-03  Kenichi OKADA  <okada@opaopa.org>
9141
9142         * elmo-maildir.el (elmo-maildir-commit): New alias.
9143
9144 2000-08-03  Kenichi OKADA  <okada@opaopa.org>
9145
9146         * elmo-util.el (elmo-display-progress):
9147                 Use `progress-feedback-with-label'.
9148
9149 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
9150
9151         * elmo-imap4.el (elmo-imap4-quoted-specials-list): New constant.
9152         (elmo-imap4-non-atom-char-regex): Ditto.
9153         (elmo-imap4-non-text-char-regex): Ditto.
9154         (elmo-imap4-literal-threshold): Ditto.
9155         (elmo-imap4-atom-p): New function.
9156         (elmo-imap4-quotable-p): Ditto.
9157         (elmo-imap4-nil): Ditto.
9158         (elmo-imap4-atom): Ditto.
9159         (elmo-imap4-quoted): Ditto.
9160         (elmo-imap4-literal-subr): Ditto.
9161         (elmo-imap4-literal): Ditto.
9162         (elmo-imap4-buffer-literal): Ditto.
9163         (elmo-imap4-string-subr): Ditto.
9164         (elmo-imap4-string): Ditto.
9165         (elmo-imap4-buffer-string): Ditto.
9166         (elmo-imap4-astring-subr): Ditto.
9167         (elmo-imap4-astring): Ditto.
9168         (elmo-imap4-buffer-astring): Ditto.
9169         (elmo-imap4-nstring): Ditto.
9170         (elmo-imap4-buffer-nstring): Ditto.
9171         (elmo-imap4-mailbox): New alias.
9172         (elmo-imap4-field-body): Ditto.
9173         (elmo-imap4-userid): Ditto.
9174         (elmo-imap4-password): Ditto.
9175         (elmo-imap4-format-quoted): New function.
9176         (elmo-imap4-send-command): Rewritten.  Accept a list of command
9177         arguments and handle "atom", "quoted" and "literal" string here.
9178         (elmo-imap4-list-folders): Use `elmo-imap4-mailbox' for
9179         `elmo-imap4-send-command'.
9180         (elmo-imap4-folder-exists-p): Likewise.
9181         (elmo-imap4-create-folder): Likewise.
9182         (elmo-imap4-delete-folder): Likewise.
9183         (elmo-imap4-rename-folder): Likewise.
9184         (elmo-imap4-max-of-folder): Likewise.
9185         (elmo-imap4-check-validity): Likewise.
9186         (elmo-imap4-sync-validity): Likewise.
9187         (elmo-imap4-server-diff): Likewise.
9188         (elmo-imap4-select-folder): Likewise.
9189         (elmo-imap4-copy-msgs): Likewise.
9190         (elmo-imap4-search-internal): Use `elmo-imap4-astring'.
9191         (elmo-imap4-mark-set-on-msgs): Likewise.
9192         (elmo-imap4-read-part): Likewise.
9193         (elmo-imap4-read-msg): Likewise.
9194         (elmo-imap4-open-connection): Use `elmo-imap4-userid' and
9195         `elmo-imap4-password' for `elmo-imap4-send-command'.
9196         (elmo-imap4-delete-msg-by-id): Use `elmo-imap4-field-body'.
9197         (elmo-imap4-append-msg-by-id): Use `elmo-imap4-mailbox' and
9198         `elmo-imap4-buffer-literal'.
9199         (elmo-imap4-append-msg): Likewise.
9200
9201         * elmo-imap4.el (elmo-imap4-get-connection): Use `delq' instead of
9202         `delete' for removing dead connection from the connection cache.
9203         Move deletion of the process buffer after that.
9204         (elmo-imap4-list): Change `defsubst' to `defun'.
9205         (elmo-imap4-commit): Make error message verbose.
9206         (elmo-imap4-search): Ditto.
9207         (elmo-imap4-list): Ditto.
9208         (elmo-imap4-select-folder): Ditto.
9209         (elmo-imap4-copy-msgs): Ditto.
9210         (elmo-imap4-delete-msg-by-id): Ditto.
9211         (elmo-imap4-append-msg-by-id): Ditto.
9212         (elmo-imap4-append-msg): Ditto.
9213
9214 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
9215
9216         * elmo-archive.el (elmo-archive-get-archive-name): Fixed problem
9217         when dired is used on XEmacs.
9218
9219 2000-07-25  OKAZAKI Tetsurou  <okazaki@be.to>
9220
9221         * elmo-imap4.el (elmo-imap4-process-folder-list): Use `nconc'
9222         instead of `append'.
9223         (elmo-imap4-commit): Use `elmo-imap4-plugged-p' instead of
9224         `elmo-plugged-p' directly.
9225         * elmo-pop3.el (elmo-pop3-commit): Use `elmo-pop3-plugged-p' instead
9226         of `elmo-plugged-p' directly.
9227
9228         * elmo-pop3.el (elmo-pop3-get-connection): Split temporary variable.
9229         Eliminate unused variable.  Use `memq' for checking a process status.
9230         Use `cons' instead of `append' for updating the connection cache.
9231         * elmo-nntp.el (elmo-nntp-get-connection): Likewise.
9232         * elmo-imap4.el (elmo-imap4-get-connection): Likewise.
9233
9234 2000-07-22  OKAZAKI Tetsurou  <okazaki@be.to>
9235
9236         * elmo-imap4.el (elmo-imap4-read-bytes): Advance
9237         `elmo-imap4-read-point' exactly.
9238
9239         * mmelmo-imap4-2.el (mmelmo-imap4-get-mime-entity): Rename
9240         the local variable `folder' to `mailbox'.
9241         Rename the argument `fld' to `folder'.
9242
9243 2000-07-20  Kenichi OKADA  <okada@opaopa.org>
9244
9245         * elmo-pop3.el (elmo-pop3-commit): Do nothing when unplugged.
9246         * elmo-imap4.el (elmo-imap4-commit): Ditto.
9247
9248 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
9249
9250         * elmo-pop3.el (elmo-pop3-use-uidl): New variable.
9251         (elmo-pop3-number-uidl-hash): New buffer-local variable.
9252         (elmo-pop3-uidl-number-hash): Ditto.
9253         (elmo-pop3-size-hash): Ditto.
9254         (elmo-pop3-uidl-done): Ditto.
9255         (elmo-pop3-list-done): Ditto.
9256         (elmo-pop3-connection-get-process): New defmacro.
9257         (elmo-pop3-connection-get-buffer): Ditto.
9258         (elmo-pop3-close-connection): Delete buffer and process.
9259         (elmo-pop3-flush-connection): Don't delete buffer and process.
9260         (elmo-pop3-get-connection): Added optional argument `if-exists'.
9261         Setup UIDL and size hash.
9262         (elmo-pop3-send-command-no-erase): Deleted
9263         (elmo-pop3-send-command): Added optional argument `no-erase'.
9264         (elmo-pop3-parse-uidl-response): New function.
9265         (elmo-pop3-parse-list-response): Set size hash.
9266         (elmo-pop3-list-location): New function.
9267         (elmo-pop3-list-by-uidl-subr): Ditto.
9268         (elmo-pop3-list-by-list): Ditto.
9269         (elmo-pop3-list-folder): Call `elmo-pop3-commit'.
9270         Call `elmo-pop3-list-by-uidl-subr' or `elmo-pop3-list-by-list'.
9271         (elmo-pop3-max-of-folder): Call `elmo-pop3-commit'.
9272         Call `elmo-pop3-list-by-uidl-subr' if `elmo-pop3-use-uidl' is non-nil.
9273         (elmo-pop3-msgdb-create-as-numlist): Added optional argument `msgdb'.
9274         Use uidl.
9275         (elmo-pop3-uidl-to-number): New function.
9276         (elmo-pop3-number-to-uidl): Ditto.
9277         (elmo-pop3-number-to-size): Ditto.
9278         (elmo-pop3-msgdb-create-by-header): Added argument `loc-alist'.
9279         Set number by use of uidl.
9280         (elmo-pop3-msgdb-create-message): Likewise.
9281         Set size, loc-alist in msgdb.
9282         (elmo-pop3-read-msg): Set number by use of uidl.
9283         Added optional argument `msgdb'.
9284         (elmo-pop3-delete-msg): Ditto.
9285         (elmo-pop3-delete-msgs): Added optional argument `msgdb'.
9286         (elmo-pop3-commit): Close connection.
9287
9288         * elmo-pipe.el (elmo-pipe-max-of-folder):
9289         Bind `elmo-pop3-use-uidl' as nil.
9290         (elmo-pipe-drain): Ditto.
9291         Call `elmo-commit'.
9292
9293         * elmo-msgdb.el (elmo-msgdb-delete-msgs): Delete location too.
9294         (elmo-msgdb-overview-entity-set-size): New defsubst.
9295
9296 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
9297
9298         * elmo-vars.el (elmo-use-killed-list): New variable
9299         (Renamed from `elmo-nntp-use-killed-list').
9300         (elmo-nntp-use-killed-list): Eliminated.
9301
9302         * elmo-msgdb.el (elmo-msgdb-expand-path):
9303         Changed expanding msgdb path for elmo-multi.
9304
9305         * elmo-archive.el, elmo-cache.el, elmo-database.el, elmo-date.el,
9306         elmo-dop.el, elmo-filter.el, elmo-imap4.el, elmo-internal.el,
9307         elmo-localdir.el, elmo-localnews.el, elmo-maildir.el, elmo-msgdb.el,
9308         elmo-multi.el, elmo-nntp.el, elmo-pipe.el, elmo-pop3.el,
9309         elmo-util.el, elmo-vars.el, elmo2.el, mmelmo-1.el, mmelmo-2.el,
9310         mmelmo-imap4-1.el, mmelmo-imap4-2.el, mmelmo-imap4.el, mmelmo.el
9311         (toplevel): Deleted time-stamp line.
9312
9313         * elmo2.el (elmo-clear-killed ): Defined as function
9314         (Abolished defining as a backend function).
9315         All other related modules are changed.
9316
9317 2000-07-14  Hiroshi Tsutsui <tsutsui@easter.kuee.kyoto-u.ac.jp>
9318
9319         * elmo-cache.el (elmo-cache-clear-killed): Fixed.
9320
9321 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
9322
9323         * elmo-msgdb.el (elmo-msgdb-append-to-killed-list): New function.
9324
9325 2000-07-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9326
9327         * elmo-pop3.el (elmo-pop3-clear-killed): New alias.
9328
9329 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
9330
9331         * elmo-nntp.el (elmo-nntp-max-of-folder): Use killed list in
9332         asynchronous folder check.
9333
9334         * elmo2.el (elmo-move-msgs): Don't move message when buffer-size is 0.
9335
9336         * elmo-nntp.el (elmo-nntp-delete-msgs): Check the value of
9337         `elmo-nntp-use-killed-list'.
9338         (elmo-nntp-list-folder): Use killed list.
9339         (elmo-nntp-max-of-folder): Ditto.
9340         (elmo-nntp-msgdb-create): Set killed list.
9341
9342         * elmo-vars.el (elmo-nntp-use-killed-list): New user option.
9343
9344         * elmo2.el (elmo-clear-killed): New backend function.
9345         All other related modules are changed.
9346
9347 2000-07-07  OKAZAKI Tetsurou  <okazaki@be.to>
9348
9349         * elmo-util.el (elmo-imap4-spec-folder): Use
9350         `elmo-imap4-spec-mailbox'; Mark as obsolete.
9351         All callers changed.
9352
9353 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
9354
9355         * mmelmo-2.el (initialize-instance):
9356         Use `mime-buffer-entity-buffer-internal' instead of
9357         `mime-entity-buffer'.
9358
9359         * mmelmo-imap4-2.el (mmelmo-imap4-mime-entity-buffer): New function.
9360         (mime-entity-body): Implemented.
9361         (mime-goto-header-start-point): Deleted.
9362         (mime-goto-body-end-point): Ditto.
9363         (mime-entity-point-min): Ditto.
9364         (mime-entity-point-max): Ditto.
9365         (mime-entity-children): Ditto.
9366         (mime-insert-header): Use `mime-buffer-entity-buffer-internal'
9367         instead of `mime-entity-buffer'.
9368         (mime-entity-header-buffer): Ditto.
9369         (mime-entity-body-buffer): Ditto.
9370         (mime-write-entity-content): Ditto.
9371
9372         * pldap.el (ldap-static-if): New macro.
9373         (toplevel): Use it instead of `static-if'.
9374
9375 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
9376
9377         * pldap.el (ldap-search-basic): Don't collect 'dn' value even if it is
9378         included in `attrs' argument.
9379
9380 2000-06-16  Yuuichi Teranishi  <teranisi@gohome.org>
9381
9382         * elmo-util.el (elmo-get-passwd): Use old backquote style.
9383
9384         * pldap.el (ldap-ldif-safe-char-regexp): New constant.
9385         (ldap-ldif-safe-init-char-regexp): Ditto.
9386         (ldap-ldif-safe-string-regexp): Ditto.
9387         (ldap/ldif-safe-string-p): New macro.
9388         (ldap/ldif-insert-field): Ditto.
9389         (ldap-modify): Use it.
9390         (ldap-add): Ditto.
9391         (ldap-search-basic): Consider `attrsonly' also when `attrs' is nil.
9392         (ldap-decode-attribute): Decode only when `attr' is consp.
9393         (ldap-delete): Bind `ret'.
9394         (toplevel): Require 'cl at compile time.
9395         Removed (require 'poe) and (require 'std11).
9396         (pldap-version): Eliminated.
9397         (ldap-search-basic): Removed auth and dn binding.
9398         (ldap-ldif-field-name-regexp): New constant.
9399         (ldap-ldif-field-head-regexp): Ditto.
9400         (ldap-ldif-next-field-head-regexp): Ditto.
9401         (ldap/collect-field): Use `ldap-ldif-field-head-regexp'.
9402         (ldap/field-end): New function.
9403         (ldap/field-body): Use it.
9404         (ldap/collect-field): Ditto.
9405         (ldap-search-basic): Use `ldap/field-body'.
9406
9407 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
9408
9409         * pldap.el (ldap-default-attribute-encoder): New user option.
9410         (ldap/field-body): Decode base64 string.
9411         (ldap/collect-field): Ditto.
9412         (ldap-encode-attribute): New function.
9413         (ldap-add-entries): Use it.
9414         (ldap-modify-entries): Ditto.
9415         (ldap-search-entries): Enclosed decoding function with
9416         `with-temp-buffer' and set as unibyte.
9417         (ldap-search-basic): Set process buffer as unibyte.
9418
9419         * elmo-util.el (elmo-folder-identical-system-p):
9420         Eliminated name space checking.
9421
9422         * pldap.el: New module.
9423         toplevel: Changed condition to detect built-in ldap feature.
9424         (ldap-delete): Enclosed call-process with `with-temp-buffer'.
9425         (ldap-add): Added error handling.
9426         (ldap-modify): Ditto.
9427         (ldap-delete): Ditto.
9428
9429 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
9430
9431         * elmo-localdir.el (elmo-localdir-msgdb-create-as-numlist):
9432         Initialize local variables with `let'.  Inline a temporary
9433         variable for the progress percentage.  Sort `setq' to reduce
9434         function call in the while-loop.
9435
9436         * mmelmo.el (mmelmo-get-original-buffer): Move `save-excursion'
9437         into the conditional branch.
9438
9439 2000-05-30  OKAZAKI Tetsurou  <okazaki@be.to>
9440
9441         * elmo2.el (elmo-move-msgs): Replace `append' with `nconc'.
9442         Move a conditional out of the while-loop.
9443
9444 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9445
9446         * elmo-msgdb.el (elmo-msgdb-overview-get-entity): Use
9447         elmo-msgdb-overview-get-entity-by-number.
9448         (elmo-msgdb-overview-get-entity-by-number): Don't use catch and
9449         throw.
9450
9451 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
9452
9453         * elmo-localdir.el (elmo-localdir-pack-number): Renamed
9454         the local variable for a packed number self descriptively.
9455
9456 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9457
9458         * elmo2.el (elmo-msgdb-load): Remove elmo-msgdb-overview-hashtb.
9459         * elmo-localdir.el (elmo-localdir-pack-number): Use
9460         `elmo-msgdb-overview-get-entity' instead of
9461         `elmo-msgdb-overview-get-entity-by-number'.
9462         * elmo-msgdb.el (elmo-msgdb-overview-hashtb): Removed.
9463         (elmo-msgdb-search-overview-entity): Removed.
9464         (elmo-msgdb-overview-get-entity): Change argument. Get overview entity
9465         by message-id or number.
9466         (elmo-msgdb-delete-msgs): Use `elmo-msgdb-overview-get-entity'
9467         instead of `elmo-msgdb-overview-get-entity-by-number'.
9468
9469 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9470
9471         * elmo-vars.el (elmo-use-overview-hashtb): New variable. If
9472         non-nil, use hash table for overview.
9473         (elmo-hash-maximum-size): New variable.
9474         * elmo-msgdb.el (elmo-msgdb-overview-hashtb): New variable.
9475         (elmo-msgdb-make-overview-hashtb): New function.
9476         (elmo-msgdb-clear-overview-hashtb): New function.
9477         (elmo-clear-hash-val): New macro.
9478         All other related modules are changed.
9479
9480 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
9481
9482         * elmo2.el (elmo-move-msgs): If there's other message with
9483         same message-id, don't use cache.
9484
9485 2000-05-18  Nishimoto Masaki <nishimoto@gaju.org>
9486
9487         * elmo-localdir.el (elmo-localdir-pack-number): Fixed problem when
9488         number is already packed.
9489
9490 2000-05-15  OKAZAKI Tetsurou  <okazaki@be.to>
9491
9492         * elmo-vars.el: Doc fixes. Trim trailing whitespace.
9493
9494 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9495
9496         * elmo-vars.el (elmo-display-progress-threshold): New variable.
9497         All other related modules are changed.
9498
9499 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
9500
9501         * elmo-msgdb.el (elmo-msgdb-sort-by-date): Fixed a problem
9502         of refiling failure on Maildir.
9503
9504 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9505
9506         * elmo-msgdb.el (elmo-msgdb-get-decoded-cache): get string of
9507         decoded mime-charset with cache.
9508         (elmo-msgdb-overview-entity-get-from): Ditto.
9509         (elmo-msgdb-overview-entity-get-subject): Ditto.
9510         * elmo-vars.el (elmo-use-decoded-cache): New variable.
9511
9512 2000-05-10  Kenichi OKADA  <okada@opaopa.org>
9513
9514         * elmo-utils.el (elmo-get-passwd): Set timeout of password.
9515         (elmo-remove-passwd): Fill password with 0 before erase.
9516         * elmo-vars.el (elmo-passwd-life-time): New variable.
9517
9518 \f
9519 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9520
9521         * elmo-cache.el (elmo-buffer-cache-add):
9522         Set message cache buffer as unibyte.
9523
9524 2000-05-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9525
9526         * elmo-archive.el (elmo-archive-list-folders): Fix base-folder
9527         become nil.
9528
9529 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
9530
9531         * elmo-nntp.el (elmo-nntp-list-folders): Remove progress gauge
9532         when display is finished.
9533         (elmo-nntp-msgdb-create): Ditto.
9534         (elmo-nntp-groups-read-response): Ditto.
9535         (elmo-nntp-retrieve-headers): Ditto.
9536         (elmo-nntp-msgdb-create-message): Ditto.
9537         * elmo-pop3.el (elmo-pop3-retrieve-headers): Ditto.
9538         (elmo-pop3-msgdb-create-message): Ditto.
9539
9540 2000-04-24  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9541
9542         * elmo-maildir.el (elmo-maildir-msgdb-create):
9543         Use `elmo-msgdb-sort-by-date'.
9544
9545 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
9546
9547         * elmo2.el (elmo-read-msg-no-cache):
9548         Eliminated arguments after `outbuf'.
9549         Don't use cache even if it exists.
9550         (elmo-read-msg): Don't pass arguments after `outbuf' to
9551         `elmo-read-msg-no-cache'.
9552
9553 2000-04-15  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9554
9555         * elmo-archive.el (elmo-archive-list-folders):
9556         Use `file-name-directory' if base folder does not exist.
9557
9558 2000-04-14  Nishimoto Masaki <nishimoto@gaju.org>
9559
9560         * elmo-archive.el (elmo-archive-list-folders): Don't use
9561         `file-name-directory'.
9562
9563 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
9564
9565         * elmo-dop.el (elmo-dop-queue-flush): Add optional argument `force'.
9566         If `force' is non-nil, try flushing all operation queues.
9567
9568 2000-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
9569
9570         * elmo-pop3.el (elmo-pop3-open-connection): Enclose with
9571         as-binary-process.
9572
9573 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9574
9575         * elmo-util.el (elmo-display-progress): Fixed.
9576
9577 2000-03-27  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9578
9579         * elmo-util.el (elmo-display-progress): New function.
9580         All other related modules are changed.