3b4ecc98b4a57acbbf087ef268633b6d51dc89fe
[elisp/wanderlust.git] / elmo / ChangeLog
1 2010-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2
3         * pldap.el (ldap-search-entries): Don't use `function' for lambda.
4         (ldap-add-entries, ldap-modify-entries): Use `mapc' instead of `mapcar'.
5         (ldap-delete-entries): Use `mapc' instead of `mapcar'. Don't use
6         `function' for lambda.
7
8         * modb-standard.el (modb-standard-cleanup-stale-entities): Use
9         `string-to-number' instead of `string-to-int'.
10
11         * elmo-util.el (elmo-set-work-buf): Use `with-current-buffer'
12         instead of `save-excursion' (for suppress compile warnings).
13         * elmo-pop3.el (elmo-pop3-retrieve-headers): Ditto.
14         * elmo-nntp.el (elmo-nntp-list-folders-get-cache): Ditto.
15         (elmo-nntp-post): Ditto.
16
17 2009-08-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
18
19         * utf7.el (utf7-get-u16char-converter): Revert BOM workaround for
20         Mule-UCS (to-utf-16).
21         (utf7-utf-16-coding-system): Change preference when Mule-UCS on
22         Emacs 23.
23
24 2009-07-11  Taiki SUGAWARA  <buzz.taiki@gmail.com>
25
26         * utf7.el (utf7-find-coding-system-without-bom): New Function.
27         (utf7-utf-16-coding-system): use no-BOM coding system.
28         (utf7-get-u16char-converter): remove workaround for BOM.
29
30 2009-05-26  Vitaly Mayatskikh <v.mayatskih@gmail.com>
31
32         * elmo-util.el (elmo-union): New function, make a union of two lists.
33
34         * elmo-mime.el (elmo-mime-entity-display): Fix Emacs crash in
35         mime-view when displaying malformed base64 attach.
36
37         * elmo-imap4.el (elmo-imap4-folder-list-flagged): Use elmo-imap4-list
38         (removed duplicated code)
39
40         * modb-standard.el (modb-standard-cleanup-stale-entities): New
41         function, Remove stale entities from elmo's cache.
42
43 2009-05-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
44
45         * elmo-version.el (elmo-version): Up to 2.15.7.
46
47 2009-03-22  Tetsurou Okazaki  <okazaki@be.to>
48
49         * elsp-bsfilter.el (elmo-spam-bsfilter-update-switch): Change
50         default value to `--auto-update'.
51
52 2008-07-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
53
54         * elmo-pop3.el (elmo-pop3-read-contents): Fix double `goto-char'.
55         Add `elmo-pop3-read-point' barrier.
56
57 2008-07-06 YAMASHITA Junji <ysiijj@gmail.com>
58
59         * elmo-pop3.el (elmo-pop3-read-contents): improving performance:
60         goto the previous end-point insead of the head-point, and use
61         `search-forward' instead of `re-search-forward'.
62
63 2008-06-30  Tetsurou Okazaki  <okazaki@be.to>
64
65         * elmo-imap4.el (elmo-imap4-parse-status): Use `case' instead of `cond'.
66
67 2008-06-30  Don Bashford  <Don.Bashford@stjude.org>
68
69         * elmo-imap4.el (elmo-imap4-parse-status): Accept IMAP4 tokens in a
70         case-insensitive fashion.
71
72 2008-03-30  Tetsurou Okazaki  <okazaki@be.to>
73
74         * elmo-imap4.el (elmo-imap4-send-command): Combine `process-send-string' calls.
75
76 2008-02-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
77
78         * elmo-util.el (elmo-add-name-to-file, elmo-field-body): Use
79         `eval-and-compile' for suppress compile warnings.
80
81         * elmo-vars.el (dynamic-link, dynamic-call): Use `defalias-maybe'
82         instead of `defun-maybe'
83
84         * elmo-util.el: Add (eval-when-compile (require 'static)).
85
86 2008-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
87
88         * mmimap.el: Remove (require 'static).
89         * acap.el: Ditto.
90
91         * elmo-flag.el: Move ';;; Code:' comment.
92         * elmo-imap4.el: Ditto.
93         * elmo-net.el: Ditto.
94
95         * elmo-version.el (product-provide): Fix comment.
96
97 2008-02-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
98
99         * slp.el: Add (eval-when-compile (require 'cl)).
100         * elmo-date.el: Ditto.
101         * elmo-pop3.el: Ditto.
102         * elmo-mime.el: Add (eval-when-compile (require 'elmo)).
103
104 2008-02-17  TAKAHASHI Kaoru  <kaoru@kaisei.org>
105
106         * modb.el (elmo-msgdb-match-condition-primitive): Use
107         `string-to-number' instead of `string-to-int'.
108
109         * modb-entity.el (elmo-msgdb-create-message-entity-from-buffer)
110         (elmo-msgdb-message-match-condition)
111         (elmo-msgdb-create-message-entity-from-buffer): Use
112         `string-to-number' instead of `string-to-int'.
113
114         * elmo.el (elmo-folder-confirm-appends): Use `string-to-number'
115         instead of `string-to-int'.
116
117         * elmo-util.el (elmo-cache-expire-by-age): Use `string-to-number'
118         instead of `string-to-int'.
119
120         * elmo-pop3.el (elmo-pop3-list-by-list, elmo-folder-status): Use
121         `string-to-number' instead of `string-to-int'.
122
123         * elmo-nntp.el (elmo-nntp-make-msglist)
124         (elmo-folder-list-messages-plugged, elmo-nntp-folder-status)
125         (elmo-nntp-create-msgdb-from-overview-string)
126         (elmo-nntp-parse-xhdr-response, elmo-nntp-msgdb-create-message)
127         (elmo-nntp-search-primitive): Use `string-to-number' instead of
128         `string-to-int'.
129
130         * elmo-net.el (elmo-net-folder-set-parameters): Use
131         `string-to-number' instead of `string-to-int'.
132
133         * elmo-localdir.el (elmo-localdir-list-subr): Use
134         `string-to-number' instead of `string-to-int'.
135
136         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Use
137         `string-to-number' instead of `string-to-int'.
138
139         * elmo-date.el (elmo-date-get-datevec): Use `string-to-number'
140         instead of `string-to-int'.
141
142         * elmo-archive.el (elmo-archive-list-folder-subr): Use
143         `string-to-number' instead of `string-to-int'.
144
145 2008-02-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
146
147         * elmo-util.el (elmo-get-passwd): Fix typo.
148
149         * elmo-nntp.el (elmo-nntp-get-server-command)
150         (elmo-nntp-set-server-command, elmo-nntp-xover-p)
151         (elmo-nntp-listgroup-p, elmo-nntp-set-listgroup)
152         (elmo-nntp-list-active-p, elmo-nntp-set-list-active)
153         (elmo-nntp-xhdr-p, elmo-nntp-set-xhdr): New backquote style.
154
155         * elmo-imap4.el (elmo-imap4-debug)
156         (elmo-imap4-response-continue-req-p, elmo-imap4-response-ok-p)
157         (elmo-imap4-response-bye-p, elmo-imap4-response-garbage-p)
158         (elmo-imap4-response-value, elmo-imap4-response-error-text)
159         (elmo-imap4-response-bodydetail-text, elmo-imap4-value)
160         (elmo-imap4-nth, elmo-imap4-detect-search-charset)
161         (elmo-imap4-identical-system-p): New backquote style.
162
163 2008-02-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
164
165         * elmo-dop.el (elmo-make-dop-queue): New backquote style.
166         (elmo-dop-queue-fname, elmo-dop-queue-method): Ditto.
167         (elmo-dop-queue-arguments): Ditto.
168
169         * elmo-date.el (elmo-match-substring): New backquote style.
170         (elmo-match-string, elmo-match-buffer): Ditto.
171         (elmo-date-make-sortable-string): Ditto.
172
173         * elmo-archive.el (elmo-archive-get-method):New backquote style.
174         (elmo-archive-get-suffix, elmo-archive-get-regexp): Ditto.
175
176         * elmo-multi.el (elmo-multi-real-folder-number): New backquote
177         style.
178
179         * elmo-net.el (elmo-network-stream-type-spec-string): New
180         backquote style.
181         (elmo-network-stream-type-symbol): Ditto.
182         (elmo-network-stream-type-feature): Ditto.
183         (elmo-network-stream-type-function): Ditto.
184         (elmo-network-session-buffer): Ditto.
185
186         * elmo-util.el (elmo-file-cache-expand-path): New backquote style.
187         (elmo-file-cache-status, elmo-file-cache-path): Ditto.
188         (elmo-make-file-cache, elmo-string, elmo-get-passwd): Ditto.
189         (elmo-bind-directory, elmo-set-work-buf): Ditto.
190
191         * elmo.el (elmo-folder-send): New backquote style.
192
193 2008-02-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
194
195         * pldap.el (ldap-static-if): New backquote style.
196         (ldap/ldif-safe-string-p): Ditto.
197         (ldap/ldif-insert-field): Ditto.
198
199         * elmo-version.el (elmo-version): Up to 2.15.6.
200
201 2008-01-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
202
203         * elmo-imap4.el (elmo-folder-list-messages-plugged): Don't include
204         messages with \Deleted flag.
205         (elmo-folder-delete-messages-plugged): Ask before sending expunge
206         command if there are messages with \Deleted flag.
207
208 2007-04-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
209
210         * elmo-pop3.el (elmo-pop3-auth-apop): Use more strict regexp.
211         http://seclists.org/bugtraq/2007/Apr/0018.html
212         (Suggested by Tatsuya Kinoshita)
213
214 2007-04-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
215
216         * elmo-imap4.el (elmo-folder-delete): Don't call close for mailbox
217         with \Noselect attribute.
218
219 2007-04-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
220
221         * elmo-imap4.el (elmo-folder-list-subfolders): Fix handling of
222         hierarchical folder structure with UW-imapd.
223
224 2007-02-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
225
226         * elmo-imap4.el (elmo-imap4-clear-login): Don't send LOGIN command
227         when the LOGINDISABLED capability is advertised.
228
229 2007-01-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
230
231         * elmo-msgdb.el (elmo-msgdb-extra-fields): Make it non-destructive.
232
233 2007-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
234
235         * elmo-shimbun.el (elmo-shimbun-update-overview): Add argnument
236         `entity'.
237         (elmo-map-message-fetch): Call `elmo-shimbun-update-overview' only
238         if the message entity is exists.
239
240 2007-01-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
241
242         * elmo-util.el (elmo-msgdb-insert-file-header): Call
243         `elmo-delete-cr-buffer'.
244
245         * elmo-localdir.el (elmo-message-fetch-internal): Use
246         `insert-file-contents-as-raw-text' instead of
247         `insert-file-contents-as-binary'.
248
249         * elmo-maildir.el (elmo-map-message-fetch): Ditto.
250
251 2006-12-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
252
253         * elmo-imap4.el (elmo-network-initialize-session): Check to
254         retrieve a whole greeting message.
255
256 2006-11-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
257
258         * elmo-flag.el (elmo-folder-commit): Encode `.minfo' at save.
259
260 2006-11-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
261
262         * elmo-util.el (elmo-safe-plist-get): New alias or macro.
263         (elmo-progress-notify): Use it instead of `plist-get'.
264
265 2006-11-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
266
267         * elmo.el (elmo-generic-folder-append-messages): Remove unused
268         variable `table'.
269
270 2006-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
271
272         * elmo-pipe.el (elmo-folder-set-plugged): Define.
273
274 2006-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
275
276         * elsp-bsfilter.el (elmo-spam-bsfilter-use-remote): New user option.
277         (elmo-spam-list-spam-messages): Check it option.
278
279 2006-11-08  Tetsurou Okazaki  <okazaki@be.to>
280
281         * elmo-util.el (elmo-with-progress-display): Return the value
282         of the last form in `body'.
283
284 2006-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
285
286         * elmo-util.el (elmo-progress-start): Accept nil for `total'.  Set
287         `elmo-progress-counter' as t when a query callback returns nil.
288         (elmo-progress-clear): New function.
289         (elmo-progress-done): Split into `elmo-progress-clear'.
290         (elmo-progress-notify): Update a total slot when it is nil.
291         (elmo-with-progress-display): Call `elmo-progress-clear' in
292         unwind-protect and move calling `elmo-progress-done' to outside.
293
294         * elmo-imap4.el (elmo-imap4-find-next-line): Call
295         `elmo-progress-notify' with :total parameter instead of
296         `elmo-progress-counter-set-total'.
297
298 2006-11-07  Tetsurou Okazaki  <okazaki@be.to>
299
300         * elmo-util.el (elmo-cache-expire-by-age): Add docstring.
301         Make it interactive.
302         (elmo-progress-start): Avoid updating `elmo-progress-counter'
303         when a query callback returns nil.  Return a progress counter
304         instead of t whenever a start callback was called.
305
306 2006-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
307
308         * elmo-imap4.el (elmo-imap4-session-capable-p): New macro.
309         (elmo-imap4-send-command): Use it.
310         (elmo-network-initialize-session): Ditto.
311         (elmo-network-setup-session): Ditto.
312         (elmo-folder-msgdb-create-plugged): Ditto.
313
314 2006-11-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
315
316         * elmo-util.el (elmo-progress-done): Fix a miss refer to
317         `elmo-progress-counter'.
318
319 2006-11-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
320
321         * elsp-bsfilter.el (elsp-bsfilter-list-spam-files): Abolish.
322         (elsp-bsfilter-list-spam-filter): New function.
323         (elsp-bsfilter-start-list-spam): Ditto.
324         (elsp-bsfilter-read-list-spam): Ditto.
325         (elmo-spam-list-spam-messages): Use async process to display
326         progress message by each message.
327
328 2006-11-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
329
330         * elmo-spam.el (elmo-spam-process-messages-as-mbox): Fix problem
331         of flushing previously inserted message contents.
332
333         * elmo-imap4.el (elmo-folder-search): Fix return value.
334
335 2006-11-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
336
337         * elmo-imap4.el (elmo-imap4-find-next-line): Check whether a label
338         of reporter is enable or not.
339
340 2006-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
341
342         * elmo-util.el (elmo-list-bigger-diff): Abolish.
343         (elmo-display-progress): Ditto.
344         (elmo-progress-counter-alist): Ditto.
345         (elmo-progress-set): Ditto.
346         (elmo-progress-clear): Ditto.
347         (elmo-progress-counter-all-value): Rename to
348         `elmo-progress-counter-total'.
349         (elmo-progress-counter-format): Rename to
350         `elmo-progress-counter-action'.
351         (elmo-progress-counter): New internal variable.
352         (elmo-progress-callback-function): Ditto.
353         (elmo-progress-counter-label): New function.
354         (elmo-progress-counter-set-total): Ditto.
355         (elmo-progress-counter-set-action): Ditto.
356         (elmo-progress-call-callback): Ditto.
357         (elmo-progress-start): Ditto.
358         (elmo-progress-done): Ditto.
359         (elmo-progress-notify): Rewrite.
360         (elmo-with-progress-display): Remove first argument
361         `condition'. Add optional argument `var' in `spec'.
362
363         * elmo-vars.el (elmo-display-progress-threshold): Abolish.
364         (elmo-display-retrieval-progress-threshold): Ditto.
365         (elmo-inhibit-display-retrieval-progress): Ditto.
366
367         * Replace all pair of `elmo-progress-set' and
368         `elmo-progress-clear' into `elmo-with-progress-display'.
369
370         * Replace to call `elmo-display-progress' into pair of
371         `elmo-progress-notify' and `elmo-with-progress-display'.
372
373         * elmo-version.el (elmo-version): Up to 2.15.5.
374
375 2006-10-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
376
377         * elmo-imap4.el (elmo-imap4-arrival-filter): Use `case' instead of
378         `cond'.
379
380 2006-10-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
381
382         * elmo-imap4.el (elmo-imap4-arrival-filter): Call delete-region in
383         cleanup-forms [wl:14027].
384
385 2006-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
386
387         * elmo-flag.el (elmo-global-flag-set-internal): Use
388         `elmo-copy-file' by priority when the message is a file.
389
390 2006-10-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
391
392         * elmo.el: Fix typo: disptch -> dispatch.
393
394 2006-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
395
396         * elmo.el (elmo-file-tag): New class.
397         (elmo-append-messages-disptch-table): New constant.
398         (elmo-folder-type-p): New function.
399         (elmo-folder-append-messages): Redefine as function.
400
401         * elmo-null.el (elmo-folder-append-messages): Renamed from
402         `elmo-folder-append-messages'.
403
404         * elmo-maildir.el (elmo-maildir-folder): Inherit `elmo-file-tag'.
405         (elmo-folder-append-messages-*-maildir): Renamed from
406         `elmo-folder-append-messages'.
407
408         * elmo-localdir.el (elmo-localdir-folder): Inherit
409         `elmo-file-tag'.
410         (elmo-folder-append-messages-*-localdir): Renamed from
411         `elmo-folder-append-messages'.
412
413         * elmo-imap4.el (elmo-folder-append-messages-imap4-imap4): Renamed
414         from `elmo-folder-append-messages'.
415
416         * elmo-flag.el (elmo-folder-append-messages-*-flag): Renamed from
417         `elmo-folder-append-messages'.
418
419         * elmo-filter.el (elmo-folder-append-messages-filter-*): New
420         function.
421         (elmo-folder-append-messages-*-filter): Ditto.
422
423         * elmo-multi.el (elmo-folder-append-messages-multi-*): Ditto.
424
425         * elmo-pipe.el (elmo-folder-append-messages-pipe-*): Ditto.
426         (elmo-folder-append-messages-*-pipe): Renamed from
427         `elmo-folder-append-messages'.
428
429         * elmo-cache.el (elmo-cache-folder): Inherit `elmo-file-tag'.
430
431         * elmo-file.el (elmo-file-folder): Ditto.
432
433         * elmo-sendlog.el (elmo-sendlog-folder): Ditto.
434
435         * elmo-archive.el (elmo-folder-append-messages-*-archive): Renamed
436         from `elmo-folder-append-messages'
437
438 2006-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
439
440         * elmo-map.el (elmo-location-map-setup): Change an argument
441         `locations' to optional.
442         (elmo-location-map-clear): Abolish.
443         (elmo-folder-clear): Follow the API change.
444
445         * elmo-pop3.el (elmo-folder-clear): Ditto.
446
447         * elmo-pop3.el (toplevel): Require elmo-map.
448         (elmo-pop3-folder): Inherit elmo-location-map and abolish
449         location-alist slot (All other related portions are changed).
450         (elmo-pop3-folder-use-uidl): New function.
451         (elmo-folder-msgdb-create): Don't sort message entities.
452         (elmo-pop3-sort-msgdb-by-original-number): Abolish.
453         (elmo-pop3-number-to-size): Convert return value to number.
454         (elmo-pop3-msgdb-create-by-header): Use unwind-protect to delete a
455         working buffer.
456
457         * elmo-map.el: Use `location-map' as a variable name for instance
458         instead of `mapper'.
459         (elmo-location-map-setup): Return location alist.
460         (elmo-location-map-update): Ditto.
461
462 2006-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
463
464         * elmo-map.el (elmo-location-map): New class; split location and
465         number mapping from elmo-map-folder (All other related portions
466         are changed).
467
468         * elmo-shimbun.el (elmo-folder-open-internal): Follow the API
469         change.
470
471         * elmo-version.el (elmo-version): Up to 2.15.4.
472
473 2006-09-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
474
475         * elmo-vars.el (elmo-use-hardlink): New user option.
476
477         * elmo-util.el (elmo-add-name-to-file): Switch implementations by
478         `elmo-use-hardlink'.
479
480         * elmo-pipe.el (elmo-pipe-folder-list-target-messages): Keep the
481         killed-list.
482         (elmo-pipe-drain): Use `elmo-folder-open' and `elmo-folder-close'
483         instead of `*-internal'. Use `elmo-with-progress-display'.
484
485 2006-09-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
486
487         * elsp-bogofilter.el (elmo-spam-bogofilter-register-messages): Use
488         `elmo-spam-process-messages-as-mbox'.
489
490         * elsp-sa.el (elmo-spam-spamassassin-register-messages): Ditto.
491
492 2006-08-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
493
494         * elsp-bsfilter.el (elsp-bsfilter-list-spam-files): Fix the
495         argument BUFFER of `call-process'.
496
497 2006-08-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
498
499         * elsp-bsfilter.el (elsp-bsfilter-call-bsfilter): Remove nil from
500         args.
501         (elsp-bsfilter-list-spam-files): Ditto.
502
503 2006-08-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
504
505         * elsp-bsfilter.el (elmo-spam-bsfilter-max-files-per-process)
506         (elmo-spam-bsfilter-max-messages-per-process): New use option.
507         (elmo-spam-bsfilter-debug): Fix a group.
508         (elsp-bsfilter-call-bsfilter): Don't use `delq' and add option
509         `--homedir'.
510         (elmo-spam-buffer-spam-p): Don't specify `--homedir' option.
511         (elsp-bsfilter-list-spam-files): New function.
512         (elmo-spam-list-spam-messages): Define.
513         (elsp-bsfilter-register-buffer): Add an optional argument `mbox'.
514         (elmo-spam-bsfilter-register-messages): New function.
515         (elmo-spam-register-spam-messages): Define.
516         (elmo-spam-register-good-messages): Ditto.
517
518         * elmo-spam.el (elmo-spam-process-messages-as-mbox): New function.
519
520         * elmo-util.el (elmo-flatten): Use `append' and `listp' instead of
521         `nconc' and `consp'.
522
523 2006-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
524
525         * elmo-map.el (elmo-map-folder-update-locations): Rewrite with
526         hash table to test whether a location is exists.
527
528 2006-08-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
529
530         * elmo-archive.el (elmo-folder-append-messages): Delete temp-dir
531         even if some error occurred.
532
533         * elmo-archive.el (elmo-archive-folder-append-buffer): Remove
534         meaningless unwind-protect.
535
536         * elmo-maildir.el (elmo-folder-message-make-temp-files): Respect
537         start-number correctly.
538         * elmo-search.el (elmo-folder-message-make-temp-files): Ditto.
539         * elmo-file.el (elmo-folder-message-make-temp-files): Ditto.
540
541 2006-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
542
543         * elmo-flag.el (elmo-flag-folder-set-minfo): New function.
544         (elmo-folder-initialize): Use it.
545         (elmo-global-flag-replace-referrer): New function.
546
547         * elmo.el (toplevel): Added autoload setting for
548         `elmo-global-flag-replace-referrer'.
549         (elmo-folder-rename): Rewrite the last change use
550         `elmo-global-flag-replace-referrer'.
551
552         * elmo-pipe.el (elmo-folder-rename): Call
553         `elmo-global-flag-replace-referrer'.
554
555 2006-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
556
557         * elmo.el (elmo-folder-rename): Set meta data for global flags
558         follow the rename.
559
560 2006-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
561
562         * elmo-filter.el (elmo-folder-initialize): Set slot `number-list'
563         as 'not-loaded.
564         (elmo-folder-close): Ditto.
565         (elmo-filter-folder-number-list-loaded-p): New function.
566         (elmo-filter-folder-number-list): Check whether loaded or not.
567         (elmo-folder-commit): Use `elmo-filter-folder-number-list' instead
568         of `elmo-filter-folder-number-list-internal'.
569         (elmo-folder-delete-messages): Ditto.
570         (elmo-folder-length): Check whether number-list is loaded or not.
571
572 2006-06-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
573
574         * modb-entity.el (modb-entity-field-extractor-alist): Add 3rd
575         field `real field' into each element of list.
576         (elmo-msgdb-create-message-entity-from-buffer): Follow the above change.
577         (elmo-msgdb-message-entity-field): Ditto.
578         (modb-entity-ml-info-real-fields): New function.
579
580         * elmo-msgdb.el (elmo-msgdb-extra-fields): New function.
581
582         * elmo-imap4.el (elmo-folder-msgdb-create-plugged): Use function
583         `elmo-msgdb-extra-fields'.
584
585 2006-05-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
586
587         * elmo-util.el (elmo-passwd-alist-load): Move point to min
588         position before read.
589
590 2006-05-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
591
592         * elmo-flag.el (elmo-folder-expand-msgdb-path): Translate path.
593         (elmo-global-flags-initialize): Ditto.
594
595 2006-05-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
596
597         * elmo-archive.el (toplevel): Don't require emu, std11
598         and elmo-localdir.
599
600         * elmo-localdir.el (elmo-message-file-name): Remove duplicate
601         definition.
602
603 2006-05-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
604
605         * elmo.el (elmo-folder-confirm-appends): Display folder name.
606
607 2006-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
608
609         * elmo-imap4.el (elmo-imap4-send-command): Use non-synchronizing
610         literals.
611
612 2006-04-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
613
614         * elmo-maildir.el (elmo-maildir-list-location): Reduce
615         `elmo-get-last-modification-time' call.
616
617 2006-04-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
618
619         * elmo-maildir.el (elmo-maildir-list-location): Fixed a regular
620         expression.
621         (elmo-maildir-set-mark): Ditto.
622         (elmo-maildir-delete-mark): Ditto.
623
624 2006-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
625
626         * elmo-util.el (elmo-collect-separators-internal): Add 2nd
627         optional argument `separators'.
628
629 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
630
631         * elmo.el (cache-changed): Abolish.
632         (status-changed): New signal.
633         (elmo-message-killed-p): New generic function and define for
634         elmo-folder.
635         (elmo-folder-recover-messages): Ditto.
636         (elmo-message-set-cached): Emit signal `status-changed' instead of
637         `cache-changed'.
638         (elmo-message-status): New macro.
639         (elmo-message-status-folder): Ditto.
640         (elmo-message-status-number): Ditto.
641         (elmo-message-status-set-flags): Ditto.
642         (elmo-message-status-set-killed): Ditto.
643         (elmo-message-status-flags): New function.
644         (elmo-message-status-cached-p): Ditto.
645         (elmo-message-status-killed-p): Ditto.
646
647         * elmo-pipe.el (elmo-pipe-connect-signals): Connect to signal
648         `status-changed' instead of `cache-changed'.
649         (elmo-folder-recover-messages): Define.
650         (elmo-message-killed-p): Ditto.
651
652         * elmo-filter.el (elmo-filter-connect-signals): Connect to signal
653         `status-changed' instead of `cache-changed'.
654
655         * elmo-multi.el (elmo-multi-connect-signals): Ditto.
656         (elmo-message-killed-p): Define.
657         (elmo-folder-recover-messages): Ditto.
658
659         * elmo-version.el (elmo-version): Up to 2.15.3.
660
661 2006-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
662
663         * elmo-signal.el (elmo-signal-bindings): Use cons to append
664         element into list.
665         (elmo-define-signal-handler): Add docstring.
666         (elmo-define-signal-filter): Ditto.
667
668         * elmo-multi.el (elmo-multi-connect-signals): Fix the signal name.
669
670 2006-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
671
672         * elmo-util.el (elmo-flatten): Don't use recursive call.
673
674         * elmo-search.el (elmo-folder-msgdb-create): Remove an unnecessary
675         assignment.
676         (elmo-folder-message-make-temp-files): Use `number-to-string'
677         instead of `int-to-string'.
678
679 2006-01-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
680
681         * elmo-search.el (elmo-folder-delete-messages): Define.
682
683 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
684
685         * elmo-vars.el (elmo-mailing-list-name-spec-list): Fixed
686         customization type.
687         (elmo-mailing-list-count-spec-list): Ditto.
688
689         * elmo-vars.el (elmo-mailing-list-name-spec-list): Merge entries
690         for `list-id'.
691
692 2006-01-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
693
694         * elmo-vars.el (elmo-mailing-list-name-spec-list): Fix list-id
695         handling.
696
697 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
698
699         * elmo-vars.el (elmo-mailing-list-name-spec-list): New user option.
700         (elmo-mailing-list-count-spec-list): Ditto.
701
702         * elmo-util.el (elmo-map-until-success): New function.
703         (elmo-string-match-substring): Ditto.
704         (elmo-find-list-match-value): Ditto.
705
706         * modb-entity.el (modb-entity-extract-ml-info-from-x-sequence):
707         Removed.
708         (modb-entity-extract-ml-info-from-subject): Ditto.
709         (modb-entity-extract-ml-info-from-return-path): Ditto.
710         (modb-entity-extract-ml-info-from-delivered-to): Ditto.
711         (modb-entity-extract-ml-info-from-mailing-list): Ditto.
712         (modb-entity-extract-ml-info-from-mailman): Ditto.
713         (modb-entity-extract-mailing-list-info-functions): Ditto.
714         (modb-entity-extract-mailing-list-info): Rewrite with
715         `elmo-find-list-match-value'.
716
717 2006-01-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
718
719         * elmo-net.el (elmo-network-session-retry-count): New user option.
720         (elmo-network-session-buffer-name): New internal function.
721         (elmo-network-session-buffer-create): Ditto.
722         (elmo-network-open-session): Retry open network session
723         `elmo-network-session-retry-count' times.
724
725 2005-12-16  Tetsurou Okazaki  <okazaki@be.to>
726
727         * elmo-util.el (elmo-list-filter): Rewritten.
728
729 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
730
731         * elmo-util.el (elmo-string-member): Allow symbol element in list.
732
733 2005-11-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
734
735         * elmo-search.el (elmo-make-search-engine): Use prefix
736         `elmo-search-' for require symbol instead of `else-'.
737         (elmo-search-engine-extprog): New class.
738         (elmo-search-engine-do-search): Remove nil from argument
739         list. Added argument pattern to evaluate element as function.
740         (elmo-search-engine-local-file): Derived from
741         `elmo-search-engine-extprog'.
742         (elmo-search-engine-create-message-entity): Check existance of file.
743         (elmo-search-engine-fetch-message): Ditto.
744         (elmo-search-namazu-index): Follow the API change.
745         (elmo-search-grep-target): Ditto.
746
747 2005-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
748
749         * elmo-spam.el (elmo-spam-message-fetch): Disable multibyte
750         characters of working buffer.
751
752         * modb-entity.el (elmo-msgdb-create-message-entity-from-buffer):
753         Does not bind `default-mime-charset'.
754         (elmo-msgdb-create-message-entity-from-buffer): Removed
755         unnecessary local bind.
756
757         * modb-entity.el (modb-entity-extract-ml-info-from-mailman): New
758         function.
759         (modb-entity-extract-mailing-list-info-functions): Added it.
760
761 2005-11-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
762
763         * modb-legacy.el (elmo-msgdb-append-entity): Execute the process
764         when number and message-id are non-nil.
765
766         * modb-standard.el (elmo-msgdb-append-entity): Ditto.
767
768         * elmo-pop3.el (elmo-pop3-auth-user): Refactoring nested
769         conditional steatment.
770         (elmo-pop3-auth-apop): Likewise.
771         (elmo-network-authenticate-session): Likewise.
772
773 2005-11-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
774
775         * elmo-mime.el (elmo-mime-header-max-column): Set default value as
776         symbol `fill-column'.
777         (elmo-mime-insert-header-from-buffer): Rewrite; ignore errors in
778         decode field value.
779
780         * elmo-util.el (elmo-mime-string): Ignore errors in eword decode.
781         (elmo-decoded-field-body): Ditto.
782
783 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
784
785         * elmo-net.el (elmo-net-folder-set-parameters): Rename argument
786         `tokens' to `params'.
787
788 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
789
790         * elmo-split.el (elmo-split-subr): Disable multibyte characters of
791         working buffer.
792
793 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
794
795         * elmo-search.el (elmo-search-namazu-index): Fixed the order to
796         decide index.
797
798 2005-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
799
800         * elmo-search.el (elmo-search-engine-alist): Define with defvar;
801         Set default value as nil.
802         (toplevel): Register search engines by
803         `elmo-search-register-engine' if there are not defined.
804
805         * elmo.el (autoload): Added autoload setting for
806         `elmo-search-register-engine'.
807
808 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
809
810         * elmo.el (toplevel): `[' is redefined as the prefix of the search
811         folder instead of nmz folder.
812         (elmo-nmz-default-index-path): Added obsolete variable setting.
813         (elmo-nmz-index-alias-alist): Ditto.
814         (elmo-nmz-use-drive-letter): Ditto.
815
816         * elmo-search.el (elmo-search-register-engine): New function.
817
818         * elmo-nmz.el: Removed.
819
820         * elmo-version.el (elmo-version): Up to 2.15.2.
821
822 2005-09-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
823
824         * elmo-search.el: New file.
825
826 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
827
828         * modb-entity.el (elmo-msgdb-message-match-condition): Add new
829         condition `larger' and `smaller'.
830
831 2005-07-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
832
833         * elmo-util.el (elmo-safe-filename): Rewrite to replace
834         `"' (double quote) into "_Q_".
835
836 2005-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
837
838         * elmo-net.el (elmo-net-quote-chars): Abolish.
839         (elmo-net-format-quoted): Ditto.
840
841 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
842
843         * elmo.el (elmo-get-folder-function): New variable.
844         (elmo-get-folder): New function.
845         (elmo-folder-rename): Call `elmo-make-folder' with specified
846         mime-charset.
847
848         * elmo-split.el (elmo-split): Use `elmo-get-folder' instead of
849         `elmo-make-folder'.
850         (elmo-split-subr): Ditto.
851
852         * elmo-multi.el (elmo-folder-initialize): Ditto.
853
854         * elmo-internal.el (elmo-folder-list-subfolders): Ditto.
855
856         * elmo-flag.el (elmo-flag-folder-delete-message): Ditto.
857         (elmo-flag-get-folder): Ditto.
858
859         * elmo-filter.el (elmo-folder-initialize): Ditto.
860
861         * elmo-access.el (elmo-folder-initialize): Ditto.
862         (elmo-access-folder-update-children): Ditto.
863
864         * elmo-dop.el (elmo-dop-queue-flush): Ditto.
865         (elmo-dop-queue-flush): Ditto.
866         (elmo-folder-append-buffer-dop-delayed): Ditto.
867         (elmo-dop-spool-folder): Call `elmo-make-folder' with specified
868         mime-charset.
869
870         * elmo-pipe.el (elmo-folder-initialize): Use `elmo-get-folder'
871         instead of `elmo-make-folder'.
872         (elmo-folder-rename): Ditto.  Use `elmo-folder-rename' to
873         destination folder instead of send `elmo-folder-rename-internal'.
874
875         * elmo-shimbun.el (elmo-folder-list-subfolders): Use `shimbun'
876         slot of subfolder instead of create it.
877
878 2005-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
879
880         * elmo-util.el (elmo-collect-separators): New function.
881         (elmo-collect-separators-internal): Ditto.
882         (elmo-collect-trail-separators): Ditto.
883         (elmo-parse-separated-tokens): Ditto.
884         (elmo-parse-separated-tokens-internal): Ditto.
885         (elmo-quote-syntactical-element): Ditto.
886
887         * elmo-pop3.el (elmo-pop3-folder-name-syntax): New constant.
888         (elmo-folder-initialize): Rewrite by `elmo-parse-separated-tokens'.
889
890         * elmo-nntp.el (elmo-nntp-folder-name-syntax): New constant.
891         (elmo-folder-initialize): Rewrite by `elmo-parse-separated-tokens'.
892         (elmo-nntp-folder-list-subfolders): Quote a user name.
893
894         * elmo-net.el (elmo-net-folder-name-syntax): New constant.
895         (elmo-net-parse-network): Abolish.
896         (elmo-net-folder-set-parameters): New function.
897         (elmo-folder-initialize): Follow the above change.
898
899         * elmo-imap4.el (elmo-imap4-folder-name-syntax): New constant.
900         (elmo-folder-initialize): Rewrite by `elmo-parse-separated-tokens'.
901         (elmo-folder-list-subfolders): Use
902         `elmo-quote-syntactical-element' instead of
903         `elmo-net-format-quoted' to quote mailbox and user name.
904
905 2005-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
906
907         * elmo-util.el (elmo-token-valid-p): New function.
908         (elmo-parse-token): Add optional argument `requirement'.
909         (elmo-parse-prefixed-element): Likewise.
910
911         * elmo-net.el (elmo-net-quote-chars): Renamed from
912         `elmo-net-quote-chars-regexp'.
913         (elmo-net-format-quoted): Add optional argument `extra-chars'.
914
915         * elmo-pop3.el (elmo-folder-initialize): Fix the token separators
916         by info document. Check token `uidl' is started an alphabet.
917
918         * elmo-nntp.el (elmo-folder-initialize): Fix the token separators
919         by info document. Check token `user' is started an alphabet.
920
921         * elmo-imap4.el (elmo-folder-initialize): Ditto.
922         (elmo-folder-list-subfolders): Quote user.
923
924 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
925
926         * elmo-util.el (elmo-quoted-specials-list): New constant.
927         (elmo-quoted-token): New function.
928
929         * elmo-net.el (elmo-net-quote-chars-regexp): New constant.
930         (elmo-net-format-quoted): New function.
931         (elmo-net-parse-network): Ditto.
932         (elmo-folder-initialize): Use it.
933
934         * elmo-nntp.el (elmo-folder-initialize): Use
935         `elmo-net-parse-network' to parse network specification instead of
936         `elmo-folder-initialize#elmo-net'.
937
938         * elmo-pop3.el (elmo-folder-initialize): Ditto.
939
940         * elmo-imap4.el (elmo-folder-initialize): Ditto.
941         (elmo-folder-list-subfolders): Quote folder name by
942         `elmo-net-format-quoted'.
943
944 2005-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
945
946         * elmo-nntp.el (elmo-nntp-use-server-search-p): New function.
947         (elmo-folder-search): Use it.
948
949 2005-04-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
950
951         * modb-standard.el (modb-standard-loaded-message-id): Use
952         `elmo-msgdb-message-entity-field'.
953
954 2005-04-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
955
956         * elmo-util.el (elmo-object-load): Call `elmo-set-auto-coding'
957         without filename.
958
959 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
960
961         * elmo-util.el (elmo-set-auto-coding): New function.
962         (elmo-object-load): Use it.
963
964 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
965
966         * elmo-date.el (elmo-time-less-p): Renamed from `elmo-time<'.
967         (elmo-time<): Define as alias of `elmo-time-less-p'.
968         (elmo-time-to-datevec): New function.
969
970         * elmo-date.el (elmo-time-to-days): New function.
971
972 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
973
974         * elmo-util.el (elmo-map-recursive): Call `function' if `object'
975         is not cons cell.
976
977 2005-04-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
978
979         * modb-entity.el (modb-entity-encode-string-recursive): Fixed
980         parenthesis.
981
982         * elmo-util.el (elmo-map-recursive): New function.
983
984         * modb-entity.el (modb-entity-decode-string-recursive): Use it.
985         (modb-entity-encode-string-recursive): Ditto.
986
987 2005-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
988
989         * elmo-maildir.el (elmo-maildir-sequence-number): New function.
990         (elmo-maildir-make-unique-string): Throw Emacs 18 away.
991         (elmo-maildir-list-location): Use `elmo-maildir-sequence-number' to
992         compare sequence number when last modified time is nil.
993
994 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
995
996         * elmo-maildir.el (elmo-folder-msgdb-create): Don't sort by date.
997
998         * elmo-shimbun.el (elmo-folder-msgdb-create): Ditto.
999
1000 2005-04-01  Yuuichi Teranishi  <teranisi@gohome.org>
1001
1002         * elmo-maildir.el (elmo-maildir-list-location): Sort by last
1003         modification time of the file.
1004
1005 2005-03-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1006
1007         * elmo-util.el (elmo-condition-optimize): Discriminated against
1008         preserved fields, extra fields and the other weight.
1009
1010 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1011
1012         * modb-entity.el (initialize-instance): Define.
1013         (modb-entity-handler-mime-charset): New internal function.
1014         (modb-standard-entity-set-field): Use it.
1015         (elmo-msgdb-message-entity-field): Ditto.
1016         (elmo-msgdb-message-entity-field): Ditto.
1017
1018         * modb.el (elmo-msgdb-match-condition): Rewrite with
1019         `elmo-condition-match'.
1020         (elmo-msgdb-match-condition-primitive): New function.
1021
1022         * modb-entity.el (elmo-msgdb-message-match-condition): Removed
1023         arguments `flags' and `numbers'.
1024         (elmo-msgdb-match-condition-primitive): Abolished (merged to
1025         `elmo-msgdb-message-match-condition').
1026         (modb-buffer-entity-handler): New class.
1027
1028         * elmo.el (elmo-folder-search): Optimize condition to use
1029         `elmo-condition-optimize'.
1030         (elmo-message-buffer-match-condition): New function.
1031         (elmo-message-match-condition): Use
1032         `elmo-message-buffer-match-condition' instead of
1033         `elmo-buffer-field-condition-match'.
1034
1035         * elmo-util.el (elmo-condition-match): New function.
1036         (elmo-condition-optimize): Ditto.
1037         (elmo-buffer-field-primitive-condition-match): Abolish.
1038         (elmo-buffer-field-condition-match): Ditto.
1039
1040         * elmo-archive.el (elmo-archive-field-condition-match): Use
1041         `elmo-message-buffer-match-condition' instead of
1042         `elmo-buffer-field-condition-match'.
1043
1044 2005-03-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1045
1046         * elmo-flag.el (elmo-global-flags-initialize): Check the
1047         existence of the flag directory.
1048
1049 2005-03-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1050
1051         * elmo-access.el (elmo-folder-initialize): Call
1052         `elmo-multi-connect-signals'.
1053
1054         * elmo-pipe.el (elmo-folder-close): Define.
1055
1056         * elmo-multi.el (elmo-folder-close): Call `elmo-folder-close' with
1057         children folders.
1058
1059         * elmo-filter.el (elmo-folder-close): Call `elmo-folder-close'
1060         with target folder.
1061
1062         * modb-entity.el (elmo-msgdb-message-entity-set-number): Return
1063         `number'.
1064
1065         * elmo-multi.el (elmo-message-entity): Don't use return value of
1066         `elmo-message-entity-set-number'.
1067
1068 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1069
1070         * modb.el (modb-generic): Added slot `mime-charset'.
1071
1072         * modb-standard.el (modb-standard): Added slot `overview-handler'.
1073         (modb-standard-save-entity-1): Use `modb-entity-handler-equal-p'
1074         and `modb-entity-handler-dump-parameters'.
1075         (modb-standard-default-entity-handler): Abolish.
1076         (elmo-msgdb-message-entity-handler): Save created handler by
1077         instance slot.
1078
1079         * modb-entity.el (modb-entity-handler): Added slot `mime-charset'.
1080         (modb-entity-handler-list-parameters): New method.
1081         (modb-entity-handler-equal-p): New function.
1082         (modb-entity-handler-dump-parameters): Ditto.
1083         (modb-entity-parse-address-string): Encode return value.
1084         (modb-entity-make-address-string): Decode argument value.
1085         (modb-entity-decode-string-recursive): New function.
1086         (modb-entity-encode-string-recursive): Ditto.
1087         (modb-standard-entity-normalizer): Set to encode field value.
1088         (modb-standard-entity-specializer): Follow the above change.
1089         (modb-standard-entity-set-field): Bind `elmo-mime-charset' by
1090         mime-charset of handler.
1091         (elmo-msgdb-message-entity-field): Ditto.
1092         (elmo-msgdb-copy-message-entity): Fixed reference to internal
1093         structure.
1094         (modb-entity-make-mailing-list-info-string): Decode `ml-name'.
1095
1096         * elmo.el (elmo-folder): Added slot `mime-charset'.
1097         (elmo-make-folder): Added argument `mime-charset'.
1098         (elmo-folder-msgdb-load): Call `elmo-load-msgdb' with
1099         `mime-charest'.
1100
1101         * elmo-msgdb.el (elmo-load-msgdb): Added argument `mime-charset'.
1102         (elmo-make-msgdb): Likewise.
1103
1104         * elmo-internal.el (elmo-internal-folder-initialize): Call
1105         `luna-make-entity' with :mime-charset parameter.
1106
1107 2005-03-21  Yuuichi Teranishi  <teranisi@gohome.org>
1108
1109         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Decode
1110         encoded words in `from' and `subject' field.
1111
1112 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1113
1114         * modb.el (elmo-msgdb-message-field): Add argument `type'.
1115         (elmo-msgdb-match-condition): Get handler from entity instead of
1116         msgdb.
1117
1118         * modb-standard.el (modb-standard-economize-entity-size): Abolish.
1119         (modb-standard-load-entity): Treat new file format.
1120         (modb-standard-save-entity-1): Save as new file format.
1121         (modb-standard-save-entity): Split messages into section here.
1122         (elmo-msgdb-message-field): Follow the API change.
1123         (modb-standard-default-entity-handler): New internal variable.
1124         (elmo-msgdb-message-entity-handler): Define.
1125
1126         * modb-entity.el (elmo-msgdb-prefer-in-reply-to-for-parent): Moved
1127         to `elmo-vars.el'.
1128         (modb-entity-field-extractor-alist): New user option.
1129         (elmo-msgdb-message-entity-field): Removed argument `decode' and
1130         added argument `type'.
1131         (elmo-msgdb-copy-message-entity): Add optional argument
1132         `make-handler'.
1133         (modb-set-field-converter): New function.
1134         (modb-convert-field-value): Ditto.
1135         (modb-entity-string-decoder): Ditto.
1136         (modb-entity-string-encoder): Ditto.
1137         (modb-entity-parse-date-string): Ditto.
1138         (modb-entity-make-date-string): Ditto.
1139         (modb-entity-mime-decoder): Ditto.
1140         (modb-entity-mime-encoder): Ditto.
1141         (modb-entity-address-list-decoder): Ditto.
1142         (modb-entity-address-list-encoder): Ditto.
1143         (modb-entity-parse-address-string): Ditto.
1144         (modb-entity-make-address-string): Ditto.
1145         (modb-entity-create-field-indices): Ditto.
1146         (modb-legacy-entity-field-slots): New constant.
1147         (modb-legacy-entity-field-indices): Ditto.
1148         (modb-legacy-entity-normalizer): New variable.
1149         (modb-legacy-entity-specializer): Ditto.
1150         (modb-legacy-entity-field-index): New macro.
1151         (modb-legacy-entity-set-field): New function.
1152         (modb-legacy-make-message-entity): Rewrite.
1153         (elmo-msgdb-create-message-entity-from-buffer): Use
1154         `elmo-msgdb-get-references-from-buffer'. Use
1155         `elmo-decoded-field-body' instead of `elmo-unfold-field-body'.
1156         Use `modb-legacy-entity-set-field' instead of
1157         `elmo-msgdb-message-entity-set-field'.
1158         (elmo-msgdb-message-entity-field): Rewrite.
1159         (elmo-msgdb-message-entity-set-field): Ditto.
1160         (elmo-msgdb-copy-message-entity): Make new entity by
1161         `make-handler' if it specified.
1162         (elmo-msgdb-message-match-condition): Define a method of
1163         `modb-entity-handler' and follow the API change.
1164         (modb-standard-entity-handler): New class.
1165         (modb-entity-extract-ml-info-from-x-sequence): New function.
1166         (modb-entity-extract-ml-info-from-subject): Ditto.
1167         (modb-entity-extract-ml-info-from-return-path): Ditto.
1168         (modb-entity-extract-ml-info-from-delivered-to): Ditto.
1169         (modb-entity-extract-ml-info-from-mailing-list): Ditto.
1170         (modb-entity-extract-mailing-list-info): Ditto.
1171         (modb-entity-extract-mailing-list-info-functions): New variable.
1172
1173         * elmo.el (elmo-message-field): Add optional argument `type'.
1174
1175         * elmo-vars.el (elmo-msgdb-prefer-in-reply-to-for-parent): Moved
1176         from `modb-entity.el'.
1177
1178         * elmo-util.el (elmo-object-load): Decode by coding-system from
1179         `set-auto-coding-function'.
1180         (elmo-object-save): Use `detect-mime-charset-region' and add
1181         coding cookie if encode.
1182         (elmo-msgdb-get-references-from-buffer): New function.
1183         (elmo-parse-addresses): Ditto (renamed from `wl-parse-addresses').
1184
1185         * elmo-spam.el (elmo-spam-message-spam-p): Follow the API change.
1186
1187         * elmo-shimbun.el (elmo-shimbun-parse-time-string): Removed.
1188         (elmo-shimbun-entity-to-header): Use `shimbun-create-header'
1189         instead of `shimbun-make-header' and follow the API change.
1190         (elmo-shimbun-update-overview): Follow the API change.
1191         (elmo-map-folder-list-message-locations): Ditto.
1192
1193         * elmo-pipe.el (elmo-message-field): Ditto.
1194
1195         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string):
1196         Ditto.
1197
1198         * elmo-nmz.el (elmo-nmz-msgdb-create-entity): Ditto.
1199
1200         * elmo-multi.el (elmo-message-field): Ditto.
1201
1202         * elmo-msgdb.el (elmo-message-entity-field): Ditto.
1203         (elmo-msgdb-sort-by-date): Ditto.
1204         (elmo-msgdb-flag-table): Use `elmo-msgdb-message-field' instead of
1205         `elmo-message-entity-field'.
1206         (elmo-msgdb-overview-entity-get-from-no-decode): Follow the API
1207         change.
1208         (elmo-msgdb-overview-entity-get-from): Ditto.
1209         (elmo-msgdb-overview-entity-get-subject): Ditto.
1210         (elmo-msgdb-overview-entity-get-subject-no-decode): Ditto.
1211         (elmo-msgdb-overview-entity-get-date): Ditto.
1212         (elmo-msgdb-overview-entity-get-to): Ditto.
1213         (elmo-msgdb-overview-entity-get-cc): Ditto.
1214
1215         * elmo-mime.el (elmo-message-mime-entity): Ditto.
1216         (elmo-mime-collect-message/partial-pieces): Ditto.
1217
1218         * elmo-filter.el (elmo-message-field): Ditto.
1219
1220         * elmo-date.el (elmo-datevec-to-time): New function.
1221         (elmo-time-parse-date-string): Ditto.
1222         (elmo-time-make-date-string): Ditto.
1223         (elmo-time<): Ditto.
1224
1225         * elmo-version.el (elmo-version): Up to 2.15.1.
1226
1227 2005-03-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1228
1229         * elmo-flag.el (elmo-global-flags-initialize): Don't include
1230         member of elmo-local-flags.
1231
1232 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
1233
1234         * elmo-version.el (elmo-version): Up to 2.15.0.
1235
1236 2005-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1237
1238         * elmo.el (elmo-folder-synchronize): Ignore `mask' when
1239         `ignore-msgdb' is non-nil.
1240
1241 2005-03-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1242
1243         * elmo-util.el (elmo-condition-in-msgdb-p-internal): Removed.
1244         (elmo-condition-in-msgdb-p): Ditto.
1245         (elmo-file-field-primitive-condition-match): Ditto.
1246         (elmo-file-field-condition-match): Ditto.
1247
1248         * elmo-localdir.el (elmo-localdir-field-condition-match): Ditto.
1249
1250 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1251
1252         * elmo-flag.el (elmo-folder-list-subfolders): Don't list from
1253         subdirectories here.
1254         (elmo-global-flags-initialize): New function.
1255
1256         * elmo.el (toplevel): Added autoload setting for
1257         `elmo-global-flags-initialize'.
1258
1259 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1260
1261         * elmo.el (message-number-changed): Define new signal.
1262         * elmo-dop.el (elmo-folder-append-buffer-dop-delayed): Emit
1263         message-number-changed signal.
1264         * elmo-localdir.el (elmo-folder-pack-numbers): Ditto.
1265         * elmo-map.el (elmo-folder-pack-numbers): Ditto.
1266         Respect `elmo-pack-number-check-strict'.
1267
1268 2005-03-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1269
1270         * elmo-signal.el (elmo-connect-signal): Document.
1271         (elmo-emit-signal): Ditto.
1272         (elmo-emit-signal): It should pass source argument to filter and
1273         handler, not slot-source.
1274
1275 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1276
1277         * modb.el (elmo-msgdb-update-entity): New API and define generic
1278         implement.
1279
1280         * modb-standard.el (elmo-msgdb-update-entity): Define.
1281
1282         * modb-entity.el (elmo-msgdb-message-entity-update-fields): New
1283         API and define generic implement.
1284
1285         * elmo.el (update-overview): New singnal.
1286
1287         * elmo-shimbun.el (elmo-shimbun-update-overview): Rewrite use
1288         `elmo-msgdb-update-entity' and emit signal `update-overview'.
1289         (elmo-message-entity-parent): Define.
1290
1291         * elmo-pipe.el (elmo-pipe-connect-signals): Connect to signal
1292         `update-overview'.
1293
1294         * elmo-multi.el (elmo-multi-connect-signals): Ditto.
1295
1296         * elmo-filter.el (elmo-filter-connect-signals): Ditto.
1297
1298 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
1299
1300         * elmo.el (elmo-folder-synchronize): Sort the return value of
1301         `elmo-list-diff'.
1302
1303         * elmo-util.el (elmo-list-diff): Don't care the order of the returned
1304         list.
1305
1306 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1307
1308         * elmo-util.el (elmo-with-enable-multibyte): Don't bind
1309         `default-enable-multibyte-characters'.
1310         (elmo-object-load): Use `with-temp-buffer' instead of
1311         `elmo-set-work-buf'.
1312         (elmo-object-save): Ditto.
1313         (elmo-mime-string): Use `elmo-with-enable-multibyte' instead of
1314         `elmo-set-work-buf'.
1315         (elmo-decoded-field-body): Ditto.
1316
1317         * elmo-shimbun.el (elmo-shimbun-entity-to-header): Ditto.
1318
1319         * elmo-sendlog.el (elmo-sendlog-folder-list-message-locations):
1320         Use `with-temp-buffer' instead of `elmo-set-work-buf'.
1321
1322         * elmo-version.el (elmo-version): Up to 2.13.3.
1323
1324 2005-02-27  Tetsurou Okazaki  <okazaki@be.to>
1325
1326         * elmo-util.el (elmo-list-diff): Fix the last change.
1327         Reverse order of result lists.
1328
1329 2005-02-26  Yuuichi Teranishi  <teranisi@gohome.org>
1330
1331         * modb-standard.el (elmo-msgdb-set-flag): Use
1332         `elmo-list-diff-nonsortable' instead of `elmo-list-diff'.
1333         (elmo-msgdb-unset-flag): Ditto.
1334
1335         * elmo.el (elmo-strict-folder-diff): Don't use third argument of
1336         `elmo-list-diff'.
1337
1338         * elmo-util.el (elmo-list-diff): Rewrite.
1339         (elmo-list-diff-nonsortable): New function.
1340
1341 2005-02-26  Tetsurou Okazaki  <okazaki@be.to>
1342
1343         * elmo-util.el (elmo-multibyte-buffer-name): Renamed from
1344         `elmo-multibypte-buffer-name'.  All referers are updated.
1345
1346 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1347
1348         * elmo-mime.el (elmo-mime-entity-reassembled-p): New method.
1349         (elmo-mime-entity-fragment-p): New function.
1350         (mime-elmo-buffer-entity): Added slot `reassembled'.
1351         (elmo-message-mime-entity): Added 4th argument `reassemble'.
1352         (elmo-message-mime-entity-internal): New function (renamed from
1353         `elmo-message-mime-entity').
1354         (elmo-mime-inherit-field-list-from-enclosed): New constant.
1355         (elmo-mime-make-reassembled-mime-entity): New function.
1356         (elmo-message-reassembled-mime-entity): Ditto.
1357         (elmo-mime-collect-message/partial-pieces): Ditto.
1358
1359 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1360
1361         * elmo.el (elmo-message-fetch-string): Disable multibyte.
1362
1363         * elmo-util.el (elmo-multibypte-buffer-name): New constant.
1364         (elmo-with-enable-multibyte): New macro.
1365
1366         * modb-entity.el (elmo-msgdb-get-decoded-cache): Use it.
1367
1368 2005-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1369
1370         * elmo-filter.el (elmo-filter-add-flag-count): Removed unused
1371         argument `number'.
1372         (elmo-filter-connect-signals): Follow the above change.
1373
1374 2005-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
1375
1376         * modb-standard.el (elmo-msgdb-unset-flag): Bind inhibit-quit.
1377
1378         * elmo-maildir.el (elmo-folder-append-messages): Fix the problem
1379         that only the first flag is used.
1380
1381 2005-02-17  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1382
1383         * elmo-shimbun.el (elmo-folder-exists-p): Use `shimbun-group-p' 
1384         if available.
1385
1386 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1387
1388         * elmo-signal.el: New file.
1389
1390         * elmo.el (toplevel): Require elmo-signal.
1391         (flag-changing, flag-changed, cache-changed): New signal.
1392         (elmo-folder): Remove slog `handlers'.
1393         (elmo-message-set-cached): Use `elmo-emit-signal' instead of
1394         `elmo-folder-notify-event'.
1395         (elmo-folder-set-flag): Likewise. Emit signal `flag-changing'.
1396         (elmo-folder-unset-flag): Ditto.
1397         (elmo-event-handler): Abolish.
1398         (elmo-event-handler-flag-changed): Ditto.
1399         (elmo-event-handler-cache-changed): Ditto.
1400         (elmo-folder-add-handler): Ditto.
1401         (elmo-folder-remove-handler): Ditto.
1402         (elmo-folder-notify-event): Ditto.
1403
1404         * elmo-pipe.el (toplevel): Require elmo-signal.
1405         (elmo-folder-initialize): Call `elmo-pipe-connect-signals'.
1406         (elmo-pipe-connect-signals): New function.
1407         (elmo-message-fetch): Does not call `elmo-folder-notify-event'.
1408         (elmo-folder-set-flag): Ditto.
1409         (elmo-folder-unset-flag): Ditto.
1410         (elmo-message-set-cached): Ditto.
1411
1412         * elmo-multi.el (toplevel): Require elmo-signal.
1413         (elmo-folder-initialize): Call `elmo-multi-connect-signals'.
1414         (elmo-multi-connect-signals): New function.
1415         (elmo-multi-map-numbers): Ditto.
1416         (elmo-message-set-cached): Does not call `elmo-folder-notify-event'.
1417         (elmo-message-fetch): Ditto.
1418         (elmo-folder-set-flag): Ditto.
1419         (elmo-folder-unset-flag): Ditto.
1420
1421         * elmo-filter.el (toplevel): Require elmo-signal.
1422         (elmo-folder-initialize): Call `elmo-filter-connect-signals'.
1423         (elmo-filter-connect-signals): New function.
1424         (elmo-filter-add-flag-count): Ditto.
1425         (elmo-message-fetch): Does not call
1426         `elmo-filter-folder-countup-message-flags' and
1427         `elmo-folder-notify-event'.
1428         (elmo-message-set-cached): Ditto.
1429         (elmo-folder-set-flag): Ditto.
1430         (elmo-folder-unset-flag): Ditto.
1431
1432         * elmo-version.el (elmo-version): Up to 2.13.2.
1433
1434 2005-02-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1435
1436         * elmo-imap4.el (elmo-imap4-flags-to-imap): Preserve argument
1437         `flags'.
1438
1439 2005-02-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1440
1441         * elmo-filter.el (elmo-message-set-cached): Call
1442         `elmo-folder-notify-event' with event `cache-changed'.
1443
1444         * elmo-multi.el (elmo-message-set-cached): Ditto.
1445
1446         * elmo-pipe.el (elmo-message-set-cached): Ditto.
1447
1448 2005-02-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1449
1450         * elmo.el (elmo-folder-encache): Abolish.
1451
1452 2005-02-16  Yuuichi Teranishi  <teranisi@gohome.org>
1453
1454         * elmo-dop.el (elmo-folder-delete-messages-dop): Delete 'Append' queue.
1455         (elmo-folder-next-message-number-dop): Return appropriate negative
1456         integer.
1457
1458 2005-02-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1459
1460         * elmo-dop.el (elmo-dop-queue-flush): Remove files in dop spool on
1461         clearing pending operations.
1462         (elmo-folder-next-message-number-dop): Return appropriate negative
1463         integer.
1464
1465 2005-02-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1466
1467         * elmo.el (toplevel): Added autoload setting for `md5'.
1468         (elmo-msgdb-path-encode-threshold): New user option.
1469         (elmo-folder-msgdb-path): Encode msgdb path if its length is
1470         longer than `elmo-msgdb-path-encode-threshold'.
1471
1472         * elmo-flag.el (elmo-global-mark-migrate): Use
1473         `elmo-folder-expand-msgdb-path' instead of
1474         `elmo-folder-msgdb-path'.
1475
1476 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1477
1478         * elmo-multi.el (elmo-multi-folder-diff): Fixed problem when the
1479         element of the difference is nil.
1480
1481 2005-02-11  Yuuichi Teranishi  <teranisi@gohome.org>
1482
1483         * elmo-maildir.el (elmo-maildir-separator): Added some OS types
1484         to the check logic of file systems which are weak in colon character.
1485
1486 2005-02-11  Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
1487
1488         * elmo-maildir.el (elmo-maildir-move-file): Simplify.
1489
1490 2005-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1491
1492         * elmo-maildir.el (elmo-maildir-move-file): New function.
1493         (elmo-folder-append-buffer): Use it.
1494         (elmo-folder-append-messages): Ditto.
1495         (These changes are based on Ron Isaacson's patch [wl-en: 01205])
1496
1497         * elmo-imap4.el (elmo-imap4-decode-folder-string): Call `utf7-decode'.
1498         (elmo-imap4-encode-folder-string): Call `utf7-encode'.
1499
1500         * elmo-maildir.el (elmo-maildir-separator): New user option.
1501         (elmo-maildir-adjust-separator): New macro.
1502         (elmo-maildir-list-location): Use it.
1503         (elmo-maildir-update-current): Ditto.
1504         (elmo-maildir-set-mark): Ditto.
1505         (elmo-maildir-delete-mark): Ditto.
1506         (These changes are based on Hiroya Murata's patch [wl: 13437])
1507
1508 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1509
1510         * elmo-nntp.el (elmo-nntp-server-command-index): Add entry `xhdr'.
1511
1512 2005-02-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1513
1514         * elmo-flag.el (elmo-flag-valid-p): Simplify.
1515         (elmo-folder-list-subfolders): Copy `elmo-global-flags'.
1516         (elmo-folder-delete): Update `elmo-global-flag-folder-alist'.
1517
1518 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1519
1520         * elmo-util.el (elmo-passwd-alist-load, elmo-passwd-alist-save):
1521         Use `with-temp-buffer'.
1522
1523 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1524
1525         * elmo-flag.el (elmo-folder-initialize): Fixed the last change.
1526
1527         * elmo-util.el (elmo-read-search-condition): Eliminate (renamed to
1528         `wl-read-search-condition').
1529         (elmo-read-search-condition-internal): Likewise.
1530
1531         * elmo-flag.el (elmo-flag-char-regexp): New constant.
1532         (elmo-flag-valid-p): New function.
1533         (elmo-folder-initialize): Check flag name is valid.
1534
1535 2005-01-26  Yuuichi Teranishi  <teranisi@gohome.org>
1536
1537         * elmo-imap4.el (elmo-folder-list-subfolders): Use root mailbox without
1538         delimiter to obtain root mailbox itself.
1539
1540 2005-01-25  Tetsurou Okazaki  <okazaki@be.to>
1541
1542         * elmo-net.el (elmo-network-session-idle-timeout): Fix customization
1543         type mismatch.
1544
1545 2005-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
1546
1547         * elmo-mime.el (elmo-mime-entity-display): Bind elmo-message-displaying
1548         as t.
1549
1550 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1551
1552         * elmo-shimbun.el (toplevel): Require cl at compile.
1553
1554         * elmo-nntp.el (toplevel): Ditto.
1555
1556         * elmo-nmz.el (toplevel): Ditto.
1557
1558         * elmo-multi.el (toplevel): Ditto.
1559
1560         * elmo-file.el (toplevel): Ditto.
1561
1562         * elmo-dop.el (toplevel): Ditto.
1563
1564         * elmo-archive.el (toplevel): Likewise elmo and cl (at compile).
1565
1566 2005-01-20  Yuuichi Teranishi  <teranisi@gohome.org>
1567
1568         * mmimap.el (mmimap-make-mime-entity): Set children's top node number
1569         as nil.
1570
1571         * elmo.el (elmo-message-fetch): Return t even when the output buffer
1572         size of elmo-message-fetch-internal is 0 byte.
1573
1574 2005-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1575
1576         * elmo-maildir.el (elmo-map-message-fetch): Fixed last change.
1577
1578 2005-01-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1579
1580         * elmo-shimbun.el (elmo-folder-plugged-p): Treat "@" as
1581         always plugged.
1582
1583 2005-01-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1584
1585         * elmo-maildir.el (elmo-map-message-fetch): Call
1586         `elmo-map-folder-set-flag'.
1587
1588         * elmo.el (elmo-message-fetch-with-cache-process): Abolish.
1589         (elmo-message-fetch): Merge from
1590         `elmo-message-fetch-with-cache-process'.
1591
1592         * elmo-sendlog.el (elmo-message-fetch-with-cache-process): Abolish.
1593         (elmo-message-fetch): Define.
1594
1595         * elmo-nntp.el (elmo-message-fetch): Renamed from
1596         `elmo-message-fetch-with-cache-process'.
1597
1598         * elmo-cache.el (elmo-message-fetch-with-cache-process): Abolish.
1599         (elmo-message-fetch): Define.
1600
1601         * elmo-util.el (elmo-condition-parse-primitive): Downcase
1602         search-key.
1603
1604         * elmo-shimbun.el (shimbun-mua-search-id): Use
1605         `elmo-message-entity' instead of `elmo-msgdb-message-entity'.
1606         (elmo-shimbun-folder-shimbun-header): Ditto.
1607         (elmo-shimbun-get-headers): Ditto.
1608         (elmo-shimbun-update-overview): Ditto.
1609
1610         * elmo-pipe.el (elmo-folder-detach-messages): Define.
1611
1612         * elmo-net.el (elmo-folder-list-messages-unplugged): Use
1613         `elmo-folder-list-messages' instead of `elmo-msgdb-list-messages'.
1614
1615 2005-01-13  Yuuichi Teranishi  <teranisi@gohome.org>
1616
1617         * elmo.el (elmo-message-fetch): Unset unread flag on server when
1618         message is cached.
1619         (elmo-message-fetch-string): Fixed argument.
1620
1621 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1622
1623         * elmo.el (elmo-message-fetch): Removed argument `outbuf' and
1624         exchange order of arguments `section' and `unread'.
1625         (elmo-message-encache): Follow the API change.
1626         (elmo-message-match-condition): Ditto.
1627         (elmo-generic-folder-append-messages): Ditto.
1628         (elmo-message-fetch-string): New function.
1629
1630         * elmo-split.el (elmo-split-subr): Ditto.
1631
1632         * elmo-spam.el (elmo-spam-message-fetch): Ditto.
1633
1634         * elmo-pipe.el (elmo-message-fetch): Ditto.
1635
1636         * elmo-multi.el (elmo-message-fetch): Ditto.
1637
1638         * elmo-mime.el (elmo-message-mime-entity): Ditto.
1639
1640         * elmo-flag.el (elmo-global-flag-set-internal): Ditto.
1641
1642         * elmo-filter.el (elmo-message-fetch): Ditto.
1643
1644         * elmo-dop.el (elmo-folder-append-buffer-dop-delayed): Ditto.
1645
1646         * elmo-imap4.el (mime-imap-location-section-body): Use
1647         `elmo-message-fetch-string' instead of `elmo-message-fetch' and
1648         follow the API change.
1649
1650 2005-01-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1651
1652         * elmo-access.el: New file.
1653
1654         * elmo-null.el: Ditto.
1655
1656         * elmo-internal.el (elmo-internal-folder-list): Added `null'.
1657
1658 2005-01-08  Yuuichi Teranishi  <teranisi@gohome.org>
1659
1660         * elmo-net.el (elmo-network-session-idle-timeout): New option.
1661         (elmo-network-session): New attribute `last-accessed'.
1662         (elmo-network-get-session): Discard network cache if elapsed time
1663         since last-accessed is larger than elmo-network-session-idle-timeout.
1664
1665 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1666
1667         * elmo.el (elmo-find-fetch-strategy): Removed argument `entity'
1668         and added `number', `require-entireness'.
1669         (elmo-find-fetch-strategy): Rewrite.
1670         (elmo-message-fetch): Unset `unread' flag when argument unread is
1671         non-nil.
1672
1673         * elmo-spam.el (elmo-spam-message-fetch): Follow the API change.
1674
1675         * elmo-multi.el (elmo-find-fetch-strategy): Ditto.
1676         (elmo-message-fetch): Notify event `flag-changed'.
1677
1678         * elmo-pipe.el: Likewise.
1679
1680         * elmo-mime.el (elmo-mime-entity): New class.
1681         (elmo-mime-entity-display-p): New generic function.
1682         (elmo-mime-entity-display): Ditto.
1683         (elmo-mime-entity-display-as-is): Ditto.
1684         (mime-elmo-buffer-entity, mime-elmo-imap-entity): Inherit
1685         elmo-mime-entity.
1686         (elmo-make-mime-message-location): Removed.
1687         (elmo-mime-message-display): Ditto.
1688         (elmo-mime-display-as-is): Ditto.
1689         (elmo-message-mime-entity): New function.
1690
1691         * elmo-imap4.el (elmo-find-fetch-strategy): Rewrite.
1692
1693         * elmo-filter.el (elmo-find-fetch-strategy): Follow the API
1694         change.
1695         (elmo-message-fetch): Re-count flagged message number and notify
1696         event `flag-changed'.
1697
1698         * elmo-version.el (elmo-version): Up to 2.13.1.
1699
1700 2005-01-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1701
1702         * elmo-filter.el (elmo-message-field): Define.
1703         (elmo-message-set-field): Ditto.
1704
1705 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1706
1707         * elmo.el (elmo-message-set-cached): Call
1708         `elmo-folder-notify-event' with cache-changed.
1709         (elmo-event-handler-cache-changed): New generic function.
1710
1711 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
1712
1713         * elmo-maildir.el (elmo-folder-append-buffer): Use elmo-copy-file
1714         instead of elmo-add-name-to-file.
1715         (elmo-folder-append-messages): Ditto.
1716
1717 2004-12-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1718
1719         * elmo.el (elmo-folder-update-threshold): Add nil to range.
1720
1721 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1722
1723         * elmo-version.el (elmo-version): Up to 2.13.0.
1724
1725         * elmo-vars.el (elmo-msgdb-convert-type): Changed default value to
1726         `auto'.
1727
1728         * modb-standard.el (modb-standard-economize-entity-size): Changed
1729         default value to `t'.
1730
1731         * elmo-vars.el (elmo-msgdb-default-type): Changed default value to
1732         `standard'.
1733
1734         * elmo-imap4.el (elmo-network-initialize-session): Erase buffer
1735         after parsing greeting string.
1736
1737 2004-11-23  Daishi Kato <daishi@axlight.com>
1738
1739         * elsp-spamoracle.el (elmo-spam-spamoracle-spam-header-regexp):
1740         New user option.
1741         (elmo-spam-spamoracle-call): Use it.
1742
1743 2004-11-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1744
1745         * elmo.el (elmo-message-accessible-p): Message in dop spool
1746         is accessible.
1747
1748 2004-11-23  Daishi Kato <daishi@axlight.com>
1749
1750         * elsp-spamoracle.el: New file.
1751
1752 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1753
1754         * elmo.el (elmo-message-flags-for-append): New function.
1755         (elmo-generic-folder-append-messages): Use it.
1756
1757         * elmo-split.el (elmo-split-subr): Ditto.
1758
1759         * elmo-dop.el (elmo-dop-spool-folder-append-buffer): Add argument
1760         `flags' and use elmo-folder-append-buffer instead of
1761         write-region-as-binary.
1762         (elmo-dop-filter-pending-messages): New function.
1763         (elmo-folder-append-buffer-dop): Call
1764         elmo-dop-spool-folder-append-buffer with `flag'.
1765         (elmo-folder-set-flag-dop): Filter messages by
1766         elmo-dop-filter-pending-messages.
1767         (elmo-folder-unset-flag-dop): Ditto.
1768         (elmo-folder-append-buffer-dop-delayed): Use
1769         elmo-message-flags-for-append to get flags of the message and
1770         simplify.
1771
1772 2004-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
1773
1774         * elmo-mime.el (elmo-mime-display-as-is): Treat ignore-cache argument.
1775
1776 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1777
1778         * elmo.el (elmo-folder): Added handlers slot.
1779         (elmo-event-handler): New class.
1780         (elmo-event-handler-flag-changed): New API.
1781         (elmo-folder-add-handler): New function.
1782         (elmo-folder-remove-handler): Ditto.
1783         (elmo-folder-notify-event): Ditto.
1784         (elmo-folder-set-flag): Call `elmo-folder-notify-event' with event
1785         `flag-changed'.
1786         (elmo-folder-unset-flag): Ditto.
1787
1788         * elmo-pipe.el (elmo-folder-set-flag): Ditto.
1789         (elmo-folder-unset-flag): Ditto.
1790
1791         * elmo-multi.el (elmo-folder-set-flag): Ditto.
1792         (elmo-folder-unset-flag): Ditto.
1793
1794         * elmo-filter.el (elmo-folder-set-flag): Ditto.
1795         (elmo-folder-unset-flag): Ditto.
1796
1797         * elmo-version.el (elmo-version): Up to 2.11.33.
1798
1799 2004-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1800
1801         * modb-legacy.el (elmo-msgdb-unset-flag): Accept flag `all'.
1802
1803 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1804
1805         * elmo-multi.el (elmo-folder-unset-flag): Ignore errors.
1806
1807         * elmo-flag.el (elmo-folder-unset-flag): Define.
1808         (elmo-global-flag-detach): Do process when the flag is not target
1809         flag.
1810
1811 2004-10-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1812
1813         * modb-entity.el (elmo-msgdb-prefer-in-reply-to-for-parent): New
1814         variable.
1815         (elmo-msgdb-create-message-entity-from-buffer): Use it.
1816
1817 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1818
1819         * elmo-filter.el (elmo-filter-folder-copy-flag-count): New
1820         function.
1821         (elmo-folder-delete-messages): Detach messages before delete
1822         messages from target folder.
1823         (elmo-folder-detach-messages): Set updated number-list to slot.
1824
1825 2004-10-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1826
1827         * elmo-filter.el (elmo-folder-detach-messages): Always return t.
1828
1829 2004-10-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1830
1831         * elmo.el (elmo-generic-folder-commit): Fixed parenthesis.
1832
1833 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1834
1835         * elmo.el (elmo-folder-delete-messages-internal): New API (for
1836         internal use only).
1837         (elmo-generic-folder-commit): Save `killed-list' even if msgdb is
1838         not modified.
1839         (elmo-folder-delete-messages): Define.
1840         (elmo-folder-move-messages): Don't call
1841         `elmo-folder-detach-messages'.
1842         (elmo-folder-synchronize): Rewrite.
1843         (elmo-folder-detach-messages): Delete numbers from `killed-list'.
1844
1845         * elmo-util.el (elmo-last): New function.
1846         (elmo-set-list): Ditto.
1847         (elmo-number-set-delete-list): Ditto.
1848         (elmo-number-set-delete): Ditto.
1849
1850         * elmo-shimbun.el (elmo-folder-delete-messages): Define.
1851
1852         * elmo-map.el (elmo-folder-delete-messages-internal): Renamed from
1853         `elmo-folder-delete-messages' and don't delete location map.
1854         (elmo-folder-detach-messages): Define.
1855
1856         * elmo-imap4.el (elmo-folder-delete): Use
1857         `elmo-folder-delete-messages-internal' instead of
1858         `elmo-folder-delete-messages'.
1859
1860         * elmo-filter.el (elmo-folder-delete-messages): Call
1861         `elmo-folder-detach-messages'.
1862         (elmo-folder-detach-messages): Don't call
1863         `elmo-folder-detach-messages' for target folder.
1864
1865         * elmo-cache.el (elmo-map-folder-delete-messages): Return t when
1866         message deletion is succeeded.
1867
1868         * elmo-maildir.el (elmo-map-folder-delete-messages): Ditto.
1869
1870         * elmo-archive.el (elmo-folder-delete-messages-internal): Renamed
1871         from `elmo-folder-delete-messages'.
1872
1873         * elmo-flag.el (elmo-folder-delete-messages-internal): Ditto.
1874
1875         * elmo-localdir.el (elmo-folder-delete-messages-internal): Ditto.
1876
1877         * elmo-net.el (elmo-folder-delete-messages-internal): Ditto.
1878
1879         * elmo-version.el (elmo-version): Up to 2.11.32.
1880
1881 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1882
1883         * elmo.el (autoload): Added autoload setting for `elmo-local-flag-p'.
1884         (elmo-global-flag-list): Added obsolete variable setting.
1885
1886         * elmo-vars.el (elmo-preserved-flags): Fixed docstring.
1887
1888         * elmo-mime.el (elmo-mime-display-header-analysis): New variable.
1889         (elmo-mime-insert-header-from-buffer): Don't decode header content when
1890         `elmo-mime-display-header-analysis' is nil.
1891
1892         * elmo-flag.el (elmo-global-flags): Renamed from
1893         `elmo-global-flag-list' (All other related portions are changed).
1894         (elmo-local-flags): New variable.
1895         (elmo-local-flag-p): New function.
1896         (elmo-global-flag-set-internal): Cause an error when flag is not
1897         global.
1898
1899 2004-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
1900
1901         * elmo-util.el (elmo-concat-path): Treat empty path.
1902
1903 2004-10-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1904
1905         * elmo-split.el (elmo-split-address-equal): Fixed typo (field =>
1906         field-or-fields).
1907         (elmo-split-address-match): Ditto.
1908         (elmo-split-equal): Ditto.
1909         (elmo-split-match): Ditto.
1910
1911 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1912
1913         * elmo.el (elmo-message-flags): Abolish optional argument `msgid'.
1914         (elmo-generic-folder-append-messages): If src message exists but
1915         has no flag, pass (read) for the FLAG argument of
1916         `elmo-folder-append-buffer'. Otherwise, pass nil.
1917
1918         * elmo-split.el (elmo-split-subr): Likewise.
1919
1920         * elmo-pipe.el (elmo-message-flags): Abolish optional argument `msgid'.
1921
1922         * elmo-multi.el (elmo-message-flags): Ditto.
1923
1924         * elmo-filter.el (elmo-message-flags): Ditto.
1925
1926         * elmo.el (elmo-folder-append-buffer): Fix docstring.
1927         (elmo-generic-folder-append-messages): If elmo-message-flags return nil,
1928         pass (read) for the FLAG argument of elmo-folder-append-buffer.
1929         
1930 2004-10-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
1931
1932         * elmo-split.el (elmo-split-rule): Update comment.
1933         (elmo-split-address-equal): Allow 2nd argument to be a list.
1934         (elmo-split-address-match): Ditto.
1935         (elmo-split-equal): Ditto.
1936         (elmo-split-match): Ditto.
1937
1938 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1939
1940         * elmo.el (elmo-folder-append-buffer): Fix docstring.
1941         (elmo-folder-append-msgdb): Don't treat `read'.
1942         (elmo-message-flags): Don't return `read'.
1943
1944         * elmo-dop.el (elmo-folder-set-read-delayed): Don't treat `read'.
1945         (elmo-folder-unset-read-delayed): Ditto.
1946
1947         * elmo-imap4.el (elmo-imap4-flags-to-imap): Ditto.
1948
1949 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1950
1951         * elmo-imap4.el (elmo-folder-delete): Clear current-mailbox after
1952         deletion.
1953
1954 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1955
1956         * elmo-mime.el (elmo-mime-display-as-is-internal): Insert decoded
1957         header.
1958
1959 2004-09-23  Yuuichi Teranishi  <teranisi@gohome.org>
1960
1961         * modb-standard.el (modb-standard-load-entity): Don't bind inhibit-quit
1962         here.
1963         (elmo-msgdb-save): Bind inhibit-quit.
1964         (modb-standard-message-entity): Ditto.
1965
1966 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1967
1968         * elmo-database.el: No need to require elmo-msgdb.
1969
1970 2004-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1971
1972         * elmo-nmz.el (elmo-folder-list-subfolders): Use `directory-files'
1973         instead of `elmo-list-subdirectories'.
1974
1975 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1976
1977         * elmo-nmz.el (elmo-folder-initialize): Enable "[" for access
1978         group entry.
1979         (elmo-folder-exists-p): "[" is empty.
1980         (elmo-folder-list-subfolders): Define.
1981         (elmo-folder-have-subfolder-p): Ditto.
1982
1983 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1984
1985         * elmo-flag.el (elmo-folder-delete): Update elmo-global-flag-list.
1986
1987 2004-09-14  Tetsurou Okazaki  <okazaki@be.to>
1988
1989         * elmo-filter.el (elmo-folder-local-p): Define.
1990
1991 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1992
1993         * modb-standard.el (modb-standard-loaded-message-id): Return nil
1994         when entity is garbaged.
1995         (modb-standard-save-entity-1): Don't modify the original entity.
1996
1997 2004-09-13  Tetsurou Okazaki  <okazaki@be.to>
1998
1999         * elmo-util.el (elmo-delete-if): Reduce loop strength in a while loop.
2000
2001 2004-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2002
2003         * elmo.el (elmo-strict-folder-diff): Use
2004         `elmo-folder-list-messages' instead of `elmo-msgdb-list-messages'.
2005
2006 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
2007
2008         * modb.el (elmo-msgdb-flag-available-p): New generic function.
2009         (elmo-msgdb-message-number): Ditto.
2010         (elmo-msgdb-message-field): Ditto.
2011
2012         * modb-standard.el (modb-standard-economize-entity-size): New user
2013         option.
2014         (modb-standard-loaded-message-id): New inline function.
2015         (modb-standard-load-entity): Use it.
2016         (modb-standard-save-entity-1): If `modb-standard-economize-entity-size',
2017         throw message-id string away.
2018         (elmo-msgdb-flag-available-p): Define.
2019         (elmo-msgdb-message-number): Ditto.
2020         (elmo-msgdb-message-field): Ditto.
2021
2022         * modb-legacy.el (modb-legacy-flag-list): Fix typo
2023         (suppoted -> supported).
2024         (modb-legacy-supported-flag-p): Ditto.
2025         (elmo-msgdb-set-flag): Ditto.
2026         (elmo-msgdb-unset-flag): Ditto.
2027         (elmo-msgdb-flag-available-p): Define.
2028
2029         * modb-entity.el (elmo-message-entity-handler): If CAR element of entity
2030         is `t', treat it as legacy entity.
2031         
2032         * elmo.el (elmo-message-flag-available-p): New generic function.
2033         (elmo-message-number): Ditto.
2034         (elmo-message-field): Use `elmo-msgdb-message-field'.
2035
2036         * elmo-vars.el (elmo-preserved-flags): Added `forwarded'.
2037
2038         * elmo-pipe.el (elmo-message-flag-available-p): Define.
2039         (elmo-message-number): Ditto.
2040
2041         * elmo-multi.el (elmo-message-number): Define.
2042         (elmo-message-flag-available-p): Ditto.
2043
2044         * elmo-filter.el (elmo-message-flag-available-p): Define.
2045         (elmo-message-number): Ditto.
2046
2047         * elmo-flag.el (elmo-flag-folder): Added slot `max-number'.
2048         (elmo-folder-initialize): Load `max-number'.
2049         (elmo-folder-commit): Save it.
2050         (elmo-folder-list-global-flag-messages): Use `elmo-message-number'.
2051         (elmo-global-flag-set-internal): Set up max-number slot.
2052
2053 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
2054
2055         * elmo-version.el (elmo-version): Up to 2.11.31.
2056
2057 2004-09-09  Yuuichi Teranishi  <teranisi@gohome.org>
2058
2059         * elmo-util.el (elmo-msgdb-get-message-id-from-buffer): Use
2060         unibyte string of the current buffer for the argument of `md5'
2061         (Reported by Yoichi NAKAYAMA <yoichi@geiin.org>).
2062
2063 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2064
2065         * modb-legacy.el (modb-legacy-flag-list): New constant.
2066         (modb-legacy-suppoted-flag-p): New internal function.
2067         (elmo-msgdb-set-flag): Cause error when `flag' is not supported.
2068         (elmo-msgdb-unset-flag): Ditto.
2069
2070 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
2071
2072         * elmo.el (elmo-make-folder): Remove text properties for prefix.
2073
2074         * elmo-flag.el (elmo-folder-list-subfolders): Fetch flag names
2075         from msgdb.
2076
2077 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2078
2079         * elmo-multi.el (elmo-folder-count-flags): Changed return value
2080         (follow the API change).
2081
2082         * elmo-filter.el (elmo-folder-count-flags): Ditto.
2083
2084 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
2085
2086         * modb-standard.el (modb-standard-digest-flags): Abolish.
2087         (elmo-msgdb-list-flagged): Use elmo-digest-flags instead.
2088
2089         * elmo-vars.el (elmo-digest-flags): New variable.
2090         (elmo-preserved-flags): Moved from elmo-flag.el.
2091
2092         * elmo-imap4.el (elmo-imap4-flag-to-imap-search-key): New function.
2093         (elmo-imap4-flag-to-imap-criteria): Ditto.
2094         (elmo-imap4-folder-list-flagged): Use it.
2095
2096         * elmo-flag.el (elmo-preserved-flags): Moved to elmo-vars.el.
2097
2098         * elmo.el (elmo-folder-count-flags): Changed return value.
2099
2100         * elmo-flag.el (elmo-preserved-flags): New variable.
2101         (elmo-get-global-flags): Use it.
2102
2103         * modb-standard.el (modb-standard-digest-flags): New variable.
2104         (elmo-msgdb-list-flagged): Use it for `digest'; Add `uncached';
2105         Changed behavior of `any'.
2106
2107         * elmo-imap4.el (elmo-imap4-flag-specs): Added keyword flags
2108         which are defined the Internet draft
2109         (draft-melnikov-imap-keywords-03.txt).
2110         (elmo-imap4-flags-to-imap): New function.
2111         (elmo-folder-append-buffer): Use it.
2112
2113         * modb-legacy.el (modb-legacy-answered-uncached-mark): Fixed typo
2114         in the docstring.
2115
2116         * utf7.el (utf7-fragment-encode): Don't use narrow-to-region to
2117         avoid the bug of Emacs 21.3.
2118
2119 2004-08-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
2120
2121         * utf7.el (utf7-utf-16-coding-system): Avoid error when the
2122         function find-coding-system does not exist.
2123
2124 2004-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2125
2126         * elmo-util.el (elmo-condition-parse-search-value): Fixed atom
2127         parsing.
2128
2129 2004-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
2130
2131         * elmo-pop3.el (elmo-pop3-read-response): Refined the regexp for
2132         response codes.
2133
2134 2004-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
2135
2136         * elmo-pop3.el (elmo-pop3-read-response): Treat response codes.
2137         (elmo-network-close-session): Follow the changes in
2138         `elmo-pop3-read-response'.
2139         (elmo-pop3-auth-user): Ditto.
2140         (elmo-pop3-auth-apop): Ditto.
2141         (elmo-network-initialize-session): Ditto.
2142         (elmo-network-authenticate-session): Ditto.
2143         (elmo-network-setup-session): Ditto.
2144         (elmo-folder-status): Ditto.
2145         (elmo-message-fetch-plugged): Ditto.
2146         (elmo-pop3-delete-msg): Ditto.
2147
2148 2004-07-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
2149
2150         * elmo-archive.el (elmo-archive-folder-append-buffer): Return nil
2151         on failure.
2152
2153 2004-07-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2154
2155         * elmo-util.el (elmo-set-work-buf): Define edebug spec and indent
2156         style.
2157         (elmo-bind-directory): Ditto.
2158
2159 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2160
2161         * elmo.el (elmo-folder-append-messages): Note on return value.
2162         * elmo-archive.el (elmo-folder-append-messages): Don't return
2163         message numbers which could not be appended.
2164
2165 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2166
2167         * elmo.el (elmo-message-fetch-threshold): Add nil to its range.
2168
2169 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2170
2171         * elmo-version.el (elmo-version): Up to 2.11.30.
2172
2173 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2174
2175         * elmo.el (elmo-folder-synchronize): Add 5th optional argument
2176         `mask'.
2177
2178         * elmo-pipe.el (elmo-folder-synchronize): Follow the API chagne.
2179
2180         * elmo-multi.el (elmo-folder-synchronize): Likewise.
2181         (elmo-multi-split-numbers): Add elmo-folder object into each
2182         element of return value at first.
2183         (elmo-folder-delete-messages): Follow the above change.
2184         (elmo-folder-detach-messages): Ditto.
2185
2186         * elmo-filter.el (elmo-folder-synchronize): Minimize message
2187         number which is synchronized in target folder.
2188
2189 2004-05-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2190
2191         * elmo-shimbun.el (elmo-shimbun-update-overview-folder-list):
2192         Change default value to symbol `all'.
2193         (elmo-map-message-fetch): Change condition to update overview
2194         follow the above.
2195
2196 2004-05-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2197
2198         * elmo-shimbun.el (elmo-map-message-fetch): Change default
2199         behavior to update overview.
2200         (elmo-shimbun-update-overview-folder-list): Note it.
2201
2202 2004-05-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2203
2204         * modb-standard.el (modb-standard-message-entity): Avoid infinite
2205         recursive call.
2206
2207 2004-05-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2208
2209         * elmo-spam.el (elmo-spam-register-good-messages): Don't call
2210         buffer-disable-undo, it is unnecessary.
2211         (elmo-spam-register-good-messages): Ditto.
2212
2213         * elsp-bogofilter.el (elmo-spam-bogofilter-register-messages):
2214         Ditto.
2215
2216         * elsp-sa.el (elmo-spam-spamassassin-register-messages): Ditto.
2217
2218 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2219
2220         * elmo-util.el (elmo-set-buffer-multibyte): Abolish.
2221         (elmo-set-work-buf): Use set-buffer-multibyte instead of
2222         elmo-set-buffer-multibyte.
2223         (elmo-object-load): Ditto.
2224         (elmo-save-buffer): Ditto.
2225         (elmo-delete-char): Ditto.
2226         (elmo-file-field-primitive-condition-match): Ditto.
2227         (elmo-mime-string): Ditto.
2228
2229         * elmo-archive.el (elmo-archive-msgdb-create-entity-subr): Ditto.
2230         (elmo-archive-field-condition-match): Ditto.
2231
2232         * elmo-imap4.el (elmo-imap4-setup-send-buffer): Ditto.
2233
2234         * elmo-net.el (elmo-network-initialize-session-buffer): Ditto.
2235
2236         * elmo-nntp.el (elmo-nntp-parse-overview-string): Ditto.
2237         (elmo-nntp-msgdb-create-message): Ditto.
2238
2239         * elmo-pop3.el (elmo-pop3-msgdb-create-message): Ditto.
2240
2241         * elmo.el (elmo-message-match-condition): Ditto.
2242         (elmo-message-match-condition): Ditto.
2243
2244         * modb-entity.el (elmo-msgdb-create-message-entity-from-buffer):
2245         Ditto.
2246
2247         * elmo-version.el (elmo-version): Up to 2.11.29.
2248
2249         * elmo-spam.el (elmo-spam-scheme): Add `header' as a candidate.
2250         (elsp-header): New backend.
2251
2252         * elmo-util.el (elmo-decoded-field-body): New function.
2253
2254 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2255
2256         * elmo-version.el (elmo-version): Up to 2.11.28.
2257
2258 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2259
2260         * elmo-filter.el: Rewrite.
2261
2262         * elmo-version.el (elmo-version): Up to 2.11.27.
2263
2264 2004-05-05  Yuuichi Teranishi  <teranisi@gohome.org>
2265
2266         * elmo-localdir.el (elmo-folder-expand-msgdb-path): Changed
2267         msgdb path for the localdir folder with absolute path.
2268
2269         * utf7.el: Synch up with latest gnus/utf7.el;
2270         Modified for latest Emacs.
2271
2272 2004-05-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2273
2274         * elmo-shimbun.el (elmo-folder-initialize): Set a dummy when the
2275         shimbun backend couldn't open.
2276
2277 2004-04-25  Tetsurou Okazaki  <okazaki@be.to>
2278
2279         * elmo-pipe.el (elmo-message-folder): Call `elmo-message-folder' recursively.
2280         (elmo-folder-diff): Avoid error `wrong-type-argument number-or-marker-p nil'
2281         when a destination folder is a filter folder.
2282
2283 2004-04-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2284
2285         * elmo.el (elmo-message-flags): Add optional argument `msgid'.
2286         (elmo-generic-folder-append-messages): Call elmo-message-flags
2287         with argument `msgid'.
2288
2289         * elmo-split.el (elmo-split-subr): Ditto.
2290
2291         * elmo-pipe.el (elmo-message-flags): Follow the API change.
2292
2293         * elmo-multi.el (elmo-message-flags): Ditto.
2294
2295 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2296
2297         * elmo.el (elmo-folder): Add new slot `flag-table'.
2298         (elmo-folder-flag-table): New API.
2299         (elmo-folder-close-flag-table): Ditto.
2300         (elmo-folder-preserve-flags): New function.
2301         (elmo-generic-folder-append-messages): Use
2302         `elmo-folder-flag-table' and `elmo-folder-close-flag-table'.
2303         Flag of a non-registered message, it sets to nil.
2304         Does not set flag to flag-table.
2305
2306         * elmo-maildir.el (elmo-folder-append-buffer): Use
2307         `elmo-folder-preserve-flags'.
2308         (elmo-folder-append-messages): Use `elmo-folder-flag-table' and
2309         `elmo-folder-close-flag-table'.
2310
2311         * elmo-archive.el (elmo-folder-append-buffer): Fix interface.
2312         (elmo-archive-folder-append-buffer): Use
2313         `elmo-folder-preserve-flags'.
2314
2315         * elmo-cache.el (elmo-folder-append-buffer): Ditto.
2316
2317         * elmo-imap4.el (elmo-folder-append-buffer): Ditto.
2318
2319         * elmo-localdir.el (elmo-folder-append-buffer): Ditto.
2320         (elmo-folder-append-messages): Use `elmo-folder-flag-table' and
2321         `elmo-folder-close-flag-table'.
2322
2323         * elmo-version.el (elmo-version): Up to 2.11.26.
2324
2325 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2326
2327         * elmo-vars.el (elmo-network-stream-type-alist): Add direct.
2328
2329         * elmo-util.el (elmo-msgdb-get-message-id-from-buffer): Don't use
2330         md5's 4th and 5th argument (non-existent in flim one).
2331
2332 2004-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2333
2334         * elmo-split.el (elmo-split-subr): Flag of a non-registered
2335         message, It sets to nil.
2336
2337 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2338
2339         * elmo.el (elmo-folder-list-messages): Merge lists only if both
2340         list is non-nil.
2341
2342 2004-04-16  YAMASHITA Junji <ysjj@unixuser.org>
2343
2344         * elmo.el (elmo-folder-list-messages): Use elmo-uniq-sorted-list.
2345
2346         * elmo-nntp.el (elmo-nntp-make-msglist): Use elmo-make-number-list.
2347
2348         * elmo-util.el (elmo-uniq-sorted-list): New function.
2349         (elmo-make-number-list): Ditto.
2350         (elmo-number-set-to-number-list): Use elmo-make-number-list
2351         and don't use nreverse.
2352
2353 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2354
2355         * elmo-version.el (elmo-version): Up to 2.11.25.
2356
2357 2004-04-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2358
2359         * elmo-util.el (elmo-msgdb-get-message-id-from-buffer): If date
2360         field not exists in message, Use md5 message digest of header.
2361
2362 2004-04-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2363
2364         * elmo.el (elmo-folder-append-buffer): Add note on return value.
2365         * elmo-cache.el (elmo-folder-append-buffer): Return nil on failure.
2366         * elmo-localdir.el (elmo-folder-append-buffer): Ditto.
2367         * elmo-split.el (elmo-split-subr): Check return value of
2368         elmo-folder-append-buffer.
2369
2370         * elmo-localdir.el (elmo-folder-append-buffer): Create flag-table.
2371         * elmo-maildir.el (elmo-folder-append-buffer): Ditto.
2372
2373         * elmo-cache.el (elmo-folder-append-buffer): Check existence of
2374         message-id.
2375
2376 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
2377
2378         * elmo-split.el (elmo-split-subr): Append message with flag.
2379
2380         * elmo-localdir.el (elmo-folder-append-buffer): Fix interface.
2381         * elmo-flag.el (elmo-folder-append-buffer): Ditto.
2382         * elmo-maildir.el (elmo-folder-append-buffer): Ditto.
2383
2384 2004-04-03  Tetsurou Okazaki  <okazaki@be.to>
2385
2386         * elmo-imap4.el (elmo-imap4-fetch-callback-1): Use `elmo-delete-cr-buffer'.
2387         * elmo-nntp.el (elmo-nntp-retrieve-headers): Ditto.
2388         * elmo-pop3.el (elmo-pop3-retrieve-headers): Ditto.
2389
2390 2004-03-29  Tetsurou Okazaki  <okazaki@be.to>
2391
2392         * elmo-pop3.el (elmo-pop3-read-contents): Replace an argument `buffer'
2393         with a function call of `process-buffer'.  All callers are updated.
2394         (elmo-pop3-retrieve-headers): Likewise.  Move `process' to the 1st argument.
2395         Remove redundant `set-buffer' in a while loop.
2396
2397 2004-03-28  Tetsurou Okazaki  <okazaki@be.to>
2398
2399         * elmo-pop3.el (elmo-pop3-send-command): Combine `process-send-string'
2400         calls.
2401
2402 2004-03-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2403
2404         * elsp-spamfilter.el (elmo-spam-buffer-spam-p): Call
2405         elsp-spamfilter-register-buffer-internal with current buffer.
2406         (elmo-spam-register-spam-buffer): Ditto.
2407         (elmo-spam-register-good-buffer): Ditto.
2408
2409 2004-03-15  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2410
2411         * elmo-imap4.el (elmo-folder-list-subfolders): Add root mailbox
2412         if it is not contained in the response(A workaround for courier-imap).
2413
2414 2004-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2415
2416         * elmo-imap4.el (elmo-folder-set-flag-plugged): Fix mismatched
2417         parenthesis.
2418
2419 2004-03-08  Yoichi NAKAYAMA  <yoichi@geiin.org>
2420
2421         * elmo-vars.el (elmo-msgdb-default-type): Remove generic from the
2422         range.
2423
2424 2004-03-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2425
2426         * modb-standard.el (elmo-msgdb-list-flagged): Use append instead
2427         of nconc.
2428
2429         * modb-entity.el (elmo-msgdb-match-condition-primitive): Added
2430         argument handler.
2431         (elmo-msgdb-message-match-condition): Follow the change above.
2432
2433 2004-02-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2434
2435         * elmo-flag.el (elmo-folder-initialize): Complete abbreviated
2436         folder name.
2437
2438 2004-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2439
2440         * elmo.el (elmo-folder-kill-messages): Don't use msgdb directly.
2441
2442 2004-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2443
2444         * elmo.el (elmo-folder-kill-messages): Fix to update killed list.
2445
2446 2004-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2447
2448         * elmo-file.el (elmo-file-find): Fixed the problem when file is
2449         not found.
2450
2451 2004-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
2452
2453         * elmo-file.el (elmo-file-find): Use expand-file-name for return
2454         value.
2455         (elmo-file-command-argument): Undo last change for cygwin.
2456         (elmo-file-detect-content-type): Renamed from elmo-file-detect-format;
2457         Don't return nil.
2458         (elmo-map-message-fetch): Use elmo-file-detect-content-type.
2459
2460 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2461
2462         * elmo-file.el (elmo-file-command-argument): Fixed problem when a
2463         value returned from elmo-file-find is nil.
2464
2465 2004-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
2466
2467         * elmo-mime.el (elmo-mime-display-as-is-coding-system): Moved
2468         to elmo-vars.el.
2469
2470         * elmo.el (elmo-message-match-condition): Use elmo-message-fetch
2471         instead of insert-file-contents-as-binary.
2472         (elmo-message-set-field): New generic function.
2473
2474         * elmo-localdir.el (elmo-folder-expand-msgdb-path): Follow the
2475         behavior change on `split-string'.
2476
2477         * elmo-file.el (elmo-file-find): New function.
2478         (elmo-file-command): New user option.
2479         (elmo-file-command-argument): Ditto.
2480         (elmo-file-fetch-max-size): Ditto.
2481         (elmo-file-detect-format): New function.
2482         (elmo-map-message-fetch): Use elmo-file-fetch-max-size;
2483         Use elmo-file-detect-format.
2484         (elmo-map-folder-list-message-locations): Don't treat directories.
2485
2486 2004-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2487
2488         * elmo-util.el (elmo-string-partial-p): Removed unused function.
2489         (elmo-passwd-alist-clear): Shred password before clear.
2490         (elmo-remove-passwd): Remove all mached pair.
2491
2492 2004-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2493
2494         * elmo.el (elmo-folder-synchronize): Fix description of the return
2495         value.
2496
2497 2004-02-16  Yuuichi Teranishi  <teranisi@gohome.org>
2498
2499         * elmo.el (elmo-message-fetch-bodystructure): New method.
2500         (elmo-message-fetch-bodystructure): Define default.
2501
2502         * elmo-imap4.el (mime-imap-location-bodystructure): Call
2503         elmo-message-fetch-bodystructure.
2504         (elmo-message-fetch-bodystructure): Define.
2505
2506         * elmo-filter.el (elmo-message-fetch-bodystructure): Define.
2507
2508 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2509
2510         * elmo-filter.el (elmo-message-folder): Define.
2511
2512 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2513
2514         * elmo.el (elmo-message-fetch-with-cache-process): Don't call
2515         elmo-delete-cr-buffer.
2516
2517         * elmo-imap4.el (elmo-imap4-message-fetch): Call elmo-delete-cr-buffer.
2518
2519         * elmo-pop3.el (elmo-message-fetch-plugged): Ditto.
2520
2521         * elmo-nntp.el (elmo-nntp-read-body): Ditto.
2522
2523         * elmo-file.el (elmo-map-message-fetch): Decode body only when content
2524         type seems to be a text.
2525
2526 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2527
2528         * elsp-sa.el (elmo-spam-register-spam-buffer): Don't specify '--forget'.
2529         (elmo-spam-register-good-buffer): Ditto.
2530         (elmo-spam-spamassassin-register-messages): Ditto.
2531
2532         * elmo-util.el (elmo-string-member-ignore-case): Define with
2533         static-cond.
2534
2535 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2536
2537         * elmo.el (elmo-folder-type): Undo last change.
2538
2539         * slp.el (slp-exec-wait): Avoid byte-compile warnings.
2540
2541         * elmo-nntp.el (elmo-nntp-folder-list-subfolders): Avoid byte-compile
2542         warnings.
2543
2544         * elmo-file.el: New file.
2545         
2546         * modb-standard.el (elmo-msgdb-list-flagged): Treat keyword flags.
2547
2548         * elsp-sa.el (elmo-spam-spamassassin-max-messages-per-process): New
2549         variable.
2550         (elmo-spam-spamassassin-register-messages): New inline function.
2551         (elmo-spam-register-spam-messages): Define.
2552         (elmo-spam-register-good-messages): Ditto.
2553
2554         * elsp-bogofilter.el (elmo-spam-bogofilter-max-messages-per-process):
2555         Fixed typo.
2556
2557         * elmo.el (toplevel): Added autoload setting for
2558         `elmo-get-global-flags'.
2559         (elmo-message-has-global-flag-p): New function.
2560         (elmo-message-set-global-flags): Ditto.
2561         (elmo-folder-type): Improvement for name: format.
2562
2563         * elmo-imap4.el (elmo-imap4-session-flag-available-p): Check
2564         availability of keyword flags.
2565         (elmo-imap4-folder-list-flagged): Treat keyword flags.
2566         (elmo-folder-list-flagged-plugged): Renamed from
2567         elmo-folder-list-flagged-unplugged.
2568         (elmo-imap4-set-flag): If "\*" is treated as permanent flag,
2569         accept any flag as keyword flag.
2570         (elmo-folder-set-flag-plugged): Accept keyword flags.
2571         (toplevel): Added autoload setting for `elmo-get-global-flags'.
2572
2573         * elmo-flag.el (elmo-get-global-flags): New function.
2574
2575         * elmo-filter.el (elmo-folder-diff): Fix total number for filter
2576         folders.
2577
2578         * elmo-version.el (elmo-version): Up to 2.11.24.
2579
2580 2004-02-08  Yoichi NAKAYAMA  <yoichi@geiin.org>
2581
2582         * elmo-util.el (elmo-buffer-field-primitive-condition-match): Use
2583         elmo-multiple-field-body instead of std11-field-body to check all
2584         headers.
2585
2586 2004-02-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2587
2588         * elmo-util.el (elmo-cache-expire): Completion require match "age"
2589         or "size".
2590
2591 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2592
2593         * elmo-util.el (elmo-get-hash-val): Check symbol is bound if
2594         unintern is unbound.
2595
2596 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2597
2598         * elsp-bogofilter.el (elmo-spam-bogofilter-register-messages):
2599         Protect from infinite loop.
2600
2601 2004-01-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2602
2603         * elsp-bogofilter.el
2604         (elmo-spam-bogofilter-max-messages-per-process): New user option.
2605         (elmo-spam-bogofilter-register-messages): New internal function.
2606         (elmo-spam-register-spam-messages): Define.
2607         (elmo-spam-register-good-messages): Ditto.
2608
2609 2004-01-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2610
2611         * elsp-bogofilter.el (elmo-spam-bogofilter-arguments-alist):
2612         Added "-vv" if elmo-spam-bogofilter-debug is non-nil.
2613         (elmo-spam-bogofilter-call): Fixed the last change.
2614         (elmo-spam-bogofilter-arguments): Ditto.
2615
2616         * elsp-bogofilter.el (elmo-spam-bogofilter-arguments-alist):
2617         Follow the options change of latest bogofilter.
2618
2619         * elsp-bogofilter.el (elmo-spam-bogofilter-spam-switch): Abolish.
2620         (elmo-spam-bogofilter-good-switch): Ditto.
2621         (elmo-spam-bogofilter-arguments-alist): New user option.
2622         (elmo-spam-bogofilter-debug): Ditto.
2623         (elmo-spam-bogofilter-call): Renamed from
2624         `elsp-bogofilter-call-bogofilter'. If elmo-spam-bogofilter-debug
2625         is non-nil, insert output in buffer for debug.
2626         (elmo-spam-bogofilter-arguments): New macro.
2627         (elmo-spam-buffer-spam-p): Use it.
2628         (elsp-bogofilter-register-buffer): Ditto.
2629
2630 2004-01-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2631
2632         * elmo-cache.el (elmo-folder-list-subfolders): Fix directory-files
2633         regexp.
2634
2635 2004-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2636
2637         * elsp-bsfilter.el (elmo-spam-bsfilter-shell-program): Set default
2638         value as "ruby".
2639         (elmo-spam-bsfilter-shell-switch): Set default value as nil.
2640         (elmo-spam-bsfilter-program): Set default value as full path for
2641         `bsfilter'.
2642         (elmo-spam-bsfilter-debug): New user option.
2643         (elsp-bsfilter-call-bsfilter): If elmo-spam-bsfilter-debug is
2644         non-nil, insert output in buffer for debug. Fix treating of
2645         argument.
2646
2647 2004-01-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2648
2649         * elmo-maildir.el (elmo-map-folder-set-flag): Use cdr of
2650         `elmo-maildir-flag-specs' element instead of one.
2651         (elmo-map-folder-unset-flag): Ditto.
2652         (Reported by Ken Makimura <macky@astem.or.jp>)
2653
2654         * elmo-imap4.el (elmo-folder-set-flag-plugged): Fixed.
2655         (elmo-folder-unset-flag-plugged): Ditto.
2656
2657 2004-01-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2658
2659         * elmo-nntp.el (elmo-folder-list-flagged): Return a list according
2660         to `reads' slot only if `in-msgdb' is nil.
2661
2662 2004-01-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2663
2664         * elmo-nntp.el (elmo-folder-list-flagged): Undo the last change
2665         and complement argument list.
2666
2667 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2668
2669         * elmo-nntp.el (elmo-folder-list-flagged-internal): Define this
2670         instead of elmo-folder-list-flagged.
2671
2672 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2673
2674         * elmo-spam.el (elmo-spam-scheme): Add 'bsfilter' as a candidate.
2675
2676         * elsp-bsfilter.el: New file.
2677
2678         * elmo-pipe.el (elmo-folder-list-unreads,
2679         elmo-folder-list-answereds,
2680         elmo-folder-list-importants,
2681         elmo-folder-flag-as-important,
2682         elmo-folder-unflag-important,
2683         elmo-folder-flag-as-read,
2684         elmo-folder-unflag-read,
2685         elmo-folder-flag-as-answered,
2686         elmo-folder-unflag-answered): Remove.
2687         (elmo-folder-set-flag): Define.
2688         (elmo-folder-unset-flag): Ditto.
2689
2690         * elmo-nntp.el (elmo-folder-flag-as-read): Remove.
2691         (elmo-folder-set-flag): Define.
2692         (elmo-folder-unset-flag): Ditto.
2693         (elmo-folder-list-unreads): Remove.
2694         (elmo-folder-list-flagged): Define.
2695
2696         * elmo-net.el (elmo-folder-list-flagged-internal): Define.
2697         (elmo-folder-list-unreads,
2698         elmo-folder-list-importants,
2699         elmo-folder-list-answereds,
2700         elmo-folder-list-unreads-plugged,
2701         elmo-folder-list-importants-plugged,
2702         elmo-folder-list-answereds-plugged): Remove.
2703         (elmo-folder-list-flagged-plugged): New method.
2704         (elmo-folder-unflag-important,
2705         elmo-folder-flag-as-important,
2706         elmo-folder-unflag-read,
2707         elmo-folder-flag-as-read,
2708         elmo-folder-unflag-answered,
2709         elmo-folder-flag-as-answered,
2710         elmo-folder-flag-as-read-unplugged,
2711         elmo-folder-unflag-read-unplugged,
2712         elmo-folder-flag-as-important-unplugged,
2713         elmo-folder-unflag-important-unplugged,
2714         elmo-folder-flag-as-answered-unplugged,
2715         elmo-folder-unflag-answered-unplugged): Remove.
2716         (elmo-folder-set-flag): Define.
2717         (elmo-folder-unset-flag): Ditto.
2718         (elmo-folder-set-flag-unplugged): Ditto.
2719         (elmo-folder-unset-flag-unplugged): Ditto.
2720
2721         * elmo-multi.el (elmo-folder-list-unreads,
2722         elmo-folder-list-answereds,
2723         elmo-folder-list-importants,
2724         elmo-folder-flag-as-important,
2725         elmo-folder-unflag-important,
2726         elmo-folder-flag-as-read,
2727         elmo-folder-unflag-read,
2728         elmo-folder-flag-as-answered,
2729         elmo-folder-unflag-answered): Remove.
2730         (elmo-folder-set-flag): Define.
2731         (elmo-folder-unset-flag): Ditto.
2732
2733         * elmo-map.el (elmo-map-folder-unflag-important,
2734         elmo-map-folder-flag-as-important,
2735         elmo-map-folder-unflag-read,
2736         elmo-map-folder-flag-as-read,
2737         elmo-map-folder-unflag-answered,
2738         elmo-map-folder-flag-as-answered): Remove.
2739         (elmo-map-folder-set-flag): New method.
2740         (elmo-map-folder-unset-flag): Ditto.
2741         (elmo-map-folder-list-unreads,
2742         elmo-map-folder-list-importants,
2743         elmo-map-folder-list-answereds): Remove.
2744         (elmo-folder-list-flagged-internal): Define.
2745         (elmo-map-folder-list-flagged): New method.
2746
2747         * elmo-maildir.el (elmo-maildir-flag-specs): New internal variable.
2748         (elmo-map-folder-list-unreads,
2749         elmo-map-folder-list-importants,
2750         elmo-map-folder-list-flagged): Remove.
2751         (elmo-map-folder-list-flagged): Define.
2752         (elmo-map-folder-flag-as-important,
2753         elmo-map-folder-unflag-important,
2754         elmo-map-folder-flag-as-read,
2755         elmo-map-folder-unflag-read,
2756         elmo-map-folder-flag-as-answered,
2757         elmo-map-folder-unflag-answered): Remove.
2758         (elmo-maildir-set-mark-messages): New internal function.
2759         (elmo-map-folder-set-flag): Define.
2760         (elmo-map-folder-unset-flag): Ditto.
2761
2762         * elmo.el (toplevel): Added autoload setting for
2763         `elmo-folder-list-global-flag-messages'.
2764         (elmo-folder-list-unreads,
2765         elmo-folder-list-importants,
2766         elmo-folder-list-answereds): Remove.
2767         (elmo-folder-list-flagged): Use `elmo-folder-list-flagged-internal'.
2768         Return a list whitch merged with messages have global flag.
2769         (elmo-folder-list-flagged-internal): New method.
2770         (elmo-folder-unflag-important,
2771         elmo-folder-flag-as-important,
2772         elmo-folder-unflag-read,
2773         elmo-folder-flag-as-read,
2774         elmo-folder-unflag-answered,
2775         elmo-folder-flag-as-answered): Remove.
2776         (elmo-folder-set-flag): New method.
2777         (elmo-folder-unset-flag): Ditto.
2778         (elmo-message-set-flag):Use `elmo-folder-set-flag'.
2779         (elmo-message-unset-flag):Use `elmo-folder-unset-flag'.
2780
2781         * elmo-imap4.el (elmo-imap4-flag-specs): New internal variable.
2782         (elmo-folder-list-unreads-plugged,
2783         elmo-folder-list-importants-plugged,
2784         elmo-folder-list-answereds-plugged,
2785         elmo-folder-list-flagged-unplugged,
2786         elmo-folder-unflag-important-plugged,
2787         elmo-folder-flag-as-important-plugged,
2788         elmo-folder-unflag-read-plugged,
2789         elmo-folder-flag-as-read-plugged,
2790         elmo-folder-unflag-answered-plugged,
2791         elmo-folder-flag-as-answered-plugged): Remove.
2792         (elmo-folder-set-flag-plugged,
2793         elmo-folder-unset-flag-plugged): Define.
2794
2795         * elmo-flag.el (elmo-folder-initialize): Register to
2796         `elmo-global-flag-list' if flag is not global.
2797         (elmo-folder-append-messages): Set flag to source messages.
2798
2799         * elmo-filter.el (elmo-filter-folder-list-unreads,
2800         elmo-folder-list-unreads,
2801         elmo-filter-folder-list-importants,
2802         elmo-folder-list-importants,
2803         elmo-folder-flag-as-read,
2804         elmo-folder-unflag-read,
2805         elmo-folder-flag-as-important,
2806         elmo-folder-unflag-important,
2807         elmo-folder-flag-as-answered,
2808         elmo-folder-unflag-answered): Remove.
2809         (elmo-folder-set-flag): Define.
2810         (elmo-folder-unset-flag): Ditto.
2811
2812         * elmo-dop.el (elmo-folder-flag-as-read-dop,
2813         elmo-folder-unflag-read-dop,
2814         elmo-folder-flag-as-important-dop,
2815         elmo-folder-unflag-important-dop,
2816         elmo-folder-flag-as-answered-dop,
2817         elmo-folder-unflag-answered-dop): Remove.
2818         (elmo-folder-set-flag-dop,
2819         elmo-folder-unset-flag-dop,
2820         elmo-folder-set-important-delayed,
2821         elmo-folder-unset-important-delayed,
2822         elmo-folder-set-read-delayed,
2823         elmo-folder-unset-read-delayed,
2824         elmo-folder-set-answered-delayed,
2825         elmo-folder-unset-answered-delayed): New function.
2826         (elmo-dop-queue-merge-method-list): Follow the above chagned.
2827         (elmo-dop-queue-method-name-alist): Ditto.
2828
2829         * elmo-version.el (elmo-version): Up to 2.11.23.
2830
2831 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2832
2833         * elmo-spam.el (elmo-spam-scheme): Add 'sa' as a candidate.
2834
2835         * elsp-sa.el: New file.
2836
2837 2003-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2838
2839         * modb-standard.el (modb-standard-message-entity): New function.
2840         (elmo-msgdb-message-entity): Use it.
2841
2842 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2843
2844         * elmo-internal.el (elmo-folder-list-subfolders): Rewrite; Fixed
2845         behavior when one-level is nil.
2846
2847         * elmo-flag.el (elmo-folder-list-subfolders): Defined.
2848
2849         * elmo-sendlog.el (elmo-folder-have-subfolder-p): Ditto.
2850
2851 2003-12-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2852
2853         * elmo.el (elmo-folder-set-info-max-by-numdb): Don't use `sort' to
2854         get max number.
2855         (elmo-generic-folder-diff): Ditto.
2856
2857         * elmo-nntp.el (elmo-nntp-catchup-msgdb): Ditto.
2858         (elmo-folder-update-number): Ditto.
2859
2860         * elmo-dop.el (elmo-folder-status-dop): Ditto.
2861         (elmo-folder-next-message-number-dop): Ditto.
2862
2863 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2864
2865         * elmo-filter.el (elmo-folder-msgdb-create): Use
2866         `elmo-message-entity' and `elmo-message-flags' instead of
2867         `elmo-msgdb-message-entity' and `elmo-msgdb-flags'.
2868
2869 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2870
2871         * elmo-spam.el (elmo-spam-processor): Added 3rd argument
2872         `if-exists'.
2873
2874 2003-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2875
2876         * elmo-multi.el (elmo-folder-newsgroups): Simplify.
2877
2878         * elmo-pipe.el (elmo-folder-get-primitive-list): Likewise.
2879
2880         * elmo-filter.el (elmo-folder-get-primitive-list): Fixed.
2881
2882 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2883
2884         * elmo-version.el (elmo-version): Up to 2.11.22.
2885
2886 2003-11-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2887
2888         * modb-standard.el (elmo-msgdb-delete-messages): Always return t.
2889
2890 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2891
2892         * modb-standard.el (elmo-msgdb-delete-messages): Dose not process
2893         if the message dose not exist.
2894
2895 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2896
2897         * elmo-version.el (elmo-version): Up to 2.11.21.
2898
2899 2003-11-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2900
2901         * modb-standard.el (toplevel): Don't require mime.
2902
2903 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2904
2905         * elsp-bogofilter.el (toplevel): Don't require path-util.
2906         (elmo-spam-bogofilter-program): Don't use `exec-installed-p'.
2907         (elmo-spam-bogofilter-header): Abolish.
2908         (elmo-spam-bogofilter-bogosity-positive-spam-header): Ditto.
2909         (elmo-spam-bogofilter-args): New user option.
2910         (elsp-bogofilter-call-bogofilter): New internal function.
2911         (elmo-spam-buffer-spam-p): Use it.
2912         (elsp-bogofilter-register-buffer): Renamed from
2913         `elmo-spam-bogofilter-register-buffer';
2914         Use `elsp-bogofilter-call-bogofilter'.
2915         (elmo-spam-register-spam-buffer): Follow the change above.
2916         (elmo-spam-register-good-buffer): Ditto.
2917
2918 2003-11-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2919
2920         * modb-standard.el (elmo-msgdb-append-entity): If entity or
2921         message-id is nil do nothing.
2922
2923 2003-11-10  Yuuichi Teranishi  <teranisi@gohome.org>
2924
2925         * elmo-imap4.el (elmo-imap4-disuse-server-flag-mailbox-regexp):
2926         Revival.
2927         (elmo-imap4-session): Removed use-flag slot.
2928         (elmo-imap4-session-select-mailbox): Undo last change.
2929         (elmo-folder-use-flag-p): Use
2930         elmo-imap4-disuse-server-flag-mailbox-regexp.
2931
2932 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2933
2934         * elmo-imap4.el (elmo-imap4-session): Added use-flag slot.
2935         (elmo-imap4-session-select-mailbox): Set it up.
2936         (elmo-folder-use-flag-p): Return value of use-flag slot.
2937
2938 2003-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2939
2940         * elmo-msgdb.el (elmo-msgdb-flag-table): Fixed problem when
2941         message-id is nil.
2942         (Reported by MAKINO Takashi <makino@digitalway.co.jp>)
2943
2944         * modb-entity.el (elmo-message-entity-handler): Likewise.
2945
2946 2003-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2947
2948         * elmo.el (toplevel): Remove setting of autoloding for
2949         elmo-global-flag-initialize.
2950         (elmo-init): Don't call elmo-global-flag-initialize.
2951         (toplevel): Added autoload setting for elmo-global-mark-migrate.
2952
2953         * elmo-flag.el (elmo-global-flag-initialize): Abolish.
2954         (elmo-global-mark-migrate): Don't call it.
2955         (elmo-global-mark-upgrade): Ditto.
2956
2957 2003-11-06  Yuuichi Teranishi  <teranisi@gohome.org>
2958
2959         * elmo-internal.el (elmo-internal-obsolete-folder-list): New variable.
2960         (elmo-folder-initialize): Raise a warning when obsolete folder is used.
2961
2962         * elmo-vars.el (elmo-init-hook): New user option.
2963
2964         * elmo.el (elmo-init): Run the elmo-init-hook.
2965
2966         * elmo-flag.el (elmo-global-mark-migrate): New function.
2967
2968 2003-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2969
2970         * modb-standard.el (elmo-msgdb-set-flag): Simplify;
2971         Undo last change (move to elmo-msgdb-unset-flag).
2972         (elmo-msgdb-unset-flag): Simplify; Unset 'new flag when unread
2973         flag is unset.
2974
2975 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2976
2977         * modb-standard.el (elmo-msgdb-set-flag): Unset 'new flag when
2978         read flag is set.
2979         (elmo-msgdb-set-flag): Don't remove 'new flag unconditionally.
2980         (elmo-msgdb-unset-flag): Ditto.
2981
2982 2003-11-05  Andreas Fuchs <asf@boinkor.net>
2983
2984         * elmo-split.el (elmo-split): Return split message count.
2985
2986 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2987
2988         * elmo-msgdb.el (elmo-flag-table-get): Check cached if saved flags
2989         is nil.
2990
2991 2003-11-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2992
2993         * elmo.el (elmo-folder-unflag-important): Call
2994         `elmo-global-flag-detach' with 4th argument delete-if-none that is
2995         a symbol `always'.
2996
2997         * elmo-flag.el (elmo-flag-folder-delete-message): Clear hash value
2998         before unset flag.
2999         (elmo-global-flag-detach): Delete the message from flag folder, if
3000         `delete-if-none' is a symbol `always'.
3001
3002 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3003
3004         * elsp-spamfilter.el (elsp-spamfilter-decode-buffer): Renamed from
3005         `elmo-spam-spamfilter-decode-buffer'.
3006         (elsp-spamfilter-register-buffer-internal): New internal function.
3007         (elmo-spam-buffer-spam-p): Use it; Follow the API change.
3008         (elmo-spam-register-spam-buffer): Ditto.
3009         (elmo-spam-register-good-buffer): Ditto.
3010
3011         * elsp-bogofilter.el (elmo-spam-buffer-spam-p): Follow the API
3012         change.
3013         (elmo-spam-bogofilter-register-buffer): Added argument `restore'.
3014         (elmo-spam-register-spam-buffer): Follow the API change.
3015         (elmo-spam-register-good-buffer): Ditto.
3016
3017         * elmo-split.el (toplevel): Require elmo-spam when copmile.
3018         (elmo-split-spam-p): Added argument plist; Call
3019         `elmo-spam-buffer-spam-p' with new argument register.
3020
3021         * elmo-spam.el (elmo-spam-buffer-spam-p): Added optional argument
3022         `register'.
3023         (elmo-spam-message-spam-p): Ditto.
3024         (elmo-spam-register-spam-buffer): Added optional argument
3025         `restore'.
3026         (elmo-spam-register-good-buffer): Ditto.
3027         (elmo-spam-register-spam-messages): Ditto.
3028         (elmo-spam-register-good-messages): Ditto.
3029
3030 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3031
3032         * elsp-spamfilter.el (elmo-spam-register-spam-buffer): Fixed to
3033         register into good corpus.
3034         (elmo-spam-register-good-buffer): Fixed to register into bad
3035         corpus.
3036
3037 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3038
3039         * elmo-version.el (elmo-version): Up to 2.11.20.
3040
3041         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Fixed last
3042         change.
3043
3044         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Determine new
3045         flag without depending on \Recent flag.
3046
3047 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3048
3049         * elsp-spamfilter.el (elsp-spamfilter): Added new slot `modified'.
3050         (elmo-spam-modified-p): Defined.
3051         (elmo-spam-save-status): Set `modified' slot to nil.
3052         (elmo-spam-register-spam-buffer): Set `modified' slot to non nil.
3053         (elmo-spam-register-good-buffer): Ditto.
3054
3055         * elmo-spam.el (elmo-spam-modified-p): New API.
3056
3057 2003-10-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3058
3059         * elmo-msgdb.el (elmo-msgdb-get-message-id-from-buffer): Abolish
3060         duplicate definition.
3061
3062         * elmo-util.el (elmo-unfold-field-body): New function.
3063         (elmo-msgdb-get-message-id-from-buffer): Use it.
3064
3065         * modb-entity.el (elmo-msgdb-create-message-entity-from-buffer):
3066         Fixed the last change; Use elmo-unfold-field-body.
3067
3068 2003-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3069
3070         * modb-entity.el (elmo-msgdb-create-message-entity-from-buffer):
3071         Unfold date value.
3072
3073 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3074
3075         * elmo-spam.el (elmo-spam-save-status): New API.
3076
3077         * elsp-spamfilter.el: New file.
3078
3079 2003-10-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3080
3081         * elmo-split.el (toplevel): Add `elmo-spam-processor' args.
3082
3083 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3084
3085         * elmo-split.el (elmo-split-spam-p): New function.
3086
3087         * elmo-spam.el: New file.
3088
3089         * elsp-bogofilter.el: Ditto.
3090
3091 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
3092
3093         * elmo.el (elmo-folder-next-message-number): New API.
3094         (elmo-folder-next-message-number): Define.
3095         (elmo-message-field): Don't check folder length.
3096
3097         * elmo-net.el (elmo-folder-next-message-number): Define.
3098         (elmo-folder-next-message-number-unplugged): Define.
3099
3100         * elmo-map.el (elmo-folder-next-message-number): Define.
3101         (elmo-folder-delete-messages): Clear hash value.
3102
3103         * elmo-imap4.el (elmo-folder-next-message-number-plugged): Define.
3104
3105         * elmo-dop.el (elmo-folder-next-message-number-dop): New function.
3106         (elmo-folder-delete-messages-dop-delayed): Always return t.
3107
3108         * elmo-version.el (elmo-version): Up to 2.11.19.
3109
3110 2003-10-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3111
3112         * modb-legacy.el (elmo-msgdb-append-entity): Fixed the last
3113         change.
3114
3115         * modb-legacy.el (elmo-msgdb-append-entity): Registered an
3116         identical cons cell into the mark-alist and the hash table.
3117
3118 2003-10-08  Yuuichi Teranishi  <teranisi@gohome.org>
3119
3120         * elmo-pipe.el (elmo-pipe-folder-list-target-messages): Call
3121         elmo-folder-list-messages with argument `visible-only' as t.
3122
3123         * elmo-filter.el (elmo-folder-search-requires-msgdb-p): Define.
3124         (elmo-folder-msgdb-create): Check the target folder.
3125
3126 2003-10-07  Yuuichi Teranishi  <teranisi@gohome.org>
3127
3128         * elmo-imap4.el (elmo-imap4-session-select-mailbox): Use
3129         `permanentflag' instead of `flags'.
3130         (elmo-folder-open): Ditto.
3131         (elmo-imap4-set-flag): Treat \Deleted flag as an exception.
3132         (elmo-imap4-disuse-server-flag-mailbox-regexp): Abolish.
3133         (elmo-folder-use-flag-p): Always return t.
3134         (elmo-imap4-session-select-mailbox): Use value of `flags' if
3135         `permanentflags' does not exist.
3136         (elmo-folder-open): Ditto.
3137
3138 2003-10-06  Yuuichi Teranishi  <teranisi@gohome.org>
3139
3140         * modb-legacy.el (elmo-msgdb-message-entity): Return nil when key
3141         is nil.
3142         * modb-standard.el (elmo-msgdb-message-entity): Ditto.
3143
3144         * elmo-imap4.el (elmo-imap4-session): Added new slot `flags'.
3145         (elmo-imap4-session-select-mailbox): Set it according to the SELECT
3146         response.
3147         (elmo-folder-open): Ditto.
3148         (elmo-imap4-set-flag): Send store flag command only when the `flags'
3149         slot of the session includes the flag.
3150         (elmo-imap4-session-flag-available-p): New function.
3151         (elmo-imap4-folder-list-flagged): Ditto.
3152         (elmo-folder-list-unreads-plugged): Use it.
3153         (elmo-folder-list-importants-plugged): Ditto.
3154         (elmo-folder-list-answereds-plugged): Ditto.
3155         (elmo-imap4-search-internal-primitive): Ditto.
3156         (elmo-imap4-folder-list-any-plugged,
3157         elmo-imap4-folder-list-digest-plugged): Abolish.
3158
3159         * elmo-filter.el (elmo-folder-search): Don't call elmo-list-filter
3160         if numbers is nil.
3161
3162 2003-10-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
3163
3164         * elmo-util.el (toplevel): Require emu for char-list-to-string.
3165
3166 2003-10-05  Yuuichi Teranishi  <teranisi@gohome.org>
3167
3168         * elmo-util.el (elmo-get-hash-val): Simplify.
3169         (elmo-set-hash-val): Rewrite.
3170
3171 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3172
3173         * elmo.el (elmo-folder-list-messages): Append killed messages into
3174         result if `visible-only' is nil and `in-msgdb' is non-nil.
3175
3176         * elmo-util.el (elmo-uniq-list): Added optional argument
3177         `delete-function'.
3178
3179         * modb.el (elmo-msgdb-flag-count): New API.
3180
3181         * modb-standard.el (modb-standard): Added slot flag-count.
3182         (modb-standard-countup-flags): New function.
3183         (modb-standard-load-flag): Call it.
3184         (elmo-msgdb-append): Ditto.
3185         (elmo-msgdb-clear): Clear slot flag-count.
3186         (elmo-msgdb-set-flag): Call modb-standard-countup-flags.
3187         (elmo-msgdb-unset-flag): Treat `all' flag and call
3188         modb-standard-countup-flags.
3189         (elmo-msgdb-flag-count): Define.
3190         (elmo-msgdb-append-entity): Call modb-standard-countup-flags.
3191         (elmo-msgdb-delete-messages): Ditto.
3192
3193         * modb-legacy.el (elmo-msgdb-unset-flag): Treat `all' flag.
3194         (elmo-msgdb-flag-count): Define.
3195
3196         * elmo.el (elmo-folder-list-messages): Undo last change.
3197         (elmo-folder-count-flags): Use elmo-msgdb-flag-count.
3198         (elmo-folder-kill-messages): Unset all flags to numbers.
3199
3200         * elmo-sendlog.el (elmo-folder-delete-messages): Rewrite; use
3201         elmo-folder-kill-messages.
3202
3203         * elmo-nntp.el (elmo-folder-delete-messages): Ditto.
3204         (elmo-nntp-folder-delete-messages): Abolish.
3205
3206         * elmo-version.el (elmo-version): Up to 2.11.18.
3207
3208 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3209
3210         * elmo.el (elmo-folder-kill-messages-before): Abolish.
3211         (elmo-folder-kill-messages-range): New function.
3212         (elmo-folder-synchronize): Use elmo-folder-kill-messages-range
3213         instead of elmo-folder-kill-messages-before.
3214
3215 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
3216
3217         * elmo-imap4.el (elmo-imap4-fetch-callback-1): Use
3218         elmo-imap4-current-msgdb to decide entity handler.
3219
3220 2003-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
3221
3222         * elmo-dop.el (elmo-dop-msgdb): Rewrite.
3223
3224         * modb-legacy.el (elmo-msgdb-overview-entity-get-id-internal): New
3225         inline function.
3226         (elmo-msgdb-overview-entity-get-number-internal): Ditto.
3227         (elmo-msgdb-overview-entity-set-number,
3228         elmo-msgdb-overview-entity-get-references,
3229         elmo-msgdb-overview-entity-set-references,
3230         elmo-msgdb-overview-entity-get-from-no-decode,
3231         elmo-msgdb-overview-entity-get-from,
3232         elmo-msgdb-overview-entity-set-from,
3233         elmo-msgdb-overview-entity-get-subject,
3234         elmo-msgdb-overview-entity-get-subject-no-decode,
3235         elmo-msgdb-overview-entity-set-subject,
3236         elmo-msgdb-overview-entity-get-date,
3237         elmo-msgdb-overview-entity-set-date,
3238         elmo-msgdb-overview-entity-get-to,
3239         elmo-msgdb-overview-entity-get-cc,
3240         elmo-msgdb-overview-entity-get-size,
3241         elmo-msgdb-overview-entity-set-size,
3242         elmo-msgdb-overview-entity-get-extra,
3243         elmo-msgdb-overview-entity-set-extra,
3244         elmo-msgdb-overview-entity-get-extra-field,
3245         elmo-msgdb-overview-entity-set-extra-field): Moved to elmo-msgdb.el.
3246         (elmo-msgdb-make-index): Use
3247         `elmo-msgdb-overview-entity-get-number-internal'.
3248         (elmo-msgdb-clear-index): Ditto.
3249         (elmo-msgdb-append-entity): Ditto;
3250         Use `elmo-msgdb-overview-entity-get-id-internal'.
3251
3252         * elmo-msgdb.el (elmo-msgdb-overview-entity-get-number,
3253         elmo-msgdb-overview-entity-set-number,
3254         elmo-msgdb-overview-entity-get-references,
3255         elmo-msgdb-overview-entity-set-references,
3256         elmo-msgdb-overview-entity-get-from-no-decode,
3257         elmo-msgdb-overview-entity-get-from,
3258         elmo-msgdb-overview-entity-set-from,
3259         elmo-msgdb-overview-entity-get-subject,
3260         elmo-msgdb-overview-entity-get-subject-no-decode,
3261         elmo-msgdb-overview-entity-set-subject,
3262         elmo-msgdb-overview-entity-get-date,
3263         elmo-msgdb-overview-entity-set-date,
3264         elmo-msgdb-overview-entity-get-to,
3265         elmo-msgdb-overview-entity-get-cc,
3266         elmo-msgdb-overview-entity-get-size,
3267         elmo-msgdb-overview-entity-set-size,
3268         elmo-msgdb-overview-entity-get-extra,
3269         elmo-msgdb-overview-entity-set-extra,
3270         elmo-msgdb-overview-entity-get-extra-field,
3271         elmo-msgdb-overview-entity-set-extra-field): Moved from modb-legacy.el
3272         and rewrote for backward compatibility.
3273
3274 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3275
3276         * elmo.el (elmo-message-entity-number,
3277         elmo-message-entity-set-number,
3278         elmo-message-entity-field,
3279         elmo-message-entity-set-field): Moved to elmo-msgdb.el.
3280
3281         * elmo-msgdb.el (elmo-message-entity-number,
3282         elmo-message-entity-set-number,
3283         elmo-message-entity-field,
3284         elmo-message-entity-set-field): Moved from elmo.el.
3285
3286 2003-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
3287
3288         * elmo.el (toplevel): Changed definition orders.
3289
3290 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3291
3292         * modb.el (elmo-msgdb-search): New API .
3293         (elmo-msgdb-match-condition): Ditto.
3294
3295         * modb-standard.el (elmo-msgdb-search): Define.
3296
3297         * modb-legacy.el (elmo-msgdb-search): Ditto.
3298
3299         * modb-entity.el (elmo-msgdb-message-match-condition): Renamed
3300         from elmo-msgdb-match-condition-internal.
3301
3302         * elmo.el (elmo-folder-search-fast): Abolish.
3303         (elmo-folder-search): Use elmo-msgdb-search and
3304         elmo-with-progress-display.
3305
3306         * elmo-msgdb.el (elmo-msgdb-match-condition): Removed; redefined
3307         as msgdb API.
3308
3309         * elmo.el (elmo-folder): Remove slot message-modified and
3310         flag-modified.
3311         (elmo-folder-set-message-modified): Abolish.
3312         (elmo-generic-folder-commit): Follow the change above.
3313         (elmo-folder-synchronize): Ditto.
3314
3315         * elmo-pipe.el (elmo-folder-set-message-modified): Abolish.
3316
3317         * elmo-multi.el (elmo-folder-set-message-modified): Ditto.
3318
3319         * elmo-filter.el (elmo-folder-set-message-modified): Ditto.
3320
3321 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3322
3323         * modb-standard.el (modb-standard-make-message-entity,
3324         elmo-msgdb-make-message-entity,
3325         elmo-msgdb-create-message-entity-from-buffer,
3326         elmo-msgdb-message-entity-number,
3327         elmo-msgdb-message-entity-set-number,
3328         elmo-msgdb-message-entity-field,
3329         elmo-msgdb-message-entity-set-field,
3330         elmo-msgdb-copy-message-entity,
3331         elmo-msgdb-match-condition-internal): Remove.
3332
3333         * modb-entity.el: New file (again).
3334
3335         * modb.el (toplevel): Require modb-entity.
3336         (elmo-msgdb-message-entity-handler): New method.
3337
3338         * modb-standard.el (modb-standard-entity-id): Use
3339         elmo-message-entity-handler.
3340         (modb-standard-load-entity): Ditto.
3341         (elmo-msgdb-append-entity): Ditto.
3342         (elmo-msgdb-create-message-entity-from-buffer): Ditto.
3343
3344         * modb-legacy.el (elmo-msgdb-get-decoded-cache,
3345         elmo-msgdb-decoded-cache-hashtb,
3346         (modb-legacy-make-message-entity,
3347         elmo-msgdb-make-message-entity,
3348         elmo-msgdb-create-message-entity-from-buffer,
3349         elmo-msgdb-message-entity-number,
3350         elmo-msgdb-message-entity-set-number,
3351         elmo-msgdb-message-entity-field,
3352         elmo-msgdb-message-entity-set-field,
3353         elmo-msgdb-copy-message-entity,
3354         elmo-msgdb-match-condition-internal,
3355         elmo-msgdb-match-condition-primitive): Moved to modb-entity.el.
3356
3357         * elmo.el (elmo-message-copy-entity): Use elmo-message-entity-handler.
3358         (elmo-message-entity-set-number): Ditto.
3359         (elmo-message-entity-field): Ditto.
3360         (elmo-message-entity-set-field): Ditto.
3361
3362         * elmo-shimbun.el (elmo-shimbun-msgdb-create-entity): Ditto.
3363
3364         * elmo-sendlog.el (elmo-folder-msgdb-create): Ditto.
3365
3366         * elmo-pop3.el (elmo-pop3-msgdb-create-message): Ditto.
3367
3368         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Ditto.
3369         (elmo-nntp-msgdb-create-message): Ditto.
3370
3371         * elmo-nmz.el (elmo-nmz-msgdb-create-entity): Ditto.
3372         (elmo-folder-msgdb-create): Add unread flag.
3373
3374         * elmo-maildir.el (elmo-folder-msgdb-create): Ditto.
3375
3376         * elmo-localdir.el (elmo-localdir-msgdb-create-entity): Ditto.
3377
3378         * elmo-imap4.el (elmo-imap4-fetch-callback-1): Ditto.
3379
3380         * elmo-cache.el (elmo-folder-msgdb-create): Ditto.
3381
3382         * elmo-archive.el (elmo-archive-msgdb-create-entity-subr): Call
3383         elmo-msgdb-messge-entity-handler.
3384         * elmo-version.el (elmo-version): Up to 2.11.17.
3385
3386 2003-09-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3387
3388         * elmo-shimbun.el (elmo-shimbun-update-overview): Fixed the last
3389         change.
3390
3391 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3392
3393         * elmo.el (elmo-message-field): Use elmo-message-entity-field.
3394
3395         * elmo-msgdb.el (elmo-msgdb-get-number): Abolish.
3396         (elmo-msgdb-get-parent-entity): Use elmo-message-entity-field.
3397         (elmo-msgdb-flag-table): Ditto.
3398         (elmo-msgdb-sort-by-date): Ditto.
3399
3400         * modb.el (elmo-msgdb-create-message-entity-from-file): Define.
3401
3402         * modb-standard.el (toplevel): Require mime.
3403         (modb-standard-entity-id): Use elmo-msgdb-message-entity-field.
3404         (modb-standard-load-entity): Use elmo-msgdb-message-entity-field and
3405         elmo-msgdb-message-entity-number.
3406         (elmo-msgdb-append-entity): Ditto.
3407         (elmo-msgdb-create-message-entity-from-file): Remove.
3408         (elmo-msgdb-create-message-entity-from-buffer): Use msgdb which 
3409         corresponds to the entity.
3410         (elmo-msgdb-message-entity-number): Do nothing currently.
3411         (elmo-msgdb-message-entity-field): Ditto.
3412         (elmo-msgdb-message-entity-set-field): Ditto.
3413         (elmo-msgdb-copy-message-entity): Ditto.
3414         (elmo-msgdb-match-condition-internal): Ditto.
3415
3416         * modb-legacy.el (elmo-msgdb-insert-file-header): Moved to
3417         elmo-util.el.
3418         (elmo-msgdb-create-message-entity-from-file): Remove.
3419
3420         * elmo-util.el (elmo-msgdb-insert-file-header): Moved from
3421         modb-legacy.el.
3422         (elmo-multiple-field-body): Moved from elmo-msgdb.el.
3423
3424         * elmo-msgdb.el (elmo-multiple-field-body): Moved to elmo-util.el.
3425
3426 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3427
3428         * modb.el (elmo-msgdb-make-message-entity): Define simple one.
3429         (elmo-msgdb-message-entity-field): Ditto.
3430         (elmo-msgdb-message-entity-number): Ditto.
3431
3432 2003-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3433
3434         * modb-standard.el (elmo-msgdb-create-message-entity-from-buffer): 
3435         Fixed how to set extra field into entity.
3436         (elmo-msgdb-message-entity-set-field): Fixed mistake string for
3437         symbol.
3438
3439         * modb-legacy.el (elmo-msgdb-create-message-entity-from-buffer):
3440         Fixed how to set extra field into entity.
3441         (elmo-msgdb-message-entity-set-field): Fixed mistake string for
3442         symbol.
3443
3444 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3445
3446         * modb.el (elmo-message-entity-db): New function.
3447         (elmo-msgdb-make-message-entity): New API.
3448         (elmo-msgdb-message-entity-number): Ditto.
3449         (elmo-msgdb-message-entity-set-number): Ditto.
3450         (elmo-msgdb-message-entity-field): Ditto.
3451         (elmo-msgdb-message-entity-set-field): Ditto.
3452         (elmo-msgdb-copy-message-entity): Ditto.
3453         (elmo-msgdb-create-message-entity-from-file): Ditto.
3454         (elmo-msgdb-create-message-entity-from-buffer): Ditto.
3455         (elmo-msgdb-match-condition-internal): Ditto.
3456
3457         * modb-standard.el (modb-legacy): Require modb-legacy.
3458         (modb-standard-make-message-entity): New inline function.
3459         (elmo-msgdb-make-message-entity): Define.
3460         (elmo-msgdb-create-message-entity-from-file): Ditto.
3461         (elmo-msgdb-create-message-entity-from-buffer): Ditto.
3462         (elmo-msgdb-message-entity-field): Ditto.
3463         (elmo-msgdb-message-entity-set-field): Ditto.
3464         (elmo-msgdb-copy-message-entity): Ditto.
3465         (elmo-msgdb-match-condition-internal): Ditto.
3466
3467         * modb-legacy.el: Don't require modb-entity.
3468         (elmo-msgdb-decoded-cache-hashtb): Moved from elmo-msgdb.el
3469         (elmo-msgdb-match-condition-primitive): Ditto.
3470         (elmo-msgdb-get-decoded-cache): Ditto.
3471         (elmo-msgdb-overview-entity-get-id): Ditto.
3472         (elmo-msgdb-overview-entity-get-number): Ditto.
3473         (elmo-msgdb-overview-entity-set-number): Ditto.
3474         (elmo-msgdb-overview-entity-get-references): Ditto.
3475         (elmo-msgdb-overview-entity-set-references): Ditto.
3476         (elmo-msgdb-overview-entity-get-from-no-decode): Ditto.
3477         (elmo-msgdb-overview-entity-get-from): Ditto.
3478         (elmo-msgdb-overview-entity-set-from): Ditto.
3479         (elmo-msgdb-overview-entity-get-subject): Ditto.
3480         (elmo-msgdb-overview-entity-get-subject-no-decode): Ditto.
3481         (elmo-msgdb-overview-entity-set-subject): Ditto.
3482         (elmo-msgdb-overview-entity-get-date): Ditto.
3483         (elmo-msgdb-overview-entity-set-date): Ditto.
3484         (elmo-msgdb-overview-entity-get-to): Ditto.
3485         (elmo-msgdb-overview-entity-get-cc): Ditto.
3486         (elmo-msgdb-overview-entity-get-size): Ditto.
3487         (elmo-msgdb-overview-entity-set-size): Ditto.
3488         (elmo-msgdb-overview-entity-get-extra): Ditto.
3489         (elmo-msgdb-overview-entity-set-extra): Ditto.
3490         (elmo-msgdb-overview-entity-get-extra-field): Ditto.
3491         (elmo-msgdb-overview-entity-set-extra-field): Ditto.
3492         (elmo-msgdb-number-load): Ditto.
3493         (elmo-msgdb-overview-load): Ditto.
3494         (elmo-msgdb-mark-load): Ditto.
3495         (elmo-msgdb-number-save): Ditto.
3496         (elmo-msgdb-mark-save): Ditto.
3497         (elmo-msgdb-overview-save): Ditto.
3498         (modb-legacy-make-message-entity): New inline function.
3499         (elmo-msgdb-insert-file-header): Ditto.
3500         (elmo-msgdb-make-message-entity): Define.
3501         (elmo-msgdb-create-message-entity-from-file): Ditto.
3502         (elmo-msgdb-create-message-entity-from-buffer): Ditto.
3503         (elmo-msgdb-message-entity-number): Ditto.
3504         (elmo-msgdb-message-entity-set-number): Ditto.
3505         (elmo-msgdb-message-entity-field): Ditto.
3506         (elmo-msgdb-message-entity-set-field): Ditto.
3507         (elmo-msgdb-copy-message-entity): Ditto.
3508         (elmo-msgdb-match-condition-internal): Ditto.
3509
3510         * elmo.el (elmo-find-fetch-strategy): Use elmo-message-entity-field.
3511         (elmo-message-copy-entity): Rewrite.
3512         (elmo-message-entity-number): Ditto.
3513         (elmo-message-entity-set-number): Ditto.
3514         (elmo-message-entity-field): Use elmo-message-entity-db.
3515         (elmo-message-entity-set-field): Ditto.
3516         (elmo-message-field): Rewrite.
3517
3518         * elmo-util.el (elmo-msgdb-get-last-message-id): Moved from
3519         elmo-msgdb.el
3520         (elmo-msgdb-get-message-id-from-buffer): Ditto.
3521
3522         * elmo-shimbun.el (elmo-shimbun-folder-entity-hash): Use
3523         elmo-message-entity-field.
3524         (elmo-shimbun-folder-shimbun-header): Ditto.
3525         (elmo-shimbun-entity-to-header): Ditto.
3526         (elmo-folder-msgdb-create): Ditto.
3527         (elmo-shimbun-msgdb-create-entity): Ditto;
3528         Use elmo-msgdb-create-message-entity-from-buffer.
3529         (elmo-shimbun-update-overview): Use elmo-message-entity-set-field.
3530         (elmo-map-folder-list-message-locations): elmo-message-entity-field.
3531
3532         * elmo-sendlog.el (elmo-folder-msgdb-create): Use
3533         elmo-msgdb-create-message-entity-from-file and 
3534         elmo-message-entity-field.
3535
3536         * elmo-pop3.el (elmo-pop3-sort-msgdb-by-original-number): Use
3537         elmo-message-entity-number.
3538         (elmo-pop3-msgdb-create-message): Use
3539         elmo-msgdb-create-message-entity-from-buffer,
3540         elmo-message-entity-set-field, elmo-message-entity-number and
3541         elmo-message-entity-set-number.
3542
3543         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Follow
3544         the API change in elmo-msgdb-make-message-entity.
3545         (elmo-nntp-msgdb-create-message): Use
3546         elmo-msgdb-create-message-entity-from-buffer.
3547
3548         * elmo-nmz.el (elmo-nmz-msgdb-create-entity): Use
3549         elmo-message-entity-field and
3550         elmo-msgdb-create-message-entity-from-file.
3551
3552         * elmo-msgdb.el (toplevel): Don't require modb-entity.
3553         (elmo-msgdb-get-field): Abolish.
3554         (elmo-msgdb-get-number): Rewrite.
3555         (elmo-msgdb-sort-by-date): Use elmo-message-entity-field.
3556         (elmo-msgdb-flag-table): Ditto.
3557         (elmo-msgdb-get-last-message-id,
3558         elmo-msgdb-number-load, elmo-msgdb-overview-load,
3559         elmo-msgdb-mark-load, elmo-msgdb-number-save,
3560         elmo-msgdb-mark-save, elmo-msgdb-overview-save): Moved to modb-legacy.
3561         (elmo-msgdb-create-overview-from-buffer,
3562         elmo-msgdb-overview-get-parent-entity): Abolish.
3563
3564         * elmo-mime.el (elmo-mime-display-as-is): Use
3565         elmo-message-entity-field.
3566
3567         * elmo-map.el (elmo-folder-pack-numbers): Use
3568         elmo-message-entity-set-number.
3569
3570         * elmo-maildir.el (elmo-folder-msgdb-create): 
3571         elmo-msgdb-create-message-entity-from-file instead of
3572         elmo-msgdb-create-overview-entity-from-file.
3573
3574         * elmo-localdir.el (elmo-localdir-msgdb-create-entity): Added argument
3575         msgdb.
3576         (elmo-folder-msgdb-create): Use elmo-message-entity-field.
3577         (elmo-folder-pack-numbers): Use elmo-message-entity-set-number.
3578
3579         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Use
3580         elmo-messge-entity-field and elmo-message-entity-number.
3581         (elmo-imap4-fetch-callback-1): Call
3582         elmo-msgdb-create-message-entity-from-buffer instead of
3583         elmo-msgdb-create-overview-from-buffer. 
3584         (elmo-folder-msgdb-create-plugged): Use elmo-messge-entity-field.
3585         (elmo-find-fetch-strategy): Likewise.
3586
3587         * elmo-flag.el (elmo-folder-msgdb-create): Call 
3588         elmo-localdir-msgdb-create-entity with argument msgdb.
3589
3590         * elmo-dop.el (elmo-dop-msgdb): Use elmo-message-entity-number
3591         and elmo-message-entity-set-number.
3592
3593         * elmo-cache.el (elmo-folder-msgdb-create): Use
3594         elmo-message-entity-field.
3595         (elmo-folder-msgdb-create): Call
3596         elmo-msgdb-create-message-entity-from-file instead of
3597         elmo-msgdb-create-overview-entity-from-file.
3598
3599         * elmo-archive.el (elmo-archive-msgdb-create-entity-subr): Added
3600         argument msgdb; Call elmo-msgdb-create-message-from-buffer
3601         instead of elmo-msgdb-create-overview-from-buffer.
3602         (elmo-archive-msgdb-create-entity): Ditto.
3603         (elmo-archive-msgdb-create-as-numlist-subr1): Use
3604         elmo-message-entity-field.
3605         (elmo-archive-parse-mmdf): Ditto.
3606
3607         * modb-entity.el: Removed.
3608
3609         * elmo-version.el (elmo-version): Up to 2.11.16.
3610
3611 2003-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
3612
3613         * elmo-map.el (elmo-folder-unflag-answered): Added optional argument
3614         `is-local'.
3615         (elmo-folder-flag-as-answered): Ditto.
3616
3617 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3618
3619         * modb-standard.el: New file.
3620
3621         * elmo.el (elmo-folder-clear): Reconstruct msgdb if
3622         elmo-msgdb-convert-type is `sync'.
3623
3624         * elmo-vars.el (elmo-msgdb-default-type): Added `standard'.
3625         (elmo-msgdb-convert-type): New user option.
3626
3627         * elmo-msgdb.el (elmo-msgdb-load-priorities): New internal variable.
3628         (elmo-load-msgdb): Auto detect saved type.
3629
3630         * elmo-version.el (elmo-version): Up to 2.11.15.
3631
3632 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3633
3634         * elmo-flag.el (elmo-folder-list-global-flag-messages): New function.
3635
3636         * elmo.el (elmo-folder-delete-messages): Added notice in docstring.
3637         (elmo-folder-move-messages): Call elmo-global-flag-detach-messages
3638         with argument `delete-if-none' when dst-folder is 'null.
3639
3640         * elmo-flag.el (elmo-folder-append-messages): Defined.
3641         (elmo-global-flag-detach-messages): Added argumnet `delete-if-none'.
3642
3643 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3644
3645         * elmo-flag.el (elmo-folder-initialize): Fixed ("/.minfo"->".minfo").
3646
3647 2003-09-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3648
3649         * elmo-flag.el (elmo-folder-expand-msgdb-path): Define.
3650         (elmo-folder-initialize): Use `elmo-folder-msgdb-path'.
3651         (elmo-folder-commit): Ditto.
3652
3653 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3654
3655         * elmo-flag.el: New file.
3656
3657         * elmo-mark.el: Removed.
3658
3659         * modb-legacy.el (modb-legacy-new-mark,
3660         modb-legacy-unread-uncached-mark,
3661         modb-legacy-unread-cached-mark,
3662         modb-legacy-read-uncached-mark,
3663         modb-legacy-answered-cached-mark,
3664         modb-legacy-answered-uncached-mark,
3665         modb-legacy-important-mark): New constants (Moved from elmo-msgdb.el);
3666         All other related portions are changed.
3667
3668         * elmo.el (luna-define-class): Changed mark-modified to flag-modified.
3669         (elmo-folder-list-messages-with-global-mark): Abolish.
3670         (elmo-folder-unflag-important): Renamed from `mark' to `flag'.
3671         (elmo-folder-flag-as-important): Ditto.
3672         (elmo-folder-unflag-read): Ditto.
3673         (elmo-folder-flag-as-read): Ditto.
3674         (elmo-folder-unflag-answered): Ditto.
3675         (elmo-folder-flag-as-answered): Ditto.
3676         (elmo-message-encache): Return the cache path.
3677         (elmo-folder-move-messages): Call elmo-global-flag-detach-messages.
3678         (elmo-message-set-flag): Transitional implementation.
3679         (elmo-message-unset-flag): Ditto.
3680         (elmo-folder-unflag-important): Call elmo-global-flag-detach.
3681         (elmo-folder-flag-as-important): Call elmo-global-flag-set.
3682         (elmo-init): Call elmo-global-flag-initialize.
3683         (toplevel): Added autoload settings for elmo-flag.
3684
3685         * elmo-vars.el (elmo-msgdb-global-mark-filename): Abolished.
3686
3687         * elmo-util.el: Removed all elmo-msgdb-global-mark stuff.
3688         (elmo-file-cache-delete): Don't treat global-mark.
3689
3690         * elmo-shimbun.el (elmo-folder-msgdb-create): Ditto.
3691
3692         * elmo-sendlog.el (elmo-folder-msgdb-create): Ditto.
3693
3694         * elmo-pop3.el (elmo-pop3-msgdb-create-message): Call
3695         `elmo-global-flags-set'.
3696
3697         * elmo-pipe.el (elmo-folder-flag-as-read): Renamed from `mark' to
3698         `flag'.
3699         (elmo-folder-unflag-read): Ditto.
3700         (elmo-folder-unflag-important): Ditto.
3701         (elmo-folder-flag-as-important): Ditto.
3702         (elmo-folder-unflag-answered): Ditto.
3703         (elmo-folder-flag-as-answered): Ditto.
3704
3705         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Call
3706         `elmo-global-flags-set'.
3707         (elmo-folder-flag-as-read): Renamed from `mark' to `flag'.
3708
3709         * elmo-nmz.el (elmo-folder-msgdb-create): Always put `new' flag.
3710
3711         * elmo-net.el (elmo-folder-unflag-important): Renamed from `mark' to
3712         `flag'.
3713         (elmo-folder-flag-as-important): Ditto.
3714         (elmo-folder-unflag-important): Ditto.
3715         (elmo-folder-flag-as-important): Ditto.
3716         (elmo-folder-unflag-read): Ditto.
3717         (elmo-folder-flag-as-read): Ditto.
3718         (elmo-folder-unflag-answered): Ditto.
3719         (elmo-folder-flag-as-answered): Ditto.
3720
3721         * elmo-multi.el (elmo-folder-list-importants): Don't call
3722         elmo-folder-list-messages-with-global-mark.
3723         (elmo-folder-flag-as-important): Renamed from `mark' to `flag'.
3724         (elmo-folder-unflag-important): Ditto.
3725         (elmo-folder-flag-as-read): Ditto.
3726         (elmo-folder-unflag-read): Ditto.
3727         (elmo-folder-flag-as-answered): Ditto.
3728         (elmo-folder-unflag-answered): Ditto.
3729
3730         * elmo-msgdb.el (elmo-msgdb-new-mark,
3731         elmo-msgdb-unread-uncached-mark, elmo-msgdb-unread-cached-mark,
3732         elmo-msgdb-read-uncached-mark, elmo-msgdb-answered-cached-mark,
3733         elmo-msgdb-answered-uncached-mark, elmo-msgdb-important-mark): Removed
3734         (Moved to modb-legacy.el).
3735         (elmo-flag-table-get): Treat important flag too.
3736
3737         * elmo-map.el (elmo-map-folder-unflag-important): Renamed from
3738         `mark' to `flag'.
3739         (elmo-map-folder-flag-as-important): Ditto.
3740         (elmo-map-folder-unflag-read): Ditto.
3741         (elmo-map-folder-flag-as-read): Ditto.
3742         (elmo-map-folder-unflag-answered): Ditto.
3743         (elmo-map-folder-flag-as-answered): Ditto.
3744         (elmo-folder-unflag-important): Ditto.
3745         (elmo-folder-flag-as-important): Ditto.
3746         (elmo-folder-unflag-read): Ditto.
3747         (elmo-folder-flag-as-read): Ditto.
3748         (elmo-folder-unflag-answered): Ditto.
3749         (elmo-folder-flag-as-answered): Ditto.
3750
3751         * elmo-maildir.el (elmo-folder-msgdb-create): Ditto.
3752         (elmo-map-folder-flag-as-important): Renamed from `mark' to
3753         `flag'.
3754         (elmo-map-folder-unflag-important): Ditto.
3755         (elmo-map-folder-flag-as-read): Ditto.
3756         (elmo-map-folder-unflag-read): Ditto.
3757         (elmo-map-folder-flag-as-answered): Ditto.
3758         (elmo-map-folder-unflag-answered): Ditto.
3759
3760         * elmo-localdir.el (elmo-folder-msgdb-create): Call
3761         `elmo-global-flags-set'.
3762         (elmo-global-flags-set): Added autoload setting.
3763
3764         * elmo-internal.el (elmo-internal-folder-list): Changed `mark' to
3765         `flag'.
3766
3767         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Don't call
3768         `elmo-msgdb-global-mark-set'.
3769         (elmo-folder-msgdb-create-plugged): Changed callback-data structure;
3770         Call `elmo-global-flags-set'.
3771         (elmo-folder-unflag-important-plugged): Renamed from `mark' to
3772         `flag'.
3773         (elmo-folder-flag-as-important-plugged): Ditto.
3774         (elmo-folder-unflag-read-plugged): Ditto.
3775         (elmo-folder-flag-as-read-plugged): Ditto.
3776         (elmo-folder-unflag-answered-plugged): Ditto.
3777         (elmo-folder-flag-as-answered-plugged): Ditto.
3778         (elmo-global-flags-set): Added autoload setting.
3779
3780         * elmo-filter.el (elmo-folder-flag-as-read): Renamed from `mark' to
3781         `flag'.
3782         (elmo-folder-unflag-read): Ditto.
3783         (elmo-folder-flag-as-important): Ditto.
3784         (elmo-folder-unflag-important): Ditto.
3785         (elmo-folder-flag-as-answered): Ditto.
3786         (elmo-folder-unflag-answered): Ditto.
3787
3788         * elmo-dop.el (elmo-dop-queue-merge-method-list): Follow the API
3789         change of `mark'->`flag'.
3790         (elmo-dop-queue-method-name-alist): Ditto.
3791         (elmo-folder-flag-as-read-dop): Renamed from `mark' to `flag'.
3792         (elmo-folder-unflag-read-dop): Ditto.
3793         (elmo-folder-flag-as-important-dop): Ditto.
3794         (elmo-folder-unflag-important-dop): Ditto.
3795         (elmo-folder-flag-as-answered-dop): Ditto.
3796         (elmo-folder-unflag-answered-dop): Ditto.
3797
3798         * elmo-cache.el (elmo-folder-msgdb-create): Call
3799         `elmo-global-flags-set'.
3800
3801         * elmo-archive.el (elmo-archive-msgdb-create-as-numlist-subr1):
3802         Call `elmo-global-flags-set'.
3803         (elmo-archive-msgdb-create-as-numlist-subr2): Call
3804         elmo-archive-parse-mmdf with argument `folder'.
3805         (elmo-archive-parse-mmdf): Added argument `folder';
3806         Call `elmo-global-flags-set'.
3807
3808         * elmo-version.el (elmo-version): Up to 2.11.14.
3809
3810 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3811
3812         * modb.el (elmo-msgdb-length): Define.
3813
3814         * elmo.el (elmo-make-folder): Fixed.
3815         (elmo-generic-folder-append-messages): Follow the API change.
3816
3817         * elmo-dop.el (elmo-folder-append-buffer-dop-delayed): Follow the
3818         API change.
3819
3820 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3821
3822         * modb.el: New file.
3823
3824         * modb-entity.el: Ditto.
3825
3826         * modb-legacy.el: Ditto.
3827
3828         * elmo-msgdb.el (elmo-make-msgdb): Added 2nd argument `type'.
3829         (elmo-msgdb-get-number): Use `elmo-msgdb-message-entity' instead
3830         of `elmo-msgdb-overview-get-entity'.
3831         (elmo-msgdb-get-field): Ditto.
3832         (elmo-msgdb-merge): Moved to `elmo.el'.
3833         (elmo-msgdb-length): Removed; redefine as modb method.
3834         (elmo-msgdb-change-mark): Abolish.
3835         (elmo-msgdb-out-of-date-messages): Rewrite; don't use it.
3836         (elmo-msgdb-match-condition): Don't use mark.
3837         (elmo-msgdb-overview-get-entity): Abolish.
3838         Split modb part into `modb*.el'.
3839
3840         * elmo-vars.el (elmo-msgdb-default-type): New user option.
3841
3842         * elmo-shimbun.el (shimbun-mua-search-id): Use
3843         `elmo-msgdb-message-entity' instead of
3844         `elmo-msgdb-overview-get-entity'.
3845         (elmo-shimbun-folder-shimbun-header): Ditto.
3846         (elmo-shimbun-get-headers): Ditto.
3847         (elmo-shimbun-update-overview): Ditto.
3848
3849         * elmo-mime.el (elmo-mime-display-as-is): Ditto.
3850
3851         * elmo-filter.el (elmo-folder-msgdb-create): Ditto.
3852
3853         * elmo.el (elmo-folder-list-messages-with-global-mark): Ditto.
3854         (elmo-msgdb-merge): Moved from `elmo-msgdb.el'.
3855
3856         * elmo-mark.el (elmo-mark-folder-msgdb-create): Don't use
3857         `elmo-msgdb-mark-to-flags'.
3858
3859         * elmo-map.el (elmo-folder-pack-numbers): Don't use
3860         `elmo-msgdb-set-path'.
3861
3862         * elmo-localdir.el (elmo-folder-pack-numbers): Ditto.
3863  
3864         * elmo-version.el (elmo-version): Up to 2.11.13.
3865
3866         * elmo.el (elmo-generic-folder-commit): Don't load msgdb.
3867
3868         * elmo-mark.el (elmo-mark-folder-msgdb-create): Use flag instead
3869         of mark.
3870
3871 2003-09-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3872
3873         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Fixed paren
3874         mismatch.
3875
3876 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3877
3878         * elmo.el (elmo-message-cached-p): Use `elmo-message-flagged-p'
3879         instead of `elmo-msgdb-get-cached'.
3880         (elmo-message-set-cached): Don't use `elmo-msgdb-set-cached'.
3881
3882         * elmo-msgdb.el (elmo-msgdb-get-cached): Abolish.
3883         (elmo-msgdb-set-cached): Ditto.
3884         (elmo-msgdb-set-flag): Rewrite.
3885         (elmo-msgdb-unset-flag): Ditto.
3886
3887         * elmo-msgdb.el: Rewrite with luna.
3888
3889         * elmo.el (elmo-folder-msgdb-load): Renamed from `elmo-msgdb-load'.
3890         (elmo-folder-msgdb): Follow the change above.
3891         (elmo-generic-folder-commit): Use `elmo-msgdb-save'.
3892         (elmo-folder-unmark-important): Follow the API change.
3893         (elmo-folder-mark-as-important): Ditto.
3894         (elmo-folder-unmark-read): Ditto.
3895         (elmo-folder-mark-as-read): Ditto.
3896         (elmo-folder-unmark-answered): Ditto.
3897         (elmo-folder-mark-as-answered): Ditto.
3898         (elmo-folder-clear): Likewise.
3899
3900         * elmo-imap4.el (elmo-folder-open): Use `elmo-folder-msgdb-load'
3901         instead of `elmo-msgdb-load' (renamed).
3902
3903         * elmo-version.el (elmo-version): Up to 2.11.12.
3904
3905 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3906
3907         * elmo.el (elmo-generic-folder-append-messages): Follow the API
3908         change.
3909         (elmo-message-mark): Abolish.
3910         (elmo-folder-synchronize): Use `elmo-msgdb-out-of-date-messages'
3911         instead of `elmo-msgdb-change-mark'.
3912
3913         * elmo-pipe.el (elmo-message-mark): Abolish.
3914
3915         * elmo-multi.el (elmo-message-mark): Ditto.
3916
3917         * elmo-msgdb.el (elmo-msgdb-new-mark): Changed to constant.
3918         (elmo-msgdb-unread-uncached-mark): Ditto.
3919         (elmo-msgdb-unread-cached-mark): Ditto.
3920         (elmo-msgdb-read-uncached-mark): Ditto.
3921         (elmo-msgdb-answered-cached-mark): Ditto.
3922         (elmo-msgdb-answered-uncached-mark): Ditto.
3923         (elmo-msgdb-important-mark): Ditto.
3924         (elmo-msgdb-flags-to-mark): Remove arguments `cached' and
3925         `use-cache'.
3926         (elmo-msgdb-append-entity): Changed 3rd arg from `mark' to
3927         `flags'.
3928         (elmo-flag-table-load): Changed flag to list of flag.
3929         (elmo-flag-table-set): If flags is nil, set read flag.
3930         (elmo-flag-table-get): Return derived flags from global mark,
3931         cache status and saved flags.
3932         (elmo-msgdb-flag-table): Follow the change above.
3933         (elmo-msgdb-out-of-date-messages): New function.
3934
3935         * elmo-shimbun.el (elmo-folder-msgdb-create): Follow the API change.
3936
3937         * elmo-sendlog.el (elmo-folder-msgdb-create): Ditto.
3938
3939         * elmo-pop3.el (elmo-pop3-msgdb-create-message): Ditto.
3940
3941         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Ditto.
3942         (elmo-nntp-msgdb-create-message): Ditto.
3943
3944         * elmo-map.el (elmo-folder-pack-numbers): Ditto.
3945
3946         * elmo-maildir.el (elmo-maildir-list-location): Treat flags as
3947         independent.
3948         (elmo-folder-msgdb-create): Follow the API change.
3949
3950         * elmo-localdir.el (elmo-folder-msgdb-create): Ditto.
3951         (elmo-folder-append-messages): Ditto.
3952
3953         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Ditto.
3954         (elmo-folder-append-buffer): Ditto.
3955
3956         * elmo-filter.el (elmo-folder-msgdb-create): Ditto.
3957
3958         * elmo-cache.el (elmo-folder-msgdb-create): Ditto.
3959
3960         * elmo-archive.el (elmo-archive-msgdb-create-as-numlist-subr1): Ditto.
3961         (elmo-archive-parse-mmdf): Ditto.
3962
3963         * elmo-version.el (elmo-version): Up to 2.11.11.
3964
3965 2003-09-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3966
3967         * elmo.el (elmo-message-flags): Use `elmo-msgdb-flags' instead of
3968         `elmo-msgdb-mark'.
3969
3970         * elmo-util.el (elmo-with-progress-display): Fixed edebug spec.
3971
3972         * elmo-pipe.el (elmo-message-flags): Defined.
3973
3974         * elmo-multi.el (elmo-message-flags): Ditto.
3975
3976 2003-09-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3977
3978         * elmo-msgdb.el (elmo-msgdb-delete-messages): Renamed from
3979         `elmo-msgdb-delete-msgs'.
3980
3981         * elmo.el (elmo-folder-count-flags): Don't use
3982         `elmo-msgdb-get-mark-alist'.
3983         (elmo-folder-detach-messages): Follow the API change.
3984
3985         * elmo.el (elmo-folder-list-messages): Append killed messages into
3986         result if `visible-only' is nil.
3987
3988         * elmo-nntp.el (elmo-nntp-catchup-msgdb): Return a list of
3989         canceled messages.
3990         (elmo-nntp-folder-msgdb-create): Kill messages which already canceled.
3991         (elmo-folder-update-number): Likewise.
3992
3993         * elmo-pop3.el (elmo-pop3-sort-overview-by-original-number): Abolish.
3994         (elmo-pop3-sort-msgdb-by-original-number): Use
3995         `elmo-msgdb-sort-entities'.
3996
3997         * elmo-msgdb.el (elmo-msgdb-sort-entities): New function.
3998         (elmo-msgdb-sort-by-date): Use it.
3999         (elmo-msgdb-overview-sort-by-date): Abolish.
4000
4001         * elmo-dop.el (elmo-folder-status-dop): Fixed.
4002
4003         * elmo-msgdb.el (elmo-msgdb-list-messages): Undo last change.
4004         (elmo-msgdb-flags): New function.
4005         (elmo-msgdb-merge): Use elmo-msgdb-append.
4006
4007         * elmo-localdir.el (elmo-folder-pack-numbers): Fixed the last
4008         change.
4009
4010         * elmo-map.el (elmo-folder-pack-numbers): Ditto.
4011
4012         * elmo-dop.el (elmo-folder-status-dop): Use
4013         elmo-folder-list-messages instead of elmo-msgdb-list-messages.
4014
4015 2003-09-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4016
4017         * elmo-map.el (elmo-folder-pack-numbers): Rewrite.
4018
4019         * elmo-localdir.el (elmo-folder-pack-numbers): Fixed last change.
4020
4021         * elmo-msgdb.el (elmo-msgdb-append-entity): Fixed.
4022
4023         * elmo-util.el (elmo-with-progress-display): New macro.
4024
4025         * elmo-localdir.el (elmo-folder-pack-numbers): Rewrite.
4026
4027 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4028
4029         * elmo-shimbun.el (elmo-shimbun-folder-entity-hash): Use
4030         `elmo-folder-list-message-entities' instead of
4031         `elmo-msgdb-get-overview'.
4032         (elmo-map-folder-list-message-locations): Ditto.
4033
4034         * elmo-msgdb.el (elmo-msgdb-append): Rewrite (use interface
4035         methods instead of treat directly).
4036         (elmo-msgdb-clear): Ditto.
4037         (elmo-msgdb-delete-msgs): Ditto.
4038         (elmo-msgdb-sort-by-date): Ditto.
4039
4040         * elmo-nntp.el (elmo-nntp-msgdb-create-message): Removed unused
4041         local variables.
4042         (elmo-nntp-folder-msgdb-create): Follow the API change.
4043
4044         * elmo-version.el (elmo-version): Up to 2.11.10.
4045
4046 2003-08-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4047
4048         * elmo-msgdb.el (elmo-msgdb-mark-to-flags): New function.
4049         (elmo-msgdb-flags-to-mark): Ditto.
4050         (elmo-msgdb-append-entity): Ditto.
4051
4052         * elmo-archive.el (elmo-archive-msgdb-create-as-numlist-subr1):
4053         Use `elmo-msgdb-append-entity' instead of construct msgdb.
4054         (elmo-archive-msgdb-create-as-numlist-subr2): Ditto.
4055         (elmo-archive-parse-mmdf): Ditto.
4056
4057         * elmo-cache.el (elmo-folder-msgdb-create): Ditto.
4058
4059         * elmo-filter.el (elmo-folder-msgdb-create): Ditto.
4060
4061         * elmo-localdir.el (elmo-folder-msgdb-create): Ditto.
4062
4063         * elmo-maildir.el (elmo-folder-msgdb-create): Ditto.
4064
4065         * elmo-mark.el (elmo-mark-folder-msgdb-create): Ditto.
4066
4067         * elmo-nmz.el (elmo-folder-msgdb-create): Ditto.
4068
4069         * elmo-sendlog.el (elmo-folder-msgdb-create): Ditto.
4070
4071         * elmo-shimbun.el (elmo-folder-msgdb-create): Ditto.
4072
4073         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Ditto.
4074         (elmo-folder-msgdb-create-plugged): Set elmo-imap4-current-msgdb
4075         to empty msgdb.
4076
4077         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Use
4078         `elmo-msgdb-make-message-entity' and `elmo-msgdb-append-entity'
4079         instead of directly construction.
4080         (elmo-nntp-msgdb-create-message): Use `elmo-msgdb-append-entity'
4081         instead of construct msgdb.
4082
4083         * elmo-pop3.el (elmo-pop3-sort-msgdb-by-original-number): Use
4084         `elmo-msgdb-set-overview' instead of reconstruct msgdb.
4085         (elmo-pop3-msgdb-create-message): Use `elmo-msgdb-append-entity'
4086         instead of construct msgdb.
4087
4088 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4089
4090         * elmo-msgdb.el (elmo-msgdb-message-entity-field): Decode value
4091         when field is from or subject.
4092
4093 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
4094
4095         * elmo-multi.el (elmo-message-entity-parent): Define.
4096         (elmo-folder-search): Rewrite.
4097
4098 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4099
4100         * elmo-multi.el (elmo-message-cached-p): Define.
4101
4102         * elmo.el (elmo-message-cached-p): New method.
4103         (elmo-message-accessible-p): Use it instead of msgdb API directly.
4104         (elmo-message-flags): New method.
4105         (elmo-message-flagged-p): New function.
4106
4107         * elmo-version.el (elmo-version): Up to 2.11.9.
4108
4109 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4110
4111         * elmo-version.el (elmo-version): Up to 2.11.8.
4112
4113         * elmo.el (elmo-folder-move-messages): Removed unused arguments.
4114
4115         * elmo-pipe.el (elmo-pipe-drain): Follow the change above.
4116
4117 2003-08-14  Yuuichi Teranishi  <teranisi@gohome.org>
4118
4119         * elmo.el (elmo-folder-detach-messages): Undo last change.
4120
4121 2003-08-13  Yuuichi Teranishi  <teranisi@gohome.org>
4122
4123         * elmo.el (elmo-folder-detach-messages): Don't load msgdb if empty.
4124
4125         * elmo-pipe.el (elmo-pipe-drain): Bind elmo-inhibit-number-mapping
4126         only when src folder type is pop3.
4127
4128 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
4129
4130         * elmo-msgdb.el (elmo-msgdb-make-index): Use
4131         elmo-msgdb-overview-entity-get-number instead of
4132         elmo-message-entity-number.
4133
4134 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4135
4136         * elmo-version.el (elmo-version): Up to 2.11.7.
4137
4138 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
4139
4140         * elmo.el (elmo-folder-append-msgdb): Rewrite and define as an inline
4141         function.
4142
4143         * elmo-msgdb.el (elmo-msgdb-append): Use elmo-msgdb-make-index-return.
4144         (elmo-msgdb-merge): New function.
4145         (elmo-msgdb-make-index-return): Renamed from elmo-msgdb-make-index.
4146         (elmo-msgdb-make-index): Rewrite.
4147
4148         * elmo-version.el (elmo-version): Up to 2.11.6.
4149
4150         * elmo-msgdb.el (elmo-msgdb-list-messages): If argument is a string,
4151         use it as a the path for loading message entities.
4152
4153         * elmo-dop.el (elmo-folder-status-dop): Use elmo-msgdb-list-messages.
4154
4155 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
4156
4157         * elmo-filter.el (elmo-folder-set-message-modified): Set 
4158         message-modified slot of itself if it does not require target msgdb.
4159
4160         * elmo-mime.el (elmo-mime-message-display): Display message entirely
4161         if folder length is zero.
4162         (elmo-mime-display-as-is): Ditto.
4163
4164         * elmo-filter.el (elmo-folder-set-message-modified): Define.
4165
4166         * elmo-multi.el (elmo-folder-set-message-modified): Ditto.
4167
4168 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4169
4170         * elmo.el (elmo-folder-set-message-modified): New method.
4171         (elmo-generic-folder-commit): Use it.
4172         (elmo-folder-synchronize): Ditto.
4173
4174         * elmo-pipe.el (elmo-folder-set-message-modified): Define.
4175         (elmo-folder-commit): Remove duplicate definition.
4176
4177 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
4178
4179         * elmo.el (elmo-folder-list-message-entities): Ignore killed-list.
4180
4181 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4182
4183         * elmo.el (elmo-msgdb-load): Use elmo-msgdb-list-messages.
4184         (elmo-strict-folder-diff): Ditto.
4185         (elmo-folder-set-info-max-by-numdb): Simplify.
4186
4187         * elmo-nntp.el (elmo-nntp-folder-msgdb-create): Use
4188         elmo-msgdb-list-messages.
4189
4190         * elmo-msgdb.el (elmo-msgdb-seen-save): Abolish.
4191         (elmo-msgdb-list-flagged): Fixed problem when `flag' is `read'.
4192
4193 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
4194
4195         * elmo.el (elmo-folder-list-messages): Treat killed-list only when
4196         visible-only is non-nil.
4197         (elmo-folder-confirm-appends): Changed message.
4198         (elmo-folder-synchronize): Added argument disable-killed.
4199
4200         * elmo-multi.el (elmo-folder-synchronize): Added argument
4201         disable-killed.
4202
4203         * elmo-pipe.el (elmo-folder-synchronize): Ditto.
4204
4205         * elmo-version.el (elmo-version): Up to 2.11.5.
4206
4207         * elmo-multi.el (elmo-folder-search): Use nil for 1st argument of
4208         elmo-list-filter.
4209
4210         * elmo-util.el (elmo-list-filter): Simplify.
4211
4212         * elmo.el (elmo-generic-folder-commit): Use elmo-folder-list-messages.
4213         (elmo-folder-set-info-max-by-numdb): Changed argument to number list.
4214         (elmo-generic-folder-diff): Abolish argument.
4215         (elmo-msgdb-load): Don't use number-alist.
4216
4217         * elmo-filter.el (elmo-folder-diff): Abolish argument.
4218
4219         * elmo-pipe.el (elmo-folder-diff): Ditto.
4220
4221         * elmo-nmz.el (elmo-folder-diff): Ditto.
4222
4223         * elmo-net.el (elmo-folder-diff): Ditto.
4224
4225         * elmo-maildir.el (elmo-folder-diff): Ditto.
4226
4227         * elmo-imap4.el (elmo-folder-diff-async): Ditto.
4228
4229         * elmo-multi.el (elmo-folder-diff): Ditto
4230         (elmo-multi-folder-diff): Rewrite.
4231
4232 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4233
4234         * elmo-pipe.el (elmo-folder-msgdb): Define.
4235
4236 2003-08-01  Yuuichi Teranishi  <teranisi@gohome.org>
4237
4238         * elmo.el (elmo-message-set-cached): Define as a method.
4239
4240         * elmo-pipe.el (elmo-message-set-cached): Define.
4241         (elmo-find-fetch-strategy): Ditto.
4242
4243         * elmo-multi.el (elmo-message-set-cached): Define.
4244         (elmo-find-fetch-strategy): Rewrite.
4245
4246         * elmo-mime.el (elmo-mime-message-display): Use elmo-message-entity.
4247
4248         * elmo-pipe.el (elmo-message-folder): Fixed definition.
4249
4250 2003-07-30  Yuuichi Teranishi  <teranisi@gohome.org>
4251
4252         * elmo-msgdb.el (elmo-msgdb-list-messages): Use number of overviews
4253         instead of number-alist.
4254
4255         * elmo-localdir.el (elmo-folder-append-messages): Don't refer
4256         mark nor message-id when msgdb of source folder is not loaded.
4257
4258         * elmo.el (elmo-generic-folder-append-messages): Ditto.
4259
4260         * elmo-maildir.el (elmo-folder-append-messages): Ditto.
4261
4262 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
4263
4264         * elmo.el (elmo-folder-length): Don't require msgdb.
4265
4266 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
4267
4268         * elmo.el (elmo-message-mark): Cause an error when empty folder.
4269         (elmo-message-field): Ditto.
4270
4271         * elmo-maildir.el (luna-define-class): Added slot `answered-locations'.
4272         (elmo-map-folder-list-message-locations): Setup `answered-locations'
4273         slot.
4274         (elmo-map-folder-list-answereds): Define.
4275         (elmo-maildir-list-location): Treat 'R' info.
4276         (elmo-folder-msgdb-create): Treat flag-table.
4277         (elmo-folder-append-messages): Save flag-table.
4278
4279 2002-05-05  David Smith <ultrasoul@ultrasoul.com>
4280
4281         * elmo-imap4.el (elmo-imap4-folder-diff-plugged): 
4282         Use SELECT when elmo-imap4-use-select-to-update-status is t.
4283
4284 2003-07-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4285
4286         * elmo.el (elmo-generic-folder-append-messages): Fixed last change.
4287
4288         * elmo-localdir.el (elmo-folder-append-messages): Set flag as
4289         'read when mark is null.
4290
4291 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4292
4293         * elmo-version.el (elmo-version): Up to 2.11.4.
4294
4295 2003-07-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4296
4297         * elmo-pipe.el (elmo-folder-unmark-answered): Define.
4298         (elmo-folder-mark-as-answered): Ditto.
4299
4300 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
4301
4302         * elmo-pop3.el (elmo-pop3-exists-exactly): Set default value as nil.
4303         (elmo-pop3-get-session): Make msgdb directory after session.
4304         (elmo-folder-exists-p): Check exactly at the first time even when the
4305         elmo-pop3-exists-exactly is nil.
4306
4307         * elmo-pipe.el (elmo-folder-open-internal): Don't drain here.
4308         (elmo-folder-list-messages): Define instead of
4309         elmo-folder-list-messages-internal.
4310         (elmo-folder-check): Check destination folder.
4311         (elmo-folder-synchronize): Drain the pipe.
4312
4313         * elmo-localdir.el (elmo-folder-append-messages): Don't cause an error
4314         when msgdb is not loaded.
4315
4316         * elmo-msgdb.el (elmo-msgdb-append-to-killed-list): Abolish.
4317
4318         * elmo-imap4.el (elmo-folder-list-messages-plugged): Fixed.
4319         (elmo-imap4-folder-diff-plugged): Use uidnext to calculate number of
4320         messages.
4321
4322         * elmo.el (elmo-folder-kill-messages-before): New function.
4323         (elmo-folder-kill-messages): Ditto.
4324         (elmo-folder-synchronize): Use elmo-folder-kill-messages-before.
4325
4326         * elmo-imap4.el (elmo-folder-list-messages-plugged): 
4327         Don't use elmo-msgdb-max-of-killed. It is harmful when messages are
4328         killed not by synchronize (e.g. scoring).
4329
4330 2003-07-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4331
4332         * elmo.el (elmo-folder-search-fast): Return t if condition is not
4333         treated.
4334         (elmo-folder-search): Follow the change above.
4335
4336         * elmo-util.el (elmo-read-search-condition-internal): Add `Flag'
4337         into the candidates of search field.
4338
4339 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
4340
4341         * elmo-msgdb.el (elmo-msgdb-set-flag): Overwrite answered flag.
4342         (elmo-msgdb-unset-flag): Ditto.
4343
4344         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Precedes Seen flag.
4345
4346 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
4347
4348         * elmo-pipe.el (elmo-folder-msgdb-create): Don't define.
4349         (elmo-folder-commit): Define.
4350         (elmo-folder-synchronize): Ditto.
4351         (elmo-folder-list-flagged): Ditto.
4352         (elmo-folder-commit): Ditto.
4353         (elmo-folder-length): Ditto.
4354         (elmo-folder-count-flags): Ditto.
4355         (elmo-message-mark): Ditto.
4356         (elmo-message-field): Ditto.
4357         (elmo-message-entity): Ditto.
4358         (elmo-message-folder): Ditto.
4359
4360 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
4361
4362         * elmo.el (elmo-message-field): Define as a method.
4363
4364         * elmo-multi.el (elmo-message-entity): Fixed bug when no entity found.
4365         (elmo-message-field): Define.
4366
4367         * elmo.el (elmo-folder-list-unreads): Don't use msgdb API.
4368         (elmo-folder-list-importants): Ditto.
4369         (elmo-folder-list-answereds): Ditto.
4370
4371         * elmo-multi.el (elmo-folder-mark-as-important): Remove :before
4372         qualifier.
4373         (elmo-folder-mark-as-read): Ditto.
4374         (elmo-folder-unmark-read): Ditto.
4375         (elmo-folder-mark-as-answered): Ditto.
4376         (elmo-folder-unmark-answered): Ditto.
4377         (elmo-folder-list-flagged): Define.
4378         (elmo-folder-commit): Ditto.
4379         (elmo-folder-length): Ditto.
4380         (elmo-folder-count-flags): Ditto.
4381
4382 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
4383
4384         * elmo.el (elmo-folder-detach-messages): New method.
4385         (elmo-folder-move-messages): Use it.
4386         (elmo-folder-synchronize): Ditto.
4387
4388         * elmo-multi.el (elmo-folder-detach-messages): Define.
4389
4390         * elmo.el (elmo-message-copy-entity): New function.
4391         (elmo-message-entity-set-number): Ditto.
4392         (elmo-message-mark): Define as method.
4393
4394         * elmo-multi.el (elmo-multi-real-folder-number): Changed position.
4395         (elmo-folder-synchronize): Return 0 (Should be reconsider).
4396         (elmo-message-entity): Fixed last change.
4397         (elmo-message-mark): Define.
4398         (elmo-folder-msgdb-create): Abolish.
4399         (elmo-multi-folder-append-msgdb): Ditto.
4400         (elmo-multi-folder-diff): Fixed.
4401         (elmo-multi-split-number-alist): Removed.
4402         (elmo-multi-split-mark-alist): Removed.
4403         (elmo-folder-list-messages): Define.
4404         (elmo-folder-list-messages-internal): Removed.
4405
4406         * elmo-localdir.el (elmo-folder-append-messages): Treat flags for
4407         local file messages.
4408         (elmo-folder-msgdb-create): Fixed read mark.
4409
4410 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4411
4412         * elmo.el (elmo-generic-folder-append-messages): Set flag as nil
4413         if mark is nil.
4414
4415 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
4416
4417         * elmo.el (elmo-folder-list-message-entities): Define as inline
4418         function.
4419         (elmo-folder-messages): Abolish.
4420
4421         * elmo-multi.el (elmo-folder-check): Call elmo-folder-check for each
4422         folder.
4423         (elmo-folder-synchronize): Define.
4424         (elmo-message-entity): Define.
4425
4426 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
4427
4428         * elmo-imap4.el (elmo-folder-delete-messages-plugged): Call
4429         elmo-imap4-session-select-mailbox.
4430
4431         * elmo.el (elmo-folder-move-messages): Don't display any message.
4432
4433         * elmo-imap4.el (elmo-imap4-send-command): Accept process output when
4434         parsing.
4435         (elmo-imap4-session-check): Don't wait CHECK response.
4436         (elmo-folder-delete-messages-plugged): Don't wait EXPUNGE response.
4437
4438 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
4439
4440         * elmo.el (elmo-folder-synchronize): Fixed bug when sync-all.
4441
4442 2003-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
4443
4444         * elmo-multi.el (elmo-folder-process-crosspost): Follow the change in
4445         API.
4446         * elmo-nntp.el (elmo-folder-process-crosspost): Ditto.
4447
4448
4449         * elmo.el (elmo-folder-process-crosspost): Remove optional argument.
4450         (elmo-folder-list-message-entities): Added argument in-msgdb and
4451         numbers.
4452         (elmo-folder-synchronize): Define as a method.
4453
4454         * elmo-nntp.el (elmo-folder-initialize): Don't use
4455         elmo-nntp-default-user if zero-length username is specified
4456         explicitly.
4457
4458 2003-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
4459
4460         * elmo-nntp.el (elmo-nntp-folder-list-subfolders): Don't omit
4461         server name in case with username.
4462         (XXX: this is ad-hoc fix against username includes "@", it
4463         should be solved fundamentally)
4464
4465 2003-07-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
4466
4467         * elmo-nntp.el (elmo-nntp-debug): New function.
4468         (elmo-nntp-send-command, elmo-nntp-process-filter): Call it.
4469         (elmo-network-authenticate-session): Hide auth-info from the log.
4470
4471         * elmo-nntp.el (elmo-nntp-folder-list-subfolders): Don't append
4472         user name if it is equal to elmo-nntp-default-user.
4473
4474 2003-06-07  Yuuichi Teranishi  <teranisi@gohome.org>
4475
4476         * elmo-shimbun.el (elmo-shimbun-get-headers): Use shimbun-server
4477         instead of shimbun-server-internal;
4478         Use shimbun-current-group instead of shimbun-current-group-internal.
4479         (elmo-folder-plugged-p): Use shimbun-server instead of
4480         shimbun-server-internal.
4481         (elmo-folder-set-plugged): Ditto.
4482         (elmo-net-port-info): Ditto.
4483         (elmo-folder-check): Ditto.
4484         (elmo-folder-expand-msgdb-path): Ditto.
4485         (elmo-folder-list-subfolders): Ditto.
4486
4487 2003-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
4488
4489         * elmo-msgdb.el (elmo-msgdb-overview-entity-get-extra-field):
4490         Convert field-name to lower case.
4491         (elmo-msgdb-overview-entity-set-extra-field): Ditto.
4492
4493 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4494
4495         * acap.el, elmo-imap4.el, elmo-nntp.el, elmo-util.el, pldap.el:
4496         `message' and `error' take format string.
4497
4498 2003-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4499
4500         * elmo-pipe.el (elmo-folder-clear): Implemented clear copied-list.
4501
4502 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4503
4504         * elmo-msgdb.el (elmo-msgdb-message-entity-field): Don't use self
4505         recursive call (can't byte compile on emacs 20.7).
4506
4507 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
4508
4509         * elmo.el (elmo-folder-list-messages): Redefine as a luna method.
4510         (elmo-folder-list-message-entities): New API.
4511         (elmo-message-entity): Ditto.
4512         (elmo-message-entity-parent): Ditto.
4513         (elmo-folder-do-each-message-entity): Ditto.
4514         (elmo-message-entity-number): Ditto.
4515         (elmo-message-entity-field): Ditto.
4516         (elmo-message-entity-set-field): Ditto.
4517         (elmo-folder-count-flags): Ditto.
4518         (elmo-folder-length): Ditto.
4519
4520         * elmo-util.el (elmo-get-hash-val): Check whether hashtable is nil or
4521         not.
4522
4523         * elmo-msgdb.el (elmo-msgdb-list-messages): New function.
4524         (elmo-msgdb-count-marks): Abolish.
4525         (elmo-msgdb-make-entity): Ditto.
4526         (elmo-msgdb-do-each-entity): Ditto.
4527         (elmo-msgdb-message-entity): New inline function.
4528         (elmo-msgdb-message-entity-field): Ditto.
4529         (elmo-msgdb-message-entity-set-field): Ditto.
4530         (elmo-msgdb-make-message-entity): New function.
4531
4532 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
4533
4534         * elmo.el (elmo-folder-append-buffer): Changed argument from unread 
4535         to flag. (All other related portions are changed.)
4536         (elmo-folder-msgdb-create): Likewise.
4537         (elmo-generic-folder-append-messages): Use flag-table instead of
4538         seen-list.
4539         (elmo-folder-move-messages): Removed redundant process.
4540         (elmo-folder-synchronize): Likewise.
4541
4542         * elmo-msgdb.el (elmo-flag-table-get): New function.
4543         (elmo-flag-table-save): Fixed.
4544         (elmo-msgdb-length): New inline function.
4545         (elmo-msgdb-flag-table): New function.
4546         (elmo-msgdb-mark): Add optional argument new.
4547         (elmo-msgdb-add-msgs-to-seen-list): Abolish.
4548         (elmo-msgdb-seen-list): Ditto.
4549         (elmo-msgdb-add-msgs-to-seen-list): Ditto.
4550
4551
4552 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
4553
4554         * elmo.el (elmo-message-set-mark): Abolish.
4555         (elmo-folder-unmark-important): Added optional argument `ignore-flag'.
4556         (All related portions are changed.)
4557
4558         * elmo-msgdb.el (toplevel): Added comment.
4559         (elmo-load-msgdb): Added 4th element `path'.
4560         (elmo-msgdb-append): Follow the change above.
4561         (elmo-msgdb-clear): Ditto.
4562         (elmo-msgdb-delete-msgs): Ditto.
4563         (elmo-msgdb-get-path): New inline function.
4564         (elmo-msgdb-set-path): Ditto.
4565         (elmo-flag-table-filename): New variable.
4566         (elmo-flag-table-load): New function.
4567         (elmo-flag-table-set): Ditto.
4568         (elmo-flag-table-save): Ditto.
4569         (elmo-msgdb-get-field-value): Abolish.
4570         (elmo-msgdb-overview-get-entity-by-number): Ditto.
4571
4572 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4573
4574         * elmo.el (elmo-folder-delete): Confirm deletion here, return t if
4575         the folder has been deleted successfully.
4576         * elmo-imap4.el (elmo-folder-delete): Ditto.
4577         * elmo-archive.el (elmo-folder-delete): Ditto.
4578         * elmo-localdir.el (elmo-folder-delete): Ditto.
4579         * elmo-maildir.el (elmo-folder-delete): Ditto.
4580
4581 2003-03-27  Tetsurou Okazaki  <okazaki@be.to>
4582
4583         * elmo-util.el (elmo-string-member-ignore-case): New function.
4584         * elmo-imap4.el (elmo-imap4-response-get-selectable-mailbox-list): Use it.
4585         (elmo-imap4-fetch-callback-1-subr): Likewise.
4586
4587 2003-03-27  Kimura Fuyuki <fuyuki@hadaly.org>
4588
4589         * elmo-imap4.el (elmo-imap4-response-get-selectable-mailbox-list): Fix
4590         the case of the name attribute "\Noselect".
4591
4592 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4593
4594         * elmo.el (elmo-folder-rename-internal): New method to cause error.
4595
4596         * elmo-localdir.el (elmo-folder-pack-numbers): onum, a member of
4597         flist, is not always a member of onum-alist.
4598
4599 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4600
4601         * elmo-version.el (elmo-version): Up to 2.11.3.
4602
4603 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4604
4605         * elmo-maildir.el (elmo-folder-rename-internal): New method,
4606         copied from localdir's one.
4607
4608         * elmo-pipe.el (elmo-folder-rename): New method, rename
4609         destination folder with leaving source folder as it is.
4610
4611 2003-02-08  KAMO Tomoyuki  <kamo@ITmanage.co.jp>
4612
4613         * elmo-nntp.el (elmo-nntp-get-folders-info): Don't use
4614         replace-regexp.
4615
4616 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4617
4618         * elmo-version.el (elmo-version): Up to 2.11.2.
4619
4620 2003-02-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4621
4622         * elmo-shimbun.el (elmo-folder-initialize): Do not call
4623         shimbun-open in case of "@".
4624         (elmo-folder-open-internal): Cope with shimbun = nil case.
4625         (elmo-folder-plugged-p): Ditto.
4626         (elmo-folder-list-subfolders): Make list for "@/" group.
4627
4628 2003-01-31  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4629
4630         * elmo-imap4.el (elmo-folder-expand-msgdb-path): Don't expand
4631         mailbox (e.g. for %~/something).
4632
4633 2003-01-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4634
4635         * elmo-localdir.el (elmo-folder-rename-internal): Referctoring;
4636         Replace nested conditional with guard clauses.
4637
4638 2003-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
4639
4640         * pldap.el (ldap-search-basic): Don't treat exit status 32 as an
4641         error [wl:11327].
4642
4643         * elmo-imap4.el (elmo-folder-msgdb-create-plugged): Bind print-level,
4644         print-depth.
4645
4646 2003-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4647
4648         * elmo-archive.el (elmo-folder-rename-internal): Referctoring;
4649         Replace nested conditional with guard clauses.
4650
4651 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4652
4653         * elmo-util.el (elmo-object-save): Bind print-level, print-length.
4654         (elmo-passwd-alist-save): Ditto.
4655         * elmo-database.el (elmo-database-msgid-put): Bind print-length.
4656
4657 2003-01-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4658
4659         * elmo-localdir.el (elmo-folder-expand-msgdb-path): Expand
4660         dir-name only if it is absolute path.
4661         (TODO: distinguish +/something and +something)
4662
4663 2003-01-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4664
4665         * elmo-localdir.el (elmo-folder-expand-msgdb-path): Correct msgdb
4666         path for "+~/something".
4667
4668 2003-01-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4669
4670         * elmo-localdir.el (elmo-folder-rename-internal): If new-dir exist
4671         as non-directory, cause error before rename-file.
4672         * elmo-archive.el (elmo-folder-rename-internal): Create directory
4673         apropriately, mimic localdir's one.
4674         Based on the patch from KAMO Tomoyuki <kamo@ITmanage.co.jp>.
4675
4676 2003-01-10  Tsutomu OKADA  <okada@furuno.co.jp>
4677
4678         * elmo-map.el (elmo-folder-pack-numbers): Fix name of the function.
4679
4680 2003-01-06  Yuuichi Teranishi  <teranisi@gohome.org>
4681
4682         * elmo-msgdb.el: Moved global mark handling stuffs to elmo-util.el.
4683
4684         * elmo-util.el: Moved global mark handling stuffs from elmo-msgdb.el.
4685         
4686         * elmo-util.el (elmo-file-cache-delete): Check whether the cache file
4687         is included in the global-mark or not.
4688
4689 2002-12-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4690
4691         * utf7.el (toplevel): Avoid error when the function
4692         find-coding-system does not exist.
4693
4694 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4695
4696         * elmo-nntp.el (elmo-folder-search): Body search is to search from
4697         cache even if the folder is plugged.
4698         (elmo-nntp-search-primitive): Do nothing when body search is
4699         invoked (although it is not used by the change above).
4700         * elmo-multi.el (elmo-folder-search): Don't ignore error anymore.
4701
4702 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4703
4704         * elmo-version.el (elmo-version): Up to 2.11.1.
4705
4706 2002-12-10  Kenichi OKADA  <okada@opaopa.org>
4707
4708         * elmo-archive.el: Specify charset.
4709
4710 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4711
4712         * elmo-pop3.el (elmo-pop3-process-filter): Check whether the pop3
4713         process buffer lives or not.
4714
4715         * elmo-dop.el (elmo-dop-queue-flush): Don't append to the dop-queue
4716         while flushing queues (It causes infinite loop).
4717
4718 2002-11-26  Yuuichi Teranishi  <teranisi@gohome.org>
4719
4720         * elmo-imap4.el (elmo-folder-list-subfolders): Fixed last change.
4721
4722 2002-11-24  Yuuichi Teranishi  <teranisi@gohome.org>
4723
4724         * utf7.el (toplevel): Check the ucs features dynamically.
4725         (Advice from Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>)
4726
4727         * elmo-pipe.el (elmo-folder-creatable-p): Don't check whether the
4728         folder is creatabe or not if it already exists.
4729
4730 2002-11-21  Yuuichi Teranishi  <teranisi@gohome.org>
4731
4732         * elmo-nntp.el (elmo-nntp-search-primitive): Revert the last change.
4733
4734         * elmo-multi.el (elmo-folder-search): Ignore errors while search.
4735
4736         * elmo-imap4.el (elmo-imap4-response-garbage-p): New macro.
4737         (elmo-imap4-read-response): Take care of garbage response.
4738
4739 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4740
4741         * elmo-nntp.el (elmo-nntp-search-primitive): Fix the last change,
4742         just return nil instead of error.
4743
4744 2002-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4745
4746         * elmo-nntp.el (elmo-nntp-search-primitive): Cause error when the
4747         search-key is "body".
4748
4749 2002-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
4750
4751         * elmo-imap4.el (elmo-folder-list-subfolders): Check the return value
4752         of elmo-string-matched-assoc to use match-data.
4753         (Thanks to Mito <mito@mxa.nes.nec.co.jp>)
4754
4755 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4756
4757         * elmo-split.el (elmo-split->): New function.
4758         (elmo-split-<): Ditto.
4759
4760 2002-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
4761
4762         * elmo-msgdb.el (elmo-msgdb-get-message-id-from-buffer): Added
4763         workaround for invalid message-id.
4764
4765 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4766
4767         * elmo-pop3.el (elmo-pop3-get-session): If if-exists is 'any-exists,
4768         return normal pop3 session or pop3 biff session.
4769
4770 2002-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
4771
4772         * elmo-maildir.el (elmo-maildir-update-current): Don't append
4773         info part to the cur files when the new files already have it.
4774         (Adviced by Jared Rhine <jared@wordzoo.com>)
4775
4776 2002-11-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4777
4778         * elmo-split.el (elmo-split-default-action): New variable.
4779         (elmo-split-subr): Use it if all other conditions are passed.
4780         Extend `fname' and rename it as `action'. (implemented
4781         Teranishi-san's idea in [wl:10800])
4782
4783 2002-10-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4784
4785         * elmo-imap4.el: Remove Nemacs hack, replace `elmo-read' by `read'.
4786         * elmo-util.el: Ditto.
4787
4788 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4789
4790         * elmo.el (elmo-message-accessible-p): Renamed from
4791         elmo-message-cached-p and rewritten.
4792
4793 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4794
4795         * elmo.el (elmo-folder-list-flagged): New generic function.
4796         (elmo-folder-list-importants): New implementation.
4797         (elmo-folder-list-answereds): Ditto.
4798         (elmo-folder-search-fast):  Use 'flag' instead of 'mark';
4799         Added 'digest'.
4800         (elmo-message-cached-p): New function.
4801         (elmo-message-set-flag): Ditto (no content).
4802         (elmo-message-unset-flag): Ditto.
4803         (elmo-folder-list-messages-mark-match): Abolish.
4804
4805         * elmo-util.el (elmo-regexp-opt): New function.
4806
4807         * elmo-msgdb.el (elmo-msgdb-get-cached): New function.
4808         (elmo-msgdb-match-condition-primitive): Use 'flag' instead of 'mark';
4809         Added 'digest'.
4810         (elmo-msgdb-list-flagged): New function.
4811
4812         * elmo-imap4.el (elmo-imap4-folder-list-digest-plugged): New function.
4813         (elmo-imap4-search-internal-primitive): Use 'flag' instead of 'mark';
4814         Added 'digest'.
4815
4816         * elmo-filter.el (elmo-folder-diff): Use 'flag' instead of 'mark'.
4817
4818 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4819
4820         * elmo-version.el (elmo-version): Up to 2.11.0.
4821
4822 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4823
4824         * elmo-msgdb.el (elmo-msgdb-set-flag): Use
4825         `elmo-file-cache-exists-p'; use proper mark that depends on
4826         `use-cache'.
4827         (elmo-msgdb-unset-flag): Ditto.
4828         (elmo-msgdb-set-cached): Ditto. added argument `use-cache'.
4829
4830         * elmo.el (elmo-message-set-cached): Call `elmo-msgdb-set-cached'
4831         with 4th argument `use-cache'.
4832
4833 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4834
4835         * elmo.el (elmo-folder-unmark-important): Follow the changes above.
4836         (elmo-folder-mark-as-important): Ditto.
4837         (elmo-folder-unmark-read): Ditto.
4838         (elmo-folder-mark-as-read): Ditto.
4839         (elmo-folder-unmark-answered): Ditto.
4840         (elmo-folder-mark-as-answered): Ditto.
4841
4842         * elmo-msgdb.el (elmo-msgdb-set-cached): Use the term 'flag' for
4843         message status.
4844         (elmo-msgdb-mark): Likewise.
4845         (elmo-msgdb-set-flag): Renamed from elmo-msgdb-set-status.
4846         (elmo-msgdb-unset-flag): Likewise.
4847
4848         * elmo.el (elmo-generic-folder-diff): Avoid byte-compile warning.
4849
4850 2002-10-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4851
4852         * elmo-filter.el (elmo-folder-diff): Fixed condition checking
4853         `last:' filter.
4854
4855 2002-10-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4856
4857         * elmo-dop.el (elmo-folder-status-dop): If spool-folder is absent,
4858         set spool-length to 0.
4859
4860 2002-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4861
4862         * elmo-dop.el (elmo-dop-queue-flush): Check obsolete at first.
4863         (elmo-dop-queue-flush): Fixed last change.
4864
4865 2002-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4866
4867         * elmo-filter.el (elmo-folder-list-unreads): Call generic method
4868         if require-msgdb slot is nil.
4869         (elmo-folder-list-importants): Likewise.
4870
4871 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4872
4873         * elmo.el (elmo-message-set-cached): Set mark-modified slot if
4874         mark is changed.
4875
4876         * elmo-msgdb.el (elmo-msgdb-set-mark): Return t.
4877         (elmo-msgdb-set-cached): Undo last change; return non-nil if mark
4878         is changed.
4879
4880 2002-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
4881
4882         * elmo-msgdb.el (elmo-msgdb-set-cached): Set mark-modified slot.
4883
4884 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
4885
4886         * elmo-msgdb.el (elmo-msgdb-unset-status): Set mark-modified slot.
4887
4888         * elmo-multi.el (elmo-folder-close): Set msgdb of children as nil.
4889
4890 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4891
4892         * elmo-msgdb.el (elmo-msgdb-set-status): Fixed logic (new to read).
4893         (elmo-msgdb-uncached-marks): Added elmo-msgdb-new-mark.
4894
4895 2002-09-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4896
4897         * elmo.el: Add autoload setting for elmo-nntp-post, fix against
4898         the problem reported by Sean Rima [wl-en:180].
4899
4900 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
4901
4902         * elmo-filter.el (elmo-folder-diff): Treat 'mark:' filter.
4903
4904         * elmo.el (elmo-folder-unmark-read): Added argument `ignore-flag'.
4905
4906         * elmo-filter.el (elmo-folder-unmark-read): Ditto.
4907
4908         * elmo-map.el (elmo-folder-unmark-read): Ditto.
4909
4910         * elmo-multi.el (elmo-folder-unmark-read): Ditto.
4911
4912         * elmo-net.el (elmo-folder-unmark-read): Ditto.
4913
4914         * elmo-pipe.el (elmo-folder-unmark-read): Ditto.
4915
4916 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
4917
4918         * elmo-imap4.el (elmo-imap4-parse-status): Skip white spaces after
4919         status number.
4920
4921 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
4922
4923         * elmo.el (elmo-folder-mark-as-read): Added argument `ignore-flag'.
4924         (elmo-folder-mark-as-read): Follow the API change.
4925         (elmo-message-set-cached): New function.
4926
4927         * elmo-pipe.el (elmo-folder-mark-as-read): Follow the API change.
4928
4929         * elmo-nntp.el (elmo-folder-mark-as-read): Set :before qualifier.
4930
4931         * elmo-net.el (elmo-folder-unmark-important): Set :before qualifier.
4932         (elmo-folder-mark-as-important): Ditto.
4933         (elmo-folder-unmark-read): Ditto.
4934         (elmo-folder-mark-as-read): Ditto.
4935         (elmo-folder-unmark-answered): Ditto.
4936         (elmo-folder-mark-as-answered): Ditto.
4937
4938         * elmo-multi.el (elmo-folder-mark-as-important): Set :before qualifier.
4939         (elmo-folder-unmark-important): Ditto.
4940         (elmo-folder-mark-as-read): Ditto.
4941         (elmo-folder-unmark-read): Ditto.
4942         (elmo-folder-mark-as-answered): Ditto.
4943         (elmo-folder-unmark-answered): Ditto.
4944
4945         * elmo-mark.el (toplevel): Removed some mark method definitions.
4946
4947         * elmo-map.el (elmo-map-folder-unmark-answered): New method.
4948         (elmo-map-folder-mark-as-answered): Ditto.
4949         (elmo-folder-unmark-important): Add :before qualifier.
4950         (elmo-folder-mark-as-important): Ditto.
4951         (elmo-folder-unmark-read): Ditto.
4952         (elmo-folder-mark-as-read): Ditto.
4953         (elmo-folder-unmark-answered): Define.
4954         (elmo-folder-mark-as-answered): Ditto.
4955
4956         * elmo-maildir.el (elmo-map-folder-mark-as-answered): Define.
4957         (elmo-map-folder-unmark-answered): Ditto.
4958
4959         * elmo-filter.el (elmo-folder-mark-as-read): Follow the API change.
4960
4961         * elmo-net.el (elmo-folder-unmark-important): Added :around qualifier.
4962         (elmo-folder-mark-as-important): Ditto.
4963         (elmo-folder-unmark-read): Ditto.
4964         (elmo-folder-mark-as-read): Ditto.
4965         (elmo-folder-unmark-answered): Ditto.
4966         (elmo-folder-mark-as-answered): Ditto.
4967
4968         * elmo-msgdb.el (elmo-msgdb-match-condition-primitive): Added argument
4969         `mark'; evaluate mark condition.
4970         (elmo-msgdb-match-condition-internal): New function.
4971         (elmo-msgdb-match-condition): Call it; changed argument.
4972
4973         * elmo.el (elmo-folder-search): Follow the API change on
4974         `elmo-msgdb-match-condition'.
4975
4976 2002-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4977
4978         * elmo-filter.el (elmo-folder-msgdb-create): Add to mark-alist if
4979         original mark is non-nil.
4980
4981 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
4982
4983         * elmo-map.el (elmo-map-folder-list-unreads): Define default behavior.
4984         (elmo-map-folder-list-answereds): New method.
4985         (elmo-folder-list-unreads): Add :around qualifier.
4986         (elmo-folder-list-importants): Ditto.
4987         (elmo-folder-list-answereds): Ditto.
4988
4989 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
4990
4991         * elmo-msgdb.el (elmo-msgdb-mark): New inline function.
4992
4993         * elmo-filter.el (elmo-folder-msgdb-create): Call target-folder's
4994         method if msgdb is not required.
4995         (elmo-filter-folder-list-importants): Don't treat global-mark.
4996
4997         * elmo.el (elmo-folder-list-importants): Ditto.
4998
4999         * elmo-net.el (elmo-folder-list-importants): Ditto.
5000
5001         * elmo-map.el (elmo-folder-list-importants): Ditto.
5002
5003         * elmo-msgdb.el (elmo-msgdb-seen-list): Use `elmo-msgdb-unread-marks'
5004
5005         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Set answered mark.
5006         (elmo-imap4-folder-list-any-plugged): New function.
5007         (elmo-imap4-search-internal-primitive): Use it.
5008
5009         * elmo-filter.el (elmo-folder-check): Synchronize original folder
5010         only when require-msgdb slot is non-nil.
5011         (elmo-folder-close): Clear target folder's msgdb.
5012
5013 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5014
5015         * elmo-pop3.el (elmo-folder-msgdb-create): Follow the API change.
5016         (elmo-pop3-msgdb-create-by-header): Ditto.
5017         (elmo-pop3-msgdb-create-message): Ditto.
5018
5019         * elmo-shimbun.el (elmo-folder-msgdb-create): Ditto.
5020
5021         * elmo-sendlog.el (elmo-folder-msgdb-create): Ditto.
5022
5023         * elmo-nmz.el (elmo-folder-msgdb-create): Ditto.
5024
5025         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Ditto.
5026         (elmo-folder-msgdb-create): Ditto.
5027         (elmo-nntp-folder-msgdb-create): Ditto.
5028         (elmo-nntp-msgdb-create-by-header): Ditto.
5029         (elmo-nntp-msgdb-create-message): Ditto.
5030         (elmo-folder-list-unreads): Define.
5031
5032         * elmo-pipe.el (elmo-folder-msgdb-create): Ditto.
5033         (elmo-folder-append-messages): Ditto.
5034         (elmo-folder-list-unreads): Define.
5035         (elmo-folder-list-importants): Ditto.
5036         (elmo-folder-list-answereds): Ditto.
5037
5038         * elmo-net.el (elmo-folder-list-unreads): Define.
5039         (elmo-folder-list-importants): Ditto.
5040         (elmo-folder-list-answereds): Ditto.
5041         (elmo-folder-list-answereds-plugged): Ditto.
5042         (elmo-folder-msgdb-create): Follow the API change.
5043         (elmo-folder-msgdb-create-unplugged): Ditto.
5044         (elmo-folder-unmark-answered): Define.
5045         (elmo-folder-mark-as-answered-unplugged): Ditto.
5046         (elmo-folder-unmark-answered-unplugged): Ditto.
5047
5048         * elmo-msgdb.el (elmo-msgdb-new-mark): New user option.
5049         (elmo-msgdb-unread-uncached-mark): Ditto.
5050         (elmo-msgdb-unread-cached-mark): Ditto.
5051         (elmo-msgdb-read-uncached-mark): Ditto.
5052         (elmo-msgdb-answered-cached-mark): Ditto.
5053         (elmo-msgdb-answered-uncached-mark): Ditto.
5054         (elmo-msgdb-important-mark): Ditto.
5055         (elmo-msgdb-set-mark): Rewrite.
5056         (elmo-msgdb-count-marks): Rewrite.
5057         (elmo-msgdb-mark-alist-set): Abolish.
5058         (elmo-msgdb-seen-list): Removed argument `seen-marks'.
5059         (elmo-msgdb-add-msgs-to-seen-list): Likewise.
5060
5061         * elmo-multi.el (elmo-folder-check): Call elmo-folder-synchronize.
5062         (elmo-folder-close): Define.
5063         (elmo-folder-msgdb-create): Follow the API change.
5064         (elmo-folder-list-unreads): Rewrite.
5065         (elmo-folder-mark-as-important): Ditto.
5066         (elmo-folder-unmark-important): Ditto.
5067         (elmo-folder-mark-as-read): Ditto.
5068         (elmo-folder-unmark-read): Ditto.
5069         (elmo-folder-mark-as-answered): Define.
5070         (elmo-folder-unmark-answered): Ditto.
5071
5072         * elmo-localdir.el (elmo-folder-msgdb-create): Follow the API change.
5073         (elmo-folder-append-messages): Ditto.
5074
5075         * elmo-mark.el (elmo-folder-msgdb-create): Ditto.
5076
5077         * elmo-map.el (elmo-folder-list-unreads): Ditto.
5078         (elmo-folder-list-importants): Ditto.
5079
5080         * elmo-maildir.el (elmo-folder-msgdb-create): Ditto.
5081         (elmo-folder-append-messages): Ditto.
5082
5083         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Follow the API
5084         change.
5085         (elmo-folder-msgdb-create-plugged): Ditto.
5086         (elmo-folder-append-messages): Ditto.
5087         (elmo-folder-list-answereds-plugged): Define.
5088         (elmo-imap4-search-internal-primitive): Add `mark' processing.
5089         (elmo-folder-unmark-answered-plugged): Define.
5090         (elmo-folder-mark-as-answered-plugged): Ditto.
5091         (elmo-folder-search-requires-msgdb-p): Ditto.
5092
5093         * elmo-filter.el (elmo-filter-folder): Added new slot 'require-msgdb'.
5094         (elmo-folder-initialize): Set it.
5095         (elmo-folder-msgdb): Define.
5096         (elmo-folder-check): Call elmo-folder-synchronize.
5097         (elmo-folder-close): Define.
5098         (elmo-folder-commit): Ditto.
5099         (elmo-folder-msgdb-create): Rewrite.
5100         (elmo-folder-list-unreads): Ditto.
5101         (elmo-folder-list-importants): Ditto.
5102         (elmo-folder-mark-as-read): Ditto.
5103         (elmo-folder-unmark-read): Ditto.
5104         (elmo-folder-mark-as-important): Ditto.
5105         (elmo-folder-unmark-important): Ditto.
5106         (elmo-folder-mark-as-answered): Define.
5107         (elmo-folder-unmark-answered): Ditto.
5108
5109         * elmo-dop.el (elmo-dop-queue-merge-method-list): Added
5110         elmo-folder-mark-as-answered, elmo-folder-unmark-answered.
5111         (elmo-dop-queue-method-name-alist): Likewise.
5112         (elmo-folder-mark-as-answered-dop): New inline function.
5113         (elmo-folder-unmark-answered-dop): Ditto.
5114         (elmo-folder-status-dop): Treat spool-length as 0 if it does not exist.
5115
5116         * elmo-archive.el (elmo-folder-append-messages): Follow the API change.
5117         (elmo-folder-msgdb-create): Ditto.
5118         (elmo-archive-msgdb-create-as-numlist-subr1): Ditto.
5119         (elmo-archive-msgdb-create-as-numlist-subr2): Ditto.
5120         (elmo-archive-parse-mmdf): Ditto.
5121
5122         * elmo-cache.el (elmo-folder-msgdb-create): Ditto.
5123         (elmo-folder-list-unreads-internal): Ditto.
5124
5125         * elmo.el (elmo-folder-msgdb): Define as generic function.
5126         (elmo-folder-list-messages): Added argument `in-msgdb'.
5127         (elmo-folder-list-unreads): Define as generic function.
5128         (elmo-folder-list-importants): Ditto.
5129         (elmo-folder-list-answereds): Ditto.
5130         (elmo-folder-list-messages-with-global-mark): New function.
5131         (elmo-folder-msgdb-create): Removed mark arguments.
5132         (elmo-folder-unmark-answered): New generic function.
5133         (elmo-folder-mark-as-answered): Ditto.
5134         (elmo-folder-append-messages): Removed argunment `unread-marks'
5135         (elmo-folder-list-unreads-internal): Abolish.
5136         (elmo-folder-list-importants-internal): Ditto.
5137         (elmo-folder-search-requires-msgdb-p): New generic function.
5138         (elmo-folder-search-requires-msgdb-p-internal): New function.
5139         (elmo-generic-folder-open): Call elmo-folder-msgdb instead of
5140         elmo-msgdb-load.
5141         (elmo-folder-search-fast): Added key 'mark'.
5142         (elmo-generic-folder-append-messages): Use elmo-msgdb-unread-marks
5143         instead of unread-marks argument.
5144         (elmo-folder-move-messages): Removed argunment `unread-marks'
5145         (elmo-folder-unmark-important): Define.
5146         (elmo-folder-mark-as-important): Ditto.
5147         (elmo-folder-unmark-read): Ditto.
5148         (elmo-folder-mark-as-read): Ditto.
5149         (elmo-folder-unmark-answered): Ditto.
5150         (elmo-folder-mark-as-answered): Ditto.
5151         (elmo-folder-replace-marks): Abolish.
5152         (elmo-generic-folder-append-msgdb): Append msgdb before checking
5153         duplicates.
5154         (elmo-folder-synchronize): Removed mark arguments;
5155         return crosspost only number.
5156
5157 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5158
5159         * elmo-dop.el (elmo-dop-queue-flush): Remove unused argument.
5160         Remove redundunt connectivity check.
5161
5162 2002-09-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5163
5164         * elmo-dop.el (elmo-dop-queue-flush): Perform plugged ones only so
5165         as not to clear queue unexpectedly. (Ref. [wl:9778],[wl:10493])
5166
5167 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
5168
5169         * pldap.el (ldap-decode-string): Return string as-is if
5170         `ldap-coding-system' is nil.
5171         (ldap-encode-string): Ditto.
5172         (ldap-search-entries): Encode filter string with `ldap-encode-string'.
5173         (ldap-default-host): Fixed docstring.
5174
5175 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5176
5177         * elmo-util.el (elmo-warning): Define as a macro which uses
5178         `display-warning' if it is defined as a function.
5179
5180         * elmo-split.el (elmo-split-fetch-decoded-field): New function.
5181         (elmo-split-equal): Use it.
5182         (elmo-split-match): Ditto.
5183         (elmo-split-message-entity): New buffer-local variable.
5184         (elmo-split-subr): Set it.
5185
5186         * elmo-version.el (elmo-version): Up to 2.9.15.
5187
5188 2002-08-18  Kenichi OKADA  <okada@opaopa.org>
5189
5190         * elmo-imap4.el (elmo-network-initialize-session):
5191         Check capability after starttls.
5192
5193 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
5194
5195         * elmo-util.el (elmo-list-delete): Added optional argument
5196         DELETE-FUNCTION.
5197
5198         * elmo-vars.el (elmo-imap4-default-mailbox): Abolished.
5199
5200         * elmo-util.el (elmo-warning): Ignore errors while recenter.
5201
5202         * elmo-msgdb.el (elmo-msgdb-do-each-entity): New macro.
5203
5204         * elmo-imap4.el (elmo-folder-initialize): Don't use
5205         elmo-imap4-default-mailbox.
5206
5207 2002-07-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5208
5209         * elmo-split.el (toplevel): Use `product-provide'.
5210         (elmo-split): Checkdoc.
5211
5212 2002-07-21  Tetsurou Okazaki  <okazaki@be.to>
5213
5214         * elmo-imap4.el (elmo-imap4-debug, elmo-imap4-debug-1):
5215         Split `elmo-imap4-debug' into the macro `elmo-imap4-debug' and
5216         the function `elmo-imap4-debug-1'.
5217
5218 2002-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5219
5220         * elmo-split.el (elmo-split): Moved to run hooks and to show
5221         message from elmo-split-subr.
5222         (elmo-split-subr): Follow the change above.
5223
5224         * elmo-split.el (elmo-split-subr): New function (renamed from
5225         elmo-split-subr).
5226         (elmo-split): Changed to call elmo-split-subr by element of
5227         elmo-split-folder.
5228         (elmo-split-folder): Changed customization type to choice.
5229
5230 2002-07-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5231
5232         * elmo-split.el (elmo-split-and): Fixed condition.
5233
5234 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5235
5236         * elmo-split.el: New file.
5237         (elmo-split): Fixed logic.
5238         Display "Test:" instead of "Folder:" when reharsal.
5239
5240         * elmo-imap4.el (elmo-folder-append-buffer): Set flag as empty
5241         explicitly.
5242
5243         * elmo-version.el (elmo-version): Up to 2.9.14.
5244
5245         * elmo-util.el (elmo-expand-newtext): New function (renamed from
5246         wl-expand-newtext).
5247
5248 2002-06-10  Kenichi Sato <ksato@sonycom.com>
5249
5250         * elmo-msgdb.el (elmo-msgdb-get-message-id-from-buffer): Fix for
5251         message with no message-id field.
5252
5253 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5254
5255         * elmo-version.el (elmo-version): Up to 2.9.13.
5256
5257         * elmo-dop.el (elmo-folder-status-dop): Fix.
5258
5259 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5260
5261         * elmo-util.el (elmo-disk-usage): Return 0 if invalid file attribute.
5262
5263         * elmo-msgdb.el (elmo-msgdb-create-overview-from-buffer): Avoid
5264         changing default value of default-mime-charset.
5265         (elmo-msgdb-create-overview-from-buffer): Remove TAB character.
5266
5267         * elmo-imap4.el (elmo-folder-open): Fixed NO response check.
5268
5269         * elmo-dop.el (elmo-dop-queue-merge-method-list): New variable.
5270         (elmo-dop-queue-merge): Use elmo-dop-queue-merge-method-list
5271         instead of elmo-dop-queue-method-name-alist to check merging queue.
5272         (elmo-folder-delete-messages-dop): Delete from queue if negative
5273         message number.
5274         (elmo-folder-append-buffer-dop-delayed): Treat as success if queue
5275         file is already removed.
5276
5277 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5278
5279         * elmo-vars.el: Bind colon keywords for old Emacsen.
5280
5281 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5282
5283         * elmo-msgdb.el (elmo-msgdb-create-overview-from-buffer): Protect
5284         against non-exsisting charset.
5285
5286 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5287
5288         * elmo-util.el (elmo-mime-string): Eliminate needless binding;
5289         Use eword-decode-and-unfold-unstructured-field-body.
5290
5291         * elmo-msgdb.el (elmo-msgdb-make-entity): New function.
5292         (elmo-msgdb-create-overview-from-buffer): Use document charset if
5293         exists to decode raw subject string.
5294         (toplevel): Require 'mime.
5295
5296         * elmo-version.el (elmo-version): Up to 2.9.12.
5297
5298 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5299
5300         * elmo-msgdb.el (elmo-msgdb-get-mark): Fix docstring.
5301         (elmo-msgdb-set-mark): Ditto.
5302
5303         * elmo-version.el (elmo-version): Up to 2.9.11.
5304
5305 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5306
5307         * elmo-util.el (elmo-delete-match-files): New function.
5308
5309         * elmo-localdir.el (elmo-folder-delete): Use elmo-delete-match-files
5310         instead of elmo-delete-directory.
5311
5312         * elmo-shimbun.el (elmo-shimbun-get-headers): Bind
5313         elmo-hash-minimun-size as 63.
5314
5315         * elmo-multi.el (elmo-multi-folder-diff): Use elmo-diff-new if
5316         elmo-diff-unread is nil.
5317
5318         * elmo-imap4.el (elmo-folder-open): Fix.
5319
5320         * elmo.el (elmo-message-mark): Rewrite.
5321         (elmo-message-field): Ditto.
5322         (elmo-message-set-mark): Ditto.
5323         (elmo-folder-replace-marks): New function.
5324         (elmo-generic-folder-append-msgdb): Removed third argument for
5325         elmo-msgdb-append.
5326         (elmo-folder-synchronize): Use elmo-msgdb-seen-list.
5327         (elmo-msgdb-load): New implementation.
5328
5329         * elmo-vars.el (elmo-use-overview-hashtb): Removed.
5330
5331         * elmo-util.el (elmo-list-insert): New implementation.
5332
5333         * elmo-multi.el (elmo-multi-folder-append-msgdb): Removed third
5334         argument for elmo-msgdb-append.
5335         
5336
5337         * elmo-msgdb.el (elmo-load-msgdb): New function.
5338         (elmo-make-msgdb): Ditto.
5339         (elmo-msgdb-get-index): New inline function.
5340         (elmo-msgdb-set-index): Ditto.
5341         (elmo-msgdb-get-entity-hashtb): Ditto.
5342         (elmo-msgdb-get-mark-hashtb): Ditto.
5343         (elmo-msgdb-get-mark): Ditto.
5344         (elmo-msgdb-set-mark): Ditto.
5345         (elmo-msgdb-count-marks): Ditto.
5346         (elmo-msgdb-get-number): Ditto.
5347         (elmo-msgdb-get-field): Ditto.
5348         (elmo-msgdb-seen-list): Ditto.
5349         (elmo-msgdb-mark-alist-set): Renamed from elmo-msgdb-mark-set.
5350         (elmo-msgdb-delete-msgs): Follow the changes above.
5351         (elmo-msgdb-overview-get-entity): Ditto.
5352         (elmo-msgdb-add-msgs-to-seen-list): Ditto.
5353         (elmo-msgdb-clear-index): Renamed from elmo-msgdb-clear-overview-hastb
5354         and rewritten.
5355         (elmo-msgdb-make-index): Likewise.
5356         (elmo-msgdb-append): Removed third argument.
5357         (elmo-msgdb-clear): Clear index as nil.
5358         (elmo-folder-set-info-hashtb): Removed.
5359         (elmo-folder-set-info-max-by-numdb): Ditto.
5360         (elmo-folder-info-make-hashtb): Ditto.
5361
5362         * elmo-localdir.el (elmo-folder-pack-numbers): Use elmo-make-msgdb.
5363
5364         * elmo-map.el (elmo-folder-pack-number): Ditto.
5365
5366 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5367
5368         * elmo-version.el (elmo-version): Up to 2.9.10.
5369
5370         * elmo-util.el (elmo-get-hash-val): Check the 1st argument is string.
5371
5372         * elmo-msgdb.el (elmo-msgdb-get-parent-entity): New inline function.
5373
5374 2002-04-26  Kenichi OKADA  <okada@opaopa.org>
5375
5376         * elmo-utils.el (elmo-make-directory): Add option.
5377         Default file mode is 700.
5378
5379 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5380
5381         * elmo-shimbun.el (elmo-folder-local-p): Defined.
5382
5383 2002-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
5384
5385         * elmo-shimbun.el (elmo-shimbun-entity-to-header): Decode by
5386         mime-charset.
5387
5388         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Added "larger"
5389         and "smaller".
5390
5391 2002-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5392
5393         * elmo-shimbun.el (elomo-shimbun-folder): Added entity-hash slot.
5394         (elmo-shimbun-folder-entity-hash): New function.
5395         (elmo-shimbun-folder-shimbun-header): Ditto.
5396         (elmo-shimbun-entity-to-header): Ditto.
5397         (elmo-shimbun-msgdb-to-headers): Removed.
5398         (elmo-shimbun-folder-setup): Ditto.
5399         (elmo-shimbun-folder-header-hash-setup): Don't use x-shimbun-id
5400         for hash key.
5401         (elmo-shimbun-get-headers): Set new headers only to slot. Don't
5402         call `elmo-shimbun-folder-header-hash-setup' if headers is nil.
5403         Removed useless local bind.
5404         (elmo-folder-open-internal): Don't call
5405         `elmo-shimbun-folder-setup'.
5406         (elmo-folder-close-internal): Clear entity-hash slot.
5407         (elmo-folder-clear): Ditto.
5408         (elmo-shimbun-msgdb-create-entity): Use
5409         `elmo-shimbun-folder-shimbun-header'.
5410         (elmo-map-message-fetch): Ditto.
5411         (elmo-shimbun-update-overview): Use overview entity instead of
5412         shimbun header to lookup id by references.
5413         (elmo-map-folder-list-message-locations): Use not only headers but
5414         also overviews to list locations.
5415
5416 2002-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5417
5418         * elmo-net.el (elmo-folder-exists-p): If unplugged, guessed by
5419         msgdb path.
5420
5421         * elmo-pop3.el (elmo-folder-exists-p): Ditto.
5422
5423 2002-04-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5424
5425         * elmo-util.el (elmo-read-search-condition-internal): Give default
5426         value for date.
5427
5428 2002-04-04  Mito  <mito@mxa.nes.nec.co.jp>
5429
5430         * elmo-util.el (elmo-condition-parse-search-value): Accept
5431         YYYY-MM-DD format to search.
5432         * elmo-date.el (elmo-date-get-datevec): Likewise.
5433
5434 2002-04-04  Kenichi OKADA  <okada@opaopa.org>
5435
5436         * elmo-nntp.el (elmo-nntp-list-folders-get-cache): Delete
5437         debugging code.
5438
5439 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5440
5441         * elmo.el (elmo-folder-creatable-p): Changed default value to nil
5442         from t.
5443
5444         * elmo-pop3.el (elmo-folder-exists-p): Return nil if unplugged.
5445
5446         * elmo-nntp.el (elmo-folder-exists-p-plugged): Divided plugged
5447         case from `elmo-folder-exists-p'.
5448         (elmo-folder-exists-p): Removed.
5449         (elmo-folder-creatable-p) Ditto.
5450
5451         * elmo-net.el (elmo-folder-create): Defined.
5452         (elmo-folder-create-unplugged): New function.
5453         (elmo-folder-exists-p): Changed default value to nil from t.
5454
5455         * elmo-imap4.el (elmo-folder-creatable-p): Defined.
5456         (elmo-folder-create-plugged): Renamed from `elmo-folder-create'.
5457
5458         * elmo-dop.el (elmo-folder-create-dop): Renamed from
5459         `elmo-create-folder-dop' and append queue
5460         'elmo-folder-create-dop-delayed instead of 'elmo-folder-create.
5461         (elmo-folder-create-dop-delayed): New function.
5462
5463         * elmo-cache.el (elmo-folder-creatable-p): Ditto.
5464
5465         * elmo-shimbun.el (elmo-folder-creatable-p): Ditto.
5466
5467         * elmo-sendlog.el (elmo-folder-creatable-p): Ditto.
5468         (elmo-folder-writable-p) : Ditto.
5469
5470         * elmo-version.el (elmo-version): Up to 2.9.9.
5471
5472 2002-03-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5473
5474         * elmo.el (elmo-find-fetch-strategy): Don't use file cache when
5475         `elmo-message-use-cache-p' returns nil.
5476         * elmo-mime.el (elmo-mime-display-as-is): Ditto.
5477         (ignore cache file and refer the substance in local folders)
5478
5479 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5480
5481         * elmo-version.el (elmo-version): Up to 2.9.8.
5482
5483 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
5484
5485         * elmo-version.el (elmo-version): Up to 2.9.7.
5486
5487         * elmo-imap4.el (elmo-folder-list-subfolders): Fixed logic.
5488
5489 2002-02-18  Daiki Ueno  <ueno@unixuser.org>
5490
5491         * elmo-nntp.el (elmo-nntp-send-mode-reader): Don't throw an error.
5492
5493 2002-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
5494
5495         * elmo-nmz.el (elmo-nmz-args): Changed default argumnet to --late
5496         from --early.
5497         (elmo-map-folder-list-message-locations): Reverse location list.
5498
5499 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5500
5501         * elmo-nntp.el (elmo-nntp-list-folders-get-cache): Fix.
5502
5503 2002-01-31  Yuuichi Teranishi  <teranisi@gohome.org>
5504
5505         * elmo-nntp.el (elmo-nntp-list-folders-get-cache): Use group and server
5506         as a key.
5507         (elmo-nntp-folder-list-subfolders): Follow the change above.
5508
5509 2002-01-27  Takaaki MORIYAMA  <aka@iris.eonet.ne.jp>
5510
5511         * elmo-imap4.el (elmo-folder-list-subfolders): Don't omit user
5512         name if authentication type is specified.
5513
5514 2002-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
5515
5516         * elmo.el (elmo-default-imap4-stream-type): Define as obsolete
5517         variable.
5518         (elmo-default-nntp-stream-type): Ditto.
5519         (elmo-default-pop3-stream-type): Ditto.
5520
5521 2002-01-25  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
5522
5523         * elmo.el (elmo-generic-folder-append-messages): Disable multibyte.
5524
5525 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5526
5527         * elmo-localnews.el (elmo-localnews-folder-path): Moved from
5528         elmo-vars.el.
5529         * elmo-maildir.el (elmo-maildir-folder-path): Ditto.
5530
5531         * elmo-vars.el (elmo-localnews-folder-path): Removed.
5532         (elmo-maildir-folder-path): Ditto.
5533         (elmo-maildir-list): Ditto (abolished).
5534
5535 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5536
5537         * elmo-version.el (elmo-version): Up to 2.9.6.
5538
5539 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5540
5541         * elmo-vars.el (elmo-localnews-folder-path): Make customizable.
5542         (elmo-maildir-folder-path): Ditto.
5543         (elmo-msgdb-directory): Ditto.
5544         (elmo-passwd-life-time): Ditto.
5545         (elmo-msgdb-extra-fields): Ditto.
5546         (elmo-enable-disconnected-operation): Ditto.
5547
5548 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5549
5550         * elmo-vars.el (elmo-imap4-default-authenticate-type): Give
5551         other choices.
5552         (elmo-pop3-default-authenticate-type): Ditto.
5553
5554 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5555
5556         * elmo-vars.el (elmo-imap4-default-authenticate-type): Give
5557         choices for custom.
5558         (elmo-pop3-default-authenticate-type): Ditto.
5559
5560 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5561
5562         * elmo-imap4.el (elmo-folder-rename-internal): Change current
5563         mailbox to new-folder.
5564
5565 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
5566
5567         * elmo-imap4.el (elmo-imap4-folder-diff-plugged): If unread is
5568         less than new, set new as unread.
5569
5570         * elmo-util.el (elmo-string): Don't put text-property if nil.
5571
5572 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
5573
5574         * elmo-imap4.el (elmo-folder-list-subfolders): Case sensitive.
5575         * elmo-nntp.el (elmo-folder-list-subfolders): Ditto.
5576
5577 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
5578
5579         * elmo-utils.el (elmo-read-search-condition-internal): REQUIRE-MATCH
5580         is nil on `completing-read'.
5581
5582 2002-01-20  Yuuichi Teranishi  <teranisi@gohome.org>
5583
5584         * elmo-imap4.el (elmo-imap4-extra-namespace-alist): Added grouping
5585         for namespace part.
5586         (elmo-imap4-parse-namespace-subr): Ditto.
5587         (elmo-folder-list-subfolders): Append a delimiter when the specified
5588         folder path is a root with namespace and does not end with delimiter.
5589
5590 2002-01-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5591
5592         * elmo.el (elmo-folder-search-fast): Moved upwards rather than it
5593         was used.
5594
5595 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5596
5597         * elmo-util.el (elmo-save-buffer): The first argument of message
5598         is a format control string.
5599
5600 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5601
5602         * elmo.el (elmo-diff-new): Fixed (Adapted to doc-string of
5603         `elmo-folder-diff').
5604         (elmo-diff-unread): Likewise.
5605
5606 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5607
5608         * elmo-utils.el (elmo-read-search-condition-internal): REQUIRE-MATCH
5609         is t on `completing-read'.
5610
5611 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5612
5613         * elmo-filter.el (elmo-filter-folder-list-unreads-internal): Call
5614         method of target folder with self mark-alist if MARK-ALIST is nil.
5615
5616 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5617
5618         * elmo-version.el (elmo-version): Up to 2.9.5.
5619
5620 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5621
5622         * elmo-dop.el (elmo-dop-queue-merge): Implement.
5623         (elmo-dop-merge-funcs): Remove.
5624
5625 2002-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5626
5627         * elmo-util.el (elmo-file-cache-delete): Fixed last change;
5628         Return t if PATH is directory, too.
5629         Use `dolist' instead of while loop.
5630
5631 2002-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5632
5633         * elmo-util.el (elmo-file-cache-delete): Return t if a cache file
5634         is deleted.
5635
5636 2002-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5637
5638         * elmo-net.el (elmo-folder-list-messages-plugged): Changed default
5639         return value to t.
5640         (elmo-folder-list-messages-unplugged): Return t if
5641         elmo-enable-disconnected-operation is nil.
5642
5643         * elmo-pop3.el (elmo-folder-list-messages-plugged): Renamed from
5644         `elmo-folder-list-messages-internal'.
5645
5646 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
5647
5648         * elmo-nntp.el (elmo-nntp-read-response): Added `error-msg' argument.
5649         Change to looking-at `[23][0-9]+'.
5650         (elmo-network-initialize-session): Use 'error-msg'
5651         * elmo-net.el (elmo-network-open-session): Set unplugged
5652         if elmo-network-initialize-session returns 'elmo-open-err.
5653
5654 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
5655
5656         * elmo-version.el (elmo-version): Up to 2.9.4.
5657
5658 2002-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
5659
5660         * elmo-nntp.el (elmo-folder-list-messages-plugged): Renamed from
5661         `elmo-folder-list-messages-internal'.
5662
5663 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5664
5665         * elmo.el (elmo-folder-search): Defined. Fixed docstring.
5666         (elmo-message-match-condition): New method.
5667         (elmo-folder-search-fast): New inline function.
5668         (elmo-msgdb-search): Removed.
5669
5670         * elmo-filter.el (elmo-folder-msgdb-create): Create from msgdb of
5671         target folder if it is unplugged.
5672         (elmo-folder-list-messages-internal): Return t if target folder is
5673         unplugged and itself is persistent; In this case, use list be
5674         searched already.
5675
5676         * elmo-msgdb.el (elmo-msgdb-search-internal): Removed.
5677         (elmo-msgdb-search-internal-primitive): Ditto.
5678         (elmo-msgdb-match-condition): New function.
5679         (elmo-msgdb-match-condition-primitive): Ditto.
5680
5681         * elmo-util.el (elmo-filter-condition-p): New macro.
5682
5683         * elmo-cache.el (elmo-folder-search): Removed.
5684
5685         * elmo-localdir.el (elmo-folder-search): Ditto.
5686
5687         * elmo-maildir.el (elmo-folder-search): Ditto.
5688
5689         * elmo-mark.el (elmo-folder-search): Ditto.
5690
5691         * elmo-nmz.el (elmo-folder-search): Ditto.
5692
5693         * elmo-sendlog.el (elmo-folder-search): Ditto.
5694
5695         * elmo-shimbun.el (elmo-folder-search): Ditto.
5696
5697         * elmo-imap4.el (elmo-folder-search): Call method of parent class
5698         if folder is unplugged.
5699
5700         * elmo-nntp.el (elmo-folder-search): Likewise.
5701         (elmo-nntp-search-internal): New function.
5702
5703         * elmo-version.el (elmo-version): Up to 2.9.3.
5704
5705 2001-12-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5706
5707         * elmo.el (elmo-message-fetch-with-cache-process): Fixed typo.
5708
5709 2001-12-27  Tetsurou Okazaki  <okazaki@be.to>
5710
5711         * elmo-vars.el (elmo-nntp-default-user): Customization Type fix.
5712
5713 2001-12-27  Taiji Can  <Taiji.Can@grd.advantest.co.jp>
5714
5715         * elmo-nntp.el (elmo-network-initialize-session): Fixed for NNTP response.
5716
5717 2001-12-27  Yuuichi Teranishi  <teranisi@gohome.org>
5718
5719         * elmo-nmz.el (elmo-nmz-use-drive-letter): New variable.
5720         (elmo-map-folder-list-message-locations): Do drive letter conversion
5721         on Windows environment.
5722         (elmo-nmz-msgdb-create-entity): Use expand-file-name.
5723         (elmo-map-message-fetch): Ditto.
5724
5725 2001-12-27  Kenichi OKADA  <okada@opaopa.org>
5726
5727         * elmo-nntp.el (elmo-nntp-read-response): Fixed for Response '400'
5728         (elmo-network-initialize-session): Ditto.
5729
5730 2001-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
5731
5732         * elmo-imap4.el (elmo-imap4-message-fetch): Fixed '100%' message.
5733
5734         * elmo-pop3.el (elmo-message-fetch-plugged): Ditto.
5735
5736         * elmo-util.el (elmo-progress-clear): Ditto.
5737
5738         * elmo-date.el (elmo-date-get-datevec): Fix timezone of
5739         `DD-Mon-YYYY' type date.
5740
5741 2001-12-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5742
5743         * elmo-util.el (elmo-buffer-field-primitive-condition-match): Use
5744         `elmo-date-make-sortable-string' instead of
5745         `timezone-make-date-sortable'.
5746
5747         * elmo-date.el (elmo-date-make-sortable-string): Use
5748         `timezone-make-time-string'.
5749
5750 2001-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
5751
5752         * elmo.el (elmo-folder-synchronize): Delete important messages too.
5753
5754         * elmo-util.el (elmo-buffer-field-primitive-condition-match): Fixed
5755         `since'; Fix timezone.
5756
5757         * elmo-msgdb.el (elmo-msgdb-search-internal-primitive): Ditto.
5758
5759         * elmo-nntp.el (elmo-nntp-search-primitive): Likewise.
5760
5761 2001-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5762
5763         * elmo.el (elmo-message-fetch-with-cache-process): Rewrite.
5764
5765 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5766
5767         * elmo.el (elmo-generic-folder-append-messages): Make
5768         fetch-strategy with `use-cache' as 'maybe. Check return value of
5769         `elmo-message-fetch'.
5770         (elmo-message-fetch): Return return value of
5771         `elmo-message-fetch-with-cache-process'.
5772         (elmo-message-fetch-with-cache-process): Return non-nil if
5773         fetching was succeed. Load cache when fetching was failed and
5774         fetch-strategy-use-cache is 'maybe.
5775
5776         * elmo-util.el (elmo-file-cache-load): New function.
5777
5778         * elmo-multi.el (elmo-message-use-cache-p): Remove duplicated
5779         defun.
5780
5781         * elmo-archive.el (elmo-archive-message-fetch-internal): Return
5782         non-nil if fetching was succeed.
5783
5784         * elmo-imap4.el (elmo-imap4-message-fetch): Likewise.
5785
5786         * elmo-nmz.el (elmo-map-message-fetch): Likewise.
5787
5788         * elmo-nntp.el (elmo-nntp-read-body): Likewise.
5789         (elmo-message-fetch-with-cache-process): Likwise.
5790
5791         * elmo-pop3.el (elmo-pop3-read-body): Likewise.
5792
5793         * elmo-shimbun.el (elmo-map-message-fetch): Likewise.
5794
5795         * elmo-version.el (elmo-version): Up to 2.9.2.
5796
5797 2001-12-23  Yuuichi Teranishi  <teranisi@gohome.org>
5798
5799         * elmo.el (elmo-folder-delete): Delete msgdb path.
5800
5801         * elmo-archive.el (elmo-folder-delete): Added `:before' qualifier.
5802
5803         * elmo-maildir.el (elmo-folder-delete): Ditto.
5804
5805         * elmo-localdir.el (elmo-folder-delete): Ditto.
5806
5807         * elmo-imap4.el (elmo-folder-delete): Ditto.
5808
5809 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
5810
5811         * elmo.el (luna-define-class): Added `biff' slot.
5812
5813         * elmo-pop3.el (elmo-pop3-debug): Split biff log.
5814         (elmo-pop3-debug-inhibit-logging): Abolished.
5815         (elmo-network-close-session): Eliminated needless let.
5816         (elmo-pop3-get-session): Set prefix 'BIFF' if biff folder.
5817         (elmo-pop3-send-command): Added `no-log' argument.
5818         (elmo-pop3-process-filter): Use `with-current-buffer'.
5819         (elmo-pop3-auth-user): Set `no-log' argument; Delete process
5820         if login failure.
5821         (elmo-pop3-auth-apop): Likewise.
5822         (elmo-network-authenticate-session): Likewise.
5823
5824         * elmo-nntp.el (elmo-nntp-get-session): Set prefix 'BIFF'
5825         if biff folder.
5826
5827         * elmo-net.el (elmo-network-session-password-key): Use class symbol
5828         string to determine protocol.
5829         (elmo-network-session-name-prefix): Abolished.
5830         (elmo-network-session-cache-key): Follow the change above.
5831         (elmo-network-open-session): Ditto.
5832
5833         * elmo-imap4.el (elmo-imap4-send-command): Modified error message.
5834         (elmo-imap4-get-session): Set prefix 'BIFF' if biff folder.
5835
5836         * elmo-version.el (elmo-version): Up to 2.9.1.
5837
5838         * elmo-util.el (elmo-file-field-primitive-condition-match): Fixed
5839         unmatch condition checking.
5840
5841         * elmo-localdir.el (elmo-folder-search): Don't short cut if unmatch
5842         condition.
5843
5844 2001-12-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5845
5846         * elmo.el (elmo-folder-confirm-appends): Fixed docstring.
5847
5848 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
5849
5850         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Fixed
5851         test for while loop to execute at least one SEARCH command.
5852
5853 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
5854
5855         * elmo-version.el (elmo-version): Up to 2.9.0.
5856
5857 2001-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
5858
5859         * elmo-archive.el (elmo-archive-folder): Added `dir-name' slot.
5860         (elmo-archive-folder-path): Define.
5861         (elmo-folder-initialize): Setup `dir-name' slot.
5862         (elmo-archive-folder-list-subfolders): Fixed problem when `name' is "".
5863         Use `dir-name' as prefix of each subfolders.
5864         (Applyed patch from Takaaki MORIYAMA <taka@arcadia.co.jp>)
5865
5866 2001-12-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5867
5868         * elmo-pipe.el (elmo-pipe-folder-copied-filename): New variable.
5869         (elmo-pipe-folder-list-target-messages): New internal function.
5870         (elmo-pipe-drain): Use new argument `ignore-list' instead of
5871         `killed-list'.
5872         (elmo-pipe-folder-copied-list-load): New function.
5873         (elmo-pipe-folder-copied-list-save): Ditto.
5874         (elmo-folder-open-internal): Follow the change above.
5875         (elmo-folder-status): Fixed for copy.
5876
5877 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
5878
5879         * elmo-shimbun.el (elmo-folder-creatable-p): Define.
5880
5881 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
5882
5883         * elmo-localdir.el (elmo-folder-message-make-temp-files): Use
5884         elmo-copy-file instead of elmo-add-name-to-file.
5885
5886         * elmo-nmz.el (elmo-folder-message-make-temp-files): Ditto.
5887
5888         * elmo-nmz.el (elmo-map-folder-list-message-locations): Allow
5889         "file://..." index.
5890
5891         * elmo-pop3.el (elmo-pop3-read-response): Set timeout argument
5892         of accept-process-output as 1.
5893         (elmo-pop3-read-contents): Ditto.
5894         (elmo-pop3-read-body): Ditto.
5895
5896 2001-12-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5897
5898         * elmo-version.el (product-version-as-string): Remove define.
5899
5900 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5901
5902         * elmo-imap4.el (elmo-imap4-number-set-chop-length): New variable.
5903         (elmo-imap4-copy-messages): Chop number set using
5904         `elmo-imap4-number-set-chop-length'.
5905         (elmo-imap4-set-flag): Ditto.
5906         (elmo-imap4-search-internal-primitive): Ditto.
5907
5908 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5909
5910         * elmo.el (elmo-folder-make-temporary-directory): Renamed from
5911         `elmo-folder-make-temp-dir'
5912
5913         * elmo-vars.el (elmo-cache-directory): New variable.
5914         (elmo-cache-dir): Abolished.
5915         (elmo-msgdb-directory): Renamed from `elmo-msgdb-dir'.
5916
5917         * elmo-version.el (elmo-version): Up to 2.7.7.
5918
5919 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5920
5921         * elmo-util.el (elmo-obsolete-variable-show-warnings): Define with
5922         defcustom; Set default value as t.
5923
5924 2001-12-10  Yuuichi Teranishi  <teranisi@gohome.org>
5925
5926         * pldap.el (ldap-ldif-field-name-regexp): Changed regexp.
5927         (ldap-search-program-arguments): Changed default value.
5928         (ldap-search-basic): Accept exit status 4.
5929         (ldap/field-body): Parse options.
5930         (ldap/collect-field): Ditto.
5931         (According to the advise from Mito <mito@mxa.nes.nec.co.jp>)
5932
5933         * elmo-imap4.el (elmo-imap4-process-bye): New function.
5934         (elmo-imap4-send-command): Call elmo-imap4-process-bye.
5935         (elmo-imap4-accept-ok): Ditto.
5936         (elmo-imap4-session-select-mailbox): If argument `no-error' equals to
5937         'notify-bye, only BYE error is reported.
5938         (elmo-folder-exists-p-plugged): Set no-error argument of
5939         `elmo-imap4-session-select-mailbox' as 'notify-bye.
5940
5941         * elmo.el (elmo-imap4-bye-error): Changed message.
5942
5943         * elmo-dop.el (elmo-dop-queue-flush): Fixed obsolete version message.
5944         (elmo-dop-queue-flush): Don't append to the dop-queue while flushing
5945         queues (It causes infinite loop).
5946
5947 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5948
5949         * elmo.el (elmo-folder-diff): Fixed docstring for IMAP4
5950         (RECENT UNSEEN MESSAGES) extension.
5951
5952 2001-12-07  Mito <mito@mxa.nes.nec.co.jp>
5953
5954         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string):
5955         Check number of overview fields.
5956
5957 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
5958
5959         * elmo.el (elmo-folder-confirm-appends): Changed message.
5960         (elmo-folder-confirm-appends): Ditto.
5961
5962         * elmo-archive.el (elmo-archive-exec-msgs-subr1): Use
5963         `with-temp-buffer'.
5964         (According to the advise from Nishimoto Masaki <nishimoto@gaju.org>)
5965
5966 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
5967
5968         * elmo.el (elmo-folder-confirm-appends): Check whether the value
5969         of elmo-folder-update-threshold is nil, which can be set by
5970         wl-summary-update-confirm-threshold.
5971
5972 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
5973
5974         * elmo-nmz.el (elmo-nmz-default-index-path): Allow path list.
5975         (elmo-nmz-index-alias-alist): Ditto.
5976         (elmo-map-folder-list-message-locations): Follow the change above.
5977
5978 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5979
5980         * elmo-filter.el (elmo-folder-list-subfolders): Defined.
5981
5982         * elmo-archive.el (elmo-archive-call-process): Ignore nemacs.
5983
5984         * elmo-msgdb.el (elmo-msgdb-insert-file-header): Ditto.
5985
5986         * elmo-util.el (elmo-read): Ditto.
5987         (elmo-display-error): Ditto.
5988
5989         * elmo-vars.el (elmo-date-match): Ditto.
5990
5991         * pldap.el (ldap-coding-system): Ditto.
5992
5993         * elmo-pipe.el (elmo-pipe-drain): If `copy' is non-nil, bind
5994         `elmo-inhibit-number-mapping' as nil.
5995
5996 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
5997
5998         * elmo-pop3.el (elmo-pop3-parse-list-response): Allow multiple
5999         space delimiter for list response.
6000
6001 2001-12-02  Kenichi OKADA  <okada@opaopa.org>
6002
6003         * elmo-sendlog.el (elmo-sendlog-buffer-name): Deleted.
6004
6005 2001-12-02  Kenichi OKADA  <okada@opaopa.org>
6006
6007         * elmo-sendlog.el (elmo-folder-delete-messages): Added.
6008         (elmo-map-message-fetch): Fix.
6009         * elmo-map.el (elmo-folder-status): Fix for killed.
6010
6011 2001-12-02  Kenichi OKADA  <okada@opaopa.org>
6012
6013         * elmo-sendlog.el: New file.
6014         * elmo-internal.el (elmo-internal-folder-list): Added 'sendlog.
6015
6016 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6017
6018         * acap.el (acap-logging-out): New buffer local variable.
6019         (acap-close): Set it.
6020         (acap-wait-for-response): If acap-logging-out is non-nil, don't cause
6021         an error.
6022
6023 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6024
6025         * acap.el (acap-response-bye-p): New function.
6026         (acap-response-bye-message): Ditto.
6027         (acap-wait-for-response): If bye response is received, cause an error.
6028         (acap-parse-response): Make bye response when 'Bye' is received.
6029
6030 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
6031
6032         * elmo-pipe.el (elmo-pipe-drain): Load killed-list.
6033
6034 2001-11-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6035
6036         * elmo-util.el (elmo-copy-file): Added argument
6037         `ok-if-already-exists'.
6038         (elmo-copy-file): Fixed typo.
6039
6040 2001-11-21  Kenichi OKADA  <okada@opaopa.org>
6041
6042         * elmo-pipe.el (elmo-pipe-drain): Load killed-list.
6043
6044 2001-11-21  Kenichi OKADA  <okada@opaopa.org>
6045
6046         * elmo-pipe.el (elmo-pipe-drain): Save killed-list.
6047
6048 2001-11-20  Kenichi OKADA  <okada@opaopa.org>
6049
6050         * elmo-pipe.el (elmo-pipe-drain): Append copied messages
6051         to killed-list.
6052
6053 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
6054
6055         * elmo-pipe.el (elmo-pipe-folder): Add `copy'.
6056         (elmo-folder-initialize): Fix for `copy'.
6057         (elmo-pipe-drain): Ditto.
6058         (elmo-folder-open-internal): Ditto.
6059         (elmo-folder-newsgroups): Fix.
6060
6061 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
6062
6063         * elmo-maildir.el (elmo-folder-append-messages): Make temporal filename
6064         for each message.
6065
6066         * elmo-multi.el (elmo-multi-folder-diff): Fixed problem when
6067         recent value is returned from imap folder.
6068
6069         * elmo.el (elmo-folder-newsgroups): New generic function.
6070
6071         * elmo-localnews.el (elmo-localnews-folder): Added `group' slot.
6072         (elmo-folder-initialize): Set it.
6073         (elmo-folder-expand-msgdb-path): Use it.
6074         (elmo-folder-newsgroups): Define.
6075
6076         * elmo-filter.el (elmo-folder-newsgroups): Define.
6077
6078         * elmo-pipe.el (elmo-folder-newsgroups): Ditto.
6079
6080         * elmo-nntp.el (elmo-folder-newsgroups): Ditto.
6081
6082         * elmo-multi.el (elmo-folder-newsgroups): Ditto.
6083
6084 2001-11-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6085
6086         * elmo-shimbun.el (elmo-shimbun-update-overview-folder-list): New
6087         user option.
6088         (elmo-shimbun-header-extra-field): New inline function.
6089         (elmo-shimbun-header-set-extra-field): Ditto.
6090         (elmo-shimbun-folder-header-hash-setup): Ditto.
6091         (elmo-shimbun-update-overview): Ditto.
6092         (elmo-shimbun-msgdb-to-headers): Set extra field `x-shimbun-id'.
6093         (elmo-shimbun-folder-setup): Use
6094         `elmo-shimbun-folder-header-hash-setup' to be setup hash table.
6095         (elmo-shimbun-get-headers): Ditto.
6096         (elmo-map-message-fetch): Call `elmo-shimbun-update-overview';
6097         Insert `X-Shimbun-Id:' header if extra field is set.
6098         (elmo-map-folder-list-message-locations): Return `x-shimbun-id'
6099         field's value instead of `shimbun-header-id'.
6100
6101         * elmo-msgdb.el (elmo-msgdb-overview-entity-set-references): New
6102         inline function.
6103         (elmo-msgdb-overview-entity-set-date): Ditto.
6104         (elmo-msgdb-overview-entity-set-extra-field): Ditto.
6105
6106 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
6107
6108         * mmimap.el (mmimap-entity-section): Changed body node number from
6109         "0" to "1".
6110
6111 2001-11-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6112
6113         * elmo-pop3.el (elmo-folder-delete-messages-plugged): Renamed from
6114         `elmo-folder-delete-messages'.
6115
6116         * elmo-nmz.el (elmo-nmz-index-alias-alist): New user option.
6117         (elmo-folder-initialize): Changed to expand alias into index path.
6118
6119         * elmo-mime.el (elmo-mime-insert-sorted-header): Call
6120         `elmo-mime-insert-header-from-buffer' with 6th arg
6121         `sorted-fields'.
6122
6123 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6124
6125         * mmimap.el (mmimap-entity-section): If node-id is nil, return "0".
6126
6127         * elmo.el (elmo-diff-new): New inline function.
6128         (elmo-diff-unread): Ditto.
6129         (elmo-diff-all): Ditto.
6130
6131         * elmo-imap4.el (elmo-imap4-server-diff-async-callback-1): Get recent
6132         value from responseb.
6133         (elmo-imap4-folder-diff-plugged): Ditto.
6134         (elmo-imap4-server-diff-async): Added recent argument.
6135         (elmo-server-diff-async): Ditto.
6136         (elmo-imap4-folder-diff-plugged): Ditto.
6137
6138         * elmo-version.el (elmo-version): Up to 2.7.6.
6139
6140 2001-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6141
6142         * elmo-util.el (elmo-parse-token): Fixed how to treat quoted-pair
6143         in quoted-stirng.
6144
6145 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
6146
6147         * elmo-pop3.el (elmo-folder-initialize): Rewrite.
6148
6149         * elmo-imap4.el (elmo-folder-initialize): Ditto.
6150
6151         * elmo-nntp.el (elmo-folder-initialize): Ditto.
6152
6153         * elmo-multi.el (elmo-folder-initialize): Ditto.
6154
6155         * elmo-util.el (elmo-parse-token): New function.
6156         (elmo-parse-prefixed-element): Ditto.
6157
6158 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6159
6160         * elmo-imap4.el (elmo-imap4-send-command): If BYE response is detected,
6161         delete process.
6162         (elmo-imap4-accept-ok): Ditto.
6163
6164 2001-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6165
6166         * mmimap.el (mime-imap-entity-header-string): Don't check first
6167         element of node-id is `0' (Follow last change).
6168
6169 2001-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6170
6171         * mmimap.el (mmimap-make-mime-entity): Fixed problem to be
6172         assigned irregular node-id to nested multipart section.
6173         (initialize-instance): Followed above change.
6174
6175 2001-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6176
6177         * elmo-shimbun.el (elmo-shimbun-get-headers): Don't call
6178         `shimbun-open-group' (Moved to `elmo-folder-open-internal').
6179         (elmo-folder-open-internal): Call `shimbun-open-group' (Moved from
6180         `elmo-shimbun-get-headers');
6181         Call `elmo-shimbun-folder-setup' if headers is empty (An entity of
6182         visible article on summary exists in headers).
6183         (elmo-map-message-fetch): Cause an error when folder is unplugged.
6184
6185 2001-10-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6186
6187         * elmo-shimbun.el (elmo-shimbun-use-cache): Fix typo in the
6188         definition.
6189
6190 2001-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
6191
6192         * elmo-localnews.el (elmo-folder-expand-msgdb-path): Define.
6193
6194 2001-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6195
6196         * elmo-msgdb.el (elmo-msgdb-insert-file-header): Moved searching
6197         header separator into loop condition.
6198
6199 2001-10-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6200
6201         * elmo-imap4.el (elmo-folder-list-subfolders): Fixed problem;
6202         Return duplicate folder if it has subfolder.
6203
6204 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
6205
6206         * elmo.el (elmo-make-folder): Add folder name error check.
6207
6208         * elmo-nntp.el (elmo-nntp-group-coding-system): New variable.
6209         (elmo-nntp-encode-group-string): New inline function.
6210         (elmo-nntp-decode-group-string): Ditto.
6211         (elmo-folder-initialize): Use elmo-nntp-encode-group-string.
6212         (elmo-nntp-folder-list-subfolders): Set processing buffer as unibyte;
6213         Use `not' instead of `null';
6214         Use elmo-nntp-decode-group-string.
6215
6216         * elmo-imap4.el (elmo-folder-list-subfolders): Don't append delimiter.
6217
6218         * elmo-version.el (elmo-version): Up to 2.7.5.
6219
6220 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6221
6222         * elmo-pipe.el (elmo-pipe-drain): Use `unwind-protect';
6223         Hide progress gauge if `elmo-folder-move-messages' exits
6224         nonlocally.
6225
6226 2001-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
6227
6228         * elmo-imap4.el (elmo-folder-initialize): Use
6229         `elmo-imap4-encode-folder-string' for folder name.
6230
6231 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6232
6233         * elmo.el (elmo-folder-move-messages): Removed arguments `all' and
6234         `done'.
6235
6236 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6237
6238         * elmo-util.el (elmo-progress-counter-alist): New internal
6239         variable.
6240         (elmo-progress-counter-value): New macro.
6241         (elmo-progress-counter-all-value): Ditto.
6242         (elmo-progress-counter-format): Ditto.
6243         (elmo-progress-counter-set-value): Ditto.
6244         (elmo-progress-set): New function.
6245         (elmo-progress-clear): Ditto.
6246         (elmo-progress-notify): Ditto.
6247
6248         * elmo-pipe.el (elmo-pipe-drain): Setup and clear progress
6249         counter.
6250
6251         * elmo.el (elmo-generic-folder-append-messages): Call
6252         `elmo-progress-notify'.
6253         (elmo-folder-move-messages): Don't call `elmo-display-progress'.
6254
6255         * elmo-archive.el (elmo-folder-append-messages): Call
6256         `elmo-progress-notify'.
6257
6258         * elmo-imap4.el (elmo-folder-append-messages): Ditto.
6259
6260         * elmo-localdir.el (elmo-folder-append-messages): Ditto.
6261
6262         * elmo-maildir.el (elmo-folder-append-messages): Ditto.
6263
6264 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
6265
6266         * elmo-dop.el (elmo-dop-queue-method-name-alist): Fixed 'Encache' and
6267         'Create'.
6268         (elmo-message-encache-dop): Added argument `read'.
6269
6270         * elmo-shimbun.el (elmo-message-encache): Ditto.
6271
6272         * elmo-net.el (elmo-message-encache): Ditto.
6273
6274         * elmo-imap4.el (elmo-imap4-seen-messages): New buffer local variable.
6275         (elmo-imap4-fetch-callback-1-subr): Save important message numbers to
6276         elmo-imap4-seen-messages.
6277         (elmo-folder-msgdb-create-plugged): Initialize
6278         elmo-imap4-seen-messages;
6279         Set seen mark on elmo-imap4-seen-messages.
6280
6281         * elmo-pipe.el (elmo-folder-message-file-p): Define.
6282
6283         * elmo.el (elmo-generic-folder-append-messages): Check return value of
6284         elmo-folder-append-buffer.
6285         (elmo-folder-encache): Added optional argument `read'.
6286         (elmo-message-encache): Ditto.
6287
6288         * elmo-dop.el (elmo-folder-append-buffer-dop-delayed): Ditto.
6289
6290         * elmo-localdir.el (elmo-folder-append-buffer): Ditto.
6291
6292         * elmo-archive.el (elmo-archive-folder-append-buffer): Return t
6293         if append buffer content succeds.
6294
6295 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
6296
6297         * elmo-pop3.el (elmo-message-fetch-plugged): Fixed label for
6298         elmo-display-progress.
6299
6300         * elmo-mime.el (elmo-mime-message-display): Added argument keymap;
6301         Set 4th argument of mime-display-message.
6302         (elmo-mime-display-as-is): Ditto.
6303
6304 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
6305
6306         * elmo-nmz.el (toplevel): Require 'mime-edit.
6307         (elmo-nmz-content-type-alist): Abolished.
6308         (elmo-nmz-msgdb-create-entity): Add From: and Subject: field if
6309         content is not a message.
6310         (elmo-map-message-fetch): Changed behavior exept for message content;
6311         Detect mime-charset automatically, Use `mime-find-file-type' to detect
6312         content-type, Add From: and Subject: field.
6313
6314 2001-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6315
6316         * elmo-nmz.el (elmo-nmz-content-type-alist): New variable.
6317         (elmo-map-message-fetch): Add `Content-Type' field if contents is
6318         not a message.
6319
6320 2001-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6321
6322         * elmo.el (elmo-folder-writable-p): Changed default value to nil.
6323         (elmo-folder-move-messages): Check `elmo-folder-writable-p'.
6324
6325         * elmo-archive.el (elmo-folder-writable-p): Defined.
6326
6327         * elmo-cache.el (elmo-folder-writable-p): Ditto.
6328
6329         * elmo-filter.el (elmo-folder-writable-p): Ditto.
6330
6331         * elmo-imap4.el (elmo-folder-writable-p): Ditto.
6332
6333         * elmo-localdir.el (elmo-folder-writable-p): Ditto.
6334
6335         * elmo-maildir.el (elmo-folder-writable-p): Ditto.
6336
6337         * elmo-mark.el (elmo-folder-writable-p): Ditto.
6338
6339         * elmo-pipe.el (elmo-folder-writable-p): Ditto.
6340
6341         * elmo-nntp.el (elmo-folder-writable-p): Eliminated.
6342
6343 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
6344
6345         * elmo-util.el (elmo-address-quote-specials): New function;
6346         Renamed from `wl-address-quote-specials'.
6347
6348 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6349
6350         * elmo-version.el (elmo-version): Up to 2.7.4.
6351
6352 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
6353
6354         * elmo.el (elmo-quit): Call `elmo-dop-queue-save'.
6355
6356 2001-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6357
6358         * acap.el (acap-read-passphrase): Always autoload ange-ftp for
6359         both compile-time and run-time to avoid byte-compile warning.
6360
6361 2001-09-13  Kenichi OKADA  <okada@opaopa.org>
6362
6363         * elmo-nntp.el (elmo-nntp-post): Fix for `elmo-nntp-default-stream-type'.
6364
6365 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
6366
6367         * elmo-mime.el (elmo-mime-display-as-is-coding-system): New user
6368         option.
6369         (elmo-mime-display-as-is-internal): Use it.
6370
6371         * acap.el (acap-read-passphrase): Use `ange-ftp-read-passwd'
6372         if `read-passwd' is not defined.
6373
6374 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
6375
6376         * elmo-pop3.el (elmo-pop3-list-location): Sort locations
6377         by original number.
6378         (elmo-folder-status): Call `elmo-folder-open-internal';
6379         Call `elmo-folder-close-internal' instead of `elmo-folder-close'.
6380         (elmo-folder-close-internal): Set location-alist as nil.
6381         (elmo-folder-clear): Define.
6382         (elmo-folder-check): Don't set location-alist as nil.
6383
6384         * elmo-dop.el (elmo-dop-queue-method-name-alist): Fixed symbols.
6385
6386 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
6387
6388         * elmo-util.el (elmo-msgid-to-cache): Enclose with `save-match-data'.
6389         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>)
6390
6391         * mmimap.el (mime-imap-entity::requested): New slot.
6392         (mime-imap-location-fetch-entity-p): New generic function.
6393         (mime-decode-parameters): Define using `defun-maybe'.
6394         (mmimap-make-mime-entity): Use `make-mime-content-type' to make
6395         content-type structure.
6396         (mime-entity-body): Return empty body if
6397         `mime-imap-location-fetch-entity-p' returns nil in the first request.
6398
6399         * elmo.el (elmo-message-displaying): New variable.
6400
6401         * elmo-mime.el (elmo-mime-message-display): Bind
6402         elmo-message-displaying as t.
6403
6404         * elmo-imap4.el (mime-imap-location-fetch-entity-p): Define.
6405
6406 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
6407
6408         * acap.el (acap-open): erase buffer before starting network process.
6409         (acap-store): Rewrite.
6410
6411 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
6412
6413         * elmo-imap4.el (elmo-imap4-default-mailbox,
6414         elmo-imap4-default-server
6415         elmo-imap4-default-authenticate-type,
6416         elmo-imap4-default-user,
6417         elmo-imap4-default-port,
6418         elmo-imap4-default-stream-type,
6419         elmo-imap4-stream-type-alist): Moved to elmo-vars.el.
6420
6421         * elmo-pop3.el (elmo-pop3-default-user,
6422         elmo-pop3-default-server,
6423         elmo-pop3-default-authenticate-type,
6424         elmo-pop3-default-port,
6425         elmo-pop3-default-stream-type,
6426         elmo-pop3-stream-type-alist): Ditto.
6427
6428         * elmo-nntp.el (elmo-nntp-default-server,
6429         elmo-nntp-default-user,
6430         elmo-nntp-default-port,
6431         elmo-nntp-default-stream-type,
6432         elmo-nntp-stream-type-alist): Ditto.
6433
6434         * elmo-vars.el: Follow changes above.
6435         (elmo-setting): New custom group; added 'elmo-setting group to
6436         above variables.
6437
6438         * elmo-version.el (elmo-version): Up to 2.7.3.
6439
6440         * acap.el (acap-parse-response): Don't delete process when BYE
6441         response (It causes hang-up on slow network environment).
6442         (toplevel): Added comment.
6443
6444 2001-08-28  Yuuichi Teranishi  <teranisi@gohome.org>
6445
6446         * slp.el (slp-exec-wait): Use `slp-program-arguments'.
6447
6448         * acap.el (acap-parse-return-metadata-or-return-metalist): Fix for
6449         parsing NIL.
6450         (acap-parse-return-metadata): Ditto.
6451
6452         * slp.el: New file.
6453         (toplevel): Fixed typo.
6454
6455         * acap.el: New file.
6456         (acap-network-stream-open): Show "Connecting..." message.
6457         (acap-parse-response): Fixed problem for BYE untagged response.
6458         (acap-open): Changed argument (Use `acap-default-user' if user is nil).
6459         (toplevel): Added tiny comments.
6460
6461 2001-08-20  Tatsuya Kinoshita <tats@iris.ne.jp>
6462
6463         * elmo-pop3.el (elmo-pop3-parse-uidl-response): Allow multiple
6464         space delimiter for uidl response.
6465
6466 2001-08-20  Yuuichi Teranishi  <teranisi@gohome.org>
6467
6468         * elmo-vars.el (elmo-use-semi): Eliminated.
6469
6470         * elmo-util.el (elmo-string-assoc-all): New function.
6471
6472 2001-08-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6473
6474         * elmo-mime.el (elmo-mime-display-as-is-internal): Put text
6475         property 'mime-preview-situation for `mime-preview-quit'.
6476
6477 2001-08-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6478
6479         * elmo.el (elmo-message-fetch-with-cache-process): Call
6480         elmo-message-fetch-internal instead of causing an error when fetch
6481         strategy is 'entire but only 'section cache is available.
6482
6483 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
6484
6485         * elmo-version.el (elmo-version): Up to 2.7.2.
6486
6487         * elmo.el (elmo-generic-folder-append-messages): Make
6488         fetch-strategy with `use-cache'.
6489
6490         * elmo-dop.el (elmo-dop-queue-method-name-alist): New variable.
6491         (elmo-dop-queue-method-name): New macro.
6492
6493 2001-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6494
6495         * elmo-archive.el (elmo-archive-get-archive-name): Fixed
6496         unbalanced parenthesis.
6497
6498 2001-08-03  YAMASHITA Junji <ysjj@unixuser.org>
6499
6500         * elmo-localdir.el (elmo-folder-rename-internal): Fixed typo.
6501
6502 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
6503
6504         * elmo-archive.el (elmo-archive-get-archive-name): Fixed logic.
6505         (Advised by YAMASHITA Junji <ysjj@unixuser.org>.)
6506
6507 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
6508
6509         * elmo-shimbun.el (elmo-folder-msgdb-create): Bind unbound
6510         local variables.
6511
6512 2001-07-30  Yuuichi Teranishi  <teranisi@gohome.org>
6513
6514         * elmo-shimbun.el (elmo-shimbun-use-cache): New user option.
6515         (elmo-message-use-cache-p): Define.
6516         (elmo-folder-msgdb-create): Treat cache.
6517
6518 2001-07-28  Kenichi OKADA  <okada@opaopa.org>
6519
6520         * elmo-nntp.el (elmo-network-initialize-session): Call
6521         `elmo-nntp-send-mode-reader'.
6522         (elmo-network-setup-session): Remove `elmo-nntp-send-mode-reader'.
6523
6524 2001-07-26  Yuuichi Teranishi  <teranisi@gohome.org>
6525
6526         * elmo-shimbun.el (elmo-shimbun-index-range-alist): Changed to regexp
6527         alist.
6528         (elmo-folder-initialize): Use elmo-string-matched-assoc instead of
6529         assoc.
6530
6531         * elmo-net.el (elmo-network-get-session): Set stream-type argument
6532         for `elmo-plugged-p'.
6533         (elmo-open-network-stream): Fixed stream-type argument.
6534
6535 2001-07-25  Yuuichi Teranishi  <teranisi@gohome.org>
6536
6537         * elmo-archive.el (elmo-archive-get-archive-name): Cause an error when
6538         unknown archive type is specified.
6539
6540 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
6541
6542         * elmo-shimbun.el (elmo-folder-open-internal): Fixed.
6543
6544         * elmo.el (elmo-generic-folder-open): Bind inhibit-quit as t
6545         while loading msgdb.
6546
6547         * elmo-shimbun.el (elmo-shimbun-folder-setup): New function.
6548         (elmo-folder-open-internal): Rewrite.
6549
6550 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
6551
6552         * elmo-mime.el (elmo-mime-display-as-is-internal):
6553         Adjust buffer-multibyte status.
6554
6555 2001-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
6556
6557         * elmo.el (elmo-msgdb-search): Use elmo-condition-in-msgdb-p instead
6558         of elmo-condition-find-key.
6559
6560         * elmo-util.el (elmo-condition-in-msgdb-p-internal): New function.
6561         (elmo-condition-in-msgdb-p): Ditto.
6562         (elmo-read-search-condition-internal): Don't set REQUIRE-MATCH
6563         argument.
6564
6565 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
6566
6567         * elmo-pipe.el (elmo-folder-pack-numbers): Define.
6568
6569 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
6570
6571         * elmo-imap4.el (elmo-imap4-find-next-line): Fixed
6572         label for elmo-display-progress.
6573
6574 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
6575
6576         * elmo.el (elmo-folder-clear): New method.
6577         (elmo-folder-clear): Define.
6578         (elmo-folder-synchronize): Call `elmo-folder-clear'.
6579
6580         * elmo-shimbun.el (elmo-folder-check): Rewrite.
6581         (elmo-folder-clear): Define.
6582
6583         * elmo-map.el (elmo-folder-clear): Define.
6584
6585         * elmo-version.el (elmo-version): Up to 2.7.1.
6586
6587 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
6588
6589         * elmo.el (elmo-folder-synchronize): Return list of nil when no
6590         updates.
6591
6592 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
6593
6594         * elmo.el (elmo-generic-folder-append-messages): Fixed logic.
6595         (Detected by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>)
6596
6597 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
6598
6599         * elmo-util.el (elmo-get-network-stream-type): Moved to elmo-net.el.
6600
6601         * elmo-net.el (elmo-get-network-stream-type): Moved from elmo-util.el
6602         and re-written.
6603
6604         * elmo-imap4.el (elmo-folder-initialize): Use
6605         elmo-get-network-stream-type.
6606
6607         * elmo-nntp.el (elmo-folder-initialize): Ditto.
6608
6609         * elmo-pop3.el (elmo-folder-initialize): Ditto.
6610
6611 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
6612
6613         * elmo.el (elmo-message-encache): Set unread argument for
6614         elmo-message-fetch.
6615
6616         * elmo-shimbun.el (elmo-dop): Require 'elmo-dop.
6617
6618         * elmo.el (elmo-net-port-info): New method.
6619
6620         * elmo-shimbun.el (elmo-net-port-info): Define.
6621         (elmo-message-encache): Ditto.
6622
6623         * elmo-net.el (elmo-net-port-info): Define as method.
6624
6625         * elmo.el (elmo-generic-folder-append-messages): Find cache file in
6626         unplugged status when elmo-enable-disconnected-operation is t.
6627
6628         * elmo-dop.el (elmo-dop-spool-folder-append-buffer): Check existence
6629         of spool folder before checking new number.
6630
6631 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
6632
6633         * elmo-pop3.el (elmo-network-close-session): Removed 3rd argument.
6634         (elmo-network-setup-session): Ditto.
6635         (elmo-message-fetch-plugged): Ditto.
6636         (elmo-pop3-send-command): Don't call elmo-pop3-lock.
6637         (elmo-network-initialize-session): Ditto.
6638         (elmo-pop3-read-response): Abolish 3rd argument.
6639         (elmo-pop3-read-response): Don't call elmo-pop3-unlock.
6640         (elmo-pop3-read-contents): Ditto.
6641         (elmo-pop3-read-body): Ditto.
6642         (elmo-folder-status): Call elmo-folder-close.
6643         (elmo-pop3-lock): Abolish.
6644         (elmo-pop3-unlock): Ditto.
6645         (elmo-pop3-locked-p): Ditto.
6646         (elmo-folder-check): Don't call elmo-pop3-locked-p.
6647
6648 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
6649
6650         * elmo-version.el (elmo-version): Up to 2.7.0.
6651
6652         * elmo-pop3.el (elmo-pop3-debug): New variable.
6653         (elmo-pop3-debug-inhibit-logging): Ditto.
6654         (elmo-pop3-debug): New function.
6655         (elmo-pop3-send-command): Call elmo-pop3-debug.
6656         (elmo-pop3-read-response): Added keep-lock optional argument;
6657         Don't unlock if keep-lock is non-nil.
6658         (elmo-pop3-process-filter): Call elmo-pop3-debug.
6659         (elmo-network-authenticate-session): Bind
6660         elmo-pop3-debug-inhibit-logging as t.
6661         (elmo-network-setup-session): Call elmo-pop3-read-response with
6662         keep-lock argument.
6663         (elmo-pop3-read-msg): Ditto.
6664         (elmo-pop3-locked-p): Call elmo-pop3-debug.
6665         (elmo-pop3-read-body): Call elmo-pop3-unlock.
6666         (elmo-network-initialize-session): Call elmo-pop3-lock.
6667         (elmo-folder-close-internal): Don't clear location-alist slot.
6668         (elmo-folder-check): Clear location-alist slot.
6669
6670 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
6671
6672         * elmo-pop3.el (elmo-pop3-lock): New buffer local variable.
6673         (elmo-pop3-send-command): Call elmo-pop3-lock.
6674         (elmo-pop3-read-response): Call elmo-pop3-unlock.
6675         (elmo-pop3-read-contents): Ditto.
6676         (elmo-pop3-lock): New function.
6677         (elmo-pop3-unlock): Ditto.
6678         (elmo-pop3-locked-p): Ditto.
6679         (elmo-folder-check): Don't delete process if elmo-pop3-locked-p
6680         returns t.
6681
6682 2001-06-11  Yuuichi Teranishi  <teranisi@gohome.org>
6683
6684         * elmo-shimbun.el (elmo-shimbun-msgdb-to-headers): Inverted logic.
6685
6686         * elmo-util.el (elmo-file-field-primitive-condition-match):
6687         New inline function (Don't fetch file content if "first" or "last").
6688         (elmo-file-field-condition-match): Use
6689         elmo-file-field-primitive-condition-match.
6690
6691         * elmo-localdir.el (elmo-folder-search): Speed up simple "last" and
6692         "first".
6693
6694         * elmo-pop3.el (elmo-pop3-process-filter): Don't use floor nor float.
6695         (elmo-message-fetch-plugged): Fixed.
6696
6697         * elmo-imap4.el (elmo-imap4-find-next-line): Ditto.
6698
6699 2001-06-10  Yuuichi Teranishi  <teranisi@gohome.org>
6700
6701         * elmo.el (elmo-folder-move-messages): Bind
6702         elmo-inhibit-display-retrieval-progress as t while moving messages.
6703
6704         * elmo-vars.el (elmo-display-retrieval-progress-threshold):
6705         New variable.
6706         (elmo-inhibit-display-retrieval-progress): Ditto.
6707
6708         * elmo-pop3.el (elmo-pop3-process-filter): Use elmo-display-progress
6709         for retrieval progress;
6710         Don't display progress when total buffer size is smaller than
6711         elmo-display-retrieval-progress-threshold.
6712         (elmo-message-fetch-plugged): Don't display progress when
6713         elmo-inhibit-display-retrieval-progress is non-nil.
6714
6715         * elmo-imap4.el (elmo-imap4-find-next-line): Use elmo-display-progress
6716         for retrieval progress;
6717         Don't display progress when literal size is smaller than
6718         elmo-display-retrieval-progress-threshold.
6719         (elmo-imap4-message-fetch): Don't display progress when
6720         elmo-inhibit-display-retrieval-progress is non-nil.
6721
6722 2001-06-07  Yuuichi Teranishi  <teranisi@gohome.org>
6723
6724         * elmo-imap4.el (elmo-imap4-display-literal-progress): New variable.
6725         (elmo-imap4-find-next-line): Display progress whille literal fetching.
6726         (elmo-imap4-message-fetch): Likewise.
6727
6728         * elmo-shimbun.el (elmo-shimbun-default-index-range): New user option.
6729         (elmo-shimbun-index-range-alist): Ditto.
6730         (elmo-shimbun-use-entire-index): Abolish.
6731         (shimbun-mua-use-entire-index): Ditto.
6732         (elmo-shimbun-folder): Added new slot `range'.
6733         (elmo-folder-initialize): Setup slot `range'.
6734
6735 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
6736
6737         * elmo-shimbun.el (elmo-shimbun-parse-time-string): New function.
6738         (elmo-shimbun-msgdb-to-headers): Added `expire-days' argument.
6739         (elmo-shimbun-get-headers): Use return value of
6740         `shimbun-article-expiration-days'.
6741         (elmo-folder-close-internal): Clean up last-check slot.
6742
6743         * elmo-pop3.el (elmo-pop3-process-filter): Show retrieve progress.
6744         (elmo-pop3-total-size): New variable.
6745         (elmo-message-fetch-plugged): Bind elmo-pop3-total-size while fetching.
6746
6747         * elmo.el (elmo-folder-reserve-status-p): New method.
6748
6749         * elmo-shimbun.el (elmo-shimbun-headers-cache): Abolish.
6750         (elmo-shimbun-use-entire-index): New user option.
6751         (shimbun-elmo-mua): New class.
6752         (shimbun-mua-search-id): Define.
6753         (shimbun-mua-use-entire-index): Ditto.
6754         (elmo-shimbun-folder:last-check): New slot.
6755         (elmo-shimbun-headers-cache-header-list): Abolish.
6756         (elmo-shimbun-headers-cache-set-header-list): Ditto.
6757         (elmo-shimbun-headers-cache-header-hash): Ditto.
6758         (elmo-shimbun-headers-cache-set-header-hash): Ditto.
6759         (elmo-shimbun-headers-cache-last-check): Ditto.
6760         (elmo-shimbun-headers-cache-set-last-check): Ditto.
6761         (elmo-shimbun-headers-check-p): Rewrite.
6762         (elmo-shimbun-msgdb-to-headers): New function.
6763         (elmo-shimbun-get-headers): Rewrite.
6764         (elmo-folder-initialize): Set 1st argument of `shimbun-open'.
6765         (elmo-folder-open-internal): Get headers only if
6766         `elmo-shimbun-headers-check-p' is non-nil.
6767         (elmo-folder-check): Check only if `elmo-shimbun-headers-check-p'
6768         is non-nil.
6769         (elmo-shimbun-msgdb-create-entity): Re-use old msgdb entities.
6770         (elmo-quit): Removed.
6771
6772         * elmo-msgdb.el (elmo-msgdb-overview-entity-get-extra): New inline
6773         function.
6774         (elmo-msgdb-overview-entity-set-extra): Ditto.
6775         (elmo-msgdb-make-overview-hashtb): Make hash if overview is non-nil.
6776
6777         * elmo-map.el (elmo-folder-status): Don't call
6778         elmo-folder-close-internal if `elmo-folder-reserve-status-p'
6779         is non-nil.
6780
6781 2001-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6782
6783         * elmo-msgdb.el (elmo-msgdb-search-internal): Call itself instead
6784         of `elmo-msgdb-search-internal-primitive' when condition's car is
6785         `and' or `or'.
6786
6787 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
6788
6789         * elmo-nntp.el (elmo-nntp-get-newsgroup-by-msgid): Fix for luna.
6790
6791 2001-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6792
6793         * elmo-pipe.el (elmo-folder-open-internal): Check plugged before
6794         call `elmo-pipe-drain'.
6795
6796 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6797
6798         * elmo-mark.el (elmo-message-fetch-with-cache-process): Fixed
6799         typo. (elmo-cache-folder -> elmo-mark-folder)
6800
6801 2001-05-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6802
6803         * elmo-net.el (elmo-message-fetch-unplugged): Don't call
6804         `elmo-message-fetch'.
6805
6806 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6807
6808         * elmo-net.el (elmo-message-encache): Fixed typo.
6809         (elmo-message-fetch-unplugged): Changed call
6810         `elmo-message-fetch-internal' without argument `outbuf'.
6811
6812 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
6813
6814         * elmo.el (elmo-message-encache): Define as generic function.
6815         (elmo-message-fetch-field): New generic function.
6816         (elmo-message-fetch-with-cache-process): Cause an error when
6817         fetch strategy is 'entire but only 'section cache is available.
6818         (toplevel): Fixed nmz folder definition.
6819
6820         * elmo-vars.el (elmo-msgdb-lock-list-filename): Removed.
6821         (elmo-msgdb-resume-list-filename): Ditto.
6822         (elmo-queue-filename): Ditto.
6823         (elmo-enable-disconnected-operation): Changed default value to t.
6824
6825         * elmo-util.el (elmo-cache-path-section-p): New function.
6826         (elmo-file-cache-get): Use it.
6827         (elmo-dop-queue-filename): Moved from elmo-dop.el.
6828         (elmo-dop-queue-load): Moved from elmo-msgdb.el.
6829         (elmo-dop-queue-save): Ditto.
6830
6831         * elmo-net.el (elmo-folder-status-unplugged): Call
6832         elmo-folder-status-dop.
6833         (elmo-folder-list-messages-unplugged): Implemented.
6834         (elmo-folder-delete-messages-unplugged): Define.
6835         (elmo-folder-msgdb-create): Define.
6836         (elmo-folder-msgdb-create-unplugged): Define.
6837         (elmo-folder-mark-as-read-unplugged): Ditto.
6838         (elmo-folder-unmark-read-unplugged): Ditto.
6839         (elmo-folder-mark-as-important-unplugged): Ditto.
6840         (elmo-folder-unmark-important-unplugged): Ditto.
6841         (elmo-message-encache): Ditto.
6842
6843         * elmo-msgdb.el (elmo-dop-queue-load): Moved to elmo-util.el.
6844         (elmo-dop-queue-save): Ditto.
6845
6846         * elmo-imap4.el (elmo-folder-msgdb-create-plugged): Renamed from
6847         `elmo-folder-msgdb-create'.
6848         (elmo-folder-append-buffer): Implemented unplugged operation.
6849         (elmo-folder-append-messages): Call parent method in unplugged status.
6850         (elmo-message-fetch-unplugged): Removed definition.
6851         (elmo-message-fetch-field): Implemented.
6852
6853         * elmo-dop.el (toplevel): Require 'elmo-localdir.
6854         (elmo-dop-folder): Removed variable definition.
6855         (elmo-dop-queue-append): Changed argument `fname' to `folder'.
6856         (elmo-dop-queue-flush): Implemented.
6857         (elmo-dop-queue-merge): Removed definition (TODO).
6858         (elmo-dop-spool-folder): New function.
6859         (elmo-dop-spool-folder-append-buffer): Ditto.
6860         (elmo-dop-spool-folder-list-messages): Ditto.
6861         (elmo-dop-list-deleting-messages): Ditto.
6862         (elmo-folder-append-buffer-dop): Ditto.
6863         (elmo-folder-delete-messages-dop): Ditto.
6864         (elmo-message-encache-dop): New inline function.
6865         (elmo-create-folder-dop): Ditto.
6866         (elmo-folder-mark-as-read-dop): Ditto.
6867         (elmo-folder-unmark-read-dop): Ditto.
6868         (elmo-folder-mark-as-important-dop): Ditto.
6869         (elmo-folder-unmark-important-dop): Ditto.
6870         (elmo-folder-status-dop): Fixed.
6871         (elmo-folder-append-buffer-dop-delayed): New function.
6872         (elmo-folder-delete-messages-dop-delayed): Ditto.
6873         (elmo-dop-msgdb): Ditto.
6874
6875 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6876
6877         * elmo-localdir.el (elmo-folder-pack-numbers): Fixed.
6878
6879 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6880
6881         * elmo.el (elmo-folder-move-messages): Fixed problem when
6882         `dst-folder' is 'null.
6883
6884 2001-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6885
6886         * elmo.el (elmo-folder-list-importants): Rewirte. Use global mark
6887         instead of current mark.
6888
6889         * elmo-multi.el (elmo-folder-list-importants-internal): No
6890         operation if importants is not list.
6891
6892         * elmo-filter.el (elmo-filter-folder-list-importants-internal):
6893         Return t if importants is not list.
6894
6895         * elmo-map.el (elmo-map-folder-list-importants): Define.
6896         (elmo-folder-list-importants-internal): Check return value of
6897         `elmo-map-folder-list-importants-internal'.
6898
6899         * elmo-cache.el (elmo-folder-list-importants-internal): Eliminated.
6900
6901         * elmo-mark.el (elmo-folder-list-importants-internal): Ditto.
6902
6903         * elmo-nmz.el (elmo-folder-list-importants-internal): Ditto.
6904
6905         * elmo-shimbun.el (elmo-folder-list-importants-internal): Ditto.
6906
6907 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
6908
6909         * elmo.el (elmo-message-fetch-confirm): Fixed docstring.
6910         (Patch is provided by <kita@coe.nttdata.co.jp>).
6911
6912 2001-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6913
6914         * elmo.el (elmo-folder-synchronize): Don't check important mark in
6915         mark folder.
6916
6917 2001-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6918
6919         * elmo.el (elmo-message-fetch): Define.
6920         (elmo-message-fetch-with-cache-process): New generic method.
6921         (elmo-message-fetch-internal): New generic method.
6922         (elmo-folder-synchronize):
6923
6924         * elmo-archive.el (elmo-message-fetch-internal): Define.
6925         (elmo-message-fetch): Eliminated.
6926
6927         * elmo-localdir.el (elmo-message-fetch-internal): Define.
6928         (elmo-message-fetch): Eliminated.
6929
6930         * elmo-map.el (elmo-map-message-fetch): Eliminated optional
6931         argument OUTBUF.
6932         (elmo-message-fetch-internal): Define (Renamed from `elmo-message-fetch').
6933
6934         * elmo-cache.el (elmo-message-fetch-with-cache-process): Define.
6935         (elmo-map-message-fetch): Merged with elmo-cache-folder-map-message-fetch.
6936
6937         * elmo-mark.el (elmo-message-fetch-with-cache-process): Define.
6938         (elmo-map-message-fetch): Merged with `elmo-mark-folder-map-message-fetch'.
6939
6940         * elmo-maildir.el (elmo-map-message-fetch): Rewrite.
6941
6942         * elmo-nmz.el (elmo-map-message-fetch): Ditto.
6943
6944         * elmo-shimbun.el (elmo-map-message-fetch): Ditto.
6945
6946         * elmo-net.el (elmo-message-fetch-plugged): Remove cache process.
6947         (elmo-message-fetch-unplugged): New generic method.
6948         (elmo-message-fetch-internal): Remove cache process (Renamed from
6949         `elmo-message-fetch').
6950
6951         * elmo-nntp.el (elmo-message-fetch-with-cache-process): Define.
6952         (elmo-message-fetch): Eliminated.
6953         (elmo-message-fetch-unplugged): Ditto.
6954
6955         * elmo-imap4.el (elmo-message-fetch-unplugged): Remove cache process.
6956
6957 2001-05-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6958
6959         * elmo-multi.el (elmo-multi-folder-append-msgdb): Fixed structure
6960         of `to-be-deleted' from number-alist to number-list.
6961
6962 2001-04-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6963
6964         * elmo-pipe.el (elmo-folder-unmark-important): Fixed typo.
6965         (elmo-folder-mark-as-important): Ditto.
6966
6967 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
6968
6969         * elmo.el (elmo-folder): Added process-duplicates slot.
6970
6971         * elmo-pipe.el (elmo-folder-mark-as-read): Define.
6972         (elmo-folder-unmark-read): Ditto.
6973         (elmo-folder-unmark-important): Ditto.
6974         (elmo-folder-mark-as-important): Ditto.
6975
6976         * elmo-multi.el (elmo-multi-folder-append-msgdb): Implemented
6977         duplicated message processing.
6978
6979         * elmo.el (elmo-generic-folder-append-msgdb): Ditto.
6980
6981 2001-04-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6982
6983         * elmo-util.el (elmo-list-subdirectories-1): New function.
6984         (elmo-list-subdirectories): Use `elmo-list-subdirectories-1'.
6985         (elmo-mapcar-list-of-list): New function.
6986
6987         * elmo-archive.el (elmo-archive-folder-list-subfolders): Use
6988         `elmo-mapcar-list-of-list' instead of `mapcar'.
6989
6990         * elmo-localdir.el (elmo-folder-list-subfolders): Ditto.
6991
6992         * elmo-maildir.el (elmo-folder-list-subfolders): Ditto. Bind
6993         `elmo-have-link-count'. Return the fully qualified folder name.
6994
6995 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6996
6997         * elmo-shimbun.el (elmo-shimbun-check-interval): New user option.
6998         (elmo-shimbun-headers-cache): New internal variable.
6999         (elmo-shimbun-headers-cache-header-list): New inline function.
7000         (elmo-shimbun-headers-cache-set-header-list): Ditto.
7001         (elmo-shimbun-headers-cache-header-hash): Ditto.
7002         (elmo-shimbun-headers-cache-set-header-hash): Ditto.
7003         (elmo-shimbun-headers-cache-last-check): Ditto.
7004         (elmo-shimbun-headers-cache-set-last-check): Ditto.
7005         (elmo-shimbun-lapse-seconds): Ditto.
7006         (elmo-shimbun-headers-cache-check-p): Ditto.
7007         (elmo-shimbun-get-headers): New function.
7008         (elmo-folder-open-internal): Call it.
7009         (elmo-quit): Define (Clear headers-cache).
7010
7011 2001-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
7012
7013         * elmo-nntp.el (elmo-folder-initialize): Fixed typo (folder->name).
7014
7015         * elmo-msgdb.el (elmo-msgdb-flist-load): Use elmo-mime-charset.
7016         (elmo-msgdb-flist-save): Ditto.
7017
7018         * elmo-shimbun.el (elmo-folder-list-subfolders):
7019         Use `shimbun-groups' instead of `shimbun-groups-internal'.
7020         (elmo-folder-exists-p): Ditto.
7021
7022         * elmo-shimbun.el (elmo-shimbun-msgdb-create-entity): Set `shimbun'
7023         argument for `shimbun-header-insert'.
7024
7025 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
7026
7027         * elmo-multi.el (elmo-multi-folder-diff): Use dummy number list
7028         at first time.
7029
7030         * elmo-util.el (toplevel): Require 'mcharset and 'pces.
7031         (With a little help from 'NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>')
7032
7033 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
7034
7035         * elmo-shimbun.el (elmo-folder-open-internal): Do nothing if unplugged.
7036         (elmo-folder-plugged-p): Define.
7037         (elmo-folder-set-plugged): Ditto.
7038         (elmo-shimbun-msgdb-create-entity): Do nothing if there's no header.
7039         (elmo-folder-list-messages-internal): Return t if unplugged.
7040         (elmo-folder-initialize): Fixed for "@gnome.gnome-1.4-list".
7041
7042         * elmo-multi.el (elmo-folder-list-messages-internal): Fixed problem
7043         when elmo-folder-list-messages-internal method of children returns t.
7044
7045         * elmo-map.el (elmo-map-folder-update-locations): Fixed problem when
7046         pair is nil.
7047         (elmo-folder-open-internal): Don't update if unplugged status.
7048
7049 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
7050
7051         * elmo.el (elmo-folder-synchronize): Fixed problem when there's no
7052         new message.
7053
7054 2001-04-12  Yuuichi Teranishi  <teranisi@gohome.org>
7055
7056         * elmo-util.el (elmo-file-cache-save): Ignore errors.
7057
7058         * elmo-net.el (elmo-message-fetch): Check cache-path is non-nil before
7059         saving.
7060
7061 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
7062
7063         * elmo.el (elmo-folder-synchronize): Added optional no-check argument.
7064
7065         * elmo-shimbun.el (elmo-shimbun-folder): Added headers slot.
7066         (elmo-folder-open-internal): Set up headers slot.
7067         (elmo-folder-check): Call elmo-folder-close-internal and
7068         elmo-folder-open-internal.
7069         (elmo-folder-close-internal): Clean up headers slot.
7070
7071 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7072
7073         * elmo-archive.el (elmo-archive-folder-list-subfolders): Match
7074         exactly folder list.
7075         (elmo-folder-append-messages): Fixed append archive with prefix.
7076
7077         * elmo-localdir.el (elmo-folder-message-make-temp-files): Fixed
7078         make temp files with start-number.
7079
7080         * elmo-pipe.el (elmo-folder-message-make-temp-file-p): Fixed typo.
7081
7082 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7083
7084         * elmo.el (elmo-folder-list-messages-internal): Fixed lucking optional
7085         argument `visible-only'.
7086         (elmo-generic-folder-append-messages): Fixed condition. Use `unless'
7087         instead of `if'.
7088
7089         * elmo-pop3.el (elmo-folder-open-internal): Check
7090         `elmo-inhibit-number-mapping' is non-nil.
7091
7092         * elmo-pipe.el (elmo-folder-status): Fixed.
7093
7094 2001-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
7095
7096         * elmo.el (elmo-dop-queue-flush): Added autload setting.
7097
7098         * elmo-shimbun.el (elmo-shimbun-folder): Added `header-hash' slot.
7099         (elmo-folder-open-internal): Setup `header-hash' slot.
7100         (elmo-shimbun-msgdb-create-entity): Use `header-hash' to get header
7101         information.
7102         (elmo-map-message-fetch): Ditto.
7103
7104 2001-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
7105
7106         * shimbun.el, sb-airs.el, sb-asahi.el, sb-bbdb-ml.el, sb-cnet.el,
7107         sb-fml.el, sb-lump.el, sb-mew.el, sb-mhonarc.el,
7108         sb-netbsd.el, sb-sponichi.el, sb-text.el, sb-wired.el,
7109         sb-xemacs.el, sb-yomiuri.el, sb-zdnet.el, sb-tcup.el: Removed.
7110
7111         * elmo-util.el (elmo-resque-obsolete-variable): Fix.
7112
7113 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
7114
7115         * sb-airs.el: Added footer.
7116
7117         * shimbun.el (shimbun-article): Define as luna-method.
7118
7119         * sb-tcup.el: New file.
7120
7121         * sb-airs.el (toplevel): Require 'sb-mhonarc.
7122         (According to the report from ABE Yasushi <yasushi@indigo.co.jp>)
7123
7124 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
7125
7126         * sb-asahi.el (shimbun-index-url): Removed redundant '/' in URL string.
7127         (shimbun-get-headers): Ditto.
7128
7129         * elmo.el: Moved obsolete variable definitions from
7130         elmo-imap4.el, elmo-nntp.el and elmo-pop3.el.
7131
7132         * sb-asahi.el (shimbun-asahi-groups): Deleted "feneral" and "personal"
7133         groups.
7134
7135         * shimbun.el: New file.
7136
7137         * elmo-shimbun.el: New file.
7138
7139         * sb-airs.el, sb-asahi.el, sb-bbdb-ml.el, sb-cnet.el,
7140         sb-fml.el, sb-lump.el, sb-mew.el, sb-mhonarc.el,
7141         sb-netbsd.el, sb-sponichi.el, sb-text.el, sb-wired.el,
7142         sb-xemacs.el, sb-yomiuri.el, sb-zdnet.el: New files.
7143
7144 2001-03-27  Kenichi OKADA  <okada@opaopa.org>
7145
7146         * elmo-imap4.el (elmo-imap4-list-folders): Fixed problem when
7147         hierarchy is t.
7148
7149 2001-03-12  Yuuichi Teranishi  <teranisi@gohome.org>
7150
7151         * elmo.el (elmo-folder-msgdb): Define as macro.
7152         (elmo-folder-open): Added argument `load-msgdb'.
7153         (elmo-generic-folder-open): Ditto.
7154         (elmo-folder-encache): New function.
7155
7156         * elmo-dop.el (elmo-dop-queue): Moved from elmo-dop.el.
7157
7158         * elmo-net.el (elmo-message-fetch): Check the cache path is non-nil.
7159
7160         * elmo-msgdb.el (elmo-msgdb-delete-msgs):
7161         Eliminated argument FOLDER and added argument MSGDB.
7162         (elmo-dop-queue-load): Moved from elmo-dop.el.
7163         (elmo-dop-queue-save): Ditto.
7164
7165         * elmo-map.el (elmo-map-folder-update-locations): Sort by number.
7166
7167         * elmo-imap4.el (elmo-folder-open): Added argument load-msgdb.
7168
7169         * elmo-filter.el (elmo-filter-folder-list-unreads-internal):
7170         Use elmo-folder-msgdb instead of elmo-folder-msgdb-internal.
7171         (elmo-filter-folder-list-importants-internal): Ditto.
7172
7173         * elmo-map.el (elmo-folder-pack-number): Ditto.
7174
7175         * elmo-mime.el (elmo-mime-message-display): Ditto.
7176
7177         * elmo.el (elmo-generic-folder-commit): Ditto.
7178         (elmo-folder-list-unreads): Ditto.
7179         (elmo-folder-list-importants): Ditto.
7180         (elmo-generic-folder-commit): Ditto.
7181         (elmo-message-set-mark): Ditto.
7182         (elmo-generic-folder-append-msgdb): Ditto.
7183         (elmo-folder-synchronize): Ditto.
7184         (elmo-folder-messages): Ditto.
7185         (elmo-init): Call elmo-dop-queue-load.
7186         (elmo-folder-list-messages): Ditto.
7187
7188         * elmo-nntp.el (elmo-folder-update-number): Ditto.
7189         (elmo-nntp-folder-process-crosspost): Ditto.
7190         (elmo-folder-list-unreads-internal): Ditto.
7191
7192         * elmo-dop.el: Removed old functions.
7193
7194 2001-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
7195
7196         * elmo-msgdb.el (elmo-msgdb-delete-msgs): Changed argument from
7197         `folder' to `msgdb'.
7198
7199 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7200
7201         * mmimap.el (mmimap-parse-parameters-from-list): Define as alias for
7202         `mime-decode-parameters' instead of `mime-decode-parameter-plist'.
7203
7204         * elmo-msgdb.el (elmo-msgdb-search-internal-primitive): Bind
7205         case-fold-search.
7206
7207 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
7208
7209         * elmo-util.el (elmo-resque-obsolete-variable): Use defvaralias if
7210         defined.
7211
7212         * mmimap.el (toplevel): Require 'mime-parse and 'static.
7213         (mmimap-parse-parameters-from-list): Define as alias for
7214         `mime-decode-parameter-plist' if it is defined as function.
7215         (mmimap-make-mime-entity): Added argument `number'.
7216         (initialize-instance): Set `number' argument of mmimap-make-mime-entity
7217         as 0.
7218         (mime-imap-entity-header-string): Arrange node-id for rfc2060 section.
7219
7220         * elmo.el (elmo-folder-have-subfolder-p): New generic function.
7221
7222         * elmo-mark.el (elmo-folder-have-subfolder-p): Define.
7223
7224         * elmo-internal.el (elmo-folder-list-subfolders): Rewrite.
7225
7226 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
7227
7228         * elmo-maildir.el (elmo-folder-msgdb-create): Fixed.
7229
7230         * elmo-imap4.el (elmo-folder-initialize): Fixed problem
7231         when elmo-imap4-default-authenticate-type is nil.
7232         (elmo-folder-list-subfolders): Ditto
7233         (According to the reported of Bun Mizuhara <mizuhara@acm.org>)
7234         (elmo-imap4-fetch-callback-1-subr): Renamed from
7235         `elmo-imap4-fetch-callback-1' and define as inline function.
7236         (elmo-imap4-fetch-callback-1):
7237         Renamed from `elmo-imap4-fetch-callback'.
7238         (elmo-imap4-parse-fetch): Funcall `elmo-imap4-fetch-callback'.
7239
7240         * elmo-localdir.el (elmo-folder-expand-msgdb-path): Fixed
7241         msgdb path (To keep compatibility with main trunk).
7242
7243         * elmo-vars.el (elmo-inhibit-number-mapping): New variable.
7244
7245         * elmo-util.el (elmo-make-file-cache): Moved position of
7246         some macros.
7247
7248         * elmo-pop3.el (elmo-pop3-inhibit-uidl): Eliminated.
7249         (elmo-pop3-get-session): Use `elmo-inhibit-number-mapping'
7250         instead of `elmo-pop3-inhibit-uidl'.
7251         (elmo-folder-exists-p): Ditto.
7252         (elmo-pop3-folder-list-messages): Ditto.
7253
7254         * elmo-pipe.el (elmo-pipe-drain): Use `elmo-inhibit-number-mapping'
7255         instead of `elmo-pop3-inhibit-uidl'.
7256         (elmo-folder-status): Ditto.
7257
7258         * elmo-dop.el (elmo-dop-folder): New variable.
7259         (elmo-dop-lock-message): Eliminated.
7260         (elmo-dop-unlock-message): Ditto.
7261         (elmo-dop-lock-list-load): Ditto.
7262         (elmo-dop-lock-list-save): Ditto.
7263         (elmo-dop-delete-folder): Ditto.
7264         (elmo-dop-rename-folder): Ditto.
7265
7266         * elmo.el: Removed incomplete commentary.
7267
7268 2001-02-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7269
7270         * elmo.el (toplevel): Require 'elmo-version first;
7271         for little `recursive-load-depth' settings.
7272         Fix "ends here" comment.
7273
7274 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
7275
7276         * elmo-util.el (toplevel): Require 'poem;
7277         Some functions are moved from elmo-cache.el.
7278
7279         * elmo-net.el (toplevel): Require 'elmo-cache.
7280
7281         * elmo-msgdb.el (toplevel): Don't require 'elmo-cache.
7282
7283         * elmo.el (toplevel): Ditto.
7284
7285         * elmo-cache.el: Rewrite with luna;
7286         Some functions are moved to elmo-util.el.
7287
7288         * elmo-internal.el (elmo-internal-folder-list): New variable.
7289         (elmo-internal-folder-initialize): Rewrite.
7290         (elmo-folder-list-subfolders): Ditto.
7291
7292         * elmo-cache.el (elmo-cache-search-all): Eliminated.
7293         (elmo-cache-collect-sub-directories): Ditto.
7294
7295 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
7296
7297         * elmo-version.el (elmo-version): Up to 2.5.8.
7298
7299         * elmo.el (elmo-folder-list-messages-mark-match): New function.
7300
7301         * elmo-util.el (elmo-list-insert): New function.
7302
7303 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7304
7305         * elmo.el (elmo-init): New function.
7306         (elmo-quit): Call `elmo-crosspost-message-alist-save'.
7307
7308         * elmo-vars.el (elmo-msgdb-file-header-chop-length): New variable
7309         (Renamed from `elmo-localdir-header-chop-length').
7310
7311         * elmo-pop3.el (elmo-pop3-use-cache,
7312         elmo-pop3-send-command-synchronously): Moved from `elmo-vars.el'.
7313
7314         * elmo-nntp.el (elmo-message-fetch): Define.
7315         (elmo-message-fetch-unplugged): Ditto.
7316         (elmo-nntp-overview-fetch-chop-length): Moved from `elmo-vars.el'.
7317         (elmo-nntp-use-cache): Ditto.
7318         (elmo-nntp-max-number-precedes-list-active): Ditto.
7319
7320         * elmo-multi.el (elmo-multi-divide-number): Moved from `elmo-vars.el'.
7321
7322         * elmo-msgdb.el (elmo-localdir-insert-header): Renamed to
7323         `elmo-msgdb-insert-file-header'.
7324         Use `elmo-msgdb-file-header-chop-length'.
7325
7326         * elmo-localdir.el (elmo-localdir-lockfile-list): Moved from
7327         `elmo-vars.el'.
7328
7329         * elmo-cache.el (elmo-cache-insert-header): Eliminated.
7330         (elmo-cache-msgdb-create-overview-entity-from-file): Use
7331         `elmo-msgdb-insert-file-header'.
7332
7333         * elmo-imap4.el, elmo-nntp.el, elmo-pop3.el:
7334         Use new variable;
7335         Define obsolete variables with `elmo-define-obsolete-variable',
7336
7337         * elmo-util.el (elmo-warning-buffer-name): New constant.
7338         (elmo-warning): New function.
7339         (elmo-obsolete-variable-alist): New variable.
7340         (elmo-obsolete-variable-show-warnings): New variable.
7341         (elmo-define-obsolete-variable): New function.
7342         (elmo-resque-obsolete-variable): Ditto.
7343         (elmo-resque-obsolete-variables): Ditto.
7344
7345 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7346
7347         * elmo-vars.el (elmo-use-buffer-cache, elmo-buffer-cache-size):
7348         Eliminated.
7349
7350         * elmo-pop3.el, elmo-nntp.el: Use custom.
7351
7352 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7353
7354         * elmo-imap4.el (elmo-network-authenticate-session): Fix.
7355         * elmo-pop3.el (elmo-network-authenticate-session): Add comments.
7356
7357 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7358
7359         * Luna-fy Kenichi OKADA's following changes.
7360         * elmo.el (elmo-folder-list-messages-internal): Added optional argument
7361         `nohide'.
7362         (elmo-folder-synchronize): Changed meaning of argument `ignore-msgdb'.
7363
7364 2001-02-21  OKAZAKI Tetsurou  <okazaki@be.to>
7365
7366         * elmo-util.el (elmo-display-progress): Prefer
7367         `progress-feedback-with-label' to `lprogress-display'.
7368
7369 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7370
7371         * elmo-imap4.el (elmo-imap4-list-folder): Added 'uid'
7372
7373 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
7374
7375         * elmo2.el (elmo-list-folder): Added optional argument `nohide'.
7376         * elmo-imap4.el (elmo-imap4-list-folder): Added optional argument `nohide'.
7377         * elmo-pop3.el (elmo-pop3-list-folder): Ditto.
7378         * elmo-nntp.el (elmo-nntp-list-folder): Ditto.
7379         * elmo-localdir.el (elmo-localdir-list-folder): Ditto.
7380         * elmo-localnews.el (elmo-localnews-list-folder): Ditto.
7381         * elmo-archive.el (elmo-archive-list-folder): Ditto.
7382         * elmo-filter.el (elmo-filter-list-folder): Ditto.
7383         * elmo-internal.el (elmo-internal-list-folder): Ditto.
7384         * elmo-pipe.el (elmo-pipe-list-folder): Ditto.
7385         * elmo-multi.el (elmo-multi-list-folder): Ditto.
7386         * elmo-maildir.el (elmo-maildir-list-folder): Ditto.
7387         * elmo-dop.el (elmo-dop-list-folder): Ditto.
7388
7389 2000-02-17  Kenichi OKADA  <okada@opaopa.org>
7390
7391         * elmo-msgdb.el (elmo-msgdb-max-of-killed): New function.
7392         * elmo-imap4.el (elmo-imap4-list-folder): Use killed-list.
7393
7394 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7395
7396         * elmo.el (elmo-folder-process-crosspost): New generic method.
7397         (elmo-folder-writable-p): Ditto.
7398         (elmo-folder-message-appendable-p): Eliminated.
7399         (elmo-generic-folder-append-msgdb): Rewrite.
7400         (elmo-newsgroups-hashtb): New internal variable.
7401         (elmo-crosspost-message-set): Eliminated.
7402         (elmo-crosspost-message-delete): Ditto.
7403         (elmo-setup-subscribed-newsgroups): New function.
7404         (elmo-crosspost-message-alist-modified): New internal variable.
7405         (elmo-crosspost-message-alist-load): New function (Renamed from
7406         `wl-crosspost-alist-load').
7407         (elmo-crosspost-message-alist-save): Ditto (Renamed from
7408         `wl-crosspost-alist-save').
7409
7410         * elmo-util.el (elmo-parse): New function (Renamed from `wl-parse').
7411
7412         * elmo-nntp.el (elmo-nntp-folder): New slots `temp-crosses' and
7413         `unreads'.
7414         (elmo-nntp-groups-hashtb): Eliminated (Renamed to
7415         elmo-newsgroups-hashtb).
7416         (elmo-nntp-message-fetch): Call `elmo-nntp-setup-crosspost-buffer',
7417         `elmo-nntp-folder-update-crosspost-message-alist'.
7418         (elmo-nntp-get-folders-info): Use `elmo-newsgroups-hashtb' instead of
7419         `elmo-nntp-groups-hashtb'.
7420         (elmo-nntp-make-groups-hashtb): Eliminated.
7421         (elmo-nntp-parse-newsgroups): New function (Renamed from
7422         `wl-parse-newsgroups').
7423         (elmo-folder-creatable-p, elmo-folder-writable-p,
7424         elmo-folder-close-internal, elmo-folder-mark-as-read,
7425         elmo-folder-process-crosspost, elmo-folder-list-unreads-internal):
7426         Define.
7427         (elmo-nntp-folder-update-crosspost-message-alist): New function.
7428
7429         * elmo-net.el (elmo-message-fetch): Check buffer size.
7430
7431         * elmo-multi.el (elmo-multi-split-number-alist): New function.
7432
7433         * elmo-localdir.el (elmo-folder-append-buffer): Fixed logic.
7434
7435         * elmo-imap4.el (elmo-folder-rename-internal): Send `select' command
7436         before `close' command.
7437
7438         * elmo.el (elmo-folder-list-unreads-internal): Added argument
7439         `mark-alist' (All other related portions are changed).
7440
7441 2001-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
7442
7443         * elmo-util.el (elmo-create-hash-size): Eliminated.
7444         (elmo-make-hash) Make a hash with `one less than a power of two'
7445         length.
7446
7447         * elmo-vars.el (elmo-hash-minimum-size): New variable.
7448         (elmo-hash-maximum-size): Changed value.
7449
7450 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
7451
7452         * elmo-mime.el (elmo-mime-message-display): Added argument `unread'.
7453         (elmo-mime-message-display-as-is): Ditto.
7454
7455 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
7456
7457         * elmo-pipe.el (elmo-pipe-drain): Eliminated needless bindings;
7458         Use `elmo-folder-close-internal' instead of `elmo-folder-close'.
7459
7460 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7461
7462         * elmo-mark.el: New file.
7463
7464         * elmo-internal.el: Rewrite (Almost empty).
7465
7466 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
7467
7468         * mmimap.el (mmimap-make-mime-entity): Consider message/rfc822.
7469         (mime-imap-entity-header-string): Ditto.
7470         (mmimap-entity-section): Rewrite.
7471
7472 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
7473
7474         * elmo-nmz.el: New file.
7475
7476         * elmo-pipe.el: Rewrite with luna.
7477
7478 2001-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
7479
7480         * elmo-archive.el: Rewrite with luna.
7481
7482         * elmo-multi.el (elmo-folder-list-unreads-internal): Fixed.
7483         (elmo-folder-list-importants-internal): Ditto.
7484
7485 2001-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
7486
7487         * elmo-archive.el (elmo-archive-version): Abolish.
7488         (toplevel) Removed `boso' comment.
7489
7490 2001-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
7491
7492         * elmo-msgdb.el (elmo-msgdb-add-msgs-to-seen-list): Renamed from
7493         elmo-msgdb-add-msgs-to-seen-list-subr;
7494         Changed argument seen-marks to unread-marks.
7495
7496         * elmo-nntp.el: Rewrite with luna.
7497
7498 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7499
7500         * elmo-filter.el: Rewrite with luna.
7501
7502 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7503
7504         * elmo-pop3.el: Rewrite with luna.
7505
7506 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
7507
7508         * elmo-multi.el: Rewrite with luna.
7509
7510         * elmo-vars.el (elmo-use-killed-list): Abolish.
7511         All other related portions are changed.
7512         (elmo-filename-replace-string-alist): Renamed from
7513         elmo-msgid-replace-string-alist.
7514
7515 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7516
7517         * elmo-msgdb.el (elmo-msgdb-delete-msgs): Changed argument.
7518
7519         * elmo-map.el: New file.
7520         * elmo-maildir.el: Rewrite with luna.
7521
7522 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
7523
7524         * elmo.el: Changed meaning of `elmo-folder-commit'.
7525         * elmo-mime.el (elmo-mime-display-as-is-internal): New function.
7526
7527 2001-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
7528
7529         * elmo.el (elmo-folder-append-buffer): New function.
7530         (Renamed from `elmo-append-msg')
7531
7532 2000-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
7533
7534         * elmo-mime.el: New file.
7535
7536 2000-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
7537
7538         * elmo-cache.el: Rewrite.
7539
7540 2000-02-17  Kenichi OKADA  <okada@opaopa.org>
7541
7542         * elmo-pop3.el (elmo-network-authenticate-session): Bind `sasl-mechanisms'
7543
7544 2000-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
7545
7546         * elmo-vars.el (elmo): New group.
7547         (elmo-strict-diff-folder-regexp): New variable.
7548
7549         * elmo-util.el (elmo-call-func): Abolish.
7550         (elmo-folder-get-type): Ditto.
7551         (elmo-*-get-spec): Ditto.
7552         (elmo-*-spec-*): Ditto.
7553         (elmo-imap4-identical-name-space-p): Ditto.
7554         (elmo-folder-identical-system-p): Ditto.
7555         (elmo-folder-direct-copy-alist): Ditto.
7556         (elmo-folder-direct-copy-p): Ditto.
7557
7558         * elmo-pipe.el (elmo-pipe-folder): New luna class.
7559         (elmo-folder-initialize): Define.
7560         (elmo-folder-get-primitive-list): Ditto.
7561
7562         * elmo-nntp.el (elmo-nntp-folder): New luna class.
7563         (elmo-folder-initialize): Define.
7564         Renamed `elmo-network-session-host-internal' to
7565         `elmo-network-session-server-internal'.
7566
7567         * elmo-multi.el (elmo-multi-folder): New luna class.
7568         (elmo-folder-initialize): Define.
7569         (elmo-folder-get-primitive-list): Ditto.
7570         (elmo-folder-contains-type): Ditto.
7571         (elmo-message-use-cache-p): Ditto.
7572
7573         * elmo-msgdb.el (elmo-msgdb-expand-path): Abolish.
7574         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path'.
7575
7576         * elmo-maildir.el (elmo-maildir-folder): New luna class.
7577         (elmo-folder-initialize): Define.
7578
7579         * elmo-filter.el (elmo-filter-folder): New luna class.
7580         (elmo-folder-initialize): Define.
7581         (elmo-folder-get-primitive-list): Ditto.
7582         (elmo-folder-contains-type): Ditto.
7583
7584 2000-12-06  Yuuichi Teranishi  <teranisi@gohome.org>
7585
7586         * elmo-imap4.el: Rewrite with luna.
7587
7588         * mmimap.el: New file.
7589
7590         * mmelmo.el, mmelmo-imap4.el: Removed.
7591
7592         * elmo-net.el: Ditto.
7593
7594         * elmo-pop3.el (elmo-pop3-folder): New luna class.
7595         (elmo-folder-initialize): Define.
7596
7597         * elmo-archive.el (elmo-archive-folder): New luna class.
7598         (elmo-folder-initialize): Define.
7599
7600         * elmo-dop.el: Rename `elmo-msgdb-expand-path' to
7601         `elmo-folder-msgdb-path'.
7602         (elmo-dop-queue-append): Use `elmo-folder-name-internal' and
7603         `elmo-make-folder'.
7604
7605 2000-12-06  Yuuichi Teranishi  <teranisi@gohome.org>
7606
7607         * elmo.el: New file.
7608
7609         * elmo2.el: Renamed to elmo.el.
7610
7611 \f
7612 2001-02-01  OKAZAKI Tetsurou  <okazaki@be.to>
7613
7614         * elmo-cache.el (elmo-cache-expire-by-size): Count
7615         a disk usage for a cache file entry in KB even when
7616         its kind is a directory.
7617
7618 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
7619
7620         * elmo-version.el (elmo-version): Up to 2.5.7.
7621
7622 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7623
7624         * elmo-version.el (elmo-version): Up to 2.5.6.
7625
7626 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7627
7628         * elmo-version.el (elmo-version): Up to 2.5.5.
7629
7630 2000-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
7631
7632         * elmo-imap4.el (elmo-network-authenticate-session):
7633         Fixed a logic for response checking.
7634
7635 2000-12-15   Daiki Ueno  <ueno@unixuser.org>
7636
7637         * elmo-net.el: Add autoload settings for `starttls-negotiate',
7638         `sasl-find-mechanism', `sasl-make-client', `sasl-mechanism-name',
7639         `sasl-next-step', `sasl-step-data' and `sasl-step-set-data'; bind
7640         `sasl-mechanisms'.
7641
7642         * elmo-imap4.el: Don't require `sasl'; remove autoload settings
7643         for `starttls-open-stream' and `starttls-negotiate'.
7644
7645         * elmo-nntp.el: Remove autoload settings for
7646         `starttls-open-stream' and `starttls-negotiate'.
7647
7648         * elmo-pop3.el: Don't require `sasl'; remove autoload settings
7649         for `starttls-open-stream' and `starttls-negotiate'; don't enclose
7650         `luna-define-class' with `eval-and-compile'.
7651
7652 2000-12-01  Kenichi OKADA  <okada@opaopa.org>
7653
7654         * elmo-util.el (elmo-read-search-condition-internal):
7655         Require an element of table for searching field.
7656
7657 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7658
7659         * elmo-version.el (elmo-version): Up to 2.5.4.
7660
7661 2000-11-26  Kenichi OKADA  <okada@opaopa.org>
7662
7663         * elmo-nntp.el (elmo-network-initialize-session): Accept response 20[01].
7664
7665 2000-11-24  Kenichi OKADA  <okada@opaopa.org>
7666
7667         * elmo-nntp.el (elmo-network-initialize-session): omitted.
7668
7669 2000-11-22  Kenichi OKADA  <okada@opaopa.org>
7670
7671         * elmo-nntp.el (elmo-network-initialize-session): Skip garbage output
7672         before greeting.
7673
7674 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7675
7676         * elmo-imap4.el (elmo-imap4-delete-folder):
7677         Send "close" before "delete" (Use commented out line).
7678         (elmo-imap4-rename-folder): Ditto.
7679
7680         * elmo-dop.el (elmo-dop-queue-append): Use `elmo-string' to get
7681         folder string itself.
7682         (elmo-dop-list-deleted): New function.
7683         (elmo-dop-list-folder): Treat result of `elmo-dop-list-deleted' as
7684         killed.
7685
7686         * elmo-util.el (elmo-string-rassoc-all): New function.
7687
7688 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
7689
7690         * elmo-version.el (elmo-version): Up to 2.5.3.
7691
7692         * elmo-net.el (elmo-network-get-session): Changed logic for
7693         checking process status.
7694
7695         * elmo-pop3.el (elmo-network-close-session): Do nothing if session
7696         process is nil;
7697         Changed logic for checking process status.
7698
7699 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
7700
7701         * elmo-pop3.el (elmo-network-initialize-session): Skip garbage output
7702         before greeting.
7703         (elmo-network-setup-session): Set UIDL hash size according to
7704         the length of list response.
7705         (elmo-pop3-parse-list-response): Setup elmo-pop3-size-hash
7706         according to the length of list response;
7707         Return the length of list response.
7708         (Adviced by OKAZAKI Tetsurou <okazaki@be.to>)
7709
7710 2000-11-21  Kenichi OKADA  <okada@opaopa.org>
7711
7712         * elmo-imap4.el (toplevel): Require 'ssl.
7713         Add autoload 'starttls.
7714         * elmo-pop3.el (toplevel): Ditto.
7715         * elmo-nntp.el (toplevel): Ditto.
7716
7717 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7718
7719         * elmo-imap4.el (toplevel): defun at compile time.
7720         sasl-find-mechanism, sasl-make-client, sasl-mechanism-name,
7721         sasl-next-step, sasl-step-data, sasl-step-set-data.
7722         * elmo-pop3.el (toplevel): Ditto.
7723
7724 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7725
7726         * elmo-imap4.el (elmo-network-authenticate-session): Use `elmo-imap4-login'
7727
7728 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7729
7730         * elmo-pop3.el (elmo-pop3-auth-apop): Signal `elmo-pop-auth-apop'
7731         if error.
7732         (elmo-network-authenticate-session): Use `elmo-pop-auth-user'
7733         and `elmo-pop-auth-apop'.
7734
7735 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7736
7737         * elmo-pop3.el (elmo-network-authenticate-session): Fix for `APOP'.
7738
7739 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7740
7741         * elmo-pop3.el (elmo-network-authenticate-session): Split
7742         encoded response value.
7743
7744 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7745
7746         * elmo-pop3.el (elmo-network-authenticate-session): Abolish
7747         `elmo-pop3-force-login'.
7748         Redefine `sasl-mechanisms'.
7749         * elmo-vars.el (elmo-pop3-force-login): Ditto.
7750
7751 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7752
7753         * elmo-imap4.el (toplevel): Delete defun-maybe for sasl-*.
7754         Delete `elmo-imap4-authenticator-alist'.
7755         (elmo-imap4-auth-cram-md5): Delete.
7756         (elmo-imap4-auth-digest-md5): Delete.
7757
7758 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7759
7760         * elmo-pop3.el (elmo-pop3-auth-digest-md5): Delete.
7761         (elmo-pop3-auth-scram-md5): Ditto.
7762         (elmo-pop3-auth-cram-md5): Ditto.
7763
7764 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7765
7766         * elmo-pop3.el (toplevel): Delete defun-maybe for sasl-*.
7767         Delete `elmo-pop3-authenticator-alist'.
7768
7769 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7770
7771         * elmo-pop3.el (elmo-network-authenticate-session): Rewrite for
7772         new SASL API.
7773         * elmo-imap4.el (elmo-network-authenticate-session): Ditto.
7774
7775 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
7776
7777         * elmo-util.el (elmo-folder-local-p): Treat pipe and filter.
7778
7779 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7780
7781         * elmo-pop3.el (elmo-pop3-sort-overview-by-original-number):
7782         Fixed problem when `elmo-pop3-use-uidl' is nil.
7783         (Reported by Takenobu Sugiyama <sugiyama@ae.advantest.co.jp>)
7784
7785 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7786
7787         * elmo-version.el (elmo-version): Up to 2.5.2.
7788
7789 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7790
7791         * elmo-pop3.el (elmo-pop3-sort-overview-by-original-number):
7792         New function.
7793         (elmo-pop3-sort-msgdb-by-original-number): Ditto.
7794         (elmo-pop3-msgdb-create-as-numlist): Use it.
7795
7796         * elmo-imap4.el (elmo-imap4-arrival-filter): Check process-buffer.
7797         (Based on the report by AMAKAWA Shuhei <sa264@cam.ac.uk>)
7798
7799         * elmo-pop3.el (elmo-pop3-msgdb-create-as-numlist): Sort msgdb by date.
7800         (Pointed out by Mikiya Tani <m-tani@hml.cl.nec.co.jp>)
7801
7802 2001-01-13 Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
7803
7804         * elmo2.el (elmo-make-folder-numbers-list): Fixed problem
7805         when elmo-mark-as-read is called with second argument nil.
7806
7807 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7808
7809         * elmo-pipe.el (elmo-pipe-spec-src, elmo-pipe-spec-dst):
7810         Moved to elmo-util.el.
7811
7812         * elmo-util.el (elmo-pipe-spec-src, elmo-pipe-spec-dst):
7813         Moved from elmo-pipe.el
7814
7815         * elmo-archive.el (elmo-archive-call-process): Enclose with
7816         static-if.
7817
7818         * elmo-imap4.el (elmo-imap4-read-msg): Use "BODY[]" instead of
7819         "RFC822" (because RFC822.PEEK is obsolete).
7820         (Adviced by IMAI Takeshi <imai@on.rim.or.jp>)
7821
7822 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7823
7824         * elmo-archive.el (elmo-archive-call-process): Don't check for
7825         the exit status when Nemacs is running.
7826
7827 2001-01-09  Yuuichi Teranishi  <teranisi@gohome.org>
7828
7829         * elmo-net.el (elmo-network-session-password-key): Don't set default to
7830         'plain.
7831
7832         * elmo-util.el (elmo-imap4-get-spec): Set default of auth to 'clear.
7833         (elmo-pop3-get-spec): Set default of auth to 'user.
7834
7835         * elmo-imap4.el (elmo-imap4-session-check):
7836         Clear `elmo-imap4-fetch-callback' and `elmo-imap4-fetch-callback-data'.
7837         (elmo-imap4-clear-login): New function; Renamed from `elmo-imap4-login'.
7838         (elmo-imap4-auth-login): New function; Revival.
7839         (elmo-network-authenticate-session): Use `elmo-imap4-clear-login' and
7840         `elmo-imap4-auth-login'.
7841
7842 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7843
7844         * elmo2.el (toplevel): Move `product-provide' declare.
7845         * mmelmo.el (toplevel): Ditto.
7846
7847 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
7848
7849         * elmo-util.el (elmo-folder-get-store-type): Rewrite.
7850
7851 2000-12-26  OKAZAKI Tetsurou <okazaki@be.to>
7852
7853         * elmo-util.el (elmo-folder-get-store-type): New function.
7854         (elmo-folder-direct-copy-p): Use it.
7855
7856 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
7857
7858         * elmo-imap4.el (elmo-imap4-msgdb-create): Set
7859         `elmo-imap4-fetch-callback-data' as a cons cell of `args'
7860         and result of `elmo-imap4-use-flag-p'.
7861         (elmo-imap4-fetch-callback-1): Set mark according to
7862         the result of `elmo-imap4-use-flag-p'.
7863
7864 2000-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
7865
7866         * elmo-msgdb.el (elmo-generic-folder-diff): Moved from elmo2.el
7867         (elmo-generic-list-folder-unread): Ditto.
7868         (elmo-folder-get-info): Ditto.
7869         (elmo-folder-set-info-max-by-numdb): Ditto.
7870         (elmo-folder-get-info-max): Ditto.
7871         (elmo-folder-get-info-length): Ditto.
7872         (elmo-folder-get-info-unread): Ditto.
7873         (elmo-folder-info-make-hashtb): Ditto.
7874
7875         * elmo2.el: Removed above functions.
7876
7877 2000-11-21  Kenichi OKADA  <okada@opaopa.org>
7878
7879         * elmo-imap4.el (toplevel): Require 'ssl.
7880         Add autoload 'starttls.
7881         * elmo-pop3.el (toplevel): Ditto.
7882         * elmo-nntp.el (toplevel): Ditto.
7883
7884 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7885
7886         * elmo-imap4.el (toplevel): defun at compile time.
7887         sasl-find-mechanism, sasl-make-client, sasl-mechanism-name,
7888         sasl-next-step, sasl-step-data, sasl-step-set-data.
7889         * elmo-pop3.el (toplevel): Ditto.
7890
7891 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7892
7893         * elmo-imap4.el (elmo-network-authenticate-session): Use `elmo-imap4-login'
7894
7895 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7896
7897         * elmo-pop3.el (elmo-pop3-auth-apop): Signal `elmo-pop-auth-apop'
7898         if error.
7899         (elmo-network-authenticate-session): Use `elmo-pop-auth-user'
7900         and `elmo-pop-auth-apop'.
7901
7902 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7903
7904         * elmo-pop3.el (elmo-network-authenticate-session): Fix for `APOP'.
7905
7906 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7907
7908         * elmo-pop3.el (elmo-network-authenticate-session): Split
7909         encoded response value.
7910
7911 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7912
7913         * elmo-pop3.el (elmo-network-authenticate-session): Abolish
7914         `elmo-pop3-force-login'.
7915         Redefine `sasl-mechanisms'.
7916         * elmo-vars.el (elmo-pop3-force-login): Ditto.
7917
7918 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7919
7920         * elmo-imap4.el (toplevel): Delete defun-maybe for sasl-*.
7921         Delete `elmo-imap4-authenticator-alist'.
7922         (elmo-imap4-auth-cram-md5): Delete.
7923         (elmo-imap4-auth-digest-md5): Delete.
7924
7925 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7926
7927         * elmo-pop3.el (elmo-pop3-auth-digest-md5): Delete.
7928         (elmo-pop3-auth-scram-md5): Ditto.
7929         (elmo-pop3-auth-cram-md5): Ditto.
7930
7931 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7932
7933         * elmo-pop3.el (toplevel): Delete defun-maybe for sasl-*.
7934         Delete `elmo-pop3-authenticator-alist'.
7935
7936 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7937
7938         * elmo-pop3.el (elmo-network-authenticate-session): Rewrite for
7939         new SASL API.
7940         * elmo-imap4.el (elmo-network-authenticate-session): Ditto.
7941
7942 \f
7943 2000-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
7944
7945         * elmo-nntp.el (elmo-nntp-get-folders-info): Fixed last change.
7946
7947 2000-12-01  Yuuichi Teranishi  <teranisi@gohome.org>
7948
7949         * elmo-nntp.el (elmo-nntp-get-folders-info):
7950         Fixed problem when '\' character is contained in user-id.
7951         (Reported by Yoichiro Okabe <okabe@wizsoft.co.jp>)
7952
7953 \f
7954 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7955
7956         * elmo-imap4.el (elmo-imap4-delete-folder):
7957         Send "close" before "delete" (Use commented out line).
7958         (elmo-imap4-rename-folder): Ditto.
7959
7960         * elmo-dop.el (elmo-dop-queue-append): Use `elmo-string' to get
7961         folder string itself.
7962         (elmo-dop-list-deleted): New function.
7963         (elmo-dop-list-folder): Treat result of `elmo-dop-list-deleted' as
7964         killed.
7965
7966         * elmo-util.el (elmo-string-rassoc-all): New function.
7967
7968         * elmo-version.el (elmo-version): Up to 2.5.1.
7969
7970 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
7971
7972         * elmo-pop3.el (elmo-pop3-folder-exists-p): Don't use UIDL.
7973
7974         * elmo-internal.el (elmo-internal-search): Fix last change.
7975
7976 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7977
7978         * elmo-internal.el (elmo-internal-search): Rewrite.
7979         (Fixed problem which is pointed out by Akihiro MOTOKI
7980         <motoki@da.jp.nec.com>)
7981
7982         * elmo-version.el (elmo-version): Up to 2.5.0.
7983
7984 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
7985
7986         * elmo-imap4.el (elmo-imap4-list-folders): Append authenticate-type.
7987
7988 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
7989
7990         * elmo-imap4.el (elmo-imap4-list-folders): When hierarchy is
7991         non-nil, make hierarchy.
7992
7993 2000-11-05  OKAZAKI Tetsurou  <okazaki@be.to>
7994
7995         * elmo-pipe.el (elmo-pipe-drain): When calling `elmo-list-folder',
7996         `elmo-pop3-use-uidl' must be bound to nil.
7997         (Pointed out by Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>)
7998
7999 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
8000
8001         * elmo-util.el (elmo-copy-file): Don't cause an error after
8002         `add-name-to-file' failed.
8003
8004         * elmo-pipe.el (elmo-pipe-drain): List folder before loading msgdb.
8005         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
8006
8007 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8008
8009         * elmo-version.el (elmo-version): Up to 2.3.93.
8010
8011 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
8012
8013         * elmo-util.el (elmo-flatten): New function.
8014
8015 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8016
8017         * elmo-archive.el (toplevel): Added (C) to copyright notice, and
8018         sync Author header.
8019         * elmo-cache.el (toplevel): Ditto.
8020         * elmo-database.el (toplevel): Ditto.
8021         * elmo-date.el (toplevel): Ditto.
8022         * elmo-dop.el (toplevel): Ditto.
8023         * elmo-filter.el (toplevel): Ditto.
8024         * elmo-imap4.el (toplevel): Ditto.
8025         * elmo-internal.el (toplevel): Ditto.
8026         * elmo-localdir.el (toplevel): Ditto.
8027         * elmo-localnews.el (toplevel): Ditto.
8028         * elmo-maildir.el (toplevel): Ditto.
8029         * elmo-msgdb.el (toplevel): Ditto.
8030         * elmo-multi.el (toplevel): Ditto.
8031         * elmo-net.el (toplevel): Ditto.
8032         * elmo-nntp.el (toplevel): Ditto.
8033         * elmo-pipe.el (toplevel): Ditto.
8034         * elmo-pop3.el (toplevel): Ditto.
8035         * elmo-util.el (toplevel): Ditto.
8036         * elmo-vars.el (toplevel): Ditto.
8037         * elmo2.el (toplevel): Ditto.
8038         * mmelmo-imap4.el (toplevel): Ditto.
8039         * mmelmo.el (toplevel): Ditto.
8040
8041         * elmo-version.el (elmo-version): Move to top.
8042
8043         * elmo-cache.el (toplevel): Fixed multiple Author header format.
8044         * elmo-imap4.el (toplevel): Ditto.
8045         * elmo-localdir.el (toplevel): Ditto.
8046         * elmo-msgdb.el (toplevel): Ditto.
8047         * elmo-nntp.el (toplevel): Ditto.
8048         * elmo-pop3.el (toplevel): Ditto.
8049         * elmo-version.el (toplevel): Ditto.
8050
8051         * elmo-localnews.el (toplevel): Added Keyword header.
8052
8053 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8054
8055         * elmo-version.el (product-version-as-string): Defined using
8056         `defun-maybe'.
8057         (toplevel): Use it.
8058
8059         * elmo-localdir.el (toplevel): Updated copyright notice.
8060         * elmo-version.el (toplevel): Ditto.
8061         * elmo-msgdb.el (toplevel): Ditto.
8062         * elmo-imap4.el (toplevel): Ditto.
8063         * elmo-nntp.el (toplevel): Ditto.
8064         * elmo-pop3.el (toplevel): Ditto.
8065
8066 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8067
8068         * elmo-pipe.el (elmo-pipe-drain): Don't save msgdb after moving
8069         messages.
8070
8071         * mmelmo.el (mime-parse-parameters-from-list): Don't downcase
8072         parameter value (It sometimes contains raw kanji).
8073
8074 2000-10-28  Kenichi OKADA  <okada@opaopa.org>
8075
8076         * elmo-imap4.el (elmo-network-initialize-session): Check capability.
8077         * elmo-pop3.el (elmo-network-initialize-session): Ditto.
8078
8079 2000-10-28  Kenichi OKADA  <okada@opaopa.org>
8080
8081         * elmo-imap4.el (elmo-network-initialize-session): Fix.
8082
8083 2000-10-28  Kenichi OKADA  <okada@opaopa.org>
8084
8085         * elmo-imap4.el (elmo-network-initialize-session): Change error message.
8086         * elmo-pop3.el (elmo-network-initialize-session): Change error message.
8087
8088 2000-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
8089
8090         * elmo-imap4.el (elmo-imap4-session-select-mailbox): Return response
8091         value if selecting folder succceeded.
8092         (Advised by MII Kazuyoshi <mii@isl.ntt.co.jp> for prom-wl.)
8093
8094 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8095
8096         * elmo-util.el (elmo-make-directory): Fixed permission lateral
8097         representation.
8098
8099         * elmo-util.el (elmo-string-matched-member): New function.
8100
8101 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
8102
8103         * elmo-util.el (elmo-unintern): New macro.
8104         (elmo-number-set-member): Fixed docstring.
8105
8106         * elmo-imap4.el (elmo-imap4-parse-response): Call `elmo-unintern' for
8107         tag token.
8108
8109 2000-10-25  OKAZAKI Tetsurou  <okazaki@be.to>
8110
8111         * elmo-imap4.el (elmo-imap4-client-eol): Remove duplicated defvar
8112         of `elmo-imap4-status' and `elmo-imap4-reached-tag'.
8113
8114 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
8115
8116         * elmo-imap4.el (elmo-imap4-session-select-mailbox): Added argument
8117         `no-error'.
8118         Added docstring.
8119         Return non-nil if selecting folder succeeded.
8120         (elmo-imap4-folder-exists-p): Call with argument 'no-error.
8121
8122 2000-10-23  Yuuichi Teranishi  <teranisi@gohome.org>
8123
8124         * elmo-maildir.el (elmo-maildir-get-filename): Fixed problem when
8125         `file-name-completion' returns t.
8126         (Reported by Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>)
8127         (elmo-maildir-set-mark): Put `info' part to the files in the cur
8128         directory if it does not exist.
8129         (elmo-maildir-update-current): Use `while' instead of `mapcar'
8130         for iteration.
8131
8132 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
8133
8134         * elmo-imap4.el (elmo-imap4-folder-exists-p): Removed `condition-case'
8135         enclosure (It's harmful in unplugged status).
8136
8137         * elmo-pop3.el (elmo-pop3-folder-exists-p): Ditto.
8138
8139         * mmelmo-1.el: Removed.
8140
8141         * mmelmo-2.el: Ditto.
8142
8143         * mmelmo-imap4-1.el: Ditto.
8144
8145         * mmelmo-imap4-2.el: Ditto.
8146
8147         * mmelmo-imap4.el: Merged mmelmo-imap4-2.el
8148
8149         * mmelmo.el: Merged mmelmo-2.el.
8150
8151         * elmo-version.el (elmo-version): Up to 2.3.92.
8152
8153 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8154
8155         * elmo2.el (elmo-move-msgs, elmo-msgdb-load, elmo-msgdb-save,
8156         elmo-update-number): Remove last period in "...done." message.
8157         * elmo-archive.el (elmo-archive-msgdb-create-as-numlist-subr1):
8158         Ditto.
8159         * elmo-cache.el (elmo-cache-expire-by-size,
8160         elmo-cache-get-sorted-cache-file-list,
8161         elmo-cache-msgdb-create-as-numlist): Ditto.
8162         * elmo-dop.el (elmo-dop-save-pending-messages,
8163         (elmo-dop-flush-pending-append-operations): Ditto.
8164         * elmo-imap4.el (elmo-imap4-msgdb-create): Ditto.
8165         * elmo-internal.el (elmo-internal-msgdb-create): Ditto.
8166         * elmo-localdir.el (elmo-localdir-msgdb-create-as-numlist,
8167         (elmo-localdir-pack-number): Ditto.
8168         * elmo-maildir.el (elmo-maildir-msgdb-create): Ditto.
8169         * elmo-msgdb.el (elmo-msgdb-sort-by-date): Ditto.
8170         * mmelmo-imap4-2.el (mmelmo-imap4-mime-entity-buffer,
8171         mime-write-entity-content): Ditto.
8172         * pldap.el (ldap-search-basic): Ditto.
8173
8174 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
8175
8176         * elmo-version.el (elmo-version): Up to 2.3.91.
8177
8178         * elmo-filter.el (elmo-filter-folder-diff): Use target folder's diff
8179         Only when filter is 'last'.
8180
8181         * elmo-util.el (elmo-condition-atom-regexp): New constant.
8182         (elmo-condition-parse-search-value): Use it.
8183         (elmo-read-search-condition-internal): Quote value only when
8184         it is not an atom.
8185
8186 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8187
8188         * elmo2.el (elmo-generic-folder-diff): Fix.
8189
8190 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8191
8192         * elmo-msgdb.el (elmo-msgdb-killed-list-length): New function.
8193         * elmo-localdir.el (elmo-localdir-list-folder-subr): Fix.
8194         * elmo-maildir.el (elmo-maildir-list-folder-subr): Fix.
8195         * elmo-archive.el (elmo-archive-list-folder-subr): Fix.
8196         * elmo-internal.el (elmo-internal-list-folder-subr): Fix.
8197         * elmo-imap4.el (elmo-imap4-max-of-folder): Fix.
8198
8199 2000-10-17  Akihiro MOTOKI <motoki@da.jp.nec.com>
8200
8201         * elmo-msgdb.el (elmo-msgdb-search-internal-primitive): Search by
8202         extra-fields.
8203
8204 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
8205
8206         * elmo-version.el (elmo-version): Up to 2.3.90.
8207
8208         * elmo-imap4.el (elmo-imap4-list-folder-unread): Check plugged status.
8209         (elmo-imap4-list-folder-important): Ditto.
8210
8211 2000-10-16  Kenichi OKADA  <okada@opaopa.org>
8212
8213         * elmo-nntp.el (elmo-network-initialize-session): Fix.
8214
8215 2000-10-16  Kenichi OKADA  <okada@opaopa.org>
8216
8217         * elmo-nntp.el (elmo-nntp-read-msg): Don't error.
8218
8219 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8220
8221         * elmo-nntp.el (elmo-network-initialize-session):
8222         Add starttls negotiation.
8223
8224 2000-10-15  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8225
8226         * elmo-nntp.el (elmo-network-initialize-session): Read greeting
8227         response.
8228         (elmo-network-setup-session): Define.
8229         Call `elmo-nntp-send-mode-reader' when session opened.
8230
8231 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
8232
8233         * elmo-multi.el (elmo-multi-list-folder-unread): Fixed.
8234
8235 2000-10-13  OKAZAKI Tetsurou  <okazaki@be.to>
8236
8237         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Remove
8238         an invalid SPACE character ahead of `SEARCH' command.  Move
8239         a valid SPACE character following `SEARCH' from conditional
8240         `format' arguments to control-strings.
8241
8242 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
8243
8244         * elmo2.el (elmo-call-func-on-markable-msgs): Return t if marking
8245         was succeeded.
8246
8247         * elmo-util.el (elmo-folder-get-spec): Enclose with save-match-data.
8248
8249 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
8250
8251         * elmo-localdir.el (elmo-localdir-list-folders-subr): Bind
8252         `w32-get-true-file-link-count' as t.
8253
8254         * elmo-imap4.el (elmo-imap4-read): Abolished.
8255         (Renamed to `elmo-read' and moved to elmo-util.el)
8256         All other related portions are changed.
8257
8258         * elmo-util.el (elmo-read): New function.
8259         (elmo-condition-parse-search-value): Use it.
8260
8261 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
8262
8263         * elmo2.el (elmo-quit): Don't use `elmo-nntp-flush-connection'.
8264
8265         * elmo-nntp.el (elmo-nntp-session): Define.
8266         (elmo-nntp-setting): Abolished.
8267         All other related portions are changed.
8268         (elmo-nntp-get-server-command): Changed argument.
8269         (elmo-nntp-set-server-command): Ditto.
8270         (elmo-nntp-xover-p): Ditto.
8271         (elmo-nntp-set-xover): Ditto.
8272         (elmo-nntp-listgroup-p): Ditto.
8273         (elmo-nntp-set-listgroup): Ditto.
8274         (elmo-nntp-list-active-p): Ditto.
8275         (elmo-nntp-set-list-active): Ditto.
8276         (elmo-nntp-xhdr-p): Ditto.
8277         (elmo-nntp-set-xhdr): Ditto.
8278         (elmo-nntp-flush-connection): Abolished.
8279         (elmo-nntp-get-connection): Abolished.
8280         (elmo-nntp-get-session): New function.
8281         (elmo-network-initialize-session): Defined.
8282         (elmo-network-authenticate-session): Ditto.
8283         (elmo-nntp-send-mode-reader): Changed argument.
8284         (elmo-nntp-send-command): Changed argument.
8285         All other related portions are changed.
8286         (elmo-nntp-read-response): Ditto.
8287         (elmo-nntp-read-raw-response): Ditto.
8288         (elmo-nntp-read-contents): Ditto.
8289         (elmo-nntp-read-body): Ditto.
8290         (elmo-nntp-goto-folder): Abolished.
8291         (elmo-nntp-select-group): New function.
8292         All other related portions are changed.
8293         (This function substitutes `elmo-nntp-goto-folder')
8294         (elmo-nntp-msgdb-create-by-header): Rewrite.
8295         (elmo-nntp-get-overview): Eliminated.
8296         (elmo-nntp-get-message): Ditto.
8297         (elmo-nntp-open-connection) Abolished.
8298         (elmo-nntp-read-msg): Rewrite.
8299         (elmo-nntp-post): Ditto.
8300         (elmo-nntp-send-data): Abolished.
8301         (elmo-nntp-send-buffer): New function.
8302         (elmo-nntp-send-data-line): Define as inline function.
8303         (elmo-nntp-get-folders-info-prepare): Use session as key.
8304         (elmo-nntp-groups-read-response): Changed argument.
8305         (elmo-nntp-retrieve-headers): Ditto.
8306         (elmo-nntp-msgdb-create-message): Ditto.
8307
8308         * elmo-msgdb.el (elmo-msgdb-search-internal-primitive): Fixed problem
8309         when searching by 'since' or 'before'.
8310
8311 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8312
8313         * elmo-version.el (toplevel): Use product-version-as-string for set
8314         verstion-string, if defined.
8315
8316 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
8317
8318         * elmo-util.el: Doc fixes.
8319
8320 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8321
8322         * elmo-archive.el (toplevel): Use product-provide.
8323         * elmo-cache.el (toplevel): Ditto.
8324         * elmo-database.el (toplevel): Ditto.
8325         * elmo-date.el (toplevel): Ditto.
8326         * elmo-dop.el (toplevel): Ditto.
8327         * elmo-filter.el (toplevel): Ditto.
8328         * elmo-imap4.el (toplevel): Ditto.
8329         * elmo-internal.el (toplevel): Ditto.
8330         * elmo-localdir.el (toplevel): Ditto.
8331         * elmo-localnews.el (toplevel): Ditto.
8332         * elmo-maildir.el (toplevel): Ditto.
8333         * elmo-msgdb.el (toplevel): Ditto.
8334         * elmo-multi.el (toplevel): Ditto.
8335         * elmo-net.el (toplevel): Ditto.
8336         * elmo-nntp.el (toplevel): Ditto.
8337         * elmo-pipe.el (toplevel): Ditto.
8338         * elmo-pop3.el (toplevel): Ditto.
8339         * elmo-util.el (toplevel): Ditto.
8340         * elmo-vars.el (toplevel): Ditto.
8341         * elmo2.el (toplevel): Ditto.
8342         * mmelmo-1.el (toplevel): Ditto.
8343         * mmelmo-2.el (toplevel): Ditto.
8344         * mmelmo-imap4-1.el (toplevel): Ditto.
8345         * mmelmo-imap4-2.el (toplevel): Ditto.
8346         * mmelmo-imap4.el (toplevel): Ditto.
8347         * mmelmo.el (toplevel): Ditto.
8348
8349 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
8350
8351         * elmo-dop.el (elmo-dop-flush-pending-append-operations): Add no-see.
8352         (elmo-dop-call-func-on-msgs): Don't delete appends from msgs.
8353
8354 2000-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
8355
8356         * elmo-multi.el (elmo-multi-split-mark-alist): Copy and sort alist
8357         before splitting.
8358         (elmo-multi-split-number-alist): Ditto.
8359
8360 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8361
8362         * elmo-version.el: New file.  Use product.el.
8363         * elmo2.el: Add (require 'elmo-version).
8364         * elmo-vars.el (elmo-appname, elmo-version): Move to
8365         elmo-version.el
8366
8367 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
8368
8369         * elmo2.el (elmo-copy-msgs): Set `spec' as 1st argument for
8370         `elmo-msgdb-expand-path'.
8371         (elmo-msgdb-load): Ditto.
8372         Abolished 2nd argument. If 1st argument is not string, treat as spec.
8373         (elmo-generic-list-folder-unread): Rewrite.
8374         (elmo-generic-list-folder-important): Changed argument.
8375         (elmo-list-folder-unread): Ditto.
8376         (elmo-list-folder-important): Ditto.
8377         (elmo-folder-diff): Rewrite.
8378         (elmo-generic-folder-diff): New function.
8379         (elmo-multi-get-number-alist-list): Abolished
8380         (Renamed to elmo-multi-split-number-alist and moved to elmo-multi.el)
8381         (elmo-multi-folder-diff): Moved to elmo-multi.el
8382         (toplevel): Removed autoload setting of `elmo-multi-folder-diff'.
8383
8384         * elmo-pop3.el (elmo-pop3-list-folder): Set `spec' as 1st argument for
8385         `elmo-msgdb-expand-path'.
8386         (elmo-pop3-msgdb-create-as-numlist): Ditto.
8387         (elmo-pop3-read-msg): Ditto.
8388         (elmo-pop3-delete-msgs): Ditto.
8389         (elmo-pop3-folder-diff): New alias.
8390
8391         * elmo-pipe.el (elmo-pipe-list-folder): Set `spec' as 1st argument for
8392         `elmo-msgdb-expand-path'.
8393         (elmo-pipe-list-folder-unread): Changed arguments.
8394         (elmo-pipe-list-folder-important): Ditto.
8395         (elmo-pipe-folder-diff): New alias.
8396
8397         * elmo-nntp.el (elmo-nntp-list-folder): Set `spec' as 1st argument for
8398         `elmo-msgdb-expand-path'.
8399         (elmo-nntp-max-of-folder): Ditto.
8400         (elmo-nntp-msgdb-create): Ditto.
8401         (elmo-nntp-delete-msgs): Ditto.
8402         (elmo-nntp-folder-diff): New alias.
8403
8404         * elmo-multi.el (elmo-multi-folder-diff): New function.
8405         (elmo-multi-split-mark-alist): Ditto.
8406         (elmo-multi-split-number-alist): Ditto.
8407         (elmo-multi-mark-alist-list): Abolished (Renamed to
8408         elmo-multi-split-mark-alist).
8409         (elmo-multi-list-folder-unread): Rewrite.
8410         (elmo-multi-list-folder-important): Ditto.
8411         (elmo-multi-list-folder): Set `spec' as 1st argument for
8412         `elmo-msgdb-expand-path'.
8413         (elmo-multi-sync-number-alist): Use `elmo-multi-split-number-alist'
8414         instead of `elmo-multi-get-number-alist-list'.
8415
8416         * elmo-msgdb.el (elmo-msgdb-expand-path): Abolished 2nd argument.
8417         If 1st argument is not string, treat as spec.
8418         (elmo-list-folder-by-location): Set `spec' as 1st argument for
8419         `elmo-msgdb-expand-path'.
8420         (elmo-msgdb-flist-load): Ditto.
8421         (elmo-msgdb-flist-save): Ditto.
8422         (elmo-msgdb-delete-path): Ditto.
8423         (elmo-msgdb-rename-path): Ditto.
8424
8425         * elmo-maildir.el (elmo-maildir-set-mark-msgs):
8426         Set `spec' as 1st argument for `elmo-msgdb-expand-path'.
8427         (elmo-maildir-delete-mark-msgs): Ditto.
8428         (elmo-maildir-msgdb-create): Ditto.
8429         (elmo-maildir-read-msg): Ditto.
8430         (elmo-maildir-delete-msgs): Ditto.
8431         (elmo-maildir-list-folder-subr): Ditto.
8432         (elmo-maildir-search): Ditto.
8433         (elmo-maildir-get-msg-filename): Ditto.
8434         (elmo-maildir-pack-number): Ditto.
8435         (elmo-maildir-folder-diff): New alias.
8436
8437         * elmo-localnews.el (elmo-localnews-folder-diff): New alias.
8438
8439         * elmo-localdir.el (elmo-localdir-list-folder-subr):
8440         Set `spec' as 1st argument for `elmo-msgdb-expand-path'.
8441         (elmo-localdir-folder-diff): New alias.
8442
8443         * elmo-internal.el (elmo-internal-list-folder-subr):
8444         Set `spec' as 1st argument for `elmo-msgdb-expand-path'.
8445         (elmo-internal-list-folder-by-location): Ditto.
8446         (elmo-internal-msgdb-create): Ditto.
8447         (elmo-internal-delete-msgs): Ditto.
8448         (elmo-internal-read-msg): Ditto.
8449         (elmo-internal-folder-diff): New alias.
8450
8451         * elmo-imap4.el (elmo-imap4-folder-diff): New function.
8452         (elmo-imap4-list-folder): Set `spec' as 1st argument for
8453         `elmo-msgdb-expand-path'.
8454         (elmo-imap4-list-folder-unread): Changed arguments.
8455         (elmo-imap4-list-folder-important): Ditto.
8456
8457         * elmo-filter.el (elmo-filter-list-folder-unread): Changed arguments.
8458         (elmo-filter-list-folder-important): Ditto.
8459         (elmo-filter-folder-diff): New function.
8460
8461         * elmo-dop.el (elmo-dop-folder-exists-p): Check elmo directory first.
8462
8463         * elmo-cache.el (elmo-cache-list-folder):
8464         Set `spec' as 1st argument for `elmo-msgdb-expand-path'.
8465         (elmo-cache-copy-msgs): Ditto.
8466         (elmo-cache-folder-diff): New alias.
8467
8468         * elmo-archive.el (elmo-archive-list-folder-subr):
8469         Set `spec' as 1st argument for `elmo-msgdb-expand-path'.
8470         (elmo-archive-get-archive-name): Ditto.
8471         (elmo-archive-create-file): Ditto.
8472         (elmo-archive-append-msg): Ditto.
8473         (elmo-archive-copy-msgs): Ditto.
8474         (elmo-archive-copy-msgs-froms): Ditto.
8475         (elmo-archive-get-msg-filename): Ditto.
8476         (elmo-archive-folder-diff): New alias.
8477
8478 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
8479
8480         * elmo-vars.el (elmo-imap4-stream-type-alist): New variable.
8481         (elmo-pop3-stream-type-alist): New variable.
8482         (elmo-nntp-stream-type-alist): New variable.
8483
8484         * elmo-util.el (elmo-buffer-exists-p): Rewrite as function.
8485         (elmo-kill-buffer): Ditto.
8486         (elmo-get-network-stream-type): Add 2nd argument `stream-type-alist'.
8487         (elmo-network-get-spec): Add 5th argument `stream-type-alist'.
8488         (elmo-nntp-get-spec): Take into account `elmo-nntp-stream-type-alist'.
8489         (elmo-pop3-get-spec): Take into account `elmo-pop3-stream-type-alist'.
8490         (elmo-imap4-get-spec): Take into account
8491         `elmo-imap4-stream-type-alist'.
8492
8493 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8494
8495         * elmo-nntp.el (elmo-nntp-list-folders): Fix for `-/'
8496         (elmo-nntp-list-folders-get-cache): Ditto.
8497
8498 2000-10-05  Yuuichi Teranishi  <teranisi@gohome.org>
8499
8500         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Added space
8501         character before 'uid'.
8502
8503 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
8504
8505         * elmo-msgdb.el (elmo-msgdb-delete-msgs): Don't save location data.
8506
8507         * elmo-nntp.el (elmo-nntp-max-of-folder): Fixed.
8508
8509         * elmo-util.el (elmo-number-set-member): New function.
8510         (elmo-number-set-append-list): Ditto.
8511         (elmo-number-set-append): Ditto.
8512
8513         * elmo-msgdb.el (elmo-msgdb-killed-message-p):
8514         Use `elmo-number-set-member'.
8515         (elmo-living-messages): Ditto.
8516         (elmo-msgdb-set-as-killed): Use `elmo-number-set-append'.
8517         (elmo-msgdb-append-to-killed-list): Use `elmo-number-set-append-list'.
8518
8519         * elmo-imap4.el (elmo-imap4-folder-exists-p): Rewrite.
8520         (elmo-imap4-add-to-cont-list): Abolished.
8521         (elmo-imap4-make-number-set-list): Use `elmo-number-set-append'
8522         instead of elmo-imap4-add-to-cont-list.
8523
8524         * elmo2.el (elmo-msgdb-search): Moved from elmo-msgdb.el.
8525         (toplevel): Removed autoload setting for `elmo-imap4-get-connection'.
8526
8527         * elmo-msgdb.el (elmo-msgdb-search): Moved to elmo2.el.
8528
8529 2000-10-03  Hiroya Murata      <lapis-lazuli@pop06.odn.ne.jp>
8530
8531         * elmo-util.el (elmo-condition-parse-search-value):
8532         Fixed date parsing.
8533
8534 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8535
8536         * elmo-util.el (elmo-condition-find-key-internal): New function.
8537         (elmo-condition-find-key): Ditto.
8538
8539         * elmo-msgdb.el (elmo-msgdb-search-internal-primitive): New function.
8540         (elmo-msgdb-search-internal): Ditto.
8541         (elmo-msgdb-search): Ditto.
8542
8543 2000-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
8544
8545         * elmo-util.el (elmo-cross-device-link-error-p): Abolished.
8546         (elmo-copy-file): Uncheck error condition for `add-name-to-file'.
8547
8548         * elmo-nntp.el (elmo-nntp-search-primitive): Decode header field.
8549         (elmo-nntp-search-primitive): Fixed problem when condition is
8550         'unmatch'.
8551
8552         * elmo-util.el (elmo-buffer-field-primitive-condition-match): Fixed.
8553
8554         * elmo-nntp.el (elmo-nntp-default-use-xhdr): New variable.
8555         (elmo-nntp-xhdr-p): New macro.
8556         (elmo-nntp-set-xhdr): Ditto.
8557         (elmo-nntp-parse-xhdr-response): New function.
8558         (elmo-nntp-retrieve-field): Ditto.
8559         (elmo-nntp-search-primitive): Ditto.
8560         (elmo-nntp-search): Implemented.
8561
8562         * elmo-date.el (elmo-date-make-sortable-string): New macro.
8563
8564         * elmo-archive.el (elmo-archive-search): Set all number list to
8565         `elmo-archive-field-condition-match'
8566
8567         * elmo-localdir.el (elmo-localdir-search): Likewise.
8568
8569         * elmo-maildir.el (elmo-maildir-search): Likewise.
8570
8571 2000-10-01  OKAZAKI Tetsurou  <okazaki@be.to>
8572
8573         * elmo-msgdb.el (elmo-living-messages): New function.
8574         * elmo-archive.el (elmo-archive-list-folder-subr): Use it.
8575         * elmo-cache.el (elmo-cache-list-folder): Ditto.
8576         * elmo-dop.el (elmo-dop-list-folder): Ditto.
8577         * elmo-imap4.el (elmo-imap4-list-folder): Ditto.
8578         * elmo-internal.el (elmo-internal-list-folder-subr): Ditto.
8579         * elmo-localdir.el (elmo-localdir-list-folder-subr): Ditto.
8580         * elmo-maildir.el (elmo-maildir-list-folder-subr): Ditto.
8581         * elmo-multi.el (elmo-multi-list-folder): Ditto.
8582         * elmo-nntp.el (elmo-nntp-list-folder): Ditto.
8583         * elmo-pipe.el (elmo-pipe-list-folder): Ditto.
8584         * elmo-pop3.el (elmo-pop3-list-folder): Ditto.
8585
8586 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
8587
8588         * elmo-maildir.el (elmo-maildir-pack-number): Implemented.
8589
8590         * elmo-msgdb.el (elmo-msgdb-delete-msgs): Save location data.
8591
8592         * elmo2.el (elmo-pack-number): Added 'maildir as allowd type.
8593
8594         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Fixed
8595         arguments for `SEARCH' command.
8596         (elmo-imap4-parse-string): Set `POS' argument for char-after.
8597         All other related portions are changed.
8598
8599         * elmo-cache.el (elmo-cache-search-all): Added argument `from-msgs'.
8600
8601         * elmo2.el (elmo-generic-list-folder-unread): Rewrite.
8602         (elmo-list-folder-unread): Rewrite.
8603         (elmo-list-folder-important): Ditto.
8604
8605         * elmo-util.el (elmo-filter-get-spec): Rewrite.
8606         (elmo-condition-parse-error): New inline function.
8607         (elmo-read-search-condition): New function.
8608         (elmo-read-search-condition-internal): Ditto.
8609         (elmo-parse-search-condition): Rewrite.
8610         (elmo-condition-parse): New function.
8611         (elmo-condition-parse-or-expr): Ditto.
8612         (elmo-condition-parse-and-expr): Ditto.
8613         (elmo-condition-parse-primitive): Ditto.
8614         (elmo-condition-parse-search-value): Ditto.
8615         (elmo-buffer-field-primitive-condition-match): Ditto.
8616         (elmo-buffer-field-condition-match): Rewrite.
8617         (elmo-file-field-condition-match): Ditto.
8618
8619         * elmo-msgdb.el (elmo-msgdb-expand-path): Use
8620         `elmo-replace-msgid-as-filename' instead of `elmo-safe-filename'.
8621
8622         * elmo-internal.el (elmo-internal-search): Set `number' and
8623         `number-list' argument of `elmo-file-field-condition-match'.
8624
8625         * elmo-maildir.el (elmo-maildir-search): Ditto.
8626
8627         * elmo-imap4.el (elmo-imap4-list-folder-unread): Use
8628         `msgdb' as argument instead of `mark-alist'.
8629         (elmo-imap4-list-folder-important): Use `msgdb' as argument instead of
8630         `overview'.
8631
8632         * elmo-multi.el: Likewise.
8633
8634         * elmo-pipe.el: Likewise.
8635
8636         * elmo-imap4.el (elmo-imap4-search-internal-primitive): New function.
8637         (elmo-imap4-search-internal): Rewrite.
8638         (elmo-imap4-search): Ditto.
8639
8640         * elmo-filter.el (elmo-filter-list-folder): Rewrite.
8641         (elmo-filter-list-folder-unread): Ditto.
8642         (elmo-filter-list-folder-important): Ditto.
8643         (elmo-filter-search): Rewrite.
8644
8645         * elmo-cache.el (elmo-cache-search-all): Set `number' and
8646         `number-list' argument of `elmo-file-field-condition-match'.
8647         (elmo-cache-search): Ditto.
8648
8649         * elmo-localdir.el: Likewise.
8650
8651         * elmo-archive.el (elmo-archive-field-condition-match): Added argument
8652         number-list and pass it to `elmo-buffer-field-condition-match'.
8653         (elmo-archive-field-condition-match): Pass `number-list' to
8654         `elmo-archive-field-condition-match'
8655
8656 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
8657
8658         * elmo-nntp.el (elmo-nntp-list-folder): Set current group after
8659         `listgroup'.
8660
8661         * elmo2.el (elmo-folder-diff-async-callback): New variable.
8662         (elmo-folder-diff-async-callback-data): Ditto.
8663         (elmo-folder-diff-async): New function.
8664
8665         * elmo-net.el (elmo-network-session-name-prefix): New variable.
8666         (elmo-network-session-cache-key): Use it as a prefix of the session
8667         name.
8668         (elmo-network-open-session): Ditto.
8669
8670         * elmo-imap4.el (elmo-imap4-status-callback): New local variable.
8671         (elmo-imap4-status-callback-data): Ditto.
8672         (elmo-imap4-server-diff-async-callback): New variable.
8673         (elmo-imap4-server-diff-async-callback-data): Ditto.
8674         (elmo-imap4-local-variables): Added `elmo-imap4-status-callback' and
8675         `elmo-imap4-status-callback-data'.
8676         (elmo-imap4-max-of-folder): Set `elmo-imap4-status-callback' and
8677         `elmo-imap4-status-callback-data' as nil.
8678         (elmo-imap4-server-diff): Ditto.
8679         (elmo-imap4-server-diff-async-callback-1): New function.
8680         (elmo-imap4-server-diff-async): Ditto.
8681         (elmo-imap4-parse-status): Call `elmo-imap4-status-callback'.
8682
8683 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
8684
8685         * elmo-util.el (elmo-list-delete): Doc fix.
8686         (elmo-delete-lists): Abolish.
8687         * elmo2.el (elmo-crosspost-message-delete): Use `elmo-list-delete'
8688         instead of `elmo-delete-lists'.
8689
8690 2000-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
8691
8692         * elmo-imap4.el (elmo-imap4-make-number-set-list): Copy `msg-list'
8693         before `sort'.
8694
8695 2000-09-18  OKAZAKI Tetsurou  <okazaki@be.to>
8696
8697         * elmo-imap4.el (elmo-imap4-literal-1): Renamed from
8698         `elmo-imap4-literal-subr'.
8699         (elmo-imap4-string-1): Renamed from `elmo-imap4-string-subr'.
8700         (elmo-imap4-astring-1): Renamed from `elmo-imap4-astring-subr'.
8701
8702 2000-09-15  Kenichi OKADA  <okada@opaopa.org>
8703
8704         * elmo-archive.el (elmo-archive-list-folder-subr): Fix.
8705         (elmo-archive-list-folder): Fix.
8706         (elmo-archive-max-of-folder): Fix.
8707
8708 2000-09-15  Kenichi OKADA  <okada@opaopa.org>
8709
8710         * elmo-localdir.el (elmo-localdir-copy-msgs): Use
8711          `elmo-localdir-max-of-folder' instead of 'elmo-localdir-list-folder-subr'.
8712         (elmo-localdir-append-msg): Ditto.
8713         (elmo-localdir-list-folder): Fix for `nonsort'.
8714         (elmo-localdir-list-folder-subr): Fix for `killed'.
8715         * elmo-maildir.el (elmo-maildir-list-folder): Ditto.
8716         (elmo-maildir-list-folder-subr): Ditto.
8717         * elmo-archive.el (elmo-archive-list-folder): Ditto.
8718         (elmo-archive-list-folder-subr): Ditto.
8719         * elmo-internal.el (elmo-internal-list-folder): Ditto.
8720         (elmo-internal-list-folder-subr): Ditto.
8721
8722 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
8723
8724         * elmo-imap4.el (elmo-imap4-parse-flag-list): Rewrite.
8725
8726 2000-09-12  Katsumi Yamaoka    <yamaoka@jpl.org>
8727
8728         * elmo-util.el (elmo-delete-plugged): Fix parenthesis.
8729
8730 2000-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
8731
8732         * mmelmo-imap4-2.el (mmelmo-imap4-get-mime-entity):
8733         Clear `elmo-imap4-fetch-callback' and `elmo-imap4-fetch-callback-data'.
8734
8735         * elmo-imap4.el (elmo-network-initialize-session): Skip garbage output
8736         before greeting.
8737         (elmo-imap4-read-part): Use "body.peek" to fetch part.
8738         Clear `elmo-imap4-fetch-callback' and `elmo-imap4-fetch-callback-data'.
8739
8740 2000-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
8741
8742         * mmelmo-imap4-2.el (mime-entity-children): Defined.
8743
8744         * elmo-imap4.el (elmo-imap4-mark-set-on-msgs):
8745         Clear `elmo-imap4-fetch-callback' and `elmo-imap4-fetch-callback-data'
8746         before STORE command.
8747
8748 2000-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
8749
8750         * elmo2.el (elmo-multi-folder-diff): Fixed problem of filter folder.
8751
8752         * elmo-imap4.el (elmo-imap4-authenticator-alist): Added `plain' entry.
8753         (elmo-imap4-send-command): Use `elmo-imap4-current-response' instead
8754         of `response'.
8755         (elmo-imap4-list-folders): Removed unused local variable.
8756         (elmo-network-initialize-session): Ditto.
8757         (elmo-imap4-delete-msg-by-id): Ditto.
8758         (elmo-imap4-parse-fetch): Ditto.
8759         (elmo-imap4-copy-msgs): Ditto.
8760         Use `dst-spec' instead of `dst-folder'.
8761         (elmo-network-authenticate-session): Check authenticate type `plain'.
8762
8763 2000-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
8764
8765         * elmo-imap4.el (elmo-imap4-parse-response): Use string-match for
8766         garbage checking.
8767         (elmo-imap4-read-part): Use `elmo-imap4-response-value-all' instead of
8768         `elmo-imap4-response-value'.
8769         (elmo-imap4-parse-response): Return value of `EXPUNGE'.
8770
8771 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
8772
8773         * elmo-imap4.el (elmo-imap4-send-command):
8774         Cause elmo-imap4-bye-error when current response is BYE.
8775         (elmo-imap4-arrival-filter): Changed greeting response value.
8776
8777         * elmo2.el (elmo-imap4-bye-error): Define.
8778
8779         * elmo-imap4.el (elmo-imap4-list): Don't call `elmo-imap4-commit'.
8780         (elmo-imap4-server-diff): Ditto.
8781         (elmo-imap4-response-bye-p): New macro.
8782         (elmo-imap4-response-error-text): Get text from BYE response.
8783         (elmo-imap4-read-response): Return if BYE response.
8784         (elmo-imap4-accept-ok): Cause elmo-imap4-bye-error when BYE response.
8785         (elmo-imap4-folder-exists-p): Ditto.
8786         (elmo-imap4-commit): Do nothing when different mailbox is selected.
8787         (elmo-imap4-parse-bye): New function.
8788         (elmo-imap4-parse-response): Remove needless let.
8789         Call `elmo-imap4-parse-bye'.
8790
8791 2000-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
8792
8793         * elmo-imap4.el (elmo-imap4-folder-exists-p): Don't cause an error when
8794         the mailbox does not exist.
8795         (elmo-imap4-parse-namespace): Copy `elmo-imap4-extra-namespace-alist'.
8796
8797 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
8798
8799         * elmo-imap4.el (elmo-imap4-send-command): Remove unused local variable.
8800
8801 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
8802
8803         * elmo-vars.el (elmo-search-mime-charset): Abolished.
8804
8805         * elmo-pop3.el (elmo-pop3-local-variables): New variable.
8806         (elmo-network-initialize-session-buffer): Defined.
8807
8808         * mmelmo-imap4-2.el (mmelmo-imap4-parse-bodystructure-string):
8809         Abolished.
8810         (mmelmo-imap4-get-mime-entity): Rewrite.
8811
8812         * elmo2.el (elmo-error): Capitalize error message.
8813
8814         * elmo-net.el (elmo-network-initialize-session-buffer): New method.
8815         (elmo-network-session-buffer): New macro.
8816         (elmo-network-open-session): Use it.
8817
8818         * elmo-imap4.el: Rewrite.
8819
8820 2000-08-27 Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
8821
8822         * elmo-nntp.el (Toplevel): Require 'elmo-net.
8823
8824 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
8825
8826         * elmo-imap4.el (elmo-imap4-make-address): Abolish.
8827         (elmo-imap4-msgdb-create): Don't request ENVELOPE.
8828         (elmo-imap4-create-msgdb-from-overview-string): Use
8829         `elmo-msgdb-create-overview-from-buffer'.
8830
8831 2000-08-26   Daiki Ueno  <ueno@unixuser.org>
8832
8833         * elmo-imap4.el (elmo-imap4-parse-namespace): Tolerate INBOX regexp.
8834         (elmo-imap4-default-hierarchy-delimiter): New variable.
8835         (elmo-imap4-list-folders): Use it.
8836
8837 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
8838
8839         * elmo-net.el (elmo-network-open-session): Add user and
8840         stream-type for process-buffer name.
8841
8842         * elmo-pop3.el (elmo-network-initialize-session): Call
8843         buffer-disable-undo.
8844
8845         * elmo-imap4.el (elmo-network-initialize-session):
8846         Set current-buffer as an argument for `buffer-disable-undo'.
8847
8848         * elmo-pop3.el (elmo-network-close-session): Don't use
8849         `process-live-p'.
8850
8851         * elmo-vars.el (elmo-default-pop3-authenticate-type):
8852         Set default as 'user.
8853
8854         * mmelmo-imap4-2.el (mmelmo-imap4-get-mime-entity): Rewrite.
8855
8856         * elmo2.el (elmo-quit): Don't use `elmo-pop3-flush-connection'
8857         and `elmo-imap4-flush-connection'.
8858
8859         * elmo-util.el (toplevel): Removed workaround for timezone y2k.
8860         (elmo-pop3-get-spec): Assume auth as symbol.
8861         (elmo-open-network-stream): Moved to `elmo-net'.
8862
8863         * elmo-pop3.el (toplevel): Require 'elmo-net.
8864         Define `sasl-cram-md5' to silence byte compilier.
8865         (elmo-pop3-connection-cache) Abolished.
8866         (elmo-pop3-authenticator-alist) New variable.
8867         (elmo-pop3-session): Define.
8868         (elmo-pop3-connection-get-process): Abolished.
8869         (elmo-pop3-connection-get-buffer): Ditto.
8870         (elmo-pop3-close-connection): Ditto.
8871         (elmo-pop3-flush-connection): Ditto.
8872         (elmo-pop3-get-connection): Ditto.
8873         (elmo-pop3-get-session): New function.
8874         (Replacement for `elmo-pop3-get-connection').
8875         All other related modules are changed.
8876         (elmo-network-close-session): Define.
8877         (elmo-pop3-send-command): Abolished argument `buffer'.
8878         All other related modules are changed.
8879         (elmo-pop3-read-response): Likewise.
8880         (elmo-pop3-open-connection): Abolished.
8881         (elmo-pop3-auth-user): New function.
8882         (elmo-pop3-auth-apop): Ditto.
8883         (elmo-pop3-auth-cram-md5): Ditto.
8884         (elmo-pop3-auth-scram-md5): Ditto.
8885         (elmo-pop3-auth-digest-md5): Ditto.
8886         (elmo-network-initialize-session): Define.
8887         (elmo-network-authenticate-session): Ditto.
8888         (elmo-network-setup-session): Ditto.
8889
8890         * elmo-imap4.el (toplevel): Require 'elmo-net.
8891         (elmo-imap4-session): Define.
8892         (elmo-imap4-connection-cache): Abolished.
8893         (elmo-imap4-password-key): Ditto.
8894         (elmo-imap4-flush-connection): Ditto.
8895         (elmo-imap4-get-connection): Ditto.
8896         All other related modules are changed.
8897         (elmo-imap4-get-session): New function
8898         (Replacement for `elmo-imap4-get-connection').
8899         (elmo-imap4-read-response): Abolished argument `buffer'.
8900         All other related modules are changed.
8901         (elmo-imap4-send-command): Likewise.
8902         (elmo-imap4-select-folder): Abolished.
8903         All other related modules are changed.
8904         (elmo-imap4-select-mailbox): New function.
8905         (Replacement for `elmo-imap4-select-folder').
8906         (elmo-imap4-auth-login): Simplify.
8907         (Assume current buffer as process buffer)
8908         (elmo-imap4-auth-cram-md5): Ditto.
8909         (elmo-imap4-auth-digest-md5): Ditto.
8910         (elmo-imap4-login): Ditto.
8911         (elmo-imap4-open-connection): Abolished.
8912         (elmo-imap4-open-connection-1): Abolished.
8913         (elmo-network-initialize-sessoin): Define.
8914         (elmo-network-authenticate-session): Ditto.
8915         (elmo-network-setup-session): Ditto.
8916
8917         * elmo-net.el: New module.
8918
8919 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
8920
8921         * elmo-util.el (elmo-define-error): New function.
8922
8923         * elmo2.el (elmo-error): Define.
8924         (elmo-open-error): Define.
8925         (elmo-authenticate-error): Define.
8926
8927         * elmo-imap4.el (elmo-imap4-error): Abolish.
8928         (elmo-imap4-error-type): Abolish.
8929         (elmo-imap4-error-process): Abolish.
8930         (elmo-imap4-error-message): Abolish
8931         (elmo-imap4-list-folders): Don't quote lambda.
8932         (elmo-imap4-create-msgdb-from-overview-string): Ditto.
8933         (elmo-imap4-parse-namespace): Ditto.
8934         (elmo-imap4-open-connection): Rewrite.
8935         (elmo-imap4-open-connection-1): Simplified (authenticate only).
8936         (elmo-imap4-get-connection): Abolish local variable `result'.
8937
8938 2000-08-21  Kaoru Takahashi  <kaoru@kaisei.org>
8939
8940         * elmo-imap4.el (elmo-imap4-open-connection-1): Fixed probrem
8941         wrong-type-argument error when auth is nil.
8942
8943 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
8944
8945         * elmo-vars.el (elmo-default-imap4-stream-type): New variable.
8946         (elmo-default-nntp-stream-type): Ditto.
8947         (elmo-default-pop3-stream-type): Ditto.
8948         (elmo-network-stream-type-alist): Ditto.
8949         (elmo-default-imap4-ssl): Abolished.
8950         (elmo-default-nntp-ssl): Ditto.
8951         (elmo-default-pop3-ssl): Ditto.
8952
8953         * elmo-util.el: (toplevel): Removed needless requires.
8954         (elmo-network-get-spec): Use `elmo-network-stream-type-alist'.
8955         (elmo-open-network-stream): Open network stream according to
8956         the value of `elmo-network-stream-type-alist'.
8957         (elmo-get-network-stream-type): New function.
8958         (elmo-network-stream-type-spec-string): New macro.
8959         (elmo-network-stream-type-symbol): Ditto.
8960         (elmo-network-stream-type-function): Ditto.
8961
8962         * elmo-pop3.el (elmo-pop3-get-connection): Follow up changes for
8963         network-stream-type. All other related portions are changed.
8964         (elmo-pop3-open-connection): Ditto.
8965
8966         * elmo-nntp.el (elmo-nntp-setting): Follow up changes for
8967         network-stream-type. All other related portions are changed.
8968
8969         * elmo-imap4.el (elmo-imap4-get-connection): Follow up changes for
8970         network-stream-type.All other related portions are changed.
8971         (elmo-imap4-error): New macro.
8972         (elmo-imap4-error-type): Ditto.
8973         (elmo-imap4-error-process): Ditto.
8974         (elmo-imap4-error-message): Ditto.
8975         (elmo-imap4-auth-login): Use `elmo-imap4-error'.
8976         (elmo-imap4-auth-cram-md5): Ditto.
8977         (elmo-imap4-auth-digest-md5): Ditto.
8978         (elmo-imap4-login): Ditto.
8979         (elmo-imap4-open-connection): Remove password entry if authentication
8980         was in vain.
8981         (elmo-imap4-user-at-host): Abolished.
8982         (elmo-imap4-password-key): New buffer local variable.
8983         (elmo-imap4-open-connection-1): Set value of `elmo-imap4-password-key'
8984         using protocol, port, auth and stream-type.
8985
8986         * elmo-dop.el (elmo-dop-list-folder): Use killed list.
8987
8988 2000-08-13   Daiki Ueno  <ueno@unixuser.org>
8989
8990         * elmo-vars.el (elmo-default-imap4-authenticate-type): Default to nil.
8991
8992         * elmo-util.el (elmo-imap4-get-spec): Assume auth as symbol.
8993
8994         * elmo-imap4.el (elmo-imap4-user-at-host): New variable.
8995         (elmo-imap4-authenticator-alist): New variable.
8996         (elmo-imap4-open-connection-1): Rename from
8997         elmo-imap4-open-connection.
8998         (elmo-imap4-open-connection): Abolish 5th argument `passphrase';
8999         only wraps elmo-imap4-open-connection-1.
9000         (elmo-imap4-get-connection): Abolish local variable buffer, proc-stat,
9001         user-at-host.
9002         (elmo-imap4-auth-login): New function.
9003         (elmo-imap4-auth-cram-md5): New function.
9004         (elmo-imap4-auth-digest-md5): New function.
9005         (elmo-imap4-login): New function.
9006
9007 2000-08-12  Kenichi OKADA  <okada@opaopa.org>
9008
9009         * elmo-maildir.el (elmo-maildir-delete-folder): Set argument of the
9010         function `error'.
9011
9012 2000-08-12  Kenichi OKADA  <okada@opaopa.org>
9013
9014         * elmo-pop3.el (elmo-pop3-get-connection): Add `signal'.
9015
9016 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
9017
9018         * elmo2.el (elmo-move-msgs): Set value of `unseen'.
9019
9020 2000-08-06  OKAZAKI Tetsurou  <okazaki@be.to>
9021
9022         * elmo-imap4.el (elmo-imap4-parse-overview-string): In regexps
9023         for server responses, quote `*' regardless of where it appears.
9024
9025 2000-08-03  Kenichi OKADA  <okada@opaopa.org>
9026
9027         * elmo-maildir.el (elmo-maildir-commit): New alias.
9028
9029 2000-08-03  Kenichi OKADA  <okada@opaopa.org>
9030
9031         * elmo-util.el (elmo-display-progress):
9032                 Use `progress-feedback-with-label'.
9033
9034 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
9035
9036         * elmo-imap4.el (elmo-imap4-quoted-specials-list): New constant.
9037         (elmo-imap4-non-atom-char-regex): Ditto.
9038         (elmo-imap4-non-text-char-regex): Ditto.
9039         (elmo-imap4-literal-threshold): Ditto.
9040         (elmo-imap4-atom-p): New function.
9041         (elmo-imap4-quotable-p): Ditto.
9042         (elmo-imap4-nil): Ditto.
9043         (elmo-imap4-atom): Ditto.
9044         (elmo-imap4-quoted): Ditto.
9045         (elmo-imap4-literal-subr): Ditto.
9046         (elmo-imap4-literal): Ditto.
9047         (elmo-imap4-buffer-literal): Ditto.
9048         (elmo-imap4-string-subr): Ditto.
9049         (elmo-imap4-string): Ditto.
9050         (elmo-imap4-buffer-string): Ditto.
9051         (elmo-imap4-astring-subr): Ditto.
9052         (elmo-imap4-astring): Ditto.
9053         (elmo-imap4-buffer-astring): Ditto.
9054         (elmo-imap4-nstring): Ditto.
9055         (elmo-imap4-buffer-nstring): Ditto.
9056         (elmo-imap4-mailbox): New alias.
9057         (elmo-imap4-field-body): Ditto.
9058         (elmo-imap4-userid): Ditto.
9059         (elmo-imap4-password): Ditto.
9060         (elmo-imap4-format-quoted): New function.
9061         (elmo-imap4-send-command): Rewritten.  Accept a list of command
9062         arguments and handle "atom", "quoted" and "literal" string here.
9063         (elmo-imap4-list-folders): Use `elmo-imap4-mailbox' for
9064         `elmo-imap4-send-command'.
9065         (elmo-imap4-folder-exists-p): Likewise.
9066         (elmo-imap4-create-folder): Likewise.
9067         (elmo-imap4-delete-folder): Likewise.
9068         (elmo-imap4-rename-folder): Likewise.
9069         (elmo-imap4-max-of-folder): Likewise.
9070         (elmo-imap4-check-validity): Likewise.
9071         (elmo-imap4-sync-validity): Likewise.
9072         (elmo-imap4-server-diff): Likewise.
9073         (elmo-imap4-select-folder): Likewise.
9074         (elmo-imap4-copy-msgs): Likewise.
9075         (elmo-imap4-search-internal): Use `elmo-imap4-astring'.
9076         (elmo-imap4-mark-set-on-msgs): Likewise.
9077         (elmo-imap4-read-part): Likewise.
9078         (elmo-imap4-read-msg): Likewise.
9079         (elmo-imap4-open-connection): Use `elmo-imap4-userid' and
9080         `elmo-imap4-password' for `elmo-imap4-send-command'.
9081         (elmo-imap4-delete-msg-by-id): Use `elmo-imap4-field-body'.
9082         (elmo-imap4-append-msg-by-id): Use `elmo-imap4-mailbox' and
9083         `elmo-imap4-buffer-literal'.
9084         (elmo-imap4-append-msg): Likewise.
9085
9086         * elmo-imap4.el (elmo-imap4-get-connection): Use `delq' instead of
9087         `delete' for removing dead connection from the connection cache.
9088         Move deletion of the process buffer after that.
9089         (elmo-imap4-list): Change `defsubst' to `defun'.
9090         (elmo-imap4-commit): Make error message verbose.
9091         (elmo-imap4-search): Ditto.
9092         (elmo-imap4-list): Ditto.
9093         (elmo-imap4-select-folder): Ditto.
9094         (elmo-imap4-copy-msgs): Ditto.
9095         (elmo-imap4-delete-msg-by-id): Ditto.
9096         (elmo-imap4-append-msg-by-id): Ditto.
9097         (elmo-imap4-append-msg): Ditto.
9098
9099 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
9100
9101         * elmo-archive.el (elmo-archive-get-archive-name): Fixed problem
9102         when dired is used on XEmacs.
9103
9104 2000-07-25  OKAZAKI Tetsurou  <okazaki@be.to>
9105
9106         * elmo-imap4.el (elmo-imap4-process-folder-list): Use `nconc'
9107         instead of `append'.
9108         (elmo-imap4-commit): Use `elmo-imap4-plugged-p' instead of
9109         `elmo-plugged-p' directly.
9110         * elmo-pop3.el (elmo-pop3-commit): Use `elmo-pop3-plugged-p' instead
9111         of `elmo-plugged-p' directly.
9112
9113         * elmo-pop3.el (elmo-pop3-get-connection): Split temporary variable.
9114         Eliminate unused variable.  Use `memq' for checking a process status.
9115         Use `cons' instead of `append' for updating the connection cache.
9116         * elmo-nntp.el (elmo-nntp-get-connection): Likewise.
9117         * elmo-imap4.el (elmo-imap4-get-connection): Likewise.
9118
9119 2000-07-22  OKAZAKI Tetsurou  <okazaki@be.to>
9120
9121         * elmo-imap4.el (elmo-imap4-read-bytes): Advance
9122         `elmo-imap4-read-point' exactly.
9123
9124         * mmelmo-imap4-2.el (mmelmo-imap4-get-mime-entity): Rename
9125         the local variable `folder' to `mailbox'.
9126         Rename the argument `fld' to `folder'.
9127
9128 2000-07-20  Kenichi OKADA  <okada@opaopa.org>
9129
9130         * elmo-pop3.el (elmo-pop3-commit): Do nothing when unplugged.
9131         * elmo-imap4.el (elmo-imap4-commit): Ditto.
9132
9133 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
9134
9135         * elmo-pop3.el (elmo-pop3-use-uidl): New variable.
9136         (elmo-pop3-number-uidl-hash): New buffer-local variable.
9137         (elmo-pop3-uidl-number-hash): Ditto.
9138         (elmo-pop3-size-hash): Ditto.
9139         (elmo-pop3-uidl-done): Ditto.
9140         (elmo-pop3-list-done): Ditto.
9141         (elmo-pop3-connection-get-process): New defmacro.
9142         (elmo-pop3-connection-get-buffer): Ditto.
9143         (elmo-pop3-close-connection): Delete buffer and process.
9144         (elmo-pop3-flush-connection): Don't delete buffer and process.
9145         (elmo-pop3-get-connection): Added optional argument `if-exists'.
9146         Setup UIDL and size hash.
9147         (elmo-pop3-send-command-no-erase): Deleted
9148         (elmo-pop3-send-command): Added optional argument `no-erase'.
9149         (elmo-pop3-parse-uidl-response): New function.
9150         (elmo-pop3-parse-list-response): Set size hash.
9151         (elmo-pop3-list-location): New function.
9152         (elmo-pop3-list-by-uidl-subr): Ditto.
9153         (elmo-pop3-list-by-list): Ditto.
9154         (elmo-pop3-list-folder): Call `elmo-pop3-commit'.
9155         Call `elmo-pop3-list-by-uidl-subr' or `elmo-pop3-list-by-list'.
9156         (elmo-pop3-max-of-folder): Call `elmo-pop3-commit'.
9157         Call `elmo-pop3-list-by-uidl-subr' if `elmo-pop3-use-uidl' is non-nil.
9158         (elmo-pop3-msgdb-create-as-numlist): Added optional argument `msgdb'.
9159         Use uidl.
9160         (elmo-pop3-uidl-to-number): New function.
9161         (elmo-pop3-number-to-uidl): Ditto.
9162         (elmo-pop3-number-to-size): Ditto.
9163         (elmo-pop3-msgdb-create-by-header): Added argument `loc-alist'.
9164         Set number by use of uidl.
9165         (elmo-pop3-msgdb-create-message): Likewise.
9166         Set size, loc-alist in msgdb.
9167         (elmo-pop3-read-msg): Set number by use of uidl.
9168         Added optional argument `msgdb'.
9169         (elmo-pop3-delete-msg): Ditto.
9170         (elmo-pop3-delete-msgs): Added optional argument `msgdb'.
9171         (elmo-pop3-commit): Close connection.
9172
9173         * elmo-pipe.el (elmo-pipe-max-of-folder):
9174         Bind `elmo-pop3-use-uidl' as nil.
9175         (elmo-pipe-drain): Ditto.
9176         Call `elmo-commit'.
9177
9178         * elmo-msgdb.el (elmo-msgdb-delete-msgs): Delete location too.
9179         (elmo-msgdb-overview-entity-set-size): New defsubst.
9180
9181 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
9182
9183         * elmo-vars.el (elmo-use-killed-list): New variable
9184         (Renamed from `elmo-nntp-use-killed-list').
9185         (elmo-nntp-use-killed-list): Eliminated.
9186
9187         * elmo-msgdb.el (elmo-msgdb-expand-path):
9188         Changed expanding msgdb path for elmo-multi.
9189
9190         * elmo-archive.el, elmo-cache.el, elmo-database.el, elmo-date.el,
9191         elmo-dop.el, elmo-filter.el, elmo-imap4.el, elmo-internal.el,
9192         elmo-localdir.el, elmo-localnews.el, elmo-maildir.el, elmo-msgdb.el,
9193         elmo-multi.el, elmo-nntp.el, elmo-pipe.el, elmo-pop3.el,
9194         elmo-util.el, elmo-vars.el, elmo2.el, mmelmo-1.el, mmelmo-2.el,
9195         mmelmo-imap4-1.el, mmelmo-imap4-2.el, mmelmo-imap4.el, mmelmo.el
9196         (toplevel): Deleted time-stamp line.
9197
9198         * elmo2.el (elmo-clear-killed ): Defined as function
9199         (Abolished defining as a backend function).
9200         All other related modules are changed.
9201
9202 2000-07-14  Hiroshi Tsutsui <tsutsui@easter.kuee.kyoto-u.ac.jp>
9203
9204         * elmo-cache.el (elmo-cache-clear-killed): Fixed.
9205
9206 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
9207
9208         * elmo-msgdb.el (elmo-msgdb-append-to-killed-list): New function.
9209
9210 2000-07-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9211
9212         * elmo-pop3.el (elmo-pop3-clear-killed): New alias.
9213
9214 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
9215
9216         * elmo-nntp.el (elmo-nntp-max-of-folder): Use killed list in
9217         asynchronous folder check.
9218
9219         * elmo2.el (elmo-move-msgs): Don't move message when buffer-size is 0.
9220
9221         * elmo-nntp.el (elmo-nntp-delete-msgs): Check the value of
9222         `elmo-nntp-use-killed-list'.
9223         (elmo-nntp-list-folder): Use killed list.
9224         (elmo-nntp-max-of-folder): Ditto.
9225         (elmo-nntp-msgdb-create): Set killed list.
9226
9227         * elmo-vars.el (elmo-nntp-use-killed-list): New user option.
9228
9229         * elmo2.el (elmo-clear-killed): New backend function.
9230         All other related modules are changed.
9231
9232 2000-07-07  OKAZAKI Tetsurou  <okazaki@be.to>
9233
9234         * elmo-util.el (elmo-imap4-spec-folder): Use
9235         `elmo-imap4-spec-mailbox'; Mark as obsolete.
9236         All callers changed.
9237
9238 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
9239
9240         * mmelmo-2.el (initialize-instance):
9241         Use `mime-buffer-entity-buffer-internal' instead of
9242         `mime-entity-buffer'.
9243
9244         * mmelmo-imap4-2.el (mmelmo-imap4-mime-entity-buffer): New function.
9245         (mime-entity-body): Implemented.
9246         (mime-goto-header-start-point): Deleted.
9247         (mime-goto-body-end-point): Ditto.
9248         (mime-entity-point-min): Ditto.
9249         (mime-entity-point-max): Ditto.
9250         (mime-entity-children): Ditto.
9251         (mime-insert-header): Use `mime-buffer-entity-buffer-internal'
9252         instead of `mime-entity-buffer'.
9253         (mime-entity-header-buffer): Ditto.
9254         (mime-entity-body-buffer): Ditto.
9255         (mime-write-entity-content): Ditto.
9256
9257         * pldap.el (ldap-static-if): New macro.
9258         (toplevel): Use it instead of `static-if'.
9259
9260 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
9261
9262         * pldap.el (ldap-search-basic): Don't collect 'dn' value even if it is
9263         included in `attrs' argument.
9264
9265 2000-06-16  Yuuichi Teranishi  <teranisi@gohome.org>
9266
9267         * elmo-util.el (elmo-get-passwd): Use old backquote style.
9268
9269         * pldap.el (ldap-ldif-safe-char-regexp): New constant.
9270         (ldap-ldif-safe-init-char-regexp): Ditto.
9271         (ldap-ldif-safe-string-regexp): Ditto.
9272         (ldap/ldif-safe-string-p): New macro.
9273         (ldap/ldif-insert-field): Ditto.
9274         (ldap-modify): Use it.
9275         (ldap-add): Ditto.
9276         (ldap-search-basic): Consider `attrsonly' also when `attrs' is nil.
9277         (ldap-decode-attribute): Decode only when `attr' is consp.
9278         (ldap-delete): Bind `ret'.
9279         (toplevel): Require 'cl at compile time.
9280         Removed (require 'poe) and (require 'std11).
9281         (pldap-version): Eliminated.
9282         (ldap-search-basic): Removed auth and dn binding.
9283         (ldap-ldif-field-name-regexp): New constant.
9284         (ldap-ldif-field-head-regexp): Ditto.
9285         (ldap-ldif-next-field-head-regexp): Ditto.
9286         (ldap/collect-field): Use `ldap-ldif-field-head-regexp'.
9287         (ldap/field-end): New function.
9288         (ldap/field-body): Use it.
9289         (ldap/collect-field): Ditto.
9290         (ldap-search-basic): Use `ldap/field-body'.
9291
9292 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
9293
9294         * pldap.el (ldap-default-attribute-encoder): New user option.
9295         (ldap/field-body): Decode base64 string.
9296         (ldap/collect-field): Ditto.
9297         (ldap-encode-attribute): New function.
9298         (ldap-add-entries): Use it.
9299         (ldap-modify-entries): Ditto.
9300         (ldap-search-entries): Enclosed decoding function with
9301         `with-temp-buffer' and set as unibyte.
9302         (ldap-search-basic): Set process buffer as unibyte.
9303
9304         * elmo-util.el (elmo-folder-identical-system-p):
9305         Eliminated name space checking.
9306
9307         * pldap.el: New module.
9308         toplevel: Changed condition to detect built-in ldap feature.
9309         (ldap-delete): Enclosed call-process with `with-temp-buffer'.
9310         (ldap-add): Added error handling.
9311         (ldap-modify): Ditto.
9312         (ldap-delete): Ditto.
9313
9314 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
9315
9316         * elmo-localdir.el (elmo-localdir-msgdb-create-as-numlist):
9317         Initialize local variables with `let'.  Inline a temporary
9318         variable for the progress percentage.  Sort `setq' to reduce
9319         function call in the while-loop.
9320
9321         * mmelmo.el (mmelmo-get-original-buffer): Move `save-excursion'
9322         into the conditional branch.
9323
9324 2000-05-30  OKAZAKI Tetsurou  <okazaki@be.to>
9325
9326         * elmo2.el (elmo-move-msgs): Replace `append' with `nconc'.
9327         Move a conditional out of the while-loop.
9328
9329 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9330
9331         * elmo-msgdb.el (elmo-msgdb-overview-get-entity): Use
9332         elmo-msgdb-overview-get-entity-by-number.
9333         (elmo-msgdb-overview-get-entity-by-number): Don't use catch and
9334         throw.
9335
9336 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
9337
9338         * elmo-localdir.el (elmo-localdir-pack-number): Renamed
9339         the local variable for a packed number self descriptively.
9340
9341 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9342
9343         * elmo2.el (elmo-msgdb-load): Remove elmo-msgdb-overview-hashtb.
9344         * elmo-localdir.el (elmo-localdir-pack-number): Use
9345         `elmo-msgdb-overview-get-entity' instead of
9346         `elmo-msgdb-overview-get-entity-by-number'.
9347         * elmo-msgdb.el (elmo-msgdb-overview-hashtb): Removed.
9348         (elmo-msgdb-search-overview-entity): Removed.
9349         (elmo-msgdb-overview-get-entity): Change argument. Get overview entity
9350         by message-id or number.
9351         (elmo-msgdb-delete-msgs): Use `elmo-msgdb-overview-get-entity'
9352         instead of `elmo-msgdb-overview-get-entity-by-number'.
9353
9354 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9355
9356         * elmo-vars.el (elmo-use-overview-hashtb): New variable. If
9357         non-nil, use hash table for overview.
9358         (elmo-hash-maximum-size): New variable.
9359         * elmo-msgdb.el (elmo-msgdb-overview-hashtb): New variable.
9360         (elmo-msgdb-make-overview-hashtb): New function.
9361         (elmo-msgdb-clear-overview-hashtb): New function.
9362         (elmo-clear-hash-val): New macro.
9363         All other related modules are changed.
9364
9365 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
9366
9367         * elmo2.el (elmo-move-msgs): If there's other message with
9368         same message-id, don't use cache.
9369
9370 2000-05-18  Nishimoto Masaki <nishimoto@gaju.org>
9371
9372         * elmo-localdir.el (elmo-localdir-pack-number): Fixed problem when
9373         number is already packed.
9374
9375 2000-05-15  OKAZAKI Tetsurou  <okazaki@be.to>
9376
9377         * elmo-vars.el: Doc fixes. Trim trailing whitespace.
9378
9379 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9380
9381         * elmo-vars.el (elmo-display-progress-threshold): New variable.
9382         All other related modules are changed.
9383
9384 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
9385
9386         * elmo-msgdb.el (elmo-msgdb-sort-by-date): Fixed a problem
9387         of refiling failure on Maildir.
9388
9389 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9390
9391         * elmo-msgdb.el (elmo-msgdb-get-decoded-cache): get string of
9392         decoded mime-charset with cache.
9393         (elmo-msgdb-overview-entity-get-from): Ditto.
9394         (elmo-msgdb-overview-entity-get-subject): Ditto.
9395         * elmo-vars.el (elmo-use-decoded-cache): New variable.
9396
9397 2000-05-10  Kenichi OKADA  <okada@opaopa.org>
9398
9399         * elmo-utils.el (elmo-get-passwd): Set timeout of password.
9400         (elmo-remove-passwd): Fill password with 0 before erase.
9401         * elmo-vars.el (elmo-passwd-life-time): New variable.
9402
9403 \f
9404 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9405
9406         * elmo-cache.el (elmo-buffer-cache-add):
9407         Set message cache buffer as unibyte.
9408
9409 2000-05-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9410
9411         * elmo-archive.el (elmo-archive-list-folders): Fix base-folder
9412         become nil.
9413
9414 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
9415
9416         * elmo-nntp.el (elmo-nntp-list-folders): Remove progress gauge
9417         when display is finished.
9418         (elmo-nntp-msgdb-create): Ditto.
9419         (elmo-nntp-groups-read-response): Ditto.
9420         (elmo-nntp-retrieve-headers): Ditto.
9421         (elmo-nntp-msgdb-create-message): Ditto.
9422         * elmo-pop3.el (elmo-pop3-retrieve-headers): Ditto.
9423         (elmo-pop3-msgdb-create-message): Ditto.
9424
9425 2000-04-24  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9426
9427         * elmo-maildir.el (elmo-maildir-msgdb-create):
9428         Use `elmo-msgdb-sort-by-date'.
9429
9430 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
9431
9432         * elmo2.el (elmo-read-msg-no-cache):
9433         Eliminated arguments after `outbuf'.
9434         Don't use cache even if it exists.
9435         (elmo-read-msg): Don't pass arguments after `outbuf' to
9436         `elmo-read-msg-no-cache'.
9437
9438 2000-04-15  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9439
9440         * elmo-archive.el (elmo-archive-list-folders):
9441         Use `file-name-directory' if base folder does not exist.
9442
9443 2000-04-14  Nishimoto Masaki <nishimoto@gaju.org>
9444
9445         * elmo-archive.el (elmo-archive-list-folders): Don't use
9446         `file-name-directory'.
9447
9448 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
9449
9450         * elmo-dop.el (elmo-dop-queue-flush): Add optional argument `force'.
9451         If `force' is non-nil, try flushing all operation queues.
9452
9453 2000-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
9454
9455         * elmo-pop3.el (elmo-pop3-open-connection): Enclose with
9456         as-binary-process.
9457
9458 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9459
9460         * elmo-util.el (elmo-display-progress): Fixed.
9461
9462 2000-03-27  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9463
9464         * elmo-util.el (elmo-display-progress): New function.
9465         All other related modules are changed.