ed61bf39fec50d6980e4bee2b99c7dd0212d1819
[more-wl.git] / elmo / ChangeLog
blobed61bf39fec50d6980e4bee2b99c7dd0212d1819
1 2008-07-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3         * elmo-pop3.el (elmo-pop3-read-contents): Fix double `goto-char'.
4         Add `elmo-pop3-read-point' barrier.
6 2008-07-06 YAMASHITA Junji <ysiijj@gmail.com>
8         * elmo-pop3.el (elmo-pop3-read-contents): improving performance:
9         goto the previous end-point insead of the head-point, and use
10         `search-forward' instead of `re-search-forward'.
12 2008-06-30  Tetsurou Okazaki  <okazaki@be.to>
14         * elmo-imap4.el (elmo-imap4-parse-status): Use `case' instead of `cond'.
16 2008-06-30  Don Bashford  <Don.Bashford@stjude.org>
18         * elmo-imap4.el (elmo-imap4-parse-status): Accept IMAP4 tokens in a
19         case-insensitive fashion.
21 2008-03-30  Tetsurou Okazaki  <okazaki@be.to>
23         * elmo-imap4.el (elmo-imap4-send-command): Combine `process-send-string' calls.
25 2008-02-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
27         * elmo-util.el (elmo-add-name-to-file, elmo-field-body): Use
28         `eval-and-compile' for suppress compile warnings.
30         * elmo-vars.el (dynamic-link, dynamic-call): Use `defalias-maybe'
31         instead of `defun-maybe'
33         * elmo-util.el: Add (eval-when-compile (require 'static)).
35 2008-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
37         * mmimap.el: Remove (require 'static).
38         * acap.el: Ditto.
40         * elmo-flag.el: Move ';;; Code:' comment.
41         * elmo-imap4.el: Ditto.
42         * elmo-net.el: Ditto.
44         * elmo-version.el (product-provide): Fix comment.
46 2008-02-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
48         * slp.el: Add (eval-when-compile (require 'cl)).
49         * elmo-date.el: Ditto.
50         * elmo-pop3.el: Ditto.
51         * elmo-mime.el: Add (eval-when-compile (require 'elmo)).
53 2008-02-17  TAKAHASHI Kaoru  <kaoru@kaisei.org>
55         * modb.el (elmo-msgdb-match-condition-primitive): Use
56         `string-to-number' instead of `string-to-int'.
58         * modb-entity.el (elmo-msgdb-create-message-entity-from-buffer)
59         (elmo-msgdb-message-match-condition)
60         (elmo-msgdb-create-message-entity-from-buffer): Use
61         `string-to-number' instead of `string-to-int'.
63         * elmo.el (elmo-folder-confirm-appends): Use `string-to-number'
64         instead of `string-to-int'.
66         * elmo-util.el (elmo-cache-expire-by-age): Use `string-to-number'
67         instead of `string-to-int'.
69         * elmo-pop3.el (elmo-pop3-list-by-list, elmo-folder-status): Use
70         `string-to-number' instead of `string-to-int'.
72         * elmo-nntp.el (elmo-nntp-make-msglist)
73         (elmo-folder-list-messages-plugged, elmo-nntp-folder-status)
74         (elmo-nntp-create-msgdb-from-overview-string)
75         (elmo-nntp-parse-xhdr-response, elmo-nntp-msgdb-create-message)
76         (elmo-nntp-search-primitive): Use `string-to-number' instead of
77         `string-to-int'.
79         * elmo-net.el (elmo-net-folder-set-parameters): Use
80         `string-to-number' instead of `string-to-int'.
82         * elmo-localdir.el (elmo-localdir-list-subr): Use
83         `string-to-number' instead of `string-to-int'.
85         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Use
86         `string-to-number' instead of `string-to-int'.
88         * elmo-date.el (elmo-date-get-datevec): Use `string-to-number'
89         instead of `string-to-int'.
91         * elmo-archive.el (elmo-archive-list-folder-subr): Use
92         `string-to-number' instead of `string-to-int'.
94 2008-02-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
96         * elmo-util.el (elmo-get-passwd): Fix typo.
98         * elmo-nntp.el (elmo-nntp-get-server-command)
99         (elmo-nntp-set-server-command, elmo-nntp-xover-p)
100         (elmo-nntp-listgroup-p, elmo-nntp-set-listgroup)
101         (elmo-nntp-list-active-p, elmo-nntp-set-list-active)
102         (elmo-nntp-xhdr-p, elmo-nntp-set-xhdr): New backquote style.
104         * elmo-imap4.el (elmo-imap4-debug)
105         (elmo-imap4-response-continue-req-p, elmo-imap4-response-ok-p)
106         (elmo-imap4-response-bye-p, elmo-imap4-response-garbage-p)
107         (elmo-imap4-response-value, elmo-imap4-response-error-text)
108         (elmo-imap4-response-bodydetail-text, elmo-imap4-value)
109         (elmo-imap4-nth, elmo-imap4-detect-search-charset)
110         (elmo-imap4-identical-system-p): New backquote style.
112 2008-02-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
114         * elmo-dop.el (elmo-make-dop-queue): New backquote style.
115         (elmo-dop-queue-fname, elmo-dop-queue-method): Ditto.
116         (elmo-dop-queue-arguments): Ditto.
118         * elmo-date.el (elmo-match-substring): New backquote style.
119         (elmo-match-string, elmo-match-buffer): Ditto.
120         (elmo-date-make-sortable-string): Ditto.
122         * elmo-archive.el (elmo-archive-get-method):New backquote style.
123         (elmo-archive-get-suffix, elmo-archive-get-regexp): Ditto.
125         * elmo-multi.el (elmo-multi-real-folder-number): New backquote
126         style.
128         * elmo-net.el (elmo-network-stream-type-spec-string): New
129         backquote style.
130         (elmo-network-stream-type-symbol): Ditto.
131         (elmo-network-stream-type-feature): Ditto.
132         (elmo-network-stream-type-function): Ditto.
133         (elmo-network-session-buffer): Ditto.
135         * elmo-util.el (elmo-file-cache-expand-path): New backquote style.
136         (elmo-file-cache-status, elmo-file-cache-path): Ditto.
137         (elmo-make-file-cache, elmo-string, elmo-get-passwd): Ditto.
138         (elmo-bind-directory, elmo-set-work-buf): Ditto.
140         * elmo.el (elmo-folder-send): New backquote style.
142 2008-02-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
144         * pldap.el (ldap-static-if): New backquote style.
145         (ldap/ldif-safe-string-p): Ditto.
146         (ldap/ldif-insert-field): Ditto.
148         * elmo-version.el (elmo-version): Up to 2.15.6.
150 2008-01-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
152         * elmo-imap4.el (elmo-folder-list-messages-plugged): Don't include
153         messages with \Deleted flag.
154         (elmo-folder-delete-messages-plugged): Ask before sending expunge
155         command if there are messages with \Deleted flag.
157 2007-04-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
159         * elmo-pop3.el (elmo-pop3-auth-apop): Use more strict regexp.
160         http://seclists.org/bugtraq/2007/Apr/0018.html
161         (Suggested by Tatsuya Kinoshita)
163 2007-04-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
165         * elmo-imap4.el (elmo-folder-delete): Don't call close for mailbox
166         with \Noselect attribute.
168 2007-04-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
170         * elmo-imap4.el (elmo-folder-list-subfolders): Fix handling of
171         hierarchical folder structure with UW-imapd.
173 2007-02-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
175         * elmo-imap4.el (elmo-imap4-clear-login): Don't send LOGIN command
176         when the LOGINDISABLED capability is advertised.
178 2007-01-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
180         * elmo-msgdb.el (elmo-msgdb-extra-fields): Make it non-destructive.
182 2007-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
184         * elmo-shimbun.el (elmo-shimbun-update-overview): Add argnument
185         `entity'.
186         (elmo-map-message-fetch): Call `elmo-shimbun-update-overview' only
187         if the message entity is exists.
189 2007-01-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
191         * elmo-util.el (elmo-msgdb-insert-file-header): Call
192         `elmo-delete-cr-buffer'.
194         * elmo-localdir.el (elmo-message-fetch-internal): Use
195         `insert-file-contents-as-raw-text' instead of
196         `insert-file-contents-as-binary'.
198         * elmo-maildir.el (elmo-map-message-fetch): Ditto.
200 2006-12-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
202         * elmo-imap4.el (elmo-network-initialize-session): Check to
203         retrieve a whole greeting message.
205 2006-11-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
207         * elmo-flag.el (elmo-folder-commit): Encode `.minfo' at save.
209 2006-11-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
211         * elmo-util.el (elmo-safe-plist-get): New alias or macro.
212         (elmo-progress-notify): Use it instead of `plist-get'.
214 2006-11-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
216         * elmo.el (elmo-generic-folder-append-messages): Remove unused
217         variable `table'.
219 2006-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
221         * elmo-pipe.el (elmo-folder-set-plugged): Define.
223 2006-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
225         * elsp-bsfilter.el (elmo-spam-bsfilter-use-remote): New user option.
226         (elmo-spam-list-spam-messages): Check it option.
228 2006-11-08  Tetsurou Okazaki  <okazaki@be.to>
230         * elmo-util.el (elmo-with-progress-display): Return the value
231         of the last form in `body'.
233 2006-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
235         * elmo-util.el (elmo-progress-start): Accept nil for `total'.  Set
236         `elmo-progress-counter' as t when a query callback returns nil.
237         (elmo-progress-clear): New function.
238         (elmo-progress-done): Split into `elmo-progress-clear'.
239         (elmo-progress-notify): Update a total slot when it is nil.
240         (elmo-with-progress-display): Call `elmo-progress-clear' in
241         unwind-protect and move calling `elmo-progress-done' to outside.
243         * elmo-imap4.el (elmo-imap4-find-next-line): Call
244         `elmo-progress-notify' with :total parameter instead of
245         `elmo-progress-counter-set-total'.
247 2006-11-07  Tetsurou Okazaki  <okazaki@be.to>
249         * elmo-util.el (elmo-cache-expire-by-age): Add docstring.
250         Make it interactive.
251         (elmo-progress-start): Avoid updating `elmo-progress-counter'
252         when a query callback returns nil.  Return a progress counter
253         instead of t whenever a start callback was called.
255 2006-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
257         * elmo-imap4.el (elmo-imap4-session-capable-p): New macro.
258         (elmo-imap4-send-command): Use it.
259         (elmo-network-initialize-session): Ditto.
260         (elmo-network-setup-session): Ditto.
261         (elmo-folder-msgdb-create-plugged): Ditto.
263 2006-11-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
265         * elmo-util.el (elmo-progress-done): Fix a miss refer to
266         `elmo-progress-counter'.
268 2006-11-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
270         * elsp-bsfilter.el (elsp-bsfilter-list-spam-files): Abolish.
271         (elsp-bsfilter-list-spam-filter): New function.
272         (elsp-bsfilter-start-list-spam): Ditto.
273         (elsp-bsfilter-read-list-spam): Ditto.
274         (elmo-spam-list-spam-messages): Use async process to display
275         progress message by each message.
277 2006-11-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
279         * elmo-spam.el (elmo-spam-process-messages-as-mbox): Fix problem
280         of flushing previously inserted message contents.
282         * elmo-imap4.el (elmo-folder-search): Fix return value.
284 2006-11-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
286         * elmo-imap4.el (elmo-imap4-find-next-line): Check whether a label
287         of reporter is enable or not.
289 2006-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
291         * elmo-util.el (elmo-list-bigger-diff): Abolish.
292         (elmo-display-progress): Ditto.
293         (elmo-progress-counter-alist): Ditto.
294         (elmo-progress-set): Ditto.
295         (elmo-progress-clear): Ditto.
296         (elmo-progress-counter-all-value): Rename to
297         `elmo-progress-counter-total'.
298         (elmo-progress-counter-format): Rename to
299         `elmo-progress-counter-action'.
300         (elmo-progress-counter): New internal variable.
301         (elmo-progress-callback-function): Ditto.
302         (elmo-progress-counter-label): New function.
303         (elmo-progress-counter-set-total): Ditto.
304         (elmo-progress-counter-set-action): Ditto.
305         (elmo-progress-call-callback): Ditto.
306         (elmo-progress-start): Ditto.
307         (elmo-progress-done): Ditto.
308         (elmo-progress-notify): Rewrite.
309         (elmo-with-progress-display): Remove first argument
310         `condition'. Add optional argument `var' in `spec'.
312         * elmo-vars.el (elmo-display-progress-threshold): Abolish.
313         (elmo-display-retrieval-progress-threshold): Ditto.
314         (elmo-inhibit-display-retrieval-progress): Ditto.
316         * Replace all pair of `elmo-progress-set' and
317         `elmo-progress-clear' into `elmo-with-progress-display'.
319         * Replace to call `elmo-display-progress' into pair of
320         `elmo-progress-notify' and `elmo-with-progress-display'.
322         * elmo-version.el (elmo-version): Up to 2.15.5.
324 2006-10-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
326         * elmo-imap4.el (elmo-imap4-arrival-filter): Use `case' instead of
327         `cond'.
329 2006-10-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
331         * elmo-imap4.el (elmo-imap4-arrival-filter): Call delete-region in
332         cleanup-forms [wl:14027].
334 2006-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
336         * elmo-flag.el (elmo-global-flag-set-internal): Use
337         `elmo-copy-file' by priority when the message is a file.
339 2006-10-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
341         * elmo.el: Fix typo: disptch -> dispatch.
343 2006-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
345         * elmo.el (elmo-file-tag): New class.
346         (elmo-append-messages-disptch-table): New constant.
347         (elmo-folder-type-p): New function.
348         (elmo-folder-append-messages): Redefine as function.
350         * elmo-null.el (elmo-folder-append-messages): Renamed from
351         `elmo-folder-append-messages'.
353         * elmo-maildir.el (elmo-maildir-folder): Inherit `elmo-file-tag'.
354         (elmo-folder-append-messages-*-maildir): Renamed from
355         `elmo-folder-append-messages'.
357         * elmo-localdir.el (elmo-localdir-folder): Inherit
358         `elmo-file-tag'.
359         (elmo-folder-append-messages-*-localdir): Renamed from
360         `elmo-folder-append-messages'.
362         * elmo-imap4.el (elmo-folder-append-messages-imap4-imap4): Renamed
363         from `elmo-folder-append-messages'.
365         * elmo-flag.el (elmo-folder-append-messages-*-flag): Renamed from
366         `elmo-folder-append-messages'.
368         * elmo-filter.el (elmo-folder-append-messages-filter-*): New
369         function.
370         (elmo-folder-append-messages-*-filter): Ditto.
372         * elmo-multi.el (elmo-folder-append-messages-multi-*): Ditto.
374         * elmo-pipe.el (elmo-folder-append-messages-pipe-*): Ditto.
375         (elmo-folder-append-messages-*-pipe): Renamed from
376         `elmo-folder-append-messages'.
378         * elmo-cache.el (elmo-cache-folder): Inherit `elmo-file-tag'.
380         * elmo-file.el (elmo-file-folder): Ditto.
382         * elmo-sendlog.el (elmo-sendlog-folder): Ditto.
384         * elmo-archive.el (elmo-folder-append-messages-*-archive): Renamed
385         from `elmo-folder-append-messages'
387 2006-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
389         * elmo-map.el (elmo-location-map-setup): Change an argument
390         `locations' to optional.
391         (elmo-location-map-clear): Abolish.
392         (elmo-folder-clear): Follow the API change.
394         * elmo-pop3.el (elmo-folder-clear): Ditto.
396         * elmo-pop3.el (toplevel): Require elmo-map.
397         (elmo-pop3-folder): Inherit elmo-location-map and abolish
398         location-alist slot (All other related portions are changed).
399         (elmo-pop3-folder-use-uidl): New function.
400         (elmo-folder-msgdb-create): Don't sort message entities.
401         (elmo-pop3-sort-msgdb-by-original-number): Abolish.
402         (elmo-pop3-number-to-size): Convert return value to number.
403         (elmo-pop3-msgdb-create-by-header): Use unwind-protect to delete a
404         working buffer.
406         * elmo-map.el: Use `location-map' as a variable name for instance
407         instead of `mapper'.
408         (elmo-location-map-setup): Return location alist.
409         (elmo-location-map-update): Ditto.
411 2006-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
413         * elmo-map.el (elmo-location-map): New class; split location and
414         number mapping from elmo-map-folder (All other related portions
415         are changed).
417         * elmo-shimbun.el (elmo-folder-open-internal): Follow the API
418         change.
420         * elmo-version.el (elmo-version): Up to 2.15.4.
422 2006-09-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
424         * elmo-vars.el (elmo-use-hardlink): New user option.
426         * elmo-util.el (elmo-add-name-to-file): Switch implementations by
427         `elmo-use-hardlink'.
429         * elmo-pipe.el (elmo-pipe-folder-list-target-messages): Keep the
430         killed-list.
431         (elmo-pipe-drain): Use `elmo-folder-open' and `elmo-folder-close'
432         instead of `*-internal'. Use `elmo-with-progress-display'.
434 2006-09-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
436         * elsp-bogofilter.el (elmo-spam-bogofilter-register-messages): Use
437         `elmo-spam-process-messages-as-mbox'.
439         * elsp-sa.el (elmo-spam-spamassassin-register-messages): Ditto.
441 2006-08-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
443         * elsp-bsfilter.el (elsp-bsfilter-list-spam-files): Fix the
444         argument BUFFER of `call-process'.
446 2006-08-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
448         * elsp-bsfilter.el (elsp-bsfilter-call-bsfilter): Remove nil from
449         args.
450         (elsp-bsfilter-list-spam-files): Ditto.
452 2006-08-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
454         * elsp-bsfilter.el (elmo-spam-bsfilter-max-files-per-process)
455         (elmo-spam-bsfilter-max-messages-per-process): New use option.
456         (elmo-spam-bsfilter-debug): Fix a group.
457         (elsp-bsfilter-call-bsfilter): Don't use `delq' and add option
458         `--homedir'.
459         (elmo-spam-buffer-spam-p): Don't specify `--homedir' option.
460         (elsp-bsfilter-list-spam-files): New function.
461         (elmo-spam-list-spam-messages): Define.
462         (elsp-bsfilter-register-buffer): Add an optional argument `mbox'.
463         (elmo-spam-bsfilter-register-messages): New function.
464         (elmo-spam-register-spam-messages): Define.
465         (elmo-spam-register-good-messages): Ditto.
467         * elmo-spam.el (elmo-spam-process-messages-as-mbox): New function.
469         * elmo-util.el (elmo-flatten): Use `append' and `listp' instead of
470         `nconc' and `consp'.
472 2006-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
474         * elmo-map.el (elmo-map-folder-update-locations): Rewrite with
475         hash table to test whether a location is exists.
477 2006-08-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
479         * elmo-archive.el (elmo-folder-append-messages): Delete temp-dir
480         even if some error occurred.
482         * elmo-archive.el (elmo-archive-folder-append-buffer): Remove
483         meaningless unwind-protect.
485         * elmo-maildir.el (elmo-folder-message-make-temp-files): Respect
486         start-number correctly.
487         * elmo-search.el (elmo-folder-message-make-temp-files): Ditto.
488         * elmo-file.el (elmo-folder-message-make-temp-files): Ditto.
490 2006-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
492         * elmo-flag.el (elmo-flag-folder-set-minfo): New function.
493         (elmo-folder-initialize): Use it.
494         (elmo-global-flag-replace-referrer): New function.
496         * elmo.el (toplevel): Added autoload setting for
497         `elmo-global-flag-replace-referrer'.
498         (elmo-folder-rename): Rewrite the last change use
499         `elmo-global-flag-replace-referrer'.
501         * elmo-pipe.el (elmo-folder-rename): Call
502         `elmo-global-flag-replace-referrer'.
504 2006-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
506         * elmo.el (elmo-folder-rename): Set meta data for global flags
507         follow the rename.
509 2006-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
511         * elmo-filter.el (elmo-folder-initialize): Set slot `number-list'
512         as 'not-loaded.
513         (elmo-folder-close): Ditto.
514         (elmo-filter-folder-number-list-loaded-p): New function.
515         (elmo-filter-folder-number-list): Check whether loaded or not.
516         (elmo-folder-commit): Use `elmo-filter-folder-number-list' instead
517         of `elmo-filter-folder-number-list-internal'.
518         (elmo-folder-delete-messages): Ditto.
519         (elmo-folder-length): Check whether number-list is loaded or not.
521 2006-06-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
523         * modb-entity.el (modb-entity-field-extractor-alist): Add 3rd
524         field `real field' into each element of list.
525         (elmo-msgdb-create-message-entity-from-buffer): Follow the above change.
526         (elmo-msgdb-message-entity-field): Ditto.
527         (modb-entity-ml-info-real-fields): New function.
529         * elmo-msgdb.el (elmo-msgdb-extra-fields): New function.
531         * elmo-imap4.el (elmo-folder-msgdb-create-plugged): Use function
532         `elmo-msgdb-extra-fields'.
534 2006-05-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
536         * elmo-util.el (elmo-passwd-alist-load): Move point to min
537         position before read.
539 2006-05-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
541         * elmo-flag.el (elmo-folder-expand-msgdb-path): Translate path.
542         (elmo-global-flags-initialize): Ditto.
544 2006-05-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
546         * elmo-archive.el (toplevel): Don't require emu, std11
547         and elmo-localdir.
549         * elmo-localdir.el (elmo-message-file-name): Remove duplicate
550         definition.
552 2006-05-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
554         * elmo.el (elmo-folder-confirm-appends): Display folder name.
556 2006-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
558         * elmo-imap4.el (elmo-imap4-send-command): Use non-synchronizing
559         literals.
561 2006-04-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
563         * elmo-maildir.el (elmo-maildir-list-location): Reduce
564         `elmo-get-last-modification-time' call.
566 2006-04-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
568         * elmo-maildir.el (elmo-maildir-list-location): Fixed a regular
569         expression.
570         (elmo-maildir-set-mark): Ditto.
571         (elmo-maildir-delete-mark): Ditto.
573 2006-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
575         * elmo-util.el (elmo-collect-separators-internal): Add 2nd
576         optional argument `separators'.
578 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
580         * elmo.el (cache-changed): Abolish.
581         (status-changed): New signal.
582         (elmo-message-killed-p): New generic function and define for
583         elmo-folder.
584         (elmo-folder-recover-messages): Ditto.
585         (elmo-message-set-cached): Emit signal `status-changed' instead of
586         `cache-changed'.
587         (elmo-message-status): New macro.
588         (elmo-message-status-folder): Ditto.
589         (elmo-message-status-number): Ditto.
590         (elmo-message-status-set-flags): Ditto.
591         (elmo-message-status-set-killed): Ditto.
592         (elmo-message-status-flags): New function.
593         (elmo-message-status-cached-p): Ditto.
594         (elmo-message-status-killed-p): Ditto.
596         * elmo-pipe.el (elmo-pipe-connect-signals): Connect to signal
597         `status-changed' instead of `cache-changed'.
598         (elmo-folder-recover-messages): Define.
599         (elmo-message-killed-p): Ditto.
601         * elmo-filter.el (elmo-filter-connect-signals): Connect to signal
602         `status-changed' instead of `cache-changed'.
604         * elmo-multi.el (elmo-multi-connect-signals): Ditto.
605         (elmo-message-killed-p): Define.
606         (elmo-folder-recover-messages): Ditto.
608         * elmo-version.el (elmo-version): Up to 2.15.3.
610 2006-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
612         * elmo-signal.el (elmo-signal-bindings): Use cons to append
613         element into list.
614         (elmo-define-signal-handler): Add docstring.
615         (elmo-define-signal-filter): Ditto.
617         * elmo-multi.el (elmo-multi-connect-signals): Fix the signal name.
619 2006-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
621         * elmo-util.el (elmo-flatten): Don't use recursive call.
623         * elmo-search.el (elmo-folder-msgdb-create): Remove an unnecessary
624         assignment.
625         (elmo-folder-message-make-temp-files): Use `number-to-string'
626         instead of `int-to-string'.
628 2006-01-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
630         * elmo-search.el (elmo-folder-delete-messages): Define.
632 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
634         * elmo-vars.el (elmo-mailing-list-name-spec-list): Fixed
635         customization type.
636         (elmo-mailing-list-count-spec-list): Ditto.
638         * elmo-vars.el (elmo-mailing-list-name-spec-list): Merge entries
639         for `list-id'.
641 2006-01-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
643         * elmo-vars.el (elmo-mailing-list-name-spec-list): Fix list-id
644         handling.
646 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
648         * elmo-vars.el (elmo-mailing-list-name-spec-list): New user option.
649         (elmo-mailing-list-count-spec-list): Ditto.
651         * elmo-util.el (elmo-map-until-success): New function.
652         (elmo-string-match-substring): Ditto.
653         (elmo-find-list-match-value): Ditto.
655         * modb-entity.el (modb-entity-extract-ml-info-from-x-sequence):
656         Removed.
657         (modb-entity-extract-ml-info-from-subject): Ditto.
658         (modb-entity-extract-ml-info-from-return-path): Ditto.
659         (modb-entity-extract-ml-info-from-delivered-to): Ditto.
660         (modb-entity-extract-ml-info-from-mailing-list): Ditto.
661         (modb-entity-extract-ml-info-from-mailman): Ditto.
662         (modb-entity-extract-mailing-list-info-functions): Ditto.
663         (modb-entity-extract-mailing-list-info): Rewrite with
664         `elmo-find-list-match-value'.
666 2006-01-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
668         * elmo-net.el (elmo-network-session-retry-count): New user option.
669         (elmo-network-session-buffer-name): New internal function.
670         (elmo-network-session-buffer-create): Ditto.
671         (elmo-network-open-session): Retry open network session
672         `elmo-network-session-retry-count' times.
674 2005-12-16  Tetsurou Okazaki  <okazaki@be.to>
676         * elmo-util.el (elmo-list-filter): Rewritten.
678 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
680         * elmo-util.el (elmo-string-member): Allow symbol element in list.
682 2005-11-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
684         * elmo-search.el (elmo-make-search-engine): Use prefix
685         `elmo-search-' for require symbol instead of `else-'.
686         (elmo-search-engine-extprog): New class.
687         (elmo-search-engine-do-search): Remove nil from argument
688         list. Added argument pattern to evaluate element as function.
689         (elmo-search-engine-local-file): Derived from
690         `elmo-search-engine-extprog'.
691         (elmo-search-engine-create-message-entity): Check existance of file.
692         (elmo-search-engine-fetch-message): Ditto.
693         (elmo-search-namazu-index): Follow the API change.
694         (elmo-search-grep-target): Ditto.
696 2005-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
698         * elmo-spam.el (elmo-spam-message-fetch): Disable multibyte
699         characters of working buffer.
701         * modb-entity.el (elmo-msgdb-create-message-entity-from-buffer):
702         Does not bind `default-mime-charset'.
703         (elmo-msgdb-create-message-entity-from-buffer): Removed
704         unnecessary local bind.
706         * modb-entity.el (modb-entity-extract-ml-info-from-mailman): New
707         function.
708         (modb-entity-extract-mailing-list-info-functions): Added it.
710 2005-11-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
712         * modb-legacy.el (elmo-msgdb-append-entity): Execute the process
713         when number and message-id are non-nil.
715         * modb-standard.el (elmo-msgdb-append-entity): Ditto.
717         * elmo-pop3.el (elmo-pop3-auth-user): Refactoring nested
718         conditional steatment.
719         (elmo-pop3-auth-apop): Likewise.
720         (elmo-network-authenticate-session): Likewise.
722 2005-11-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
724         * elmo-mime.el (elmo-mime-header-max-column): Set default value as
725         symbol `fill-column'.
726         (elmo-mime-insert-header-from-buffer): Rewrite; ignore errors in
727         decode field value.
729         * elmo-util.el (elmo-mime-string): Ignore errors in eword decode.
730         (elmo-decoded-field-body): Ditto.
732 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
734         * elmo-net.el (elmo-net-folder-set-parameters): Rename argument
735         `tokens' to `params'.
737 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
739         * elmo-split.el (elmo-split-subr): Disable multibyte characters of
740         working buffer.
742 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
744         * elmo-search.el (elmo-search-namazu-index): Fixed the order to
745         decide index.
747 2005-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
749         * elmo-search.el (elmo-search-engine-alist): Define with defvar;
750         Set default value as nil.
751         (toplevel): Register search engines by
752         `elmo-search-register-engine' if there are not defined.
754         * elmo.el (autoload): Added autoload setting for
755         `elmo-search-register-engine'.
757 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
759         * elmo.el (toplevel): `[' is redefined as the prefix of the search
760         folder instead of nmz folder.
761         (elmo-nmz-default-index-path): Added obsolete variable setting.
762         (elmo-nmz-index-alias-alist): Ditto.
763         (elmo-nmz-use-drive-letter): Ditto.
765         * elmo-search.el (elmo-search-register-engine): New function.
767         * elmo-nmz.el: Removed.
769         * elmo-version.el (elmo-version): Up to 2.15.2.
771 2005-09-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
773         * elmo-search.el: New file.
775 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
777         * modb-entity.el (elmo-msgdb-message-match-condition): Add new
778         condition `larger' and `smaller'.
780 2005-07-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
782         * elmo-util.el (elmo-safe-filename): Rewrite to replace
783         `"' (double quote) into "_Q_".
785 2005-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
787         * elmo-net.el (elmo-net-quote-chars): Abolish.
788         (elmo-net-format-quoted): Ditto.
790 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
792         * elmo.el (elmo-get-folder-function): New variable.
793         (elmo-get-folder): New function.
794         (elmo-folder-rename): Call `elmo-make-folder' with specified
795         mime-charset.
797         * elmo-split.el (elmo-split): Use `elmo-get-folder' instead of
798         `elmo-make-folder'.
799         (elmo-split-subr): Ditto.
801         * elmo-multi.el (elmo-folder-initialize): Ditto.
803         * elmo-internal.el (elmo-folder-list-subfolders): Ditto.
805         * elmo-flag.el (elmo-flag-folder-delete-message): Ditto.
806         (elmo-flag-get-folder): Ditto.
808         * elmo-filter.el (elmo-folder-initialize): Ditto.
810         * elmo-access.el (elmo-folder-initialize): Ditto.
811         (elmo-access-folder-update-children): Ditto.
813         * elmo-dop.el (elmo-dop-queue-flush): Ditto.
814         (elmo-dop-queue-flush): Ditto.
815         (elmo-folder-append-buffer-dop-delayed): Ditto.
816         (elmo-dop-spool-folder): Call `elmo-make-folder' with specified
817         mime-charset.
819         * elmo-pipe.el (elmo-folder-initialize): Use `elmo-get-folder'
820         instead of `elmo-make-folder'.
821         (elmo-folder-rename): Ditto.  Use `elmo-folder-rename' to
822         destination folder instead of send `elmo-folder-rename-internal'.
824         * elmo-shimbun.el (elmo-folder-list-subfolders): Use `shimbun'
825         slot of subfolder instead of create it.
827 2005-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
829         * elmo-util.el (elmo-collect-separators): New function.
830         (elmo-collect-separators-internal): Ditto.
831         (elmo-collect-trail-separators): Ditto.
832         (elmo-parse-separated-tokens): Ditto.
833         (elmo-parse-separated-tokens-internal): Ditto.
834         (elmo-quote-syntactical-element): Ditto.
836         * elmo-pop3.el (elmo-pop3-folder-name-syntax): New constant.
837         (elmo-folder-initialize): Rewrite by `elmo-parse-separated-tokens'.
839         * elmo-nntp.el (elmo-nntp-folder-name-syntax): New constant.
840         (elmo-folder-initialize): Rewrite by `elmo-parse-separated-tokens'.
841         (elmo-nntp-folder-list-subfolders): Quote a user name.
843         * elmo-net.el (elmo-net-folder-name-syntax): New constant.
844         (elmo-net-parse-network): Abolish.
845         (elmo-net-folder-set-parameters): New function.
846         (elmo-folder-initialize): Follow the above change.
848         * elmo-imap4.el (elmo-imap4-folder-name-syntax): New constant.
849         (elmo-folder-initialize): Rewrite by `elmo-parse-separated-tokens'.
850         (elmo-folder-list-subfolders): Use
851         `elmo-quote-syntactical-element' instead of
852         `elmo-net-format-quoted' to quote mailbox and user name.
854 2005-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
856         * elmo-util.el (elmo-token-valid-p): New function.
857         (elmo-parse-token): Add optional argument `requirement'.
858         (elmo-parse-prefixed-element): Likewise.
860         * elmo-net.el (elmo-net-quote-chars): Renamed from
861         `elmo-net-quote-chars-regexp'.
862         (elmo-net-format-quoted): Add optional argument `extra-chars'.
864         * elmo-pop3.el (elmo-folder-initialize): Fix the token separators
865         by info document. Check token `uidl' is started an alphabet.
867         * elmo-nntp.el (elmo-folder-initialize): Fix the token separators
868         by info document. Check token `user' is started an alphabet.
870         * elmo-imap4.el (elmo-folder-initialize): Ditto.
871         (elmo-folder-list-subfolders): Quote user.
873 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
875         * elmo-util.el (elmo-quoted-specials-list): New constant.
876         (elmo-quoted-token): New function.
878         * elmo-net.el (elmo-net-quote-chars-regexp): New constant.
879         (elmo-net-format-quoted): New function.
880         (elmo-net-parse-network): Ditto.
881         (elmo-folder-initialize): Use it.
883         * elmo-nntp.el (elmo-folder-initialize): Use
884         `elmo-net-parse-network' to parse network specification instead of
885         `elmo-folder-initialize#elmo-net'.
887         * elmo-pop3.el (elmo-folder-initialize): Ditto.
889         * elmo-imap4.el (elmo-folder-initialize): Ditto.
890         (elmo-folder-list-subfolders): Quote folder name by
891         `elmo-net-format-quoted'.
893 2005-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
895         * elmo-nntp.el (elmo-nntp-use-server-search-p): New function.
896         (elmo-folder-search): Use it.
898 2005-04-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
900         * modb-standard.el (modb-standard-loaded-message-id): Use
901         `elmo-msgdb-message-entity-field'.
903 2005-04-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
905         * elmo-util.el (elmo-object-load): Call `elmo-set-auto-coding'
906         without filename.
908 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
910         * elmo-util.el (elmo-set-auto-coding): New function.
911         (elmo-object-load): Use it.
913 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
915         * elmo-date.el (elmo-time-less-p): Renamed from `elmo-time<'.
916         (elmo-time<): Define as alias of `elmo-time-less-p'.
917         (elmo-time-to-datevec): New function.
919         * elmo-date.el (elmo-time-to-days): New function.
921 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
923         * elmo-util.el (elmo-map-recursive): Call `function' if `object'
924         is not cons cell.
926 2005-04-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
928         * modb-entity.el (modb-entity-encode-string-recursive): Fixed
929         parenthesis.
931         * elmo-util.el (elmo-map-recursive): New function.
933         * modb-entity.el (modb-entity-decode-string-recursive): Use it.
934         (modb-entity-encode-string-recursive): Ditto.
936 2005-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
938         * elmo-maildir.el (elmo-maildir-sequence-number): New function.
939         (elmo-maildir-make-unique-string): Throw Emacs 18 away.
940         (elmo-maildir-list-location): Use `elmo-maildir-sequence-number' to
941         compare sequence number when last modified time is nil.
943 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
945         * elmo-maildir.el (elmo-folder-msgdb-create): Don't sort by date.
947         * elmo-shimbun.el (elmo-folder-msgdb-create): Ditto.
949 2005-04-01  Yuuichi Teranishi  <teranisi@gohome.org>
951         * elmo-maildir.el (elmo-maildir-list-location): Sort by last
952         modification time of the file.
954 2005-03-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
956         * elmo-util.el (elmo-condition-optimize): Discriminated against
957         preserved fields, extra fields and the other weight.
959 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
961         * modb-entity.el (initialize-instance): Define.
962         (modb-entity-handler-mime-charset): New internal function.
963         (modb-standard-entity-set-field): Use it.
964         (elmo-msgdb-message-entity-field): Ditto.
965         (elmo-msgdb-message-entity-field): Ditto.
967         * modb.el (elmo-msgdb-match-condition): Rewrite with
968         `elmo-condition-match'.
969         (elmo-msgdb-match-condition-primitive): New function.
971         * modb-entity.el (elmo-msgdb-message-match-condition): Removed
972         arguments `flags' and `numbers'.
973         (elmo-msgdb-match-condition-primitive): Abolished (merged to
974         `elmo-msgdb-message-match-condition').
975         (modb-buffer-entity-handler): New class.
977         * elmo.el (elmo-folder-search): Optimize condition to use
978         `elmo-condition-optimize'.
979         (elmo-message-buffer-match-condition): New function.
980         (elmo-message-match-condition): Use
981         `elmo-message-buffer-match-condition' instead of
982         `elmo-buffer-field-condition-match'.
984         * elmo-util.el (elmo-condition-match): New function.
985         (elmo-condition-optimize): Ditto.
986         (elmo-buffer-field-primitive-condition-match): Abolish.
987         (elmo-buffer-field-condition-match): Ditto.
989         * elmo-archive.el (elmo-archive-field-condition-match): Use
990         `elmo-message-buffer-match-condition' instead of
991         `elmo-buffer-field-condition-match'.
993 2005-03-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
995         * elmo-flag.el (elmo-global-flags-initialize): Check the
996         existence of the flag directory.
998 2005-03-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1000         * elmo-access.el (elmo-folder-initialize): Call
1001         `elmo-multi-connect-signals'.
1003         * elmo-pipe.el (elmo-folder-close): Define.
1005         * elmo-multi.el (elmo-folder-close): Call `elmo-folder-close' with
1006         children folders.
1008         * elmo-filter.el (elmo-folder-close): Call `elmo-folder-close'
1009         with target folder.
1011         * modb-entity.el (elmo-msgdb-message-entity-set-number): Return
1012         `number'.
1014         * elmo-multi.el (elmo-message-entity): Don't use return value of
1015         `elmo-message-entity-set-number'.
1017 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1019         * modb.el (modb-generic): Added slot `mime-charset'.
1021         * modb-standard.el (modb-standard): Added slot `overview-handler'.
1022         (modb-standard-save-entity-1): Use `modb-entity-handler-equal-p'
1023         and `modb-entity-handler-dump-parameters'.
1024         (modb-standard-default-entity-handler): Abolish.
1025         (elmo-msgdb-message-entity-handler): Save created handler by
1026         instance slot.
1028         * modb-entity.el (modb-entity-handler): Added slot `mime-charset'.
1029         (modb-entity-handler-list-parameters): New method.
1030         (modb-entity-handler-equal-p): New function.
1031         (modb-entity-handler-dump-parameters): Ditto.
1032         (modb-entity-parse-address-string): Encode return value.
1033         (modb-entity-make-address-string): Decode argument value.
1034         (modb-entity-decode-string-recursive): New function.
1035         (modb-entity-encode-string-recursive): Ditto.
1036         (modb-standard-entity-normalizer): Set to encode field value.
1037         (modb-standard-entity-specializer): Follow the above change.
1038         (modb-standard-entity-set-field): Bind `elmo-mime-charset' by
1039         mime-charset of handler.
1040         (elmo-msgdb-message-entity-field): Ditto.
1041         (elmo-msgdb-copy-message-entity): Fixed reference to internal
1042         structure.
1043         (modb-entity-make-mailing-list-info-string): Decode `ml-name'.
1045         * elmo.el (elmo-folder): Added slot `mime-charset'.
1046         (elmo-make-folder): Added argument `mime-charset'.
1047         (elmo-folder-msgdb-load): Call `elmo-load-msgdb' with
1048         `mime-charest'.
1050         * elmo-msgdb.el (elmo-load-msgdb): Added argument `mime-charset'.
1051         (elmo-make-msgdb): Likewise.
1053         * elmo-internal.el (elmo-internal-folder-initialize): Call
1054         `luna-make-entity' with :mime-charset parameter.
1056 2005-03-21  Yuuichi Teranishi  <teranisi@gohome.org>
1058         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Decode
1059         encoded words in `from' and `subject' field.
1061 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1063         * modb.el (elmo-msgdb-message-field): Add argument `type'.
1064         (elmo-msgdb-match-condition): Get handler from entity instead of
1065         msgdb.
1067         * modb-standard.el (modb-standard-economize-entity-size): Abolish.
1068         (modb-standard-load-entity): Treat new file format.
1069         (modb-standard-save-entity-1): Save as new file format.
1070         (modb-standard-save-entity): Split messages into section here.
1071         (elmo-msgdb-message-field): Follow the API change.
1072         (modb-standard-default-entity-handler): New internal variable.
1073         (elmo-msgdb-message-entity-handler): Define.
1075         * modb-entity.el (elmo-msgdb-prefer-in-reply-to-for-parent): Moved
1076         to `elmo-vars.el'.
1077         (modb-entity-field-extractor-alist): New user option.
1078         (elmo-msgdb-message-entity-field): Removed argument `decode' and
1079         added argument `type'.
1080         (elmo-msgdb-copy-message-entity): Add optional argument
1081         `make-handler'.
1082         (modb-set-field-converter): New function.
1083         (modb-convert-field-value): Ditto.
1084         (modb-entity-string-decoder): Ditto.
1085         (modb-entity-string-encoder): Ditto.
1086         (modb-entity-parse-date-string): Ditto.
1087         (modb-entity-make-date-string): Ditto.
1088         (modb-entity-mime-decoder): Ditto.
1089         (modb-entity-mime-encoder): Ditto.
1090         (modb-entity-address-list-decoder): Ditto.
1091         (modb-entity-address-list-encoder): Ditto.
1092         (modb-entity-parse-address-string): Ditto.
1093         (modb-entity-make-address-string): Ditto.
1094         (modb-entity-create-field-indices): Ditto.
1095         (modb-legacy-entity-field-slots): New constant.
1096         (modb-legacy-entity-field-indices): Ditto.
1097         (modb-legacy-entity-normalizer): New variable.
1098         (modb-legacy-entity-specializer): Ditto.
1099         (modb-legacy-entity-field-index): New macro.
1100         (modb-legacy-entity-set-field): New function.
1101         (modb-legacy-make-message-entity): Rewrite.
1102         (elmo-msgdb-create-message-entity-from-buffer): Use
1103         `elmo-msgdb-get-references-from-buffer'. Use
1104         `elmo-decoded-field-body' instead of `elmo-unfold-field-body'.
1105         Use `modb-legacy-entity-set-field' instead of
1106         `elmo-msgdb-message-entity-set-field'.
1107         (elmo-msgdb-message-entity-field): Rewrite.
1108         (elmo-msgdb-message-entity-set-field): Ditto.
1109         (elmo-msgdb-copy-message-entity): Make new entity by
1110         `make-handler' if it specified.
1111         (elmo-msgdb-message-match-condition): Define a method of
1112         `modb-entity-handler' and follow the API change.
1113         (modb-standard-entity-handler): New class.
1114         (modb-entity-extract-ml-info-from-x-sequence): New function.
1115         (modb-entity-extract-ml-info-from-subject): Ditto.
1116         (modb-entity-extract-ml-info-from-return-path): Ditto.
1117         (modb-entity-extract-ml-info-from-delivered-to): Ditto.
1118         (modb-entity-extract-ml-info-from-mailing-list): Ditto.
1119         (modb-entity-extract-mailing-list-info): Ditto.
1120         (modb-entity-extract-mailing-list-info-functions): New variable.
1122         * elmo.el (elmo-message-field): Add optional argument `type'.
1124         * elmo-vars.el (elmo-msgdb-prefer-in-reply-to-for-parent): Moved
1125         from `modb-entity.el'.
1127         * elmo-util.el (elmo-object-load): Decode by coding-system from
1128         `set-auto-coding-function'.
1129         (elmo-object-save): Use `detect-mime-charset-region' and add
1130         coding cookie if encode.
1131         (elmo-msgdb-get-references-from-buffer): New function.
1132         (elmo-parse-addresses): Ditto (renamed from `wl-parse-addresses').
1134         * elmo-spam.el (elmo-spam-message-spam-p): Follow the API change.
1136         * elmo-shimbun.el (elmo-shimbun-parse-time-string): Removed.
1137         (elmo-shimbun-entity-to-header): Use `shimbun-create-header'
1138         instead of `shimbun-make-header' and follow the API change.
1139         (elmo-shimbun-update-overview): Follow the API change.
1140         (elmo-map-folder-list-message-locations): Ditto.
1142         * elmo-pipe.el (elmo-message-field): Ditto.
1144         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string):
1145         Ditto.
1147         * elmo-nmz.el (elmo-nmz-msgdb-create-entity): Ditto.
1149         * elmo-multi.el (elmo-message-field): Ditto.
1151         * elmo-msgdb.el (elmo-message-entity-field): Ditto.
1152         (elmo-msgdb-sort-by-date): Ditto.
1153         (elmo-msgdb-flag-table): Use `elmo-msgdb-message-field' instead of
1154         `elmo-message-entity-field'.
1155         (elmo-msgdb-overview-entity-get-from-no-decode): Follow the API
1156         change.
1157         (elmo-msgdb-overview-entity-get-from): Ditto.
1158         (elmo-msgdb-overview-entity-get-subject): Ditto.
1159         (elmo-msgdb-overview-entity-get-subject-no-decode): Ditto.
1160         (elmo-msgdb-overview-entity-get-date): Ditto.
1161         (elmo-msgdb-overview-entity-get-to): Ditto.
1162         (elmo-msgdb-overview-entity-get-cc): Ditto.
1164         * elmo-mime.el (elmo-message-mime-entity): Ditto.
1165         (elmo-mime-collect-message/partial-pieces): Ditto.
1167         * elmo-filter.el (elmo-message-field): Ditto.
1169         * elmo-date.el (elmo-datevec-to-time): New function.
1170         (elmo-time-parse-date-string): Ditto.
1171         (elmo-time-make-date-string): Ditto.
1172         (elmo-time<): Ditto.
1174         * elmo-version.el (elmo-version): Up to 2.15.1.
1176 2005-03-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1178         * elmo-flag.el (elmo-global-flags-initialize): Don't include
1179         member of elmo-local-flags.
1181 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
1183         * elmo-version.el (elmo-version): Up to 2.15.0.
1185 2005-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1187         * elmo.el (elmo-folder-synchronize): Ignore `mask' when
1188         `ignore-msgdb' is non-nil.
1190 2005-03-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1192         * elmo-util.el (elmo-condition-in-msgdb-p-internal): Removed.
1193         (elmo-condition-in-msgdb-p): Ditto.
1194         (elmo-file-field-primitive-condition-match): Ditto.
1195         (elmo-file-field-condition-match): Ditto.
1197         * elmo-localdir.el (elmo-localdir-field-condition-match): Ditto.
1199 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1201         * elmo-flag.el (elmo-folder-list-subfolders): Don't list from
1202         subdirectories here.
1203         (elmo-global-flags-initialize): New function.
1205         * elmo.el (toplevel): Added autoload setting for
1206         `elmo-global-flags-initialize'.
1208 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1210         * elmo.el (message-number-changed): Define new signal.
1211         * elmo-dop.el (elmo-folder-append-buffer-dop-delayed): Emit
1212         message-number-changed signal.
1213         * elmo-localdir.el (elmo-folder-pack-numbers): Ditto.
1214         * elmo-map.el (elmo-folder-pack-numbers): Ditto.
1215         Respect `elmo-pack-number-check-strict'.
1217 2005-03-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1219         * elmo-signal.el (elmo-connect-signal): Document.
1220         (elmo-emit-signal): Ditto.
1221         (elmo-emit-signal): It should pass source argument to filter and
1222         handler, not slot-source.
1224 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1226         * modb.el (elmo-msgdb-update-entity): New API and define generic
1227         implement.
1229         * modb-standard.el (elmo-msgdb-update-entity): Define.
1231         * modb-entity.el (elmo-msgdb-message-entity-update-fields): New
1232         API and define generic implement.
1234         * elmo.el (update-overview): New singnal.
1236         * elmo-shimbun.el (elmo-shimbun-update-overview): Rewrite use
1237         `elmo-msgdb-update-entity' and emit signal `update-overview'.
1238         (elmo-message-entity-parent): Define.
1240         * elmo-pipe.el (elmo-pipe-connect-signals): Connect to signal
1241         `update-overview'.
1243         * elmo-multi.el (elmo-multi-connect-signals): Ditto.
1245         * elmo-filter.el (elmo-filter-connect-signals): Ditto.
1247 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
1249         * elmo.el (elmo-folder-synchronize): Sort the return value of
1250         `elmo-list-diff'.
1252         * elmo-util.el (elmo-list-diff): Don't care the order of the returned
1253         list.
1255 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1257         * elmo-util.el (elmo-with-enable-multibyte): Don't bind
1258         `default-enable-multibyte-characters'.
1259         (elmo-object-load): Use `with-temp-buffer' instead of
1260         `elmo-set-work-buf'.
1261         (elmo-object-save): Ditto.
1262         (elmo-mime-string): Use `elmo-with-enable-multibyte' instead of
1263         `elmo-set-work-buf'.
1264         (elmo-decoded-field-body): Ditto.
1266         * elmo-shimbun.el (elmo-shimbun-entity-to-header): Ditto.
1268         * elmo-sendlog.el (elmo-sendlog-folder-list-message-locations):
1269         Use `with-temp-buffer' instead of `elmo-set-work-buf'.
1271         * elmo-version.el (elmo-version): Up to 2.13.3.
1273 2005-02-27  Tetsurou Okazaki  <okazaki@be.to>
1275         * elmo-util.el (elmo-list-diff): Fix the last change.
1276         Reverse order of result lists.
1278 2005-02-26  Yuuichi Teranishi  <teranisi@gohome.org>
1280         * modb-standard.el (elmo-msgdb-set-flag): Use
1281         `elmo-list-diff-nonsortable' instead of `elmo-list-diff'.
1282         (elmo-msgdb-unset-flag): Ditto.
1284         * elmo.el (elmo-strict-folder-diff): Don't use third argument of
1285         `elmo-list-diff'.
1287         * elmo-util.el (elmo-list-diff): Rewrite.
1288         (elmo-list-diff-nonsortable): New function.
1290 2005-02-26  Tetsurou Okazaki  <okazaki@be.to>
1292         * elmo-util.el (elmo-multibyte-buffer-name): Renamed from
1293         `elmo-multibypte-buffer-name'.  All referers are updated.
1295 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1297         * elmo-mime.el (elmo-mime-entity-reassembled-p): New method.
1298         (elmo-mime-entity-fragment-p): New function.
1299         (mime-elmo-buffer-entity): Added slot `reassembled'.
1300         (elmo-message-mime-entity): Added 4th argument `reassemble'.
1301         (elmo-message-mime-entity-internal): New function (renamed from
1302         `elmo-message-mime-entity').
1303         (elmo-mime-inherit-field-list-from-enclosed): New constant.
1304         (elmo-mime-make-reassembled-mime-entity): New function.
1305         (elmo-message-reassembled-mime-entity): Ditto.
1306         (elmo-mime-collect-message/partial-pieces): Ditto.
1308 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1310         * elmo.el (elmo-message-fetch-string): Disable multibyte.
1312         * elmo-util.el (elmo-multibypte-buffer-name): New constant.
1313         (elmo-with-enable-multibyte): New macro.
1315         * modb-entity.el (elmo-msgdb-get-decoded-cache): Use it.
1317 2005-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1319         * elmo-filter.el (elmo-filter-add-flag-count): Removed unused
1320         argument `number'.
1321         (elmo-filter-connect-signals): Follow the above change.
1323 2005-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
1325         * modb-standard.el (elmo-msgdb-unset-flag): Bind inhibit-quit.
1327         * elmo-maildir.el (elmo-folder-append-messages): Fix the problem
1328         that only the first flag is used.
1330 2005-02-17  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1332         * elmo-shimbun.el (elmo-folder-exists-p): Use `shimbun-group-p' 
1333         if available.
1335 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1337         * elmo-signal.el: New file.
1339         * elmo.el (toplevel): Require elmo-signal.
1340         (flag-changing, flag-changed, cache-changed): New signal.
1341         (elmo-folder): Remove slog `handlers'.
1342         (elmo-message-set-cached): Use `elmo-emit-signal' instead of
1343         `elmo-folder-notify-event'.
1344         (elmo-folder-set-flag): Likewise. Emit signal `flag-changing'.
1345         (elmo-folder-unset-flag): Ditto.
1346         (elmo-event-handler): Abolish.
1347         (elmo-event-handler-flag-changed): Ditto.
1348         (elmo-event-handler-cache-changed): Ditto.
1349         (elmo-folder-add-handler): Ditto.
1350         (elmo-folder-remove-handler): Ditto.
1351         (elmo-folder-notify-event): Ditto.
1353         * elmo-pipe.el (toplevel): Require elmo-signal.
1354         (elmo-folder-initialize): Call `elmo-pipe-connect-signals'.
1355         (elmo-pipe-connect-signals): New function.
1356         (elmo-message-fetch): Does not call `elmo-folder-notify-event'.
1357         (elmo-folder-set-flag): Ditto.
1358         (elmo-folder-unset-flag): Ditto.
1359         (elmo-message-set-cached): Ditto.
1361         * elmo-multi.el (toplevel): Require elmo-signal.
1362         (elmo-folder-initialize): Call `elmo-multi-connect-signals'.
1363         (elmo-multi-connect-signals): New function.
1364         (elmo-multi-map-numbers): Ditto.
1365         (elmo-message-set-cached): Does not call `elmo-folder-notify-event'.
1366         (elmo-message-fetch): Ditto.
1367         (elmo-folder-set-flag): Ditto.
1368         (elmo-folder-unset-flag): Ditto.
1370         * elmo-filter.el (toplevel): Require elmo-signal.
1371         (elmo-folder-initialize): Call `elmo-filter-connect-signals'.
1372         (elmo-filter-connect-signals): New function.
1373         (elmo-filter-add-flag-count): Ditto.
1374         (elmo-message-fetch): Does not call
1375         `elmo-filter-folder-countup-message-flags' and
1376         `elmo-folder-notify-event'.
1377         (elmo-message-set-cached): Ditto.
1378         (elmo-folder-set-flag): Ditto.
1379         (elmo-folder-unset-flag): Ditto.
1381         * elmo-version.el (elmo-version): Up to 2.13.2.
1383 2005-02-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1385         * elmo-imap4.el (elmo-imap4-flags-to-imap): Preserve argument
1386         `flags'.
1388 2005-02-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1390         * elmo-filter.el (elmo-message-set-cached): Call
1391         `elmo-folder-notify-event' with event `cache-changed'.
1393         * elmo-multi.el (elmo-message-set-cached): Ditto.
1395         * elmo-pipe.el (elmo-message-set-cached): Ditto.
1397 2005-02-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1399         * elmo.el (elmo-folder-encache): Abolish.
1401 2005-02-16  Yuuichi Teranishi  <teranisi@gohome.org>
1403         * elmo-dop.el (elmo-folder-delete-messages-dop): Delete 'Append' queue.
1404         (elmo-folder-next-message-number-dop): Return appropriate negative
1405         integer.
1407 2005-02-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1409         * elmo-dop.el (elmo-dop-queue-flush): Remove files in dop spool on
1410         clearing pending operations.
1411         (elmo-folder-next-message-number-dop): Return appropriate negative
1412         integer.
1414 2005-02-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1416         * elmo.el (toplevel): Added autoload setting for `md5'.
1417         (elmo-msgdb-path-encode-threshold): New user option.
1418         (elmo-folder-msgdb-path): Encode msgdb path if its length is
1419         longer than `elmo-msgdb-path-encode-threshold'.
1421         * elmo-flag.el (elmo-global-mark-migrate): Use
1422         `elmo-folder-expand-msgdb-path' instead of
1423         `elmo-folder-msgdb-path'.
1425 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1427         * elmo-multi.el (elmo-multi-folder-diff): Fixed problem when the
1428         element of the difference is nil.
1430 2005-02-11  Yuuichi Teranishi  <teranisi@gohome.org>
1432         * elmo-maildir.el (elmo-maildir-separator): Added some OS types
1433         to the check logic of file systems which are weak in colon character.
1435 2005-02-11  Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
1437         * elmo-maildir.el (elmo-maildir-move-file): Simplify.
1439 2005-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1441         * elmo-maildir.el (elmo-maildir-move-file): New function.
1442         (elmo-folder-append-buffer): Use it.
1443         (elmo-folder-append-messages): Ditto.
1444         (These changes are based on Ron Isaacson's patch [wl-en: 01205])
1446         * elmo-imap4.el (elmo-imap4-decode-folder-string): Call `utf7-decode'.
1447         (elmo-imap4-encode-folder-string): Call `utf7-encode'.
1449         * elmo-maildir.el (elmo-maildir-separator): New user option.
1450         (elmo-maildir-adjust-separator): New macro.
1451         (elmo-maildir-list-location): Use it.
1452         (elmo-maildir-update-current): Ditto.
1453         (elmo-maildir-set-mark): Ditto.
1454         (elmo-maildir-delete-mark): Ditto.
1455         (These changes are based on Hiroya Murata's patch [wl: 13437])
1457 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1459         * elmo-nntp.el (elmo-nntp-server-command-index): Add entry `xhdr'.
1461 2005-02-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1463         * elmo-flag.el (elmo-flag-valid-p): Simplify.
1464         (elmo-folder-list-subfolders): Copy `elmo-global-flags'.
1465         (elmo-folder-delete): Update `elmo-global-flag-folder-alist'.
1467 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1469         * elmo-util.el (elmo-passwd-alist-load, elmo-passwd-alist-save):
1470         Use `with-temp-buffer'.
1472 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1474         * elmo-flag.el (elmo-folder-initialize): Fixed the last change.
1476         * elmo-util.el (elmo-read-search-condition): Eliminate (renamed to
1477         `wl-read-search-condition').
1478         (elmo-read-search-condition-internal): Likewise.
1480         * elmo-flag.el (elmo-flag-char-regexp): New constant.
1481         (elmo-flag-valid-p): New function.
1482         (elmo-folder-initialize): Check flag name is valid.
1484 2005-01-26  Yuuichi Teranishi  <teranisi@gohome.org>
1486         * elmo-imap4.el (elmo-folder-list-subfolders): Use root mailbox without
1487         delimiter to obtain root mailbox itself.
1489 2005-01-25  Tetsurou Okazaki  <okazaki@be.to>
1491         * elmo-net.el (elmo-network-session-idle-timeout): Fix customization
1492         type mismatch.
1494 2005-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
1496         * elmo-mime.el (elmo-mime-entity-display): Bind elmo-message-displaying
1497         as t.
1499 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1501         * elmo-shimbun.el (toplevel): Require cl at compile.
1503         * elmo-nntp.el (toplevel): Ditto.
1505         * elmo-nmz.el (toplevel): Ditto.
1507         * elmo-multi.el (toplevel): Ditto.
1509         * elmo-file.el (toplevel): Ditto.
1511         * elmo-dop.el (toplevel): Ditto.
1513         * elmo-archive.el (toplevel): Likewise elmo and cl (at compile).
1515 2005-01-20  Yuuichi Teranishi  <teranisi@gohome.org>
1517         * mmimap.el (mmimap-make-mime-entity): Set children's top node number
1518         as nil.
1520         * elmo.el (elmo-message-fetch): Return t even when the output buffer
1521         size of elmo-message-fetch-internal is 0 byte.
1523 2005-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1525         * elmo-maildir.el (elmo-map-message-fetch): Fixed last change.
1527 2005-01-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1529         * elmo-shimbun.el (elmo-folder-plugged-p): Treat "@" as
1530         always plugged.
1532 2005-01-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1534         * elmo-maildir.el (elmo-map-message-fetch): Call
1535         `elmo-map-folder-set-flag'.
1537         * elmo.el (elmo-message-fetch-with-cache-process): Abolish.
1538         (elmo-message-fetch): Merge from
1539         `elmo-message-fetch-with-cache-process'.
1541         * elmo-sendlog.el (elmo-message-fetch-with-cache-process): Abolish.
1542         (elmo-message-fetch): Define.
1544         * elmo-nntp.el (elmo-message-fetch): Renamed from
1545         `elmo-message-fetch-with-cache-process'.
1547         * elmo-cache.el (elmo-message-fetch-with-cache-process): Abolish.
1548         (elmo-message-fetch): Define.
1550         * elmo-util.el (elmo-condition-parse-primitive): Downcase
1551         search-key.
1553         * elmo-shimbun.el (shimbun-mua-search-id): Use
1554         `elmo-message-entity' instead of `elmo-msgdb-message-entity'.
1555         (elmo-shimbun-folder-shimbun-header): Ditto.
1556         (elmo-shimbun-get-headers): Ditto.
1557         (elmo-shimbun-update-overview): Ditto.
1559         * elmo-pipe.el (elmo-folder-detach-messages): Define.
1561         * elmo-net.el (elmo-folder-list-messages-unplugged): Use
1562         `elmo-folder-list-messages' instead of `elmo-msgdb-list-messages'.
1564 2005-01-13  Yuuichi Teranishi  <teranisi@gohome.org>
1566         * elmo.el (elmo-message-fetch): Unset unread flag on server when
1567         message is cached.
1568         (elmo-message-fetch-string): Fixed argument.
1570 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1572         * elmo.el (elmo-message-fetch): Removed argument `outbuf' and
1573         exchange order of arguments `section' and `unread'.
1574         (elmo-message-encache): Follow the API change.
1575         (elmo-message-match-condition): Ditto.
1576         (elmo-generic-folder-append-messages): Ditto.
1577         (elmo-message-fetch-string): New function.
1579         * elmo-split.el (elmo-split-subr): Ditto.
1581         * elmo-spam.el (elmo-spam-message-fetch): Ditto.
1583         * elmo-pipe.el (elmo-message-fetch): Ditto.
1585         * elmo-multi.el (elmo-message-fetch): Ditto.
1587         * elmo-mime.el (elmo-message-mime-entity): Ditto.
1589         * elmo-flag.el (elmo-global-flag-set-internal): Ditto.
1591         * elmo-filter.el (elmo-message-fetch): Ditto.
1593         * elmo-dop.el (elmo-folder-append-buffer-dop-delayed): Ditto.
1595         * elmo-imap4.el (mime-imap-location-section-body): Use
1596         `elmo-message-fetch-string' instead of `elmo-message-fetch' and
1597         follow the API change.
1599 2005-01-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1601         * elmo-access.el: New file.
1603         * elmo-null.el: Ditto.
1605         * elmo-internal.el (elmo-internal-folder-list): Added `null'.
1607 2005-01-08  Yuuichi Teranishi  <teranisi@gohome.org>
1609         * elmo-net.el (elmo-network-session-idle-timeout): New option.
1610         (elmo-network-session): New attribute `last-accessed'.
1611         (elmo-network-get-session): Discard network cache if elapsed time
1612         since last-accessed is larger than elmo-network-session-idle-timeout.
1614 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1616         * elmo.el (elmo-find-fetch-strategy): Removed argument `entity'
1617         and added `number', `require-entireness'.
1618         (elmo-find-fetch-strategy): Rewrite.
1619         (elmo-message-fetch): Unset `unread' flag when argument unread is
1620         non-nil.
1622         * elmo-spam.el (elmo-spam-message-fetch): Follow the API change.
1624         * elmo-multi.el (elmo-find-fetch-strategy): Ditto.
1625         (elmo-message-fetch): Notify event `flag-changed'.
1627         * elmo-pipe.el: Likewise.
1629         * elmo-mime.el (elmo-mime-entity): New class.
1630         (elmo-mime-entity-display-p): New generic function.
1631         (elmo-mime-entity-display): Ditto.
1632         (elmo-mime-entity-display-as-is): Ditto.
1633         (mime-elmo-buffer-entity, mime-elmo-imap-entity): Inherit
1634         elmo-mime-entity.
1635         (elmo-make-mime-message-location): Removed.
1636         (elmo-mime-message-display): Ditto.
1637         (elmo-mime-display-as-is): Ditto.
1638         (elmo-message-mime-entity): New function.
1640         * elmo-imap4.el (elmo-find-fetch-strategy): Rewrite.
1642         * elmo-filter.el (elmo-find-fetch-strategy): Follow the API
1643         change.
1644         (elmo-message-fetch): Re-count flagged message number and notify
1645         event `flag-changed'.
1647         * elmo-version.el (elmo-version): Up to 2.13.1.
1649 2005-01-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1651         * elmo-filter.el (elmo-message-field): Define.
1652         (elmo-message-set-field): Ditto.
1654 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1656         * elmo.el (elmo-message-set-cached): Call
1657         `elmo-folder-notify-event' with cache-changed.
1658         (elmo-event-handler-cache-changed): New generic function.
1660 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
1662         * elmo-maildir.el (elmo-folder-append-buffer): Use elmo-copy-file
1663         instead of elmo-add-name-to-file.
1664         (elmo-folder-append-messages): Ditto.
1666 2004-12-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1668         * elmo.el (elmo-folder-update-threshold): Add nil to range.
1670 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1672         * elmo-version.el (elmo-version): Up to 2.13.0.
1674         * elmo-vars.el (elmo-msgdb-convert-type): Changed default value to
1675         `auto'.
1677         * modb-standard.el (modb-standard-economize-entity-size): Changed
1678         default value to `t'.
1680         * elmo-vars.el (elmo-msgdb-default-type): Changed default value to
1681         `standard'.
1683         * elmo-imap4.el (elmo-network-initialize-session): Erase buffer
1684         after parsing greeting string.
1686 2004-11-23  Daishi Kato <daishi@axlight.com>
1688         * elsp-spamoracle.el (elmo-spam-spamoracle-spam-header-regexp):
1689         New user option.
1690         (elmo-spam-spamoracle-call): Use it.
1692 2004-11-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1694         * elmo.el (elmo-message-accessible-p): Message in dop spool
1695         is accessible.
1697 2004-11-23  Daishi Kato <daishi@axlight.com>
1699         * elsp-spamoracle.el: New file.
1701 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1703         * elmo.el (elmo-message-flags-for-append): New function.
1704         (elmo-generic-folder-append-messages): Use it.
1706         * elmo-split.el (elmo-split-subr): Ditto.
1708         * elmo-dop.el (elmo-dop-spool-folder-append-buffer): Add argument
1709         `flags' and use elmo-folder-append-buffer instead of
1710         write-region-as-binary.
1711         (elmo-dop-filter-pending-messages): New function.
1712         (elmo-folder-append-buffer-dop): Call
1713         elmo-dop-spool-folder-append-buffer with `flag'.
1714         (elmo-folder-set-flag-dop): Filter messages by
1715         elmo-dop-filter-pending-messages.
1716         (elmo-folder-unset-flag-dop): Ditto.
1717         (elmo-folder-append-buffer-dop-delayed): Use
1718         elmo-message-flags-for-append to get flags of the message and
1719         simplify.
1721 2004-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
1723         * elmo-mime.el (elmo-mime-display-as-is): Treat ignore-cache argument.
1725 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1727         * elmo.el (elmo-folder): Added handlers slot.
1728         (elmo-event-handler): New class.
1729         (elmo-event-handler-flag-changed): New API.
1730         (elmo-folder-add-handler): New function.
1731         (elmo-folder-remove-handler): Ditto.
1732         (elmo-folder-notify-event): Ditto.
1733         (elmo-folder-set-flag): Call `elmo-folder-notify-event' with event
1734         `flag-changed'.
1735         (elmo-folder-unset-flag): Ditto.
1737         * elmo-pipe.el (elmo-folder-set-flag): Ditto.
1738         (elmo-folder-unset-flag): Ditto.
1740         * elmo-multi.el (elmo-folder-set-flag): Ditto.
1741         (elmo-folder-unset-flag): Ditto.
1743         * elmo-filter.el (elmo-folder-set-flag): Ditto.
1744         (elmo-folder-unset-flag): Ditto.
1746         * elmo-version.el (elmo-version): Up to 2.11.33.
1748 2004-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1750         * modb-legacy.el (elmo-msgdb-unset-flag): Accept flag `all'.
1752 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1754         * elmo-multi.el (elmo-folder-unset-flag): Ignore errors.
1756         * elmo-flag.el (elmo-folder-unset-flag): Define.
1757         (elmo-global-flag-detach): Do process when the flag is not target
1758         flag.
1760 2004-10-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1762         * modb-entity.el (elmo-msgdb-prefer-in-reply-to-for-parent): New
1763         variable.
1764         (elmo-msgdb-create-message-entity-from-buffer): Use it.
1766 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1768         * elmo-filter.el (elmo-filter-folder-copy-flag-count): New
1769         function.
1770         (elmo-folder-delete-messages): Detach messages before delete
1771         messages from target folder.
1772         (elmo-folder-detach-messages): Set updated number-list to slot.
1774 2004-10-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1776         * elmo-filter.el (elmo-folder-detach-messages): Always return t.
1778 2004-10-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1780         * elmo.el (elmo-generic-folder-commit): Fixed parenthesis.
1782 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1784         * elmo.el (elmo-folder-delete-messages-internal): New API (for
1785         internal use only).
1786         (elmo-generic-folder-commit): Save `killed-list' even if msgdb is
1787         not modified.
1788         (elmo-folder-delete-messages): Define.
1789         (elmo-folder-move-messages): Don't call
1790         `elmo-folder-detach-messages'.
1791         (elmo-folder-synchronize): Rewrite.
1792         (elmo-folder-detach-messages): Delete numbers from `killed-list'.
1794         * elmo-util.el (elmo-last): New function.
1795         (elmo-set-list): Ditto.
1796         (elmo-number-set-delete-list): Ditto.
1797         (elmo-number-set-delete): Ditto.
1799         * elmo-shimbun.el (elmo-folder-delete-messages): Define.
1801         * elmo-map.el (elmo-folder-delete-messages-internal): Renamed from
1802         `elmo-folder-delete-messages' and don't delete location map.
1803         (elmo-folder-detach-messages): Define.
1805         * elmo-imap4.el (elmo-folder-delete): Use
1806         `elmo-folder-delete-messages-internal' instead of
1807         `elmo-folder-delete-messages'.
1809         * elmo-filter.el (elmo-folder-delete-messages): Call
1810         `elmo-folder-detach-messages'.
1811         (elmo-folder-detach-messages): Don't call
1812         `elmo-folder-detach-messages' for target folder.
1814         * elmo-cache.el (elmo-map-folder-delete-messages): Return t when
1815         message deletion is succeeded.
1817         * elmo-maildir.el (elmo-map-folder-delete-messages): Ditto.
1819         * elmo-archive.el (elmo-folder-delete-messages-internal): Renamed
1820         from `elmo-folder-delete-messages'.
1822         * elmo-flag.el (elmo-folder-delete-messages-internal): Ditto.
1824         * elmo-localdir.el (elmo-folder-delete-messages-internal): Ditto.
1826         * elmo-net.el (elmo-folder-delete-messages-internal): Ditto.
1828         * elmo-version.el (elmo-version): Up to 2.11.32.
1830 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1832         * elmo.el (autoload): Added autoload setting for `elmo-local-flag-p'.
1833         (elmo-global-flag-list): Added obsolete variable setting.
1835         * elmo-vars.el (elmo-preserved-flags): Fixed docstring.
1837         * elmo-mime.el (elmo-mime-display-header-analysis): New variable.
1838         (elmo-mime-insert-header-from-buffer): Don't decode header content when
1839         `elmo-mime-display-header-analysis' is nil.
1841         * elmo-flag.el (elmo-global-flags): Renamed from
1842         `elmo-global-flag-list' (All other related portions are changed).
1843         (elmo-local-flags): New variable.
1844         (elmo-local-flag-p): New function.
1845         (elmo-global-flag-set-internal): Cause an error when flag is not
1846         global.
1848 2004-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
1850         * elmo-util.el (elmo-concat-path): Treat empty path.
1852 2004-10-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1854         * elmo-split.el (elmo-split-address-equal): Fixed typo (field =>
1855         field-or-fields).
1856         (elmo-split-address-match): Ditto.
1857         (elmo-split-equal): Ditto.
1858         (elmo-split-match): Ditto.
1860 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1862         * elmo.el (elmo-message-flags): Abolish optional argument `msgid'.
1863         (elmo-generic-folder-append-messages): If src message exists but
1864         has no flag, pass (read) for the FLAG argument of
1865         `elmo-folder-append-buffer'. Otherwise, pass nil.
1867         * elmo-split.el (elmo-split-subr): Likewise.
1869         * elmo-pipe.el (elmo-message-flags): Abolish optional argument `msgid'.
1871         * elmo-multi.el (elmo-message-flags): Ditto.
1873         * elmo-filter.el (elmo-message-flags): Ditto.
1875         * elmo.el (elmo-folder-append-buffer): Fix docstring.
1876         (elmo-generic-folder-append-messages): If elmo-message-flags return nil,
1877         pass (read) for the FLAG argument of elmo-folder-append-buffer.
1878         
1879 2004-10-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
1881         * elmo-split.el (elmo-split-rule): Update comment.
1882         (elmo-split-address-equal): Allow 2nd argument to be a list.
1883         (elmo-split-address-match): Ditto.
1884         (elmo-split-equal): Ditto.
1885         (elmo-split-match): Ditto.
1887 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1889         * elmo.el (elmo-folder-append-buffer): Fix docstring.
1890         (elmo-folder-append-msgdb): Don't treat `read'.
1891         (elmo-message-flags): Don't return `read'.
1893         * elmo-dop.el (elmo-folder-set-read-delayed): Don't treat `read'.
1894         (elmo-folder-unset-read-delayed): Ditto.
1896         * elmo-imap4.el (elmo-imap4-flags-to-imap): Ditto.
1898 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1900         * elmo-imap4.el (elmo-folder-delete): Clear current-mailbox after
1901         deletion.
1903 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1905         * elmo-mime.el (elmo-mime-display-as-is-internal): Insert decoded
1906         header.
1908 2004-09-23  Yuuichi Teranishi  <teranisi@gohome.org>
1910         * modb-standard.el (modb-standard-load-entity): Don't bind inhibit-quit
1911         here.
1912         (elmo-msgdb-save): Bind inhibit-quit.
1913         (modb-standard-message-entity): Ditto.
1915 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1917         * elmo-database.el: No need to require elmo-msgdb.
1919 2004-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1921         * elmo-nmz.el (elmo-folder-list-subfolders): Use `directory-files'
1922         instead of `elmo-list-subdirectories'.
1924 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1926         * elmo-nmz.el (elmo-folder-initialize): Enable "[" for access
1927         group entry.
1928         (elmo-folder-exists-p): "[" is empty.
1929         (elmo-folder-list-subfolders): Define.
1930         (elmo-folder-have-subfolder-p): Ditto.
1932 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1934         * elmo-flag.el (elmo-folder-delete): Update elmo-global-flag-list.
1936 2004-09-14  Tetsurou Okazaki  <okazaki@be.to>
1938         * elmo-filter.el (elmo-folder-local-p): Define.
1940 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1942         * modb-standard.el (modb-standard-loaded-message-id): Return nil
1943         when entity is garbaged.
1944         (modb-standard-save-entity-1): Don't modify the original entity.
1946 2004-09-13  Tetsurou Okazaki  <okazaki@be.to>
1948         * elmo-util.el (elmo-delete-if): Reduce loop strength in a while loop.
1950 2004-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1952         * elmo.el (elmo-strict-folder-diff): Use
1953         `elmo-folder-list-messages' instead of `elmo-msgdb-list-messages'.
1955 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1957         * modb.el (elmo-msgdb-flag-available-p): New generic function.
1958         (elmo-msgdb-message-number): Ditto.
1959         (elmo-msgdb-message-field): Ditto.
1961         * modb-standard.el (modb-standard-economize-entity-size): New user
1962         option.
1963         (modb-standard-loaded-message-id): New inline function.
1964         (modb-standard-load-entity): Use it.
1965         (modb-standard-save-entity-1): If `modb-standard-economize-entity-size',
1966         throw message-id string away.
1967         (elmo-msgdb-flag-available-p): Define.
1968         (elmo-msgdb-message-number): Ditto.
1969         (elmo-msgdb-message-field): Ditto.
1971         * modb-legacy.el (modb-legacy-flag-list): Fix typo
1972         (suppoted -> supported).
1973         (modb-legacy-supported-flag-p): Ditto.
1974         (elmo-msgdb-set-flag): Ditto.
1975         (elmo-msgdb-unset-flag): Ditto.
1976         (elmo-msgdb-flag-available-p): Define.
1978         * modb-entity.el (elmo-message-entity-handler): If CAR element of entity
1979         is `t', treat it as legacy entity.
1980         
1981         * elmo.el (elmo-message-flag-available-p): New generic function.
1982         (elmo-message-number): Ditto.
1983         (elmo-message-field): Use `elmo-msgdb-message-field'.
1985         * elmo-vars.el (elmo-preserved-flags): Added `forwarded'.
1987         * elmo-pipe.el (elmo-message-flag-available-p): Define.
1988         (elmo-message-number): Ditto.
1990         * elmo-multi.el (elmo-message-number): Define.
1991         (elmo-message-flag-available-p): Ditto.
1993         * elmo-filter.el (elmo-message-flag-available-p): Define.
1994         (elmo-message-number): Ditto.
1996         * elmo-flag.el (elmo-flag-folder): Added slot `max-number'.
1997         (elmo-folder-initialize): Load `max-number'.
1998         (elmo-folder-commit): Save it.
1999         (elmo-folder-list-global-flag-messages): Use `elmo-message-number'.
2000         (elmo-global-flag-set-internal): Set up max-number slot.
2002 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
2004         * elmo-version.el (elmo-version): Up to 2.11.31.
2006 2004-09-09  Yuuichi Teranishi  <teranisi@gohome.org>
2008         * elmo-util.el (elmo-msgdb-get-message-id-from-buffer): Use
2009         unibyte string of the current buffer for the argument of `md5'
2010         (Reported by Yoichi NAKAYAMA <yoichi@geiin.org>).
2012 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2014         * modb-legacy.el (modb-legacy-flag-list): New constant.
2015         (modb-legacy-suppoted-flag-p): New internal function.
2016         (elmo-msgdb-set-flag): Cause error when `flag' is not supported.
2017         (elmo-msgdb-unset-flag): Ditto.
2019 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
2021         * elmo.el (elmo-make-folder): Remove text properties for prefix.
2023         * elmo-flag.el (elmo-folder-list-subfolders): Fetch flag names
2024         from msgdb.
2026 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2028         * elmo-multi.el (elmo-folder-count-flags): Changed return value
2029         (follow the API change).
2031         * elmo-filter.el (elmo-folder-count-flags): Ditto.
2033 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
2035         * modb-standard.el (modb-standard-digest-flags): Abolish.
2036         (elmo-msgdb-list-flagged): Use elmo-digest-flags instead.
2038         * elmo-vars.el (elmo-digest-flags): New variable.
2039         (elmo-preserved-flags): Moved from elmo-flag.el.
2041         * elmo-imap4.el (elmo-imap4-flag-to-imap-search-key): New function.
2042         (elmo-imap4-flag-to-imap-criteria): Ditto.
2043         (elmo-imap4-folder-list-flagged): Use it.
2045         * elmo-flag.el (elmo-preserved-flags): Moved to elmo-vars.el.
2047         * elmo.el (elmo-folder-count-flags): Changed return value.
2049         * elmo-flag.el (elmo-preserved-flags): New variable.
2050         (elmo-get-global-flags): Use it.
2052         * modb-standard.el (modb-standard-digest-flags): New variable.
2053         (elmo-msgdb-list-flagged): Use it for `digest'; Add `uncached';
2054         Changed behavior of `any'.
2056         * elmo-imap4.el (elmo-imap4-flag-specs): Added keyword flags
2057         which are defined the Internet draft
2058         (draft-melnikov-imap-keywords-03.txt).
2059         (elmo-imap4-flags-to-imap): New function.
2060         (elmo-folder-append-buffer): Use it.
2062         * modb-legacy.el (modb-legacy-answered-uncached-mark): Fixed typo
2063         in the docstring.
2065         * utf7.el (utf7-fragment-encode): Don't use narrow-to-region to
2066         avoid the bug of Emacs 21.3.
2068 2004-08-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
2070         * utf7.el (utf7-utf-16-coding-system): Avoid error when the
2071         function find-coding-system does not exist.
2073 2004-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2075         * elmo-util.el (elmo-condition-parse-search-value): Fixed atom
2076         parsing.
2078 2004-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
2080         * elmo-pop3.el (elmo-pop3-read-response): Refined the regexp for
2081         response codes.
2083 2004-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
2085         * elmo-pop3.el (elmo-pop3-read-response): Treat response codes.
2086         (elmo-network-close-session): Follow the changes in
2087         `elmo-pop3-read-response'.
2088         (elmo-pop3-auth-user): Ditto.
2089         (elmo-pop3-auth-apop): Ditto.
2090         (elmo-network-initialize-session): Ditto.
2091         (elmo-network-authenticate-session): Ditto.
2092         (elmo-network-setup-session): Ditto.
2093         (elmo-folder-status): Ditto.
2094         (elmo-message-fetch-plugged): Ditto.
2095         (elmo-pop3-delete-msg): Ditto.
2097 2004-07-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
2099         * elmo-archive.el (elmo-archive-folder-append-buffer): Return nil
2100         on failure.
2102 2004-07-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2104         * elmo-util.el (elmo-set-work-buf): Define edebug spec and indent
2105         style.
2106         (elmo-bind-directory): Ditto.
2108 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2110         * elmo.el (elmo-folder-append-messages): Note on return value.
2111         * elmo-archive.el (elmo-folder-append-messages): Don't return
2112         message numbers which could not be appended.
2114 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2116         * elmo.el (elmo-message-fetch-threshold): Add nil to its range.
2118 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2120         * elmo-version.el (elmo-version): Up to 2.11.30.
2122 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2124         * elmo.el (elmo-folder-synchronize): Add 5th optional argument
2125         `mask'.
2127         * elmo-pipe.el (elmo-folder-synchronize): Follow the API chagne.
2129         * elmo-multi.el (elmo-folder-synchronize): Likewise.
2130         (elmo-multi-split-numbers): Add elmo-folder object into each
2131         element of return value at first.
2132         (elmo-folder-delete-messages): Follow the above change.
2133         (elmo-folder-detach-messages): Ditto.
2135         * elmo-filter.el (elmo-folder-synchronize): Minimize message
2136         number which is synchronized in target folder.
2138 2004-05-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2140         * elmo-shimbun.el (elmo-shimbun-update-overview-folder-list):
2141         Change default value to symbol `all'.
2142         (elmo-map-message-fetch): Change condition to update overview
2143         follow the above.
2145 2004-05-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2147         * elmo-shimbun.el (elmo-map-message-fetch): Change default
2148         behavior to update overview.
2149         (elmo-shimbun-update-overview-folder-list): Note it.
2151 2004-05-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2153         * modb-standard.el (modb-standard-message-entity): Avoid infinite
2154         recursive call.
2156 2004-05-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2158         * elmo-spam.el (elmo-spam-register-good-messages): Don't call
2159         buffer-disable-undo, it is unnecessary.
2160         (elmo-spam-register-good-messages): Ditto.
2162         * elsp-bogofilter.el (elmo-spam-bogofilter-register-messages):
2163         Ditto.
2165         * elsp-sa.el (elmo-spam-spamassassin-register-messages): Ditto.
2167 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2169         * elmo-util.el (elmo-set-buffer-multibyte): Abolish.
2170         (elmo-set-work-buf): Use set-buffer-multibyte instead of
2171         elmo-set-buffer-multibyte.
2172         (elmo-object-load): Ditto.
2173         (elmo-save-buffer): Ditto.
2174         (elmo-delete-char): Ditto.
2175         (elmo-file-field-primitive-condition-match): Ditto.
2176         (elmo-mime-string): Ditto.
2178         * elmo-archive.el (elmo-archive-msgdb-create-entity-subr): Ditto.
2179         (elmo-archive-field-condition-match): Ditto.
2181         * elmo-imap4.el (elmo-imap4-setup-send-buffer): Ditto.
2183         * elmo-net.el (elmo-network-initialize-session-buffer): Ditto.
2185         * elmo-nntp.el (elmo-nntp-parse-overview-string): Ditto.
2186         (elmo-nntp-msgdb-create-message): Ditto.
2188         * elmo-pop3.el (elmo-pop3-msgdb-create-message): Ditto.
2190         * elmo.el (elmo-message-match-condition): Ditto.
2191         (elmo-message-match-condition): Ditto.
2193         * modb-entity.el (elmo-msgdb-create-message-entity-from-buffer):
2194         Ditto.
2196         * elmo-version.el (elmo-version): Up to 2.11.29.
2198         * elmo-spam.el (elmo-spam-scheme): Add `header' as a candidate.
2199         (elsp-header): New backend.
2201         * elmo-util.el (elmo-decoded-field-body): New function.
2203 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2205         * elmo-version.el (elmo-version): Up to 2.11.28.
2207 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2209         * elmo-filter.el: Rewrite.
2211         * elmo-version.el (elmo-version): Up to 2.11.27.
2213 2004-05-05  Yuuichi Teranishi  <teranisi@gohome.org>
2215         * elmo-localdir.el (elmo-folder-expand-msgdb-path): Changed
2216         msgdb path for the localdir folder with absolute path.
2218         * utf7.el: Synch up with latest gnus/utf7.el;
2219         Modified for latest Emacs.
2221 2004-05-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2223         * elmo-shimbun.el (elmo-folder-initialize): Set a dummy when the
2224         shimbun backend couldn't open.
2226 2004-04-25  Tetsurou Okazaki  <okazaki@be.to>
2228         * elmo-pipe.el (elmo-message-folder): Call `elmo-message-folder' recursively.
2229         (elmo-folder-diff): Avoid error `wrong-type-argument number-or-marker-p nil'
2230         when a destination folder is a filter folder.
2232 2004-04-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2234         * elmo.el (elmo-message-flags): Add optional argument `msgid'.
2235         (elmo-generic-folder-append-messages): Call elmo-message-flags
2236         with argument `msgid'.
2238         * elmo-split.el (elmo-split-subr): Ditto.
2240         * elmo-pipe.el (elmo-message-flags): Follow the API change.
2242         * elmo-multi.el (elmo-message-flags): Ditto.
2244 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2246         * elmo.el (elmo-folder): Add new slot `flag-table'.
2247         (elmo-folder-flag-table): New API.
2248         (elmo-folder-close-flag-table): Ditto.
2249         (elmo-folder-preserve-flags): New function.
2250         (elmo-generic-folder-append-messages): Use
2251         `elmo-folder-flag-table' and `elmo-folder-close-flag-table'.
2252         Flag of a non-registered message, it sets to nil.
2253         Does not set flag to flag-table.
2255         * elmo-maildir.el (elmo-folder-append-buffer): Use
2256         `elmo-folder-preserve-flags'.
2257         (elmo-folder-append-messages): Use `elmo-folder-flag-table' and
2258         `elmo-folder-close-flag-table'.
2260         * elmo-archive.el (elmo-folder-append-buffer): Fix interface.
2261         (elmo-archive-folder-append-buffer): Use
2262         `elmo-folder-preserve-flags'.
2264         * elmo-cache.el (elmo-folder-append-buffer): Ditto.
2266         * elmo-imap4.el (elmo-folder-append-buffer): Ditto.
2268         * elmo-localdir.el (elmo-folder-append-buffer): Ditto.
2269         (elmo-folder-append-messages): Use `elmo-folder-flag-table' and
2270         `elmo-folder-close-flag-table'.
2272         * elmo-version.el (elmo-version): Up to 2.11.26.
2274 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2276         * elmo-vars.el (elmo-network-stream-type-alist): Add direct.
2278         * elmo-util.el (elmo-msgdb-get-message-id-from-buffer): Don't use
2279         md5's 4th and 5th argument (non-existent in flim one).
2281 2004-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2283         * elmo-split.el (elmo-split-subr): Flag of a non-registered
2284         message, It sets to nil.
2286 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2288         * elmo.el (elmo-folder-list-messages): Merge lists only if both
2289         list is non-nil.
2291 2004-04-16  YAMASHITA Junji <ysjj@unixuser.org>
2293         * elmo.el (elmo-folder-list-messages): Use elmo-uniq-sorted-list.
2295         * elmo-nntp.el (elmo-nntp-make-msglist): Use elmo-make-number-list.
2297         * elmo-util.el (elmo-uniq-sorted-list): New function.
2298         (elmo-make-number-list): Ditto.
2299         (elmo-number-set-to-number-list): Use elmo-make-number-list
2300         and don't use nreverse.
2302 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2304         * elmo-version.el (elmo-version): Up to 2.11.25.
2306 2004-04-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2308         * elmo-util.el (elmo-msgdb-get-message-id-from-buffer): If date
2309         field not exists in message, Use md5 message digest of header.
2311 2004-04-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2313         * elmo.el (elmo-folder-append-buffer): Add note on return value.
2314         * elmo-cache.el (elmo-folder-append-buffer): Return nil on failure.
2315         * elmo-localdir.el (elmo-folder-append-buffer): Ditto.
2316         * elmo-split.el (elmo-split-subr): Check return value of
2317         elmo-folder-append-buffer.
2319         * elmo-localdir.el (elmo-folder-append-buffer): Create flag-table.
2320         * elmo-maildir.el (elmo-folder-append-buffer): Ditto.
2322         * elmo-cache.el (elmo-folder-append-buffer): Check existence of
2323         message-id.
2325 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
2327         * elmo-split.el (elmo-split-subr): Append message with flag.
2329         * elmo-localdir.el (elmo-folder-append-buffer): Fix interface.
2330         * elmo-flag.el (elmo-folder-append-buffer): Ditto.
2331         * elmo-maildir.el (elmo-folder-append-buffer): Ditto.
2333 2004-04-03  Tetsurou Okazaki  <okazaki@be.to>
2335         * elmo-imap4.el (elmo-imap4-fetch-callback-1): Use `elmo-delete-cr-buffer'.
2336         * elmo-nntp.el (elmo-nntp-retrieve-headers): Ditto.
2337         * elmo-pop3.el (elmo-pop3-retrieve-headers): Ditto.
2339 2004-03-29  Tetsurou Okazaki  <okazaki@be.to>
2341         * elmo-pop3.el (elmo-pop3-read-contents): Replace an argument `buffer'
2342         with a function call of `process-buffer'.  All callers are updated.
2343         (elmo-pop3-retrieve-headers): Likewise.  Move `process' to the 1st argument.
2344         Remove redundant `set-buffer' in a while loop.
2346 2004-03-28  Tetsurou Okazaki  <okazaki@be.to>
2348         * elmo-pop3.el (elmo-pop3-send-command): Combine `process-send-string'
2349         calls.
2351 2004-03-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2353         * elsp-spamfilter.el (elmo-spam-buffer-spam-p): Call
2354         elsp-spamfilter-register-buffer-internal with current buffer.
2355         (elmo-spam-register-spam-buffer): Ditto.
2356         (elmo-spam-register-good-buffer): Ditto.
2358 2004-03-15  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2360         * elmo-imap4.el (elmo-folder-list-subfolders): Add root mailbox
2361         if it is not contained in the response(A workaround for courier-imap).
2363 2004-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2365         * elmo-imap4.el (elmo-folder-set-flag-plugged): Fix mismatched
2366         parenthesis.
2368 2004-03-08  Yoichi NAKAYAMA  <yoichi@geiin.org>
2370         * elmo-vars.el (elmo-msgdb-default-type): Remove generic from the
2371         range.
2373 2004-03-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2375         * modb-standard.el (elmo-msgdb-list-flagged): Use append instead
2376         of nconc.
2378         * modb-entity.el (elmo-msgdb-match-condition-primitive): Added
2379         argument handler.
2380         (elmo-msgdb-message-match-condition): Follow the change above.
2382 2004-02-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2384         * elmo-flag.el (elmo-folder-initialize): Complete abbreviated
2385         folder name.
2387 2004-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2389         * elmo.el (elmo-folder-kill-messages): Don't use msgdb directly.
2391 2004-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2393         * elmo.el (elmo-folder-kill-messages): Fix to update killed list.
2395 2004-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2397         * elmo-file.el (elmo-file-find): Fixed the problem when file is
2398         not found.
2400 2004-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
2402         * elmo-file.el (elmo-file-find): Use expand-file-name for return
2403         value.
2404         (elmo-file-command-argument): Undo last change for cygwin.
2405         (elmo-file-detect-content-type): Renamed from elmo-file-detect-format;
2406         Don't return nil.
2407         (elmo-map-message-fetch): Use elmo-file-detect-content-type.
2409 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2411         * elmo-file.el (elmo-file-command-argument): Fixed problem when a
2412         value returned from elmo-file-find is nil.
2414 2004-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
2416         * elmo-mime.el (elmo-mime-display-as-is-coding-system): Moved
2417         to elmo-vars.el.
2419         * elmo.el (elmo-message-match-condition): Use elmo-message-fetch
2420         instead of insert-file-contents-as-binary.
2421         (elmo-message-set-field): New generic function.
2423         * elmo-localdir.el (elmo-folder-expand-msgdb-path): Follow the
2424         behavior change on `split-string'.
2426         * elmo-file.el (elmo-file-find): New function.
2427         (elmo-file-command): New user option.
2428         (elmo-file-command-argument): Ditto.
2429         (elmo-file-fetch-max-size): Ditto.
2430         (elmo-file-detect-format): New function.
2431         (elmo-map-message-fetch): Use elmo-file-fetch-max-size;
2432         Use elmo-file-detect-format.
2433         (elmo-map-folder-list-message-locations): Don't treat directories.
2435 2004-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2437         * elmo-util.el (elmo-string-partial-p): Removed unused function.
2438         (elmo-passwd-alist-clear): Shred password before clear.
2439         (elmo-remove-passwd): Remove all mached pair.
2441 2004-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2443         * elmo.el (elmo-folder-synchronize): Fix description of the return
2444         value.
2446 2004-02-16  Yuuichi Teranishi  <teranisi@gohome.org>
2448         * elmo.el (elmo-message-fetch-bodystructure): New method.
2449         (elmo-message-fetch-bodystructure): Define default.
2451         * elmo-imap4.el (mime-imap-location-bodystructure): Call
2452         elmo-message-fetch-bodystructure.
2453         (elmo-message-fetch-bodystructure): Define.
2455         * elmo-filter.el (elmo-message-fetch-bodystructure): Define.
2457 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2459         * elmo-filter.el (elmo-message-folder): Define.
2461 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2463         * elmo.el (elmo-message-fetch-with-cache-process): Don't call
2464         elmo-delete-cr-buffer.
2466         * elmo-imap4.el (elmo-imap4-message-fetch): Call elmo-delete-cr-buffer.
2468         * elmo-pop3.el (elmo-message-fetch-plugged): Ditto.
2470         * elmo-nntp.el (elmo-nntp-read-body): Ditto.
2472         * elmo-file.el (elmo-map-message-fetch): Decode body only when content
2473         type seems to be a text.
2475 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2477         * elsp-sa.el (elmo-spam-register-spam-buffer): Don't specify '--forget'.
2478         (elmo-spam-register-good-buffer): Ditto.
2479         (elmo-spam-spamassassin-register-messages): Ditto.
2481         * elmo-util.el (elmo-string-member-ignore-case): Define with
2482         static-cond.
2484 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2486         * elmo.el (elmo-folder-type): Undo last change.
2488         * slp.el (slp-exec-wait): Avoid byte-compile warnings.
2490         * elmo-nntp.el (elmo-nntp-folder-list-subfolders): Avoid byte-compile
2491         warnings.
2493         * elmo-file.el: New file.
2494         
2495         * modb-standard.el (elmo-msgdb-list-flagged): Treat keyword flags.
2497         * elsp-sa.el (elmo-spam-spamassassin-max-messages-per-process): New
2498         variable.
2499         (elmo-spam-spamassassin-register-messages): New inline function.
2500         (elmo-spam-register-spam-messages): Define.
2501         (elmo-spam-register-good-messages): Ditto.
2503         * elsp-bogofilter.el (elmo-spam-bogofilter-max-messages-per-process):
2504         Fixed typo.
2506         * elmo.el (toplevel): Added autoload setting for
2507         `elmo-get-global-flags'.
2508         (elmo-message-has-global-flag-p): New function.
2509         (elmo-message-set-global-flags): Ditto.
2510         (elmo-folder-type): Improvement for name: format.
2512         * elmo-imap4.el (elmo-imap4-session-flag-available-p): Check
2513         availability of keyword flags.
2514         (elmo-imap4-folder-list-flagged): Treat keyword flags.
2515         (elmo-folder-list-flagged-plugged): Renamed from
2516         elmo-folder-list-flagged-unplugged.
2517         (elmo-imap4-set-flag): If "\*" is treated as permanent flag,
2518         accept any flag as keyword flag.
2519         (elmo-folder-set-flag-plugged): Accept keyword flags.
2520         (toplevel): Added autoload setting for `elmo-get-global-flags'.
2522         * elmo-flag.el (elmo-get-global-flags): New function.
2524         * elmo-filter.el (elmo-folder-diff): Fix total number for filter
2525         folders.
2527         * elmo-version.el (elmo-version): Up to 2.11.24.
2529 2004-02-08  Yoichi NAKAYAMA  <yoichi@geiin.org>
2531         * elmo-util.el (elmo-buffer-field-primitive-condition-match): Use
2532         elmo-multiple-field-body instead of std11-field-body to check all
2533         headers.
2535 2004-02-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2537         * elmo-util.el (elmo-cache-expire): Completion require match "age"
2538         or "size".
2540 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2542         * elmo-util.el (elmo-get-hash-val): Check symbol is bound if
2543         unintern is unbound.
2545 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2547         * elsp-bogofilter.el (elmo-spam-bogofilter-register-messages):
2548         Protect from infinite loop.
2550 2004-01-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2552         * elsp-bogofilter.el
2553         (elmo-spam-bogofilter-max-messages-per-process): New user option.
2554         (elmo-spam-bogofilter-register-messages): New internal function.
2555         (elmo-spam-register-spam-messages): Define.
2556         (elmo-spam-register-good-messages): Ditto.
2558 2004-01-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2560         * elsp-bogofilter.el (elmo-spam-bogofilter-arguments-alist):
2561         Added "-vv" if elmo-spam-bogofilter-debug is non-nil.
2562         (elmo-spam-bogofilter-call): Fixed the last change.
2563         (elmo-spam-bogofilter-arguments): Ditto.
2565         * elsp-bogofilter.el (elmo-spam-bogofilter-arguments-alist):
2566         Follow the options change of latest bogofilter.
2568         * elsp-bogofilter.el (elmo-spam-bogofilter-spam-switch): Abolish.
2569         (elmo-spam-bogofilter-good-switch): Ditto.
2570         (elmo-spam-bogofilter-arguments-alist): New user option.
2571         (elmo-spam-bogofilter-debug): Ditto.
2572         (elmo-spam-bogofilter-call): Renamed from
2573         `elsp-bogofilter-call-bogofilter'. If elmo-spam-bogofilter-debug
2574         is non-nil, insert output in buffer for debug.
2575         (elmo-spam-bogofilter-arguments): New macro.
2576         (elmo-spam-buffer-spam-p): Use it.
2577         (elsp-bogofilter-register-buffer): Ditto.
2579 2004-01-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2581         * elmo-cache.el (elmo-folder-list-subfolders): Fix directory-files
2582         regexp.
2584 2004-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2586         * elsp-bsfilter.el (elmo-spam-bsfilter-shell-program): Set default
2587         value as "ruby".
2588         (elmo-spam-bsfilter-shell-switch): Set default value as nil.
2589         (elmo-spam-bsfilter-program): Set default value as full path for
2590         `bsfilter'.
2591         (elmo-spam-bsfilter-debug): New user option.
2592         (elsp-bsfilter-call-bsfilter): If elmo-spam-bsfilter-debug is
2593         non-nil, insert output in buffer for debug. Fix treating of
2594         argument.
2596 2004-01-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2598         * elmo-maildir.el (elmo-map-folder-set-flag): Use cdr of
2599         `elmo-maildir-flag-specs' element instead of one.
2600         (elmo-map-folder-unset-flag): Ditto.
2601         (Reported by Ken Makimura <macky@astem.or.jp>)
2603         * elmo-imap4.el (elmo-folder-set-flag-plugged): Fixed.
2604         (elmo-folder-unset-flag-plugged): Ditto.
2606 2004-01-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2608         * elmo-nntp.el (elmo-folder-list-flagged): Return a list according
2609         to `reads' slot only if `in-msgdb' is nil.
2611 2004-01-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2613         * elmo-nntp.el (elmo-folder-list-flagged): Undo the last change
2614         and complement argument list.
2616 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2618         * elmo-nntp.el (elmo-folder-list-flagged-internal): Define this
2619         instead of elmo-folder-list-flagged.
2621 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2623         * elmo-spam.el (elmo-spam-scheme): Add 'bsfilter' as a candidate.
2625         * elsp-bsfilter.el: New file.
2627         * elmo-pipe.el (elmo-folder-list-unreads,
2628         elmo-folder-list-answereds,
2629         elmo-folder-list-importants,
2630         elmo-folder-flag-as-important,
2631         elmo-folder-unflag-important,
2632         elmo-folder-flag-as-read,
2633         elmo-folder-unflag-read,
2634         elmo-folder-flag-as-answered,
2635         elmo-folder-unflag-answered): Remove.
2636         (elmo-folder-set-flag): Define.
2637         (elmo-folder-unset-flag): Ditto.
2639         * elmo-nntp.el (elmo-folder-flag-as-read): Remove.
2640         (elmo-folder-set-flag): Define.
2641         (elmo-folder-unset-flag): Ditto.
2642         (elmo-folder-list-unreads): Remove.
2643         (elmo-folder-list-flagged): Define.
2645         * elmo-net.el (elmo-folder-list-flagged-internal): Define.
2646         (elmo-folder-list-unreads,
2647         elmo-folder-list-importants,
2648         elmo-folder-list-answereds,
2649         elmo-folder-list-unreads-plugged,
2650         elmo-folder-list-importants-plugged,
2651         elmo-folder-list-answereds-plugged): Remove.
2652         (elmo-folder-list-flagged-plugged): New method.
2653         (elmo-folder-unflag-important,
2654         elmo-folder-flag-as-important,
2655         elmo-folder-unflag-read,
2656         elmo-folder-flag-as-read,
2657         elmo-folder-unflag-answered,
2658         elmo-folder-flag-as-answered,
2659         elmo-folder-flag-as-read-unplugged,
2660         elmo-folder-unflag-read-unplugged,
2661         elmo-folder-flag-as-important-unplugged,
2662         elmo-folder-unflag-important-unplugged,
2663         elmo-folder-flag-as-answered-unplugged,
2664         elmo-folder-unflag-answered-unplugged): Remove.
2665         (elmo-folder-set-flag): Define.
2666         (elmo-folder-unset-flag): Ditto.
2667         (elmo-folder-set-flag-unplugged): Ditto.
2668         (elmo-folder-unset-flag-unplugged): Ditto.
2670         * elmo-multi.el (elmo-folder-list-unreads,
2671         elmo-folder-list-answereds,
2672         elmo-folder-list-importants,
2673         elmo-folder-flag-as-important,
2674         elmo-folder-unflag-important,
2675         elmo-folder-flag-as-read,
2676         elmo-folder-unflag-read,
2677         elmo-folder-flag-as-answered,
2678         elmo-folder-unflag-answered): Remove.
2679         (elmo-folder-set-flag): Define.
2680         (elmo-folder-unset-flag): Ditto.
2682         * elmo-map.el (elmo-map-folder-unflag-important,
2683         elmo-map-folder-flag-as-important,
2684         elmo-map-folder-unflag-read,
2685         elmo-map-folder-flag-as-read,
2686         elmo-map-folder-unflag-answered,
2687         elmo-map-folder-flag-as-answered): Remove.
2688         (elmo-map-folder-set-flag): New method.
2689         (elmo-map-folder-unset-flag): Ditto.
2690         (elmo-map-folder-list-unreads,
2691         elmo-map-folder-list-importants,
2692         elmo-map-folder-list-answereds): Remove.
2693         (elmo-folder-list-flagged-internal): Define.
2694         (elmo-map-folder-list-flagged): New method.
2696         * elmo-maildir.el (elmo-maildir-flag-specs): New internal variable.
2697         (elmo-map-folder-list-unreads,
2698         elmo-map-folder-list-importants,
2699         elmo-map-folder-list-flagged): Remove.
2700         (elmo-map-folder-list-flagged): Define.
2701         (elmo-map-folder-flag-as-important,
2702         elmo-map-folder-unflag-important,
2703         elmo-map-folder-flag-as-read,
2704         elmo-map-folder-unflag-read,
2705         elmo-map-folder-flag-as-answered,
2706         elmo-map-folder-unflag-answered): Remove.
2707         (elmo-maildir-set-mark-messages): New internal function.
2708         (elmo-map-folder-set-flag): Define.
2709         (elmo-map-folder-unset-flag): Ditto.
2711         * elmo.el (toplevel): Added autoload setting for
2712         `elmo-folder-list-global-flag-messages'.
2713         (elmo-folder-list-unreads,
2714         elmo-folder-list-importants,
2715         elmo-folder-list-answereds): Remove.
2716         (elmo-folder-list-flagged): Use `elmo-folder-list-flagged-internal'.
2717         Return a list whitch merged with messages have global flag.
2718         (elmo-folder-list-flagged-internal): New method.
2719         (elmo-folder-unflag-important,
2720         elmo-folder-flag-as-important,
2721         elmo-folder-unflag-read,
2722         elmo-folder-flag-as-read,
2723         elmo-folder-unflag-answered,
2724         elmo-folder-flag-as-answered): Remove.
2725         (elmo-folder-set-flag): New method.
2726         (elmo-folder-unset-flag): Ditto.
2727         (elmo-message-set-flag):Use `elmo-folder-set-flag'.
2728         (elmo-message-unset-flag):Use `elmo-folder-unset-flag'.
2730         * elmo-imap4.el (elmo-imap4-flag-specs): New internal variable.
2731         (elmo-folder-list-unreads-plugged,
2732         elmo-folder-list-importants-plugged,
2733         elmo-folder-list-answereds-plugged,
2734         elmo-folder-list-flagged-unplugged,
2735         elmo-folder-unflag-important-plugged,
2736         elmo-folder-flag-as-important-plugged,
2737         elmo-folder-unflag-read-plugged,
2738         elmo-folder-flag-as-read-plugged,
2739         elmo-folder-unflag-answered-plugged,
2740         elmo-folder-flag-as-answered-plugged): Remove.
2741         (elmo-folder-set-flag-plugged,
2742         elmo-folder-unset-flag-plugged): Define.
2744         * elmo-flag.el (elmo-folder-initialize): Register to
2745         `elmo-global-flag-list' if flag is not global.
2746         (elmo-folder-append-messages): Set flag to source messages.
2748         * elmo-filter.el (elmo-filter-folder-list-unreads,
2749         elmo-folder-list-unreads,
2750         elmo-filter-folder-list-importants,
2751         elmo-folder-list-importants,
2752         elmo-folder-flag-as-read,
2753         elmo-folder-unflag-read,
2754         elmo-folder-flag-as-important,
2755         elmo-folder-unflag-important,
2756         elmo-folder-flag-as-answered,
2757         elmo-folder-unflag-answered): Remove.
2758         (elmo-folder-set-flag): Define.
2759         (elmo-folder-unset-flag): Ditto.
2761         * elmo-dop.el (elmo-folder-flag-as-read-dop,
2762         elmo-folder-unflag-read-dop,
2763         elmo-folder-flag-as-important-dop,
2764         elmo-folder-unflag-important-dop,
2765         elmo-folder-flag-as-answered-dop,
2766         elmo-folder-unflag-answered-dop): Remove.
2767         (elmo-folder-set-flag-dop,
2768         elmo-folder-unset-flag-dop,
2769         elmo-folder-set-important-delayed,
2770         elmo-folder-unset-important-delayed,
2771         elmo-folder-set-read-delayed,
2772         elmo-folder-unset-read-delayed,
2773         elmo-folder-set-answered-delayed,
2774         elmo-folder-unset-answered-delayed): New function.
2775         (elmo-dop-queue-merge-method-list): Follow the above chagned.
2776         (elmo-dop-queue-method-name-alist): Ditto.
2778         * elmo-version.el (elmo-version): Up to 2.11.23.
2780 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2782         * elmo-spam.el (elmo-spam-scheme): Add 'sa' as a candidate.
2784         * elsp-sa.el: New file.
2786 2003-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2788         * modb-standard.el (modb-standard-message-entity): New function.
2789         (elmo-msgdb-message-entity): Use it.
2791 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2793         * elmo-internal.el (elmo-folder-list-subfolders): Rewrite; Fixed
2794         behavior when one-level is nil.
2796         * elmo-flag.el (elmo-folder-list-subfolders): Defined.
2798         * elmo-sendlog.el (elmo-folder-have-subfolder-p): Ditto.
2800 2003-12-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2802         * elmo.el (elmo-folder-set-info-max-by-numdb): Don't use `sort' to
2803         get max number.
2804         (elmo-generic-folder-diff): Ditto.
2806         * elmo-nntp.el (elmo-nntp-catchup-msgdb): Ditto.
2807         (elmo-folder-update-number): Ditto.
2809         * elmo-dop.el (elmo-folder-status-dop): Ditto.
2810         (elmo-folder-next-message-number-dop): Ditto.
2812 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2814         * elmo-filter.el (elmo-folder-msgdb-create): Use
2815         `elmo-message-entity' and `elmo-message-flags' instead of
2816         `elmo-msgdb-message-entity' and `elmo-msgdb-flags'.
2818 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2820         * elmo-spam.el (elmo-spam-processor): Added 3rd argument
2821         `if-exists'.
2823 2003-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2825         * elmo-multi.el (elmo-folder-newsgroups): Simplify.
2827         * elmo-pipe.el (elmo-folder-get-primitive-list): Likewise.
2829         * elmo-filter.el (elmo-folder-get-primitive-list): Fixed.
2831 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2833         * elmo-version.el (elmo-version): Up to 2.11.22.
2835 2003-11-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2837         * modb-standard.el (elmo-msgdb-delete-messages): Always return t.
2839 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2841         * modb-standard.el (elmo-msgdb-delete-messages): Dose not process
2842         if the message dose not exist.
2844 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2846         * elmo-version.el (elmo-version): Up to 2.11.21.
2848 2003-11-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2850         * modb-standard.el (toplevel): Don't require mime.
2852 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2854         * elsp-bogofilter.el (toplevel): Don't require path-util.
2855         (elmo-spam-bogofilter-program): Don't use `exec-installed-p'.
2856         (elmo-spam-bogofilter-header): Abolish.
2857         (elmo-spam-bogofilter-bogosity-positive-spam-header): Ditto.
2858         (elmo-spam-bogofilter-args): New user option.
2859         (elsp-bogofilter-call-bogofilter): New internal function.
2860         (elmo-spam-buffer-spam-p): Use it.
2861         (elsp-bogofilter-register-buffer): Renamed from
2862         `elmo-spam-bogofilter-register-buffer';
2863         Use `elsp-bogofilter-call-bogofilter'.
2864         (elmo-spam-register-spam-buffer): Follow the change above.
2865         (elmo-spam-register-good-buffer): Ditto.
2867 2003-11-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2869         * modb-standard.el (elmo-msgdb-append-entity): If entity or
2870         message-id is nil do nothing.
2872 2003-11-10  Yuuichi Teranishi  <teranisi@gohome.org>
2874         * elmo-imap4.el (elmo-imap4-disuse-server-flag-mailbox-regexp):
2875         Revival.
2876         (elmo-imap4-session): Removed use-flag slot.
2877         (elmo-imap4-session-select-mailbox): Undo last change.
2878         (elmo-folder-use-flag-p): Use
2879         elmo-imap4-disuse-server-flag-mailbox-regexp.
2881 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2883         * elmo-imap4.el (elmo-imap4-session): Added use-flag slot.
2884         (elmo-imap4-session-select-mailbox): Set it up.
2885         (elmo-folder-use-flag-p): Return value of use-flag slot.
2887 2003-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2889         * elmo-msgdb.el (elmo-msgdb-flag-table): Fixed problem when
2890         message-id is nil.
2891         (Reported by MAKINO Takashi <makino@digitalway.co.jp>)
2893         * modb-entity.el (elmo-message-entity-handler): Likewise.
2895 2003-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2897         * elmo.el (toplevel): Remove setting of autoloding for
2898         elmo-global-flag-initialize.
2899         (elmo-init): Don't call elmo-global-flag-initialize.
2900         (toplevel): Added autoload setting for elmo-global-mark-migrate.
2902         * elmo-flag.el (elmo-global-flag-initialize): Abolish.
2903         (elmo-global-mark-migrate): Don't call it.
2904         (elmo-global-mark-upgrade): Ditto.
2906 2003-11-06  Yuuichi Teranishi  <teranisi@gohome.org>
2908         * elmo-internal.el (elmo-internal-obsolete-folder-list): New variable.
2909         (elmo-folder-initialize): Raise a warning when obsolete folder is used.
2911         * elmo-vars.el (elmo-init-hook): New user option.
2913         * elmo.el (elmo-init): Run the elmo-init-hook.
2915         * elmo-flag.el (elmo-global-mark-migrate): New function.
2917 2003-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2919         * modb-standard.el (elmo-msgdb-set-flag): Simplify;
2920         Undo last change (move to elmo-msgdb-unset-flag).
2921         (elmo-msgdb-unset-flag): Simplify; Unset 'new flag when unread
2922         flag is unset.
2924 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2926         * modb-standard.el (elmo-msgdb-set-flag): Unset 'new flag when
2927         read flag is set.
2928         (elmo-msgdb-set-flag): Don't remove 'new flag unconditionally.
2929         (elmo-msgdb-unset-flag): Ditto.
2931 2003-11-05  Andreas Fuchs <asf@boinkor.net>
2933         * elmo-split.el (elmo-split): Return split message count.
2935 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2937         * elmo-msgdb.el (elmo-flag-table-get): Check cached if saved flags
2938         is nil.
2940 2003-11-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2942         * elmo.el (elmo-folder-unflag-important): Call
2943         `elmo-global-flag-detach' with 4th argument delete-if-none that is
2944         a symbol `always'.
2946         * elmo-flag.el (elmo-flag-folder-delete-message): Clear hash value
2947         before unset flag.
2948         (elmo-global-flag-detach): Delete the message from flag folder, if
2949         `delete-if-none' is a symbol `always'.
2951 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2953         * elsp-spamfilter.el (elsp-spamfilter-decode-buffer): Renamed from
2954         `elmo-spam-spamfilter-decode-buffer'.
2955         (elsp-spamfilter-register-buffer-internal): New internal function.
2956         (elmo-spam-buffer-spam-p): Use it; Follow the API change.
2957         (elmo-spam-register-spam-buffer): Ditto.
2958         (elmo-spam-register-good-buffer): Ditto.
2960         * elsp-bogofilter.el (elmo-spam-buffer-spam-p): Follow the API
2961         change.
2962         (elmo-spam-bogofilter-register-buffer): Added argument `restore'.
2963         (elmo-spam-register-spam-buffer): Follow the API change.
2964         (elmo-spam-register-good-buffer): Ditto.
2966         * elmo-split.el (toplevel): Require elmo-spam when copmile.
2967         (elmo-split-spam-p): Added argument plist; Call
2968         `elmo-spam-buffer-spam-p' with new argument register.
2970         * elmo-spam.el (elmo-spam-buffer-spam-p): Added optional argument
2971         `register'.
2972         (elmo-spam-message-spam-p): Ditto.
2973         (elmo-spam-register-spam-buffer): Added optional argument
2974         `restore'.
2975         (elmo-spam-register-good-buffer): Ditto.
2976         (elmo-spam-register-spam-messages): Ditto.
2977         (elmo-spam-register-good-messages): Ditto.
2979 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2981         * elsp-spamfilter.el (elmo-spam-register-spam-buffer): Fixed to
2982         register into good corpus.
2983         (elmo-spam-register-good-buffer): Fixed to register into bad
2984         corpus.
2986 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2988         * elmo-version.el (elmo-version): Up to 2.11.20.
2990         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Fixed last
2991         change.
2993         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Determine new
2994         flag without depending on \Recent flag.
2996 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2998         * elsp-spamfilter.el (elsp-spamfilter): Added new slot `modified'.
2999         (elmo-spam-modified-p): Defined.
3000         (elmo-spam-save-status): Set `modified' slot to nil.
3001         (elmo-spam-register-spam-buffer): Set `modified' slot to non nil.
3002         (elmo-spam-register-good-buffer): Ditto.
3004         * elmo-spam.el (elmo-spam-modified-p): New API.
3006 2003-10-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3008         * elmo-msgdb.el (elmo-msgdb-get-message-id-from-buffer): Abolish
3009         duplicate definition.
3011         * elmo-util.el (elmo-unfold-field-body): New function.
3012         (elmo-msgdb-get-message-id-from-buffer): Use it.
3014         * modb-entity.el (elmo-msgdb-create-message-entity-from-buffer):
3015         Fixed the last change; Use elmo-unfold-field-body.
3017 2003-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3019         * modb-entity.el (elmo-msgdb-create-message-entity-from-buffer):
3020         Unfold date value.
3022 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3024         * elmo-spam.el (elmo-spam-save-status): New API.
3026         * elsp-spamfilter.el: New file.
3028 2003-10-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3030         * elmo-split.el (toplevel): Add `elmo-spam-processor' args.
3032 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3034         * elmo-split.el (elmo-split-spam-p): New function.
3036         * elmo-spam.el: New file.
3038         * elsp-bogofilter.el: Ditto.
3040 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
3042         * elmo.el (elmo-folder-next-message-number): New API.
3043         (elmo-folder-next-message-number): Define.
3044         (elmo-message-field): Don't check folder length.
3046         * elmo-net.el (elmo-folder-next-message-number): Define.
3047         (elmo-folder-next-message-number-unplugged): Define.
3049         * elmo-map.el (elmo-folder-next-message-number): Define.
3050         (elmo-folder-delete-messages): Clear hash value.
3052         * elmo-imap4.el (elmo-folder-next-message-number-plugged): Define.
3054         * elmo-dop.el (elmo-folder-next-message-number-dop): New function.
3055         (elmo-folder-delete-messages-dop-delayed): Always return t.
3057         * elmo-version.el (elmo-version): Up to 2.11.19.
3059 2003-10-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3061         * modb-legacy.el (elmo-msgdb-append-entity): Fixed the last
3062         change.
3064         * modb-legacy.el (elmo-msgdb-append-entity): Registered an
3065         identical cons cell into the mark-alist and the hash table.
3067 2003-10-08  Yuuichi Teranishi  <teranisi@gohome.org>
3069         * elmo-pipe.el (elmo-pipe-folder-list-target-messages): Call
3070         elmo-folder-list-messages with argument `visible-only' as t.
3072         * elmo-filter.el (elmo-folder-search-requires-msgdb-p): Define.
3073         (elmo-folder-msgdb-create): Check the target folder.
3075 2003-10-07  Yuuichi Teranishi  <teranisi@gohome.org>
3077         * elmo-imap4.el (elmo-imap4-session-select-mailbox): Use
3078         `permanentflag' instead of `flags'.
3079         (elmo-folder-open): Ditto.
3080         (elmo-imap4-set-flag): Treat \Deleted flag as an exception.
3081         (elmo-imap4-disuse-server-flag-mailbox-regexp): Abolish.
3082         (elmo-folder-use-flag-p): Always return t.
3083         (elmo-imap4-session-select-mailbox): Use value of `flags' if
3084         `permanentflags' does not exist.
3085         (elmo-folder-open): Ditto.
3087 2003-10-06  Yuuichi Teranishi  <teranisi@gohome.org>
3089         * modb-legacy.el (elmo-msgdb-message-entity): Return nil when key
3090         is nil.
3091         * modb-standard.el (elmo-msgdb-message-entity): Ditto.
3093         * elmo-imap4.el (elmo-imap4-session): Added new slot `flags'.
3094         (elmo-imap4-session-select-mailbox): Set it according to the SELECT
3095         response.
3096         (elmo-folder-open): Ditto.
3097         (elmo-imap4-set-flag): Send store flag command only when the `flags'
3098         slot of the session includes the flag.
3099         (elmo-imap4-session-flag-available-p): New function.
3100         (elmo-imap4-folder-list-flagged): Ditto.
3101         (elmo-folder-list-unreads-plugged): Use it.
3102         (elmo-folder-list-importants-plugged): Ditto.
3103         (elmo-folder-list-answereds-plugged): Ditto.
3104         (elmo-imap4-search-internal-primitive): Ditto.
3105         (elmo-imap4-folder-list-any-plugged,
3106         elmo-imap4-folder-list-digest-plugged): Abolish.
3108         * elmo-filter.el (elmo-folder-search): Don't call elmo-list-filter
3109         if numbers is nil.
3111 2003-10-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
3113         * elmo-util.el (toplevel): Require emu for char-list-to-string.
3115 2003-10-05  Yuuichi Teranishi  <teranisi@gohome.org>
3117         * elmo-util.el (elmo-get-hash-val): Simplify.
3118         (elmo-set-hash-val): Rewrite.
3120 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3122         * elmo.el (elmo-folder-list-messages): Append killed messages into
3123         result if `visible-only' is nil and `in-msgdb' is non-nil.
3125         * elmo-util.el (elmo-uniq-list): Added optional argument
3126         `delete-function'.
3128         * modb.el (elmo-msgdb-flag-count): New API.
3130         * modb-standard.el (modb-standard): Added slot flag-count.
3131         (modb-standard-countup-flags): New function.
3132         (modb-standard-load-flag): Call it.
3133         (elmo-msgdb-append): Ditto.
3134         (elmo-msgdb-clear): Clear slot flag-count.
3135         (elmo-msgdb-set-flag): Call modb-standard-countup-flags.
3136         (elmo-msgdb-unset-flag): Treat `all' flag and call
3137         modb-standard-countup-flags.
3138         (elmo-msgdb-flag-count): Define.
3139         (elmo-msgdb-append-entity): Call modb-standard-countup-flags.
3140         (elmo-msgdb-delete-messages): Ditto.
3142         * modb-legacy.el (elmo-msgdb-unset-flag): Treat `all' flag.
3143         (elmo-msgdb-flag-count): Define.
3145         * elmo.el (elmo-folder-list-messages): Undo last change.
3146         (elmo-folder-count-flags): Use elmo-msgdb-flag-count.
3147         (elmo-folder-kill-messages): Unset all flags to numbers.
3149         * elmo-sendlog.el (elmo-folder-delete-messages): Rewrite; use
3150         elmo-folder-kill-messages.
3152         * elmo-nntp.el (elmo-folder-delete-messages): Ditto.
3153         (elmo-nntp-folder-delete-messages): Abolish.
3155         * elmo-version.el (elmo-version): Up to 2.11.18.
3157 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3159         * elmo.el (elmo-folder-kill-messages-before): Abolish.
3160         (elmo-folder-kill-messages-range): New function.
3161         (elmo-folder-synchronize): Use elmo-folder-kill-messages-range
3162         instead of elmo-folder-kill-messages-before.
3164 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
3166         * elmo-imap4.el (elmo-imap4-fetch-callback-1): Use
3167         elmo-imap4-current-msgdb to decide entity handler.
3169 2003-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
3171         * elmo-dop.el (elmo-dop-msgdb): Rewrite.
3173         * modb-legacy.el (elmo-msgdb-overview-entity-get-id-internal): New
3174         inline function.
3175         (elmo-msgdb-overview-entity-get-number-internal): Ditto.
3176         (elmo-msgdb-overview-entity-set-number,
3177         elmo-msgdb-overview-entity-get-references,
3178         elmo-msgdb-overview-entity-set-references,
3179         elmo-msgdb-overview-entity-get-from-no-decode,
3180         elmo-msgdb-overview-entity-get-from,
3181         elmo-msgdb-overview-entity-set-from,
3182         elmo-msgdb-overview-entity-get-subject,
3183         elmo-msgdb-overview-entity-get-subject-no-decode,
3184         elmo-msgdb-overview-entity-set-subject,
3185         elmo-msgdb-overview-entity-get-date,
3186         elmo-msgdb-overview-entity-set-date,
3187         elmo-msgdb-overview-entity-get-to,
3188         elmo-msgdb-overview-entity-get-cc,
3189         elmo-msgdb-overview-entity-get-size,
3190         elmo-msgdb-overview-entity-set-size,
3191         elmo-msgdb-overview-entity-get-extra,
3192         elmo-msgdb-overview-entity-set-extra,
3193         elmo-msgdb-overview-entity-get-extra-field,
3194         elmo-msgdb-overview-entity-set-extra-field): Moved to elmo-msgdb.el.
3195         (elmo-msgdb-make-index): Use
3196         `elmo-msgdb-overview-entity-get-number-internal'.
3197         (elmo-msgdb-clear-index): Ditto.
3198         (elmo-msgdb-append-entity): Ditto;
3199         Use `elmo-msgdb-overview-entity-get-id-internal'.
3201         * elmo-msgdb.el (elmo-msgdb-overview-entity-get-number,
3202         elmo-msgdb-overview-entity-set-number,
3203         elmo-msgdb-overview-entity-get-references,
3204         elmo-msgdb-overview-entity-set-references,
3205         elmo-msgdb-overview-entity-get-from-no-decode,
3206         elmo-msgdb-overview-entity-get-from,
3207         elmo-msgdb-overview-entity-set-from,
3208         elmo-msgdb-overview-entity-get-subject,
3209         elmo-msgdb-overview-entity-get-subject-no-decode,
3210         elmo-msgdb-overview-entity-set-subject,
3211         elmo-msgdb-overview-entity-get-date,
3212         elmo-msgdb-overview-entity-set-date,
3213         elmo-msgdb-overview-entity-get-to,
3214         elmo-msgdb-overview-entity-get-cc,
3215         elmo-msgdb-overview-entity-get-size,
3216         elmo-msgdb-overview-entity-set-size,
3217         elmo-msgdb-overview-entity-get-extra,
3218         elmo-msgdb-overview-entity-set-extra,
3219         elmo-msgdb-overview-entity-get-extra-field,
3220         elmo-msgdb-overview-entity-set-extra-field): Moved from modb-legacy.el
3221         and rewrote for backward compatibility.
3223 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3225         * elmo.el (elmo-message-entity-number,
3226         elmo-message-entity-set-number,
3227         elmo-message-entity-field,
3228         elmo-message-entity-set-field): Moved to elmo-msgdb.el.
3230         * elmo-msgdb.el (elmo-message-entity-number,
3231         elmo-message-entity-set-number,
3232         elmo-message-entity-field,
3233         elmo-message-entity-set-field): Moved from elmo.el.
3235 2003-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
3237         * elmo.el (toplevel): Changed definition orders.
3239 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3241         * modb.el (elmo-msgdb-search): New API .
3242         (elmo-msgdb-match-condition): Ditto.
3244         * modb-standard.el (elmo-msgdb-search): Define.
3246         * modb-legacy.el (elmo-msgdb-search): Ditto.
3248         * modb-entity.el (elmo-msgdb-message-match-condition): Renamed
3249         from elmo-msgdb-match-condition-internal.
3251         * elmo.el (elmo-folder-search-fast): Abolish.
3252         (elmo-folder-search): Use elmo-msgdb-search and
3253         elmo-with-progress-display.
3255         * elmo-msgdb.el (elmo-msgdb-match-condition): Removed; redefined
3256         as msgdb API.
3258         * elmo.el (elmo-folder): Remove slot message-modified and
3259         flag-modified.
3260         (elmo-folder-set-message-modified): Abolish.
3261         (elmo-generic-folder-commit): Follow the change above.
3262         (elmo-folder-synchronize): Ditto.
3264         * elmo-pipe.el (elmo-folder-set-message-modified): Abolish.
3266         * elmo-multi.el (elmo-folder-set-message-modified): Ditto.
3268         * elmo-filter.el (elmo-folder-set-message-modified): Ditto.
3270 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3272         * modb-standard.el (modb-standard-make-message-entity,
3273         elmo-msgdb-make-message-entity,
3274         elmo-msgdb-create-message-entity-from-buffer,
3275         elmo-msgdb-message-entity-number,
3276         elmo-msgdb-message-entity-set-number,
3277         elmo-msgdb-message-entity-field,
3278         elmo-msgdb-message-entity-set-field,
3279         elmo-msgdb-copy-message-entity,
3280         elmo-msgdb-match-condition-internal): Remove.
3282         * modb-entity.el: New file (again).
3284         * modb.el (toplevel): Require modb-entity.
3285         (elmo-msgdb-message-entity-handler): New method.
3287         * modb-standard.el (modb-standard-entity-id): Use
3288         elmo-message-entity-handler.
3289         (modb-standard-load-entity): Ditto.
3290         (elmo-msgdb-append-entity): Ditto.
3291         (elmo-msgdb-create-message-entity-from-buffer): Ditto.
3293         * modb-legacy.el (elmo-msgdb-get-decoded-cache,
3294         elmo-msgdb-decoded-cache-hashtb,
3295         (modb-legacy-make-message-entity,
3296         elmo-msgdb-make-message-entity,
3297         elmo-msgdb-create-message-entity-from-buffer,
3298         elmo-msgdb-message-entity-number,
3299         elmo-msgdb-message-entity-set-number,
3300         elmo-msgdb-message-entity-field,
3301         elmo-msgdb-message-entity-set-field,
3302         elmo-msgdb-copy-message-entity,
3303         elmo-msgdb-match-condition-internal,
3304         elmo-msgdb-match-condition-primitive): Moved to modb-entity.el.
3306         * elmo.el (elmo-message-copy-entity): Use elmo-message-entity-handler.
3307         (elmo-message-entity-set-number): Ditto.
3308         (elmo-message-entity-field): Ditto.
3309         (elmo-message-entity-set-field): Ditto.
3311         * elmo-shimbun.el (elmo-shimbun-msgdb-create-entity): Ditto.
3313         * elmo-sendlog.el (elmo-folder-msgdb-create): Ditto.
3315         * elmo-pop3.el (elmo-pop3-msgdb-create-message): Ditto.
3317         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Ditto.
3318         (elmo-nntp-msgdb-create-message): Ditto.
3320         * elmo-nmz.el (elmo-nmz-msgdb-create-entity): Ditto.
3321         (elmo-folder-msgdb-create): Add unread flag.
3323         * elmo-maildir.el (elmo-folder-msgdb-create): Ditto.
3325         * elmo-localdir.el (elmo-localdir-msgdb-create-entity): Ditto.
3327         * elmo-imap4.el (elmo-imap4-fetch-callback-1): Ditto.
3329         * elmo-cache.el (elmo-folder-msgdb-create): Ditto.
3331         * elmo-archive.el (elmo-archive-msgdb-create-entity-subr): Call
3332         elmo-msgdb-messge-entity-handler.
3333         * elmo-version.el (elmo-version): Up to 2.11.17.
3335 2003-09-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3337         * elmo-shimbun.el (elmo-shimbun-update-overview): Fixed the last
3338         change.
3340 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3342         * elmo.el (elmo-message-field): Use elmo-message-entity-field.
3344         * elmo-msgdb.el (elmo-msgdb-get-number): Abolish.
3345         (elmo-msgdb-get-parent-entity): Use elmo-message-entity-field.
3346         (elmo-msgdb-flag-table): Ditto.
3347         (elmo-msgdb-sort-by-date): Ditto.
3349         * modb.el (elmo-msgdb-create-message-entity-from-file): Define.
3351         * modb-standard.el (toplevel): Require mime.
3352         (modb-standard-entity-id): Use elmo-msgdb-message-entity-field.
3353         (modb-standard-load-entity): Use elmo-msgdb-message-entity-field and
3354         elmo-msgdb-message-entity-number.
3355         (elmo-msgdb-append-entity): Ditto.
3356         (elmo-msgdb-create-message-entity-from-file): Remove.
3357         (elmo-msgdb-create-message-entity-from-buffer): Use msgdb which 
3358         corresponds to the entity.
3359         (elmo-msgdb-message-entity-number): Do nothing currently.
3360         (elmo-msgdb-message-entity-field): Ditto.
3361         (elmo-msgdb-message-entity-set-field): Ditto.
3362         (elmo-msgdb-copy-message-entity): Ditto.
3363         (elmo-msgdb-match-condition-internal): Ditto.
3365         * modb-legacy.el (elmo-msgdb-insert-file-header): Moved to
3366         elmo-util.el.
3367         (elmo-msgdb-create-message-entity-from-file): Remove.
3369         * elmo-util.el (elmo-msgdb-insert-file-header): Moved from
3370         modb-legacy.el.
3371         (elmo-multiple-field-body): Moved from elmo-msgdb.el.
3373         * elmo-msgdb.el (elmo-multiple-field-body): Moved to elmo-util.el.
3375 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3377         * modb.el (elmo-msgdb-make-message-entity): Define simple one.
3378         (elmo-msgdb-message-entity-field): Ditto.
3379         (elmo-msgdb-message-entity-number): Ditto.
3381 2003-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3383         * modb-standard.el (elmo-msgdb-create-message-entity-from-buffer): 
3384         Fixed how to set extra field into entity.
3385         (elmo-msgdb-message-entity-set-field): Fixed mistake string for
3386         symbol.
3388         * modb-legacy.el (elmo-msgdb-create-message-entity-from-buffer):
3389         Fixed how to set extra field into entity.
3390         (elmo-msgdb-message-entity-set-field): Fixed mistake string for
3391         symbol.
3393 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3395         * modb.el (elmo-message-entity-db): New function.
3396         (elmo-msgdb-make-message-entity): New API.
3397         (elmo-msgdb-message-entity-number): Ditto.
3398         (elmo-msgdb-message-entity-set-number): Ditto.
3399         (elmo-msgdb-message-entity-field): Ditto.
3400         (elmo-msgdb-message-entity-set-field): Ditto.
3401         (elmo-msgdb-copy-message-entity): Ditto.
3402         (elmo-msgdb-create-message-entity-from-file): Ditto.
3403         (elmo-msgdb-create-message-entity-from-buffer): Ditto.
3404         (elmo-msgdb-match-condition-internal): Ditto.
3406         * modb-standard.el (modb-legacy): Require modb-legacy.
3407         (modb-standard-make-message-entity): New inline function.
3408         (elmo-msgdb-make-message-entity): Define.
3409         (elmo-msgdb-create-message-entity-from-file): Ditto.
3410         (elmo-msgdb-create-message-entity-from-buffer): Ditto.
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.
3416         * modb-legacy.el: Don't require modb-entity.
3417         (elmo-msgdb-decoded-cache-hashtb): Moved from elmo-msgdb.el
3418         (elmo-msgdb-match-condition-primitive): Ditto.
3419         (elmo-msgdb-get-decoded-cache): Ditto.
3420         (elmo-msgdb-overview-entity-get-id): Ditto.
3421         (elmo-msgdb-overview-entity-get-number): Ditto.
3422         (elmo-msgdb-overview-entity-set-number): Ditto.
3423         (elmo-msgdb-overview-entity-get-references): Ditto.
3424         (elmo-msgdb-overview-entity-set-references): Ditto.
3425         (elmo-msgdb-overview-entity-get-from-no-decode): Ditto.
3426         (elmo-msgdb-overview-entity-get-from): Ditto.
3427         (elmo-msgdb-overview-entity-set-from): Ditto.
3428         (elmo-msgdb-overview-entity-get-subject): Ditto.
3429         (elmo-msgdb-overview-entity-get-subject-no-decode): Ditto.
3430         (elmo-msgdb-overview-entity-set-subject): Ditto.
3431         (elmo-msgdb-overview-entity-get-date): Ditto.
3432         (elmo-msgdb-overview-entity-set-date): Ditto.
3433         (elmo-msgdb-overview-entity-get-to): Ditto.
3434         (elmo-msgdb-overview-entity-get-cc): Ditto.
3435         (elmo-msgdb-overview-entity-get-size): Ditto.
3436         (elmo-msgdb-overview-entity-set-size): Ditto.
3437         (elmo-msgdb-overview-entity-get-extra): Ditto.
3438         (elmo-msgdb-overview-entity-set-extra): Ditto.
3439         (elmo-msgdb-overview-entity-get-extra-field): Ditto.
3440         (elmo-msgdb-overview-entity-set-extra-field): Ditto.
3441         (elmo-msgdb-number-load): Ditto.
3442         (elmo-msgdb-overview-load): Ditto.
3443         (elmo-msgdb-mark-load): Ditto.
3444         (elmo-msgdb-number-save): Ditto.
3445         (elmo-msgdb-mark-save): Ditto.
3446         (elmo-msgdb-overview-save): Ditto.
3447         (modb-legacy-make-message-entity): New inline function.
3448         (elmo-msgdb-insert-file-header): Ditto.
3449         (elmo-msgdb-make-message-entity): Define.
3450         (elmo-msgdb-create-message-entity-from-file): Ditto.
3451         (elmo-msgdb-create-message-entity-from-buffer): Ditto.
3452         (elmo-msgdb-message-entity-number): Ditto.
3453         (elmo-msgdb-message-entity-set-number): Ditto.
3454         (elmo-msgdb-message-entity-field): Ditto.
3455         (elmo-msgdb-message-entity-set-field): Ditto.
3456         (elmo-msgdb-copy-message-entity): Ditto.
3457         (elmo-msgdb-match-condition-internal): Ditto.
3459         * elmo.el (elmo-find-fetch-strategy): Use elmo-message-entity-field.
3460         (elmo-message-copy-entity): Rewrite.
3461         (elmo-message-entity-number): Ditto.
3462         (elmo-message-entity-set-number): Ditto.
3463         (elmo-message-entity-field): Use elmo-message-entity-db.
3464         (elmo-message-entity-set-field): Ditto.
3465         (elmo-message-field): Rewrite.
3467         * elmo-util.el (elmo-msgdb-get-last-message-id): Moved from
3468         elmo-msgdb.el
3469         (elmo-msgdb-get-message-id-from-buffer): Ditto.
3471         * elmo-shimbun.el (elmo-shimbun-folder-entity-hash): Use
3472         elmo-message-entity-field.
3473         (elmo-shimbun-folder-shimbun-header): Ditto.
3474         (elmo-shimbun-entity-to-header): Ditto.
3475         (elmo-folder-msgdb-create): Ditto.
3476         (elmo-shimbun-msgdb-create-entity): Ditto;
3477         Use elmo-msgdb-create-message-entity-from-buffer.
3478         (elmo-shimbun-update-overview): Use elmo-message-entity-set-field.
3479         (elmo-map-folder-list-message-locations): elmo-message-entity-field.
3481         * elmo-sendlog.el (elmo-folder-msgdb-create): Use
3482         elmo-msgdb-create-message-entity-from-file and 
3483         elmo-message-entity-field.
3485         * elmo-pop3.el (elmo-pop3-sort-msgdb-by-original-number): Use
3486         elmo-message-entity-number.
3487         (elmo-pop3-msgdb-create-message): Use
3488         elmo-msgdb-create-message-entity-from-buffer,
3489         elmo-message-entity-set-field, elmo-message-entity-number and
3490         elmo-message-entity-set-number.
3492         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Follow
3493         the API change in elmo-msgdb-make-message-entity.
3494         (elmo-nntp-msgdb-create-message): Use
3495         elmo-msgdb-create-message-entity-from-buffer.
3497         * elmo-nmz.el (elmo-nmz-msgdb-create-entity): Use
3498         elmo-message-entity-field and
3499         elmo-msgdb-create-message-entity-from-file.
3501         * elmo-msgdb.el (toplevel): Don't require modb-entity.
3502         (elmo-msgdb-get-field): Abolish.
3503         (elmo-msgdb-get-number): Rewrite.
3504         (elmo-msgdb-sort-by-date): Use elmo-message-entity-field.
3505         (elmo-msgdb-flag-table): Ditto.
3506         (elmo-msgdb-get-last-message-id,
3507         elmo-msgdb-number-load, elmo-msgdb-overview-load,
3508         elmo-msgdb-mark-load, elmo-msgdb-number-save,
3509         elmo-msgdb-mark-save, elmo-msgdb-overview-save): Moved to modb-legacy.
3510         (elmo-msgdb-create-overview-from-buffer,
3511         elmo-msgdb-overview-get-parent-entity): Abolish.
3513         * elmo-mime.el (elmo-mime-display-as-is): Use
3514         elmo-message-entity-field.
3516         * elmo-map.el (elmo-folder-pack-numbers): Use
3517         elmo-message-entity-set-number.
3519         * elmo-maildir.el (elmo-folder-msgdb-create): 
3520         elmo-msgdb-create-message-entity-from-file instead of
3521         elmo-msgdb-create-overview-entity-from-file.
3523         * elmo-localdir.el (elmo-localdir-msgdb-create-entity): Added argument
3524         msgdb.
3525         (elmo-folder-msgdb-create): Use elmo-message-entity-field.
3526         (elmo-folder-pack-numbers): Use elmo-message-entity-set-number.
3528         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Use
3529         elmo-messge-entity-field and elmo-message-entity-number.
3530         (elmo-imap4-fetch-callback-1): Call
3531         elmo-msgdb-create-message-entity-from-buffer instead of
3532         elmo-msgdb-create-overview-from-buffer. 
3533         (elmo-folder-msgdb-create-plugged): Use elmo-messge-entity-field.
3534         (elmo-find-fetch-strategy): Likewise.
3536         * elmo-flag.el (elmo-folder-msgdb-create): Call 
3537         elmo-localdir-msgdb-create-entity with argument msgdb.
3539         * elmo-dop.el (elmo-dop-msgdb): Use elmo-message-entity-number
3540         and elmo-message-entity-set-number.
3542         * elmo-cache.el (elmo-folder-msgdb-create): Use
3543         elmo-message-entity-field.
3544         (elmo-folder-msgdb-create): Call
3545         elmo-msgdb-create-message-entity-from-file instead of
3546         elmo-msgdb-create-overview-entity-from-file.
3548         * elmo-archive.el (elmo-archive-msgdb-create-entity-subr): Added
3549         argument msgdb; Call elmo-msgdb-create-message-from-buffer
3550         instead of elmo-msgdb-create-overview-from-buffer.
3551         (elmo-archive-msgdb-create-entity): Ditto.
3552         (elmo-archive-msgdb-create-as-numlist-subr1): Use
3553         elmo-message-entity-field.
3554         (elmo-archive-parse-mmdf): Ditto.
3556         * modb-entity.el: Removed.
3558         * elmo-version.el (elmo-version): Up to 2.11.16.
3560 2003-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
3562         * elmo-map.el (elmo-folder-unflag-answered): Added optional argument
3563         `is-local'.
3564         (elmo-folder-flag-as-answered): Ditto.
3566 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3568         * modb-standard.el: New file.
3570         * elmo.el (elmo-folder-clear): Reconstruct msgdb if
3571         elmo-msgdb-convert-type is `sync'.
3573         * elmo-vars.el (elmo-msgdb-default-type): Added `standard'.
3574         (elmo-msgdb-convert-type): New user option.
3576         * elmo-msgdb.el (elmo-msgdb-load-priorities): New internal variable.
3577         (elmo-load-msgdb): Auto detect saved type.
3579         * elmo-version.el (elmo-version): Up to 2.11.15.
3581 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3583         * elmo-flag.el (elmo-folder-list-global-flag-messages): New function.
3585         * elmo.el (elmo-folder-delete-messages): Added notice in docstring.
3586         (elmo-folder-move-messages): Call elmo-global-flag-detach-messages
3587         with argument `delete-if-none' when dst-folder is 'null.
3589         * elmo-flag.el (elmo-folder-append-messages): Defined.
3590         (elmo-global-flag-detach-messages): Added argumnet `delete-if-none'.
3592 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3594         * elmo-flag.el (elmo-folder-initialize): Fixed ("/.minfo"->".minfo").
3596 2003-09-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3598         * elmo-flag.el (elmo-folder-expand-msgdb-path): Define.
3599         (elmo-folder-initialize): Use `elmo-folder-msgdb-path'.
3600         (elmo-folder-commit): Ditto.
3602 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3604         * elmo-flag.el: New file.
3606         * elmo-mark.el: Removed.
3608         * modb-legacy.el (modb-legacy-new-mark,
3609         modb-legacy-unread-uncached-mark,
3610         modb-legacy-unread-cached-mark,
3611         modb-legacy-read-uncached-mark,
3612         modb-legacy-answered-cached-mark,
3613         modb-legacy-answered-uncached-mark,
3614         modb-legacy-important-mark): New constants (Moved from elmo-msgdb.el);
3615         All other related portions are changed.
3617         * elmo.el (luna-define-class): Changed mark-modified to flag-modified.
3618         (elmo-folder-list-messages-with-global-mark): Abolish.
3619         (elmo-folder-unflag-important): Renamed from `mark' to `flag'.
3620         (elmo-folder-flag-as-important): Ditto.
3621         (elmo-folder-unflag-read): Ditto.
3622         (elmo-folder-flag-as-read): Ditto.
3623         (elmo-folder-unflag-answered): Ditto.
3624         (elmo-folder-flag-as-answered): Ditto.
3625         (elmo-message-encache): Return the cache path.
3626         (elmo-folder-move-messages): Call elmo-global-flag-detach-messages.
3627         (elmo-message-set-flag): Transitional implementation.
3628         (elmo-message-unset-flag): Ditto.
3629         (elmo-folder-unflag-important): Call elmo-global-flag-detach.
3630         (elmo-folder-flag-as-important): Call elmo-global-flag-set.
3631         (elmo-init): Call elmo-global-flag-initialize.
3632         (toplevel): Added autoload settings for elmo-flag.
3634         * elmo-vars.el (elmo-msgdb-global-mark-filename): Abolished.
3636         * elmo-util.el: Removed all elmo-msgdb-global-mark stuff.
3637         (elmo-file-cache-delete): Don't treat global-mark.
3639         * elmo-shimbun.el (elmo-folder-msgdb-create): Ditto.
3641         * elmo-sendlog.el (elmo-folder-msgdb-create): Ditto.
3643         * elmo-pop3.el (elmo-pop3-msgdb-create-message): Call
3644         `elmo-global-flags-set'.
3646         * elmo-pipe.el (elmo-folder-flag-as-read): Renamed from `mark' to
3647         `flag'.
3648         (elmo-folder-unflag-read): Ditto.
3649         (elmo-folder-unflag-important): Ditto.
3650         (elmo-folder-flag-as-important): Ditto.
3651         (elmo-folder-unflag-answered): Ditto.
3652         (elmo-folder-flag-as-answered): Ditto.
3654         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Call
3655         `elmo-global-flags-set'.
3656         (elmo-folder-flag-as-read): Renamed from `mark' to `flag'.
3658         * elmo-nmz.el (elmo-folder-msgdb-create): Always put `new' flag.
3660         * elmo-net.el (elmo-folder-unflag-important): Renamed from `mark' to
3661         `flag'.
3662         (elmo-folder-flag-as-important): Ditto.
3663         (elmo-folder-unflag-important): Ditto.
3664         (elmo-folder-flag-as-important): Ditto.
3665         (elmo-folder-unflag-read): Ditto.
3666         (elmo-folder-flag-as-read): Ditto.
3667         (elmo-folder-unflag-answered): Ditto.
3668         (elmo-folder-flag-as-answered): Ditto.
3670         * elmo-multi.el (elmo-folder-list-importants): Don't call
3671         elmo-folder-list-messages-with-global-mark.
3672         (elmo-folder-flag-as-important): Renamed from `mark' to `flag'.
3673         (elmo-folder-unflag-important): Ditto.
3674         (elmo-folder-flag-as-read): Ditto.
3675         (elmo-folder-unflag-read): Ditto.
3676         (elmo-folder-flag-as-answered): Ditto.
3677         (elmo-folder-unflag-answered): Ditto.
3679         * elmo-msgdb.el (elmo-msgdb-new-mark,
3680         elmo-msgdb-unread-uncached-mark, elmo-msgdb-unread-cached-mark,
3681         elmo-msgdb-read-uncached-mark, elmo-msgdb-answered-cached-mark,
3682         elmo-msgdb-answered-uncached-mark, elmo-msgdb-important-mark): Removed
3683         (Moved to modb-legacy.el).
3684         (elmo-flag-table-get): Treat important flag too.
3686         * elmo-map.el (elmo-map-folder-unflag-important): Renamed from
3687         `mark' to `flag'.
3688         (elmo-map-folder-flag-as-important): Ditto.
3689         (elmo-map-folder-unflag-read): Ditto.
3690         (elmo-map-folder-flag-as-read): Ditto.
3691         (elmo-map-folder-unflag-answered): Ditto.
3692         (elmo-map-folder-flag-as-answered): Ditto.
3693         (elmo-folder-unflag-important): Ditto.
3694         (elmo-folder-flag-as-important): Ditto.
3695         (elmo-folder-unflag-read): Ditto.
3696         (elmo-folder-flag-as-read): Ditto.
3697         (elmo-folder-unflag-answered): Ditto.
3698         (elmo-folder-flag-as-answered): Ditto.
3700         * elmo-maildir.el (elmo-folder-msgdb-create): Ditto.
3701         (elmo-map-folder-flag-as-important): Renamed from `mark' to
3702         `flag'.
3703         (elmo-map-folder-unflag-important): Ditto.
3704         (elmo-map-folder-flag-as-read): Ditto.
3705         (elmo-map-folder-unflag-read): Ditto.
3706         (elmo-map-folder-flag-as-answered): Ditto.
3707         (elmo-map-folder-unflag-answered): Ditto.
3709         * elmo-localdir.el (elmo-folder-msgdb-create): Call
3710         `elmo-global-flags-set'.
3711         (elmo-global-flags-set): Added autoload setting.
3713         * elmo-internal.el (elmo-internal-folder-list): Changed `mark' to
3714         `flag'.
3716         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Don't call
3717         `elmo-msgdb-global-mark-set'.
3718         (elmo-folder-msgdb-create-plugged): Changed callback-data structure;
3719         Call `elmo-global-flags-set'.
3720         (elmo-folder-unflag-important-plugged): Renamed from `mark' to
3721         `flag'.
3722         (elmo-folder-flag-as-important-plugged): Ditto.
3723         (elmo-folder-unflag-read-plugged): Ditto.
3724         (elmo-folder-flag-as-read-plugged): Ditto.
3725         (elmo-folder-unflag-answered-plugged): Ditto.
3726         (elmo-folder-flag-as-answered-plugged): Ditto.
3727         (elmo-global-flags-set): Added autoload setting.
3729         * elmo-filter.el (elmo-folder-flag-as-read): Renamed from `mark' to
3730         `flag'.
3731         (elmo-folder-unflag-read): Ditto.
3732         (elmo-folder-flag-as-important): Ditto.
3733         (elmo-folder-unflag-important): Ditto.
3734         (elmo-folder-flag-as-answered): Ditto.
3735         (elmo-folder-unflag-answered): Ditto.
3737         * elmo-dop.el (elmo-dop-queue-merge-method-list): Follow the API
3738         change of `mark'->`flag'.
3739         (elmo-dop-queue-method-name-alist): Ditto.
3740         (elmo-folder-flag-as-read-dop): Renamed from `mark' to `flag'.
3741         (elmo-folder-unflag-read-dop): Ditto.
3742         (elmo-folder-flag-as-important-dop): Ditto.
3743         (elmo-folder-unflag-important-dop): Ditto.
3744         (elmo-folder-flag-as-answered-dop): Ditto.
3745         (elmo-folder-unflag-answered-dop): Ditto.
3747         * elmo-cache.el (elmo-folder-msgdb-create): Call
3748         `elmo-global-flags-set'.
3750         * elmo-archive.el (elmo-archive-msgdb-create-as-numlist-subr1):
3751         Call `elmo-global-flags-set'.
3752         (elmo-archive-msgdb-create-as-numlist-subr2): Call
3753         elmo-archive-parse-mmdf with argument `folder'.
3754         (elmo-archive-parse-mmdf): Added argument `folder';
3755         Call `elmo-global-flags-set'.
3757         * elmo-version.el (elmo-version): Up to 2.11.14.
3759 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3761         * modb.el (elmo-msgdb-length): Define.
3763         * elmo.el (elmo-make-folder): Fixed.
3764         (elmo-generic-folder-append-messages): Follow the API change.
3766         * elmo-dop.el (elmo-folder-append-buffer-dop-delayed): Follow the
3767         API change.
3769 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3771         * modb.el: New file.
3773         * modb-entity.el: Ditto.
3775         * modb-legacy.el: Ditto.
3777         * elmo-msgdb.el (elmo-make-msgdb): Added 2nd argument `type'.
3778         (elmo-msgdb-get-number): Use `elmo-msgdb-message-entity' instead
3779         of `elmo-msgdb-overview-get-entity'.
3780         (elmo-msgdb-get-field): Ditto.
3781         (elmo-msgdb-merge): Moved to `elmo.el'.
3782         (elmo-msgdb-length): Removed; redefine as modb method.
3783         (elmo-msgdb-change-mark): Abolish.
3784         (elmo-msgdb-out-of-date-messages): Rewrite; don't use it.
3785         (elmo-msgdb-match-condition): Don't use mark.
3786         (elmo-msgdb-overview-get-entity): Abolish.
3787         Split modb part into `modb*.el'.
3789         * elmo-vars.el (elmo-msgdb-default-type): New user option.
3791         * elmo-shimbun.el (shimbun-mua-search-id): Use
3792         `elmo-msgdb-message-entity' instead of
3793         `elmo-msgdb-overview-get-entity'.
3794         (elmo-shimbun-folder-shimbun-header): Ditto.
3795         (elmo-shimbun-get-headers): Ditto.
3796         (elmo-shimbun-update-overview): Ditto.
3798         * elmo-mime.el (elmo-mime-display-as-is): Ditto.
3800         * elmo-filter.el (elmo-folder-msgdb-create): Ditto.
3802         * elmo.el (elmo-folder-list-messages-with-global-mark): Ditto.
3803         (elmo-msgdb-merge): Moved from `elmo-msgdb.el'.
3805         * elmo-mark.el (elmo-mark-folder-msgdb-create): Don't use
3806         `elmo-msgdb-mark-to-flags'.
3808         * elmo-map.el (elmo-folder-pack-numbers): Don't use
3809         `elmo-msgdb-set-path'.
3811         * elmo-localdir.el (elmo-folder-pack-numbers): Ditto.
3813         * elmo-version.el (elmo-version): Up to 2.11.13.
3815         * elmo.el (elmo-generic-folder-commit): Don't load msgdb.
3817         * elmo-mark.el (elmo-mark-folder-msgdb-create): Use flag instead
3818         of mark.
3820 2003-09-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3822         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Fixed paren
3823         mismatch.
3825 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3827         * elmo.el (elmo-message-cached-p): Use `elmo-message-flagged-p'
3828         instead of `elmo-msgdb-get-cached'.
3829         (elmo-message-set-cached): Don't use `elmo-msgdb-set-cached'.
3831         * elmo-msgdb.el (elmo-msgdb-get-cached): Abolish.
3832         (elmo-msgdb-set-cached): Ditto.
3833         (elmo-msgdb-set-flag): Rewrite.
3834         (elmo-msgdb-unset-flag): Ditto.
3836         * elmo-msgdb.el: Rewrite with luna.
3838         * elmo.el (elmo-folder-msgdb-load): Renamed from `elmo-msgdb-load'.
3839         (elmo-folder-msgdb): Follow the change above.
3840         (elmo-generic-folder-commit): Use `elmo-msgdb-save'.
3841         (elmo-folder-unmark-important): Follow the API change.
3842         (elmo-folder-mark-as-important): Ditto.
3843         (elmo-folder-unmark-read): Ditto.
3844         (elmo-folder-mark-as-read): Ditto.
3845         (elmo-folder-unmark-answered): Ditto.
3846         (elmo-folder-mark-as-answered): Ditto.
3847         (elmo-folder-clear): Likewise.
3849         * elmo-imap4.el (elmo-folder-open): Use `elmo-folder-msgdb-load'
3850         instead of `elmo-msgdb-load' (renamed).
3852         * elmo-version.el (elmo-version): Up to 2.11.12.
3854 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3856         * elmo.el (elmo-generic-folder-append-messages): Follow the API
3857         change.
3858         (elmo-message-mark): Abolish.
3859         (elmo-folder-synchronize): Use `elmo-msgdb-out-of-date-messages'
3860         instead of `elmo-msgdb-change-mark'.
3862         * elmo-pipe.el (elmo-message-mark): Abolish.
3864         * elmo-multi.el (elmo-message-mark): Ditto.
3866         * elmo-msgdb.el (elmo-msgdb-new-mark): Changed to constant.
3867         (elmo-msgdb-unread-uncached-mark): Ditto.
3868         (elmo-msgdb-unread-cached-mark): Ditto.
3869         (elmo-msgdb-read-uncached-mark): Ditto.
3870         (elmo-msgdb-answered-cached-mark): Ditto.
3871         (elmo-msgdb-answered-uncached-mark): Ditto.
3872         (elmo-msgdb-important-mark): Ditto.
3873         (elmo-msgdb-flags-to-mark): Remove arguments `cached' and
3874         `use-cache'.
3875         (elmo-msgdb-append-entity): Changed 3rd arg from `mark' to
3876         `flags'.
3877         (elmo-flag-table-load): Changed flag to list of flag.
3878         (elmo-flag-table-set): If flags is nil, set read flag.
3879         (elmo-flag-table-get): Return derived flags from global mark,
3880         cache status and saved flags.
3881         (elmo-msgdb-flag-table): Follow the change above.
3882         (elmo-msgdb-out-of-date-messages): New function.
3884         * elmo-shimbun.el (elmo-folder-msgdb-create): Follow the API change.
3886         * elmo-sendlog.el (elmo-folder-msgdb-create): Ditto.
3888         * elmo-pop3.el (elmo-pop3-msgdb-create-message): Ditto.
3890         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Ditto.
3891         (elmo-nntp-msgdb-create-message): Ditto.
3893         * elmo-map.el (elmo-folder-pack-numbers): Ditto.
3895         * elmo-maildir.el (elmo-maildir-list-location): Treat flags as
3896         independent.
3897         (elmo-folder-msgdb-create): Follow the API change.
3899         * elmo-localdir.el (elmo-folder-msgdb-create): Ditto.
3900         (elmo-folder-append-messages): Ditto.
3902         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Ditto.
3903         (elmo-folder-append-buffer): Ditto.
3905         * elmo-filter.el (elmo-folder-msgdb-create): Ditto.
3907         * elmo-cache.el (elmo-folder-msgdb-create): Ditto.
3909         * elmo-archive.el (elmo-archive-msgdb-create-as-numlist-subr1): Ditto.
3910         (elmo-archive-parse-mmdf): Ditto.
3912         * elmo-version.el (elmo-version): Up to 2.11.11.
3914 2003-09-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3916         * elmo.el (elmo-message-flags): Use `elmo-msgdb-flags' instead of
3917         `elmo-msgdb-mark'.
3919         * elmo-util.el (elmo-with-progress-display): Fixed edebug spec.
3921         * elmo-pipe.el (elmo-message-flags): Defined.
3923         * elmo-multi.el (elmo-message-flags): Ditto.
3925 2003-09-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3927         * elmo-msgdb.el (elmo-msgdb-delete-messages): Renamed from
3928         `elmo-msgdb-delete-msgs'.
3930         * elmo.el (elmo-folder-count-flags): Don't use
3931         `elmo-msgdb-get-mark-alist'.
3932         (elmo-folder-detach-messages): Follow the API change.
3934         * elmo.el (elmo-folder-list-messages): Append killed messages into
3935         result if `visible-only' is nil.
3937         * elmo-nntp.el (elmo-nntp-catchup-msgdb): Return a list of
3938         canceled messages.
3939         (elmo-nntp-folder-msgdb-create): Kill messages which already canceled.
3940         (elmo-folder-update-number): Likewise.
3942         * elmo-pop3.el (elmo-pop3-sort-overview-by-original-number): Abolish.
3943         (elmo-pop3-sort-msgdb-by-original-number): Use
3944         `elmo-msgdb-sort-entities'.
3946         * elmo-msgdb.el (elmo-msgdb-sort-entities): New function.
3947         (elmo-msgdb-sort-by-date): Use it.
3948         (elmo-msgdb-overview-sort-by-date): Abolish.
3950         * elmo-dop.el (elmo-folder-status-dop): Fixed.
3952         * elmo-msgdb.el (elmo-msgdb-list-messages): Undo last change.
3953         (elmo-msgdb-flags): New function.
3954         (elmo-msgdb-merge): Use elmo-msgdb-append.
3956         * elmo-localdir.el (elmo-folder-pack-numbers): Fixed the last
3957         change.
3959         * elmo-map.el (elmo-folder-pack-numbers): Ditto.
3961         * elmo-dop.el (elmo-folder-status-dop): Use
3962         elmo-folder-list-messages instead of elmo-msgdb-list-messages.
3964 2003-09-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3966         * elmo-map.el (elmo-folder-pack-numbers): Rewrite.
3968         * elmo-localdir.el (elmo-folder-pack-numbers): Fixed last change.
3970         * elmo-msgdb.el (elmo-msgdb-append-entity): Fixed.
3972         * elmo-util.el (elmo-with-progress-display): New macro.
3974         * elmo-localdir.el (elmo-folder-pack-numbers): Rewrite.
3976 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3978         * elmo-shimbun.el (elmo-shimbun-folder-entity-hash): Use
3979         `elmo-folder-list-message-entities' instead of
3980         `elmo-msgdb-get-overview'.
3981         (elmo-map-folder-list-message-locations): Ditto.
3983         * elmo-msgdb.el (elmo-msgdb-append): Rewrite (use interface
3984         methods instead of treat directly).
3985         (elmo-msgdb-clear): Ditto.
3986         (elmo-msgdb-delete-msgs): Ditto.
3987         (elmo-msgdb-sort-by-date): Ditto.
3989         * elmo-nntp.el (elmo-nntp-msgdb-create-message): Removed unused
3990         local variables.
3991         (elmo-nntp-folder-msgdb-create): Follow the API change.
3993         * elmo-version.el (elmo-version): Up to 2.11.10.
3995 2003-08-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3997         * elmo-msgdb.el (elmo-msgdb-mark-to-flags): New function.
3998         (elmo-msgdb-flags-to-mark): Ditto.
3999         (elmo-msgdb-append-entity): Ditto.
4001         * elmo-archive.el (elmo-archive-msgdb-create-as-numlist-subr1):
4002         Use `elmo-msgdb-append-entity' instead of construct msgdb.
4003         (elmo-archive-msgdb-create-as-numlist-subr2): Ditto.
4004         (elmo-archive-parse-mmdf): Ditto.
4006         * elmo-cache.el (elmo-folder-msgdb-create): Ditto.
4008         * elmo-filter.el (elmo-folder-msgdb-create): Ditto.
4010         * elmo-localdir.el (elmo-folder-msgdb-create): Ditto.
4012         * elmo-maildir.el (elmo-folder-msgdb-create): Ditto.
4014         * elmo-mark.el (elmo-mark-folder-msgdb-create): Ditto.
4016         * elmo-nmz.el (elmo-folder-msgdb-create): Ditto.
4018         * elmo-sendlog.el (elmo-folder-msgdb-create): Ditto.
4020         * elmo-shimbun.el (elmo-folder-msgdb-create): Ditto.
4022         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Ditto.
4023         (elmo-folder-msgdb-create-plugged): Set elmo-imap4-current-msgdb
4024         to empty msgdb.
4026         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Use
4027         `elmo-msgdb-make-message-entity' and `elmo-msgdb-append-entity'
4028         instead of directly construction.
4029         (elmo-nntp-msgdb-create-message): Use `elmo-msgdb-append-entity'
4030         instead of construct msgdb.
4032         * elmo-pop3.el (elmo-pop3-sort-msgdb-by-original-number): Use
4033         `elmo-msgdb-set-overview' instead of reconstruct msgdb.
4034         (elmo-pop3-msgdb-create-message): Use `elmo-msgdb-append-entity'
4035         instead of construct msgdb.
4037 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4039         * elmo-msgdb.el (elmo-msgdb-message-entity-field): Decode value
4040         when field is from or subject.
4042 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
4044         * elmo-multi.el (elmo-message-entity-parent): Define.
4045         (elmo-folder-search): Rewrite.
4047 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4049         * elmo-multi.el (elmo-message-cached-p): Define.
4051         * elmo.el (elmo-message-cached-p): New method.
4052         (elmo-message-accessible-p): Use it instead of msgdb API directly.
4053         (elmo-message-flags): New method.
4054         (elmo-message-flagged-p): New function.
4056         * elmo-version.el (elmo-version): Up to 2.11.9.
4058 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4060         * elmo-version.el (elmo-version): Up to 2.11.8.
4062         * elmo.el (elmo-folder-move-messages): Removed unused arguments.
4064         * elmo-pipe.el (elmo-pipe-drain): Follow the change above.
4066 2003-08-14  Yuuichi Teranishi  <teranisi@gohome.org>
4068         * elmo.el (elmo-folder-detach-messages): Undo last change.
4070 2003-08-13  Yuuichi Teranishi  <teranisi@gohome.org>
4072         * elmo.el (elmo-folder-detach-messages): Don't load msgdb if empty.
4074         * elmo-pipe.el (elmo-pipe-drain): Bind elmo-inhibit-number-mapping
4075         only when src folder type is pop3.
4077 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
4079         * elmo-msgdb.el (elmo-msgdb-make-index): Use
4080         elmo-msgdb-overview-entity-get-number instead of
4081         elmo-message-entity-number.
4083 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4085         * elmo-version.el (elmo-version): Up to 2.11.7.
4087 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
4089         * elmo.el (elmo-folder-append-msgdb): Rewrite and define as an inline
4090         function.
4092         * elmo-msgdb.el (elmo-msgdb-append): Use elmo-msgdb-make-index-return.
4093         (elmo-msgdb-merge): New function.
4094         (elmo-msgdb-make-index-return): Renamed from elmo-msgdb-make-index.
4095         (elmo-msgdb-make-index): Rewrite.
4097         * elmo-version.el (elmo-version): Up to 2.11.6.
4099         * elmo-msgdb.el (elmo-msgdb-list-messages): If argument is a string,
4100         use it as a the path for loading message entities.
4102         * elmo-dop.el (elmo-folder-status-dop): Use elmo-msgdb-list-messages.
4104 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
4106         * elmo-filter.el (elmo-folder-set-message-modified): Set 
4107         message-modified slot of itself if it does not require target msgdb.
4109         * elmo-mime.el (elmo-mime-message-display): Display message entirely
4110         if folder length is zero.
4111         (elmo-mime-display-as-is): Ditto.
4113         * elmo-filter.el (elmo-folder-set-message-modified): Define.
4115         * elmo-multi.el (elmo-folder-set-message-modified): Ditto.
4117 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4119         * elmo.el (elmo-folder-set-message-modified): New method.
4120         (elmo-generic-folder-commit): Use it.
4121         (elmo-folder-synchronize): Ditto.
4123         * elmo-pipe.el (elmo-folder-set-message-modified): Define.
4124         (elmo-folder-commit): Remove duplicate definition.
4126 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
4128         * elmo.el (elmo-folder-list-message-entities): Ignore killed-list.
4130 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4132         * elmo.el (elmo-msgdb-load): Use elmo-msgdb-list-messages.
4133         (elmo-strict-folder-diff): Ditto.
4134         (elmo-folder-set-info-max-by-numdb): Simplify.
4136         * elmo-nntp.el (elmo-nntp-folder-msgdb-create): Use
4137         elmo-msgdb-list-messages.
4139         * elmo-msgdb.el (elmo-msgdb-seen-save): Abolish.
4140         (elmo-msgdb-list-flagged): Fixed problem when `flag' is `read'.
4142 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
4144         * elmo.el (elmo-folder-list-messages): Treat killed-list only when
4145         visible-only is non-nil.
4146         (elmo-folder-confirm-appends): Changed message.
4147         (elmo-folder-synchronize): Added argument disable-killed.
4149         * elmo-multi.el (elmo-folder-synchronize): Added argument
4150         disable-killed.
4152         * elmo-pipe.el (elmo-folder-synchronize): Ditto.
4154         * elmo-version.el (elmo-version): Up to 2.11.5.
4156         * elmo-multi.el (elmo-folder-search): Use nil for 1st argument of
4157         elmo-list-filter.
4159         * elmo-util.el (elmo-list-filter): Simplify.
4161         * elmo.el (elmo-generic-folder-commit): Use elmo-folder-list-messages.
4162         (elmo-folder-set-info-max-by-numdb): Changed argument to number list.
4163         (elmo-generic-folder-diff): Abolish argument.
4164         (elmo-msgdb-load): Don't use number-alist.
4166         * elmo-filter.el (elmo-folder-diff): Abolish argument.
4168         * elmo-pipe.el (elmo-folder-diff): Ditto.
4170         * elmo-nmz.el (elmo-folder-diff): Ditto.
4172         * elmo-net.el (elmo-folder-diff): Ditto.
4174         * elmo-maildir.el (elmo-folder-diff): Ditto.
4176         * elmo-imap4.el (elmo-folder-diff-async): Ditto.
4178         * elmo-multi.el (elmo-folder-diff): Ditto
4179         (elmo-multi-folder-diff): Rewrite.
4181 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4183         * elmo-pipe.el (elmo-folder-msgdb): Define.
4185 2003-08-01  Yuuichi Teranishi  <teranisi@gohome.org>
4187         * elmo.el (elmo-message-set-cached): Define as a method.
4189         * elmo-pipe.el (elmo-message-set-cached): Define.
4190         (elmo-find-fetch-strategy): Ditto.
4192         * elmo-multi.el (elmo-message-set-cached): Define.
4193         (elmo-find-fetch-strategy): Rewrite.
4195         * elmo-mime.el (elmo-mime-message-display): Use elmo-message-entity.
4197         * elmo-pipe.el (elmo-message-folder): Fixed definition.
4199 2003-07-30  Yuuichi Teranishi  <teranisi@gohome.org>
4201         * elmo-msgdb.el (elmo-msgdb-list-messages): Use number of overviews
4202         instead of number-alist.
4204         * elmo-localdir.el (elmo-folder-append-messages): Don't refer
4205         mark nor message-id when msgdb of source folder is not loaded.
4207         * elmo.el (elmo-generic-folder-append-messages): Ditto.
4209         * elmo-maildir.el (elmo-folder-append-messages): Ditto.
4211 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
4213         * elmo.el (elmo-folder-length): Don't require msgdb.
4215 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
4217         * elmo.el (elmo-message-mark): Cause an error when empty folder.
4218         (elmo-message-field): Ditto.
4220         * elmo-maildir.el (luna-define-class): Added slot `answered-locations'.
4221         (elmo-map-folder-list-message-locations): Setup `answered-locations'
4222         slot.
4223         (elmo-map-folder-list-answereds): Define.
4224         (elmo-maildir-list-location): Treat 'R' info.
4225         (elmo-folder-msgdb-create): Treat flag-table.
4226         (elmo-folder-append-messages): Save flag-table.
4228 2002-05-05  David Smith <ultrasoul@ultrasoul.com>
4230         * elmo-imap4.el (elmo-imap4-folder-diff-plugged): 
4231         Use SELECT when elmo-imap4-use-select-to-update-status is t.
4233 2003-07-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4235         * elmo.el (elmo-generic-folder-append-messages): Fixed last change.
4237         * elmo-localdir.el (elmo-folder-append-messages): Set flag as
4238         'read when mark is null.
4240 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4242         * elmo-version.el (elmo-version): Up to 2.11.4.
4244 2003-07-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4246         * elmo-pipe.el (elmo-folder-unmark-answered): Define.
4247         (elmo-folder-mark-as-answered): Ditto.
4249 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
4251         * elmo-pop3.el (elmo-pop3-exists-exactly): Set default value as nil.
4252         (elmo-pop3-get-session): Make msgdb directory after session.
4253         (elmo-folder-exists-p): Check exactly at the first time even when the
4254         elmo-pop3-exists-exactly is nil.
4256         * elmo-pipe.el (elmo-folder-open-internal): Don't drain here.
4257         (elmo-folder-list-messages): Define instead of
4258         elmo-folder-list-messages-internal.
4259         (elmo-folder-check): Check destination folder.
4260         (elmo-folder-synchronize): Drain the pipe.
4262         * elmo-localdir.el (elmo-folder-append-messages): Don't cause an error
4263         when msgdb is not loaded.
4265         * elmo-msgdb.el (elmo-msgdb-append-to-killed-list): Abolish.
4267         * elmo-imap4.el (elmo-folder-list-messages-plugged): Fixed.
4268         (elmo-imap4-folder-diff-plugged): Use uidnext to calculate number of
4269         messages.
4271         * elmo.el (elmo-folder-kill-messages-before): New function.
4272         (elmo-folder-kill-messages): Ditto.
4273         (elmo-folder-synchronize): Use elmo-folder-kill-messages-before.
4275         * elmo-imap4.el (elmo-folder-list-messages-plugged): 
4276         Don't use elmo-msgdb-max-of-killed. It is harmful when messages are
4277         killed not by synchronize (e.g. scoring).
4279 2003-07-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4281         * elmo.el (elmo-folder-search-fast): Return t if condition is not
4282         treated.
4283         (elmo-folder-search): Follow the change above.
4285         * elmo-util.el (elmo-read-search-condition-internal): Add `Flag'
4286         into the candidates of search field.
4288 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
4290         * elmo-msgdb.el (elmo-msgdb-set-flag): Overwrite answered flag.
4291         (elmo-msgdb-unset-flag): Ditto.
4293         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Precedes Seen flag.
4295 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
4297         * elmo-pipe.el (elmo-folder-msgdb-create): Don't define.
4298         (elmo-folder-commit): Define.
4299         (elmo-folder-synchronize): Ditto.
4300         (elmo-folder-list-flagged): Ditto.
4301         (elmo-folder-commit): Ditto.
4302         (elmo-folder-length): Ditto.
4303         (elmo-folder-count-flags): Ditto.
4304         (elmo-message-mark): Ditto.
4305         (elmo-message-field): Ditto.
4306         (elmo-message-entity): Ditto.
4307         (elmo-message-folder): Ditto.
4309 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
4311         * elmo.el (elmo-message-field): Define as a method.
4313         * elmo-multi.el (elmo-message-entity): Fixed bug when no entity found.
4314         (elmo-message-field): Define.
4316         * elmo.el (elmo-folder-list-unreads): Don't use msgdb API.
4317         (elmo-folder-list-importants): Ditto.
4318         (elmo-folder-list-answereds): Ditto.
4320         * elmo-multi.el (elmo-folder-mark-as-important): Remove :before
4321         qualifier.
4322         (elmo-folder-mark-as-read): Ditto.
4323         (elmo-folder-unmark-read): Ditto.
4324         (elmo-folder-mark-as-answered): Ditto.
4325         (elmo-folder-unmark-answered): Ditto.
4326         (elmo-folder-list-flagged): Define.
4327         (elmo-folder-commit): Ditto.
4328         (elmo-folder-length): Ditto.
4329         (elmo-folder-count-flags): Ditto.
4331 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
4333         * elmo.el (elmo-folder-detach-messages): New method.
4334         (elmo-folder-move-messages): Use it.
4335         (elmo-folder-synchronize): Ditto.
4337         * elmo-multi.el (elmo-folder-detach-messages): Define.
4339         * elmo.el (elmo-message-copy-entity): New function.
4340         (elmo-message-entity-set-number): Ditto.
4341         (elmo-message-mark): Define as method.
4343         * elmo-multi.el (elmo-multi-real-folder-number): Changed position.
4344         (elmo-folder-synchronize): Return 0 (Should be reconsider).
4345         (elmo-message-entity): Fixed last change.
4346         (elmo-message-mark): Define.
4347         (elmo-folder-msgdb-create): Abolish.
4348         (elmo-multi-folder-append-msgdb): Ditto.
4349         (elmo-multi-folder-diff): Fixed.
4350         (elmo-multi-split-number-alist): Removed.
4351         (elmo-multi-split-mark-alist): Removed.
4352         (elmo-folder-list-messages): Define.
4353         (elmo-folder-list-messages-internal): Removed.
4355         * elmo-localdir.el (elmo-folder-append-messages): Treat flags for
4356         local file messages.
4357         (elmo-folder-msgdb-create): Fixed read mark.
4359 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4361         * elmo.el (elmo-generic-folder-append-messages): Set flag as nil
4362         if mark is nil.
4364 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
4366         * elmo.el (elmo-folder-list-message-entities): Define as inline
4367         function.
4368         (elmo-folder-messages): Abolish.
4370         * elmo-multi.el (elmo-folder-check): Call elmo-folder-check for each
4371         folder.
4372         (elmo-folder-synchronize): Define.
4373         (elmo-message-entity): Define.
4375 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
4377         * elmo-imap4.el (elmo-folder-delete-messages-plugged): Call
4378         elmo-imap4-session-select-mailbox.
4380         * elmo.el (elmo-folder-move-messages): Don't display any message.
4382         * elmo-imap4.el (elmo-imap4-send-command): Accept process output when
4383         parsing.
4384         (elmo-imap4-session-check): Don't wait CHECK response.
4385         (elmo-folder-delete-messages-plugged): Don't wait EXPUNGE response.
4387 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
4389         * elmo.el (elmo-folder-synchronize): Fixed bug when sync-all.
4391 2003-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
4393         * elmo-multi.el (elmo-folder-process-crosspost): Follow the change in
4394         API.
4395         * elmo-nntp.el (elmo-folder-process-crosspost): Ditto.
4398         * elmo.el (elmo-folder-process-crosspost): Remove optional argument.
4399         (elmo-folder-list-message-entities): Added argument in-msgdb and
4400         numbers.
4401         (elmo-folder-synchronize): Define as a method.
4403         * elmo-nntp.el (elmo-folder-initialize): Don't use
4404         elmo-nntp-default-user if zero-length username is specified
4405         explicitly.
4407 2003-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
4409         * elmo-nntp.el (elmo-nntp-folder-list-subfolders): Don't omit
4410         server name in case with username.
4411         (XXX: this is ad-hoc fix against username includes "@", it
4412         should be solved fundamentally)
4414 2003-07-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
4416         * elmo-nntp.el (elmo-nntp-debug): New function.
4417         (elmo-nntp-send-command, elmo-nntp-process-filter): Call it.
4418         (elmo-network-authenticate-session): Hide auth-info from the log.
4420         * elmo-nntp.el (elmo-nntp-folder-list-subfolders): Don't append
4421         user name if it is equal to elmo-nntp-default-user.
4423 2003-06-07  Yuuichi Teranishi  <teranisi@gohome.org>
4425         * elmo-shimbun.el (elmo-shimbun-get-headers): Use shimbun-server
4426         instead of shimbun-server-internal;
4427         Use shimbun-current-group instead of shimbun-current-group-internal.
4428         (elmo-folder-plugged-p): Use shimbun-server instead of
4429         shimbun-server-internal.
4430         (elmo-folder-set-plugged): Ditto.
4431         (elmo-net-port-info): Ditto.
4432         (elmo-folder-check): Ditto.
4433         (elmo-folder-expand-msgdb-path): Ditto.
4434         (elmo-folder-list-subfolders): Ditto.
4436 2003-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
4438         * elmo-msgdb.el (elmo-msgdb-overview-entity-get-extra-field):
4439         Convert field-name to lower case.
4440         (elmo-msgdb-overview-entity-set-extra-field): Ditto.
4442 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4444         * acap.el, elmo-imap4.el, elmo-nntp.el, elmo-util.el, pldap.el:
4445         `message' and `error' take format string.
4447 2003-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4449         * elmo-pipe.el (elmo-folder-clear): Implemented clear copied-list.
4451 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4453         * elmo-msgdb.el (elmo-msgdb-message-entity-field): Don't use self
4454         recursive call (can't byte compile on emacs 20.7).
4456 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
4458         * elmo.el (elmo-folder-list-messages): Redefine as a luna method.
4459         (elmo-folder-list-message-entities): New API.
4460         (elmo-message-entity): Ditto.
4461         (elmo-message-entity-parent): Ditto.
4462         (elmo-folder-do-each-message-entity): Ditto.
4463         (elmo-message-entity-number): Ditto.
4464         (elmo-message-entity-field): Ditto.
4465         (elmo-message-entity-set-field): Ditto.
4466         (elmo-folder-count-flags): Ditto.
4467         (elmo-folder-length): Ditto.
4469         * elmo-util.el (elmo-get-hash-val): Check whether hashtable is nil or
4470         not.
4472         * elmo-msgdb.el (elmo-msgdb-list-messages): New function.
4473         (elmo-msgdb-count-marks): Abolish.
4474         (elmo-msgdb-make-entity): Ditto.
4475         (elmo-msgdb-do-each-entity): Ditto.
4476         (elmo-msgdb-message-entity): New inline function.
4477         (elmo-msgdb-message-entity-field): Ditto.
4478         (elmo-msgdb-message-entity-set-field): Ditto.
4479         (elmo-msgdb-make-message-entity): New function.
4481 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
4483         * elmo.el (elmo-folder-append-buffer): Changed argument from unread 
4484         to flag. (All other related portions are changed.)
4485         (elmo-folder-msgdb-create): Likewise.
4486         (elmo-generic-folder-append-messages): Use flag-table instead of
4487         seen-list.
4488         (elmo-folder-move-messages): Removed redundant process.
4489         (elmo-folder-synchronize): Likewise.
4491         * elmo-msgdb.el (elmo-flag-table-get): New function.
4492         (elmo-flag-table-save): Fixed.
4493         (elmo-msgdb-length): New inline function.
4494         (elmo-msgdb-flag-table): New function.
4495         (elmo-msgdb-mark): Add optional argument new.
4496         (elmo-msgdb-add-msgs-to-seen-list): Abolish.
4497         (elmo-msgdb-seen-list): Ditto.
4498         (elmo-msgdb-add-msgs-to-seen-list): Ditto.
4501 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
4503         * elmo.el (elmo-message-set-mark): Abolish.
4504         (elmo-folder-unmark-important): Added optional argument `ignore-flag'.
4505         (All related portions are changed.)
4507         * elmo-msgdb.el (toplevel): Added comment.
4508         (elmo-load-msgdb): Added 4th element `path'.
4509         (elmo-msgdb-append): Follow the change above.
4510         (elmo-msgdb-clear): Ditto.
4511         (elmo-msgdb-delete-msgs): Ditto.
4512         (elmo-msgdb-get-path): New inline function.
4513         (elmo-msgdb-set-path): Ditto.
4514         (elmo-flag-table-filename): New variable.
4515         (elmo-flag-table-load): New function.
4516         (elmo-flag-table-set): Ditto.
4517         (elmo-flag-table-save): Ditto.
4518         (elmo-msgdb-get-field-value): Abolish.
4519         (elmo-msgdb-overview-get-entity-by-number): Ditto.
4521 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4523         * elmo.el (elmo-folder-delete): Confirm deletion here, return t if
4524         the folder has been deleted successfully.
4525         * elmo-imap4.el (elmo-folder-delete): Ditto.
4526         * elmo-archive.el (elmo-folder-delete): Ditto.
4527         * elmo-localdir.el (elmo-folder-delete): Ditto.
4528         * elmo-maildir.el (elmo-folder-delete): Ditto.
4530 2003-03-27  Tetsurou Okazaki  <okazaki@be.to>
4532         * elmo-util.el (elmo-string-member-ignore-case): New function.
4533         * elmo-imap4.el (elmo-imap4-response-get-selectable-mailbox-list): Use it.
4534         (elmo-imap4-fetch-callback-1-subr): Likewise.
4536 2003-03-27  Kimura Fuyuki <fuyuki@hadaly.org>
4538         * elmo-imap4.el (elmo-imap4-response-get-selectable-mailbox-list): Fix
4539         the case of the name attribute "\Noselect".
4541 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4543         * elmo.el (elmo-folder-rename-internal): New method to cause error.
4545         * elmo-localdir.el (elmo-folder-pack-numbers): onum, a member of
4546         flist, is not always a member of onum-alist.
4548 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4550         * elmo-version.el (elmo-version): Up to 2.11.3.
4552 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4554         * elmo-maildir.el (elmo-folder-rename-internal): New method,
4555         copied from localdir's one.
4557         * elmo-pipe.el (elmo-folder-rename): New method, rename
4558         destination folder with leaving source folder as it is.
4560 2003-02-08  KAMO Tomoyuki  <kamo@ITmanage.co.jp>
4562         * elmo-nntp.el (elmo-nntp-get-folders-info): Don't use
4563         replace-regexp.
4565 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4567         * elmo-version.el (elmo-version): Up to 2.11.2.
4569 2003-02-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4571         * elmo-shimbun.el (elmo-folder-initialize): Do not call
4572         shimbun-open in case of "@".
4573         (elmo-folder-open-internal): Cope with shimbun = nil case.
4574         (elmo-folder-plugged-p): Ditto.
4575         (elmo-folder-list-subfolders): Make list for "@/" group.
4577 2003-01-31  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4579         * elmo-imap4.el (elmo-folder-expand-msgdb-path): Don't expand
4580         mailbox (e.g. for %~/something).
4582 2003-01-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4584         * elmo-localdir.el (elmo-folder-rename-internal): Referctoring;
4585         Replace nested conditional with guard clauses.
4587 2003-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
4589         * pldap.el (ldap-search-basic): Don't treat exit status 32 as an
4590         error [wl:11327].
4592         * elmo-imap4.el (elmo-folder-msgdb-create-plugged): Bind print-level,
4593         print-depth.
4595 2003-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4597         * elmo-archive.el (elmo-folder-rename-internal): Referctoring;
4598         Replace nested conditional with guard clauses.
4600 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4602         * elmo-util.el (elmo-object-save): Bind print-level, print-length.
4603         (elmo-passwd-alist-save): Ditto.
4604         * elmo-database.el (elmo-database-msgid-put): Bind print-length.
4606 2003-01-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4608         * elmo-localdir.el (elmo-folder-expand-msgdb-path): Expand
4609         dir-name only if it is absolute path.
4610         (TODO: distinguish +/something and +something)
4612 2003-01-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4614         * elmo-localdir.el (elmo-folder-expand-msgdb-path): Correct msgdb
4615         path for "+~/something".
4617 2003-01-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4619         * elmo-localdir.el (elmo-folder-rename-internal): If new-dir exist
4620         as non-directory, cause error before rename-file.
4621         * elmo-archive.el (elmo-folder-rename-internal): Create directory
4622         apropriately, mimic localdir's one.
4623         Based on the patch from KAMO Tomoyuki <kamo@ITmanage.co.jp>.
4625 2003-01-10  Tsutomu OKADA  <okada@furuno.co.jp>
4627         * elmo-map.el (elmo-folder-pack-numbers): Fix name of the function.
4629 2003-01-06  Yuuichi Teranishi  <teranisi@gohome.org>
4631         * elmo-msgdb.el: Moved global mark handling stuffs to elmo-util.el.
4633         * elmo-util.el: Moved global mark handling stuffs from elmo-msgdb.el.
4634         
4635         * elmo-util.el (elmo-file-cache-delete): Check whether the cache file
4636         is included in the global-mark or not.
4638 2002-12-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4640         * utf7.el (toplevel): Avoid error when the function
4641         find-coding-system does not exist.
4643 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4645         * elmo-nntp.el (elmo-folder-search): Body search is to search from
4646         cache even if the folder is plugged.
4647         (elmo-nntp-search-primitive): Do nothing when body search is
4648         invoked (although it is not used by the change above).
4649         * elmo-multi.el (elmo-folder-search): Don't ignore error anymore.
4651 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4653         * elmo-version.el (elmo-version): Up to 2.11.1.
4655 2002-12-10  Kenichi OKADA  <okada@opaopa.org>
4657         * elmo-archive.el: Specify charset.
4659 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4661         * elmo-pop3.el (elmo-pop3-process-filter): Check whether the pop3
4662         process buffer lives or not.
4664         * elmo-dop.el (elmo-dop-queue-flush): Don't append to the dop-queue
4665         while flushing queues (It causes infinite loop).
4667 2002-11-26  Yuuichi Teranishi  <teranisi@gohome.org>
4669         * elmo-imap4.el (elmo-folder-list-subfolders): Fixed last change.
4671 2002-11-24  Yuuichi Teranishi  <teranisi@gohome.org>
4673         * utf7.el (toplevel): Check the ucs features dynamically.
4674         (Advice from Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>)
4676         * elmo-pipe.el (elmo-folder-creatable-p): Don't check whether the
4677         folder is creatabe or not if it already exists.
4679 2002-11-21  Yuuichi Teranishi  <teranisi@gohome.org>
4681         * elmo-nntp.el (elmo-nntp-search-primitive): Revert the last change.
4683         * elmo-multi.el (elmo-folder-search): Ignore errors while search.
4685         * elmo-imap4.el (elmo-imap4-response-garbage-p): New macro.
4686         (elmo-imap4-read-response): Take care of garbage response.
4688 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4690         * elmo-nntp.el (elmo-nntp-search-primitive): Fix the last change,
4691         just return nil instead of error.
4693 2002-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4695         * elmo-nntp.el (elmo-nntp-search-primitive): Cause error when the
4696         search-key is "body".
4698 2002-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
4700         * elmo-imap4.el (elmo-folder-list-subfolders): Check the return value
4701         of elmo-string-matched-assoc to use match-data.
4702         (Thanks to Mito <mito@mxa.nes.nec.co.jp>)
4704 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4706         * elmo-split.el (elmo-split->): New function.
4707         (elmo-split-<): Ditto.
4709 2002-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
4711         * elmo-msgdb.el (elmo-msgdb-get-message-id-from-buffer): Added
4712         workaround for invalid message-id.
4714 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4716         * elmo-pop3.el (elmo-pop3-get-session): If if-exists is 'any-exists,
4717         return normal pop3 session or pop3 biff session.
4719 2002-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
4721         * elmo-maildir.el (elmo-maildir-update-current): Don't append
4722         info part to the cur files when the new files already have it.
4723         (Adviced by Jared Rhine <jared@wordzoo.com>)
4725 2002-11-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4727         * elmo-split.el (elmo-split-default-action): New variable.
4728         (elmo-split-subr): Use it if all other conditions are passed.
4729         Extend `fname' and rename it as `action'. (implemented
4730         Teranishi-san's idea in [wl:10800])
4732 2002-10-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4734         * elmo-imap4.el: Remove Nemacs hack, replace `elmo-read' by `read'.
4735         * elmo-util.el: Ditto.
4737 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4739         * elmo.el (elmo-message-accessible-p): Renamed from
4740         elmo-message-cached-p and rewritten.
4742 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4744         * elmo.el (elmo-folder-list-flagged): New generic function.
4745         (elmo-folder-list-importants): New implementation.
4746         (elmo-folder-list-answereds): Ditto.
4747         (elmo-folder-search-fast):  Use 'flag' instead of 'mark';
4748         Added 'digest'.
4749         (elmo-message-cached-p): New function.
4750         (elmo-message-set-flag): Ditto (no content).
4751         (elmo-message-unset-flag): Ditto.
4752         (elmo-folder-list-messages-mark-match): Abolish.
4754         * elmo-util.el (elmo-regexp-opt): New function.
4756         * elmo-msgdb.el (elmo-msgdb-get-cached): New function.
4757         (elmo-msgdb-match-condition-primitive): Use 'flag' instead of 'mark';
4758         Added 'digest'.
4759         (elmo-msgdb-list-flagged): New function.
4761         * elmo-imap4.el (elmo-imap4-folder-list-digest-plugged): New function.
4762         (elmo-imap4-search-internal-primitive): Use 'flag' instead of 'mark';
4763         Added 'digest'.
4765         * elmo-filter.el (elmo-folder-diff): Use 'flag' instead of 'mark'.
4767 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4769         * elmo-version.el (elmo-version): Up to 2.11.0.
4771 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4773         * elmo-msgdb.el (elmo-msgdb-set-flag): Use
4774         `elmo-file-cache-exists-p'; use proper mark that depends on
4775         `use-cache'.
4776         (elmo-msgdb-unset-flag): Ditto.
4777         (elmo-msgdb-set-cached): Ditto. added argument `use-cache'.
4779         * elmo.el (elmo-message-set-cached): Call `elmo-msgdb-set-cached'
4780         with 4th argument `use-cache'.
4782 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4784         * elmo.el (elmo-folder-unmark-important): Follow the changes above.
4785         (elmo-folder-mark-as-important): Ditto.
4786         (elmo-folder-unmark-read): Ditto.
4787         (elmo-folder-mark-as-read): Ditto.
4788         (elmo-folder-unmark-answered): Ditto.
4789         (elmo-folder-mark-as-answered): Ditto.
4791         * elmo-msgdb.el (elmo-msgdb-set-cached): Use the term 'flag' for
4792         message status.
4793         (elmo-msgdb-mark): Likewise.
4794         (elmo-msgdb-set-flag): Renamed from elmo-msgdb-set-status.
4795         (elmo-msgdb-unset-flag): Likewise.
4797         * elmo.el (elmo-generic-folder-diff): Avoid byte-compile warning.
4799 2002-10-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4801         * elmo-filter.el (elmo-folder-diff): Fixed condition checking
4802         `last:' filter.
4804 2002-10-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4806         * elmo-dop.el (elmo-folder-status-dop): If spool-folder is absent,
4807         set spool-length to 0.
4809 2002-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4811         * elmo-dop.el (elmo-dop-queue-flush): Check obsolete at first.
4812         (elmo-dop-queue-flush): Fixed last change.
4814 2002-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4816         * elmo-filter.el (elmo-folder-list-unreads): Call generic method
4817         if require-msgdb slot is nil.
4818         (elmo-folder-list-importants): Likewise.
4820 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4822         * elmo.el (elmo-message-set-cached): Set mark-modified slot if
4823         mark is changed.
4825         * elmo-msgdb.el (elmo-msgdb-set-mark): Return t.
4826         (elmo-msgdb-set-cached): Undo last change; return non-nil if mark
4827         is changed.
4829 2002-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
4831         * elmo-msgdb.el (elmo-msgdb-set-cached): Set mark-modified slot.
4833 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
4835         * elmo-msgdb.el (elmo-msgdb-unset-status): Set mark-modified slot.
4837         * elmo-multi.el (elmo-folder-close): Set msgdb of children as nil.
4839 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4841         * elmo-msgdb.el (elmo-msgdb-set-status): Fixed logic (new to read).
4842         (elmo-msgdb-uncached-marks): Added elmo-msgdb-new-mark.
4844 2002-09-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4846         * elmo.el: Add autoload setting for elmo-nntp-post, fix against
4847         the problem reported by Sean Rima [wl-en:180].
4849 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
4851         * elmo-filter.el (elmo-folder-diff): Treat 'mark:' filter.
4853         * elmo.el (elmo-folder-unmark-read): Added argument `ignore-flag'.
4855         * elmo-filter.el (elmo-folder-unmark-read): Ditto.
4857         * elmo-map.el (elmo-folder-unmark-read): Ditto.
4859         * elmo-multi.el (elmo-folder-unmark-read): Ditto.
4861         * elmo-net.el (elmo-folder-unmark-read): Ditto.
4863         * elmo-pipe.el (elmo-folder-unmark-read): Ditto.
4865 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
4867         * elmo-imap4.el (elmo-imap4-parse-status): Skip white spaces after
4868         status number.
4870 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
4872         * elmo.el (elmo-folder-mark-as-read): Added argument `ignore-flag'.
4873         (elmo-folder-mark-as-read): Follow the API change.
4874         (elmo-message-set-cached): New function.
4876         * elmo-pipe.el (elmo-folder-mark-as-read): Follow the API change.
4878         * elmo-nntp.el (elmo-folder-mark-as-read): Set :before qualifier.
4880         * elmo-net.el (elmo-folder-unmark-important): Set :before qualifier.
4881         (elmo-folder-mark-as-important): Ditto.
4882         (elmo-folder-unmark-read): Ditto.
4883         (elmo-folder-mark-as-read): Ditto.
4884         (elmo-folder-unmark-answered): Ditto.
4885         (elmo-folder-mark-as-answered): Ditto.
4887         * elmo-multi.el (elmo-folder-mark-as-important): Set :before qualifier.
4888         (elmo-folder-unmark-important): Ditto.
4889         (elmo-folder-mark-as-read): Ditto.
4890         (elmo-folder-unmark-read): Ditto.
4891         (elmo-folder-mark-as-answered): Ditto.
4892         (elmo-folder-unmark-answered): Ditto.
4894         * elmo-mark.el (toplevel): Removed some mark method definitions.
4896         * elmo-map.el (elmo-map-folder-unmark-answered): New method.
4897         (elmo-map-folder-mark-as-answered): Ditto.
4898         (elmo-folder-unmark-important): Add :before qualifier.
4899         (elmo-folder-mark-as-important): Ditto.
4900         (elmo-folder-unmark-read): Ditto.
4901         (elmo-folder-mark-as-read): Ditto.
4902         (elmo-folder-unmark-answered): Define.
4903         (elmo-folder-mark-as-answered): Ditto.
4905         * elmo-maildir.el (elmo-map-folder-mark-as-answered): Define.
4906         (elmo-map-folder-unmark-answered): Ditto.
4908         * elmo-filter.el (elmo-folder-mark-as-read): Follow the API change.
4910         * elmo-net.el (elmo-folder-unmark-important): Added :around qualifier.
4911         (elmo-folder-mark-as-important): Ditto.
4912         (elmo-folder-unmark-read): Ditto.
4913         (elmo-folder-mark-as-read): Ditto.
4914         (elmo-folder-unmark-answered): Ditto.
4915         (elmo-folder-mark-as-answered): Ditto.
4917         * elmo-msgdb.el (elmo-msgdb-match-condition-primitive): Added argument
4918         `mark'; evaluate mark condition.
4919         (elmo-msgdb-match-condition-internal): New function.
4920         (elmo-msgdb-match-condition): Call it; changed argument.
4922         * elmo.el (elmo-folder-search): Follow the API change on
4923         `elmo-msgdb-match-condition'.
4925 2002-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4927         * elmo-filter.el (elmo-folder-msgdb-create): Add to mark-alist if
4928         original mark is non-nil.
4930 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
4932         * elmo-map.el (elmo-map-folder-list-unreads): Define default behavior.
4933         (elmo-map-folder-list-answereds): New method.
4934         (elmo-folder-list-unreads): Add :around qualifier.
4935         (elmo-folder-list-importants): Ditto.
4936         (elmo-folder-list-answereds): Ditto.
4938 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
4940         * elmo-msgdb.el (elmo-msgdb-mark): New inline function.
4942         * elmo-filter.el (elmo-folder-msgdb-create): Call target-folder's
4943         method if msgdb is not required.
4944         (elmo-filter-folder-list-importants): Don't treat global-mark.
4946         * elmo.el (elmo-folder-list-importants): Ditto.
4948         * elmo-net.el (elmo-folder-list-importants): Ditto.
4950         * elmo-map.el (elmo-folder-list-importants): Ditto.
4952         * elmo-msgdb.el (elmo-msgdb-seen-list): Use `elmo-msgdb-unread-marks'
4954         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Set answered mark.
4955         (elmo-imap4-folder-list-any-plugged): New function.
4956         (elmo-imap4-search-internal-primitive): Use it.
4958         * elmo-filter.el (elmo-folder-check): Synchronize original folder
4959         only when require-msgdb slot is non-nil.
4960         (elmo-folder-close): Clear target folder's msgdb.
4962 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
4964         * elmo-pop3.el (elmo-folder-msgdb-create): Follow the API change.
4965         (elmo-pop3-msgdb-create-by-header): Ditto.
4966         (elmo-pop3-msgdb-create-message): Ditto.
4968         * elmo-shimbun.el (elmo-folder-msgdb-create): Ditto.
4970         * elmo-sendlog.el (elmo-folder-msgdb-create): Ditto.
4972         * elmo-nmz.el (elmo-folder-msgdb-create): Ditto.
4974         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Ditto.
4975         (elmo-folder-msgdb-create): Ditto.
4976         (elmo-nntp-folder-msgdb-create): Ditto.
4977         (elmo-nntp-msgdb-create-by-header): Ditto.
4978         (elmo-nntp-msgdb-create-message): Ditto.
4979         (elmo-folder-list-unreads): Define.
4981         * elmo-pipe.el (elmo-folder-msgdb-create): Ditto.
4982         (elmo-folder-append-messages): Ditto.
4983         (elmo-folder-list-unreads): Define.
4984         (elmo-folder-list-importants): Ditto.
4985         (elmo-folder-list-answereds): Ditto.
4987         * elmo-net.el (elmo-folder-list-unreads): Define.
4988         (elmo-folder-list-importants): Ditto.
4989         (elmo-folder-list-answereds): Ditto.
4990         (elmo-folder-list-answereds-plugged): Ditto.
4991         (elmo-folder-msgdb-create): Follow the API change.
4992         (elmo-folder-msgdb-create-unplugged): Ditto.
4993         (elmo-folder-unmark-answered): Define.
4994         (elmo-folder-mark-as-answered-unplugged): Ditto.
4995         (elmo-folder-unmark-answered-unplugged): Ditto.
4997         * elmo-msgdb.el (elmo-msgdb-new-mark): New user option.
4998         (elmo-msgdb-unread-uncached-mark): Ditto.
4999         (elmo-msgdb-unread-cached-mark): Ditto.
5000         (elmo-msgdb-read-uncached-mark): Ditto.
5001         (elmo-msgdb-answered-cached-mark): Ditto.
5002         (elmo-msgdb-answered-uncached-mark): Ditto.
5003         (elmo-msgdb-important-mark): Ditto.
5004         (elmo-msgdb-set-mark): Rewrite.
5005         (elmo-msgdb-count-marks): Rewrite.
5006         (elmo-msgdb-mark-alist-set): Abolish.
5007         (elmo-msgdb-seen-list): Removed argument `seen-marks'.
5008         (elmo-msgdb-add-msgs-to-seen-list): Likewise.
5010         * elmo-multi.el (elmo-folder-check): Call elmo-folder-synchronize.
5011         (elmo-folder-close): Define.
5012         (elmo-folder-msgdb-create): Follow the API change.
5013         (elmo-folder-list-unreads): Rewrite.
5014         (elmo-folder-mark-as-important): Ditto.
5015         (elmo-folder-unmark-important): Ditto.
5016         (elmo-folder-mark-as-read): Ditto.
5017         (elmo-folder-unmark-read): Ditto.
5018         (elmo-folder-mark-as-answered): Define.
5019         (elmo-folder-unmark-answered): Ditto.
5021         * elmo-localdir.el (elmo-folder-msgdb-create): Follow the API change.
5022         (elmo-folder-append-messages): Ditto.
5024         * elmo-mark.el (elmo-folder-msgdb-create): Ditto.
5026         * elmo-map.el (elmo-folder-list-unreads): Ditto.
5027         (elmo-folder-list-importants): Ditto.
5029         * elmo-maildir.el (elmo-folder-msgdb-create): Ditto.
5030         (elmo-folder-append-messages): Ditto.
5032         * elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Follow the API
5033         change.
5034         (elmo-folder-msgdb-create-plugged): Ditto.
5035         (elmo-folder-append-messages): Ditto.
5036         (elmo-folder-list-answereds-plugged): Define.
5037         (elmo-imap4-search-internal-primitive): Add `mark' processing.
5038         (elmo-folder-unmark-answered-plugged): Define.
5039         (elmo-folder-mark-as-answered-plugged): Ditto.
5040         (elmo-folder-search-requires-msgdb-p): Ditto.
5042         * elmo-filter.el (elmo-filter-folder): Added new slot 'require-msgdb'.
5043         (elmo-folder-initialize): Set it.
5044         (elmo-folder-msgdb): Define.
5045         (elmo-folder-check): Call elmo-folder-synchronize.
5046         (elmo-folder-close): Define.
5047         (elmo-folder-commit): Ditto.
5048         (elmo-folder-msgdb-create): Rewrite.
5049         (elmo-folder-list-unreads): Ditto.
5050         (elmo-folder-list-importants): Ditto.
5051         (elmo-folder-mark-as-read): Ditto.
5052         (elmo-folder-unmark-read): Ditto.
5053         (elmo-folder-mark-as-important): Ditto.
5054         (elmo-folder-unmark-important): Ditto.
5055         (elmo-folder-mark-as-answered): Define.
5056         (elmo-folder-unmark-answered): Ditto.
5058         * elmo-dop.el (elmo-dop-queue-merge-method-list): Added
5059         elmo-folder-mark-as-answered, elmo-folder-unmark-answered.
5060         (elmo-dop-queue-method-name-alist): Likewise.
5061         (elmo-folder-mark-as-answered-dop): New inline function.
5062         (elmo-folder-unmark-answered-dop): Ditto.
5063         (elmo-folder-status-dop): Treat spool-length as 0 if it does not exist.
5065         * elmo-archive.el (elmo-folder-append-messages): Follow the API change.
5066         (elmo-folder-msgdb-create): Ditto.
5067         (elmo-archive-msgdb-create-as-numlist-subr1): Ditto.
5068         (elmo-archive-msgdb-create-as-numlist-subr2): Ditto.
5069         (elmo-archive-parse-mmdf): Ditto.
5071         * elmo-cache.el (elmo-folder-msgdb-create): Ditto.
5072         (elmo-folder-list-unreads-internal): Ditto.
5074         * elmo.el (elmo-folder-msgdb): Define as generic function.
5075         (elmo-folder-list-messages): Added argument `in-msgdb'.
5076         (elmo-folder-list-unreads): Define as generic function.
5077         (elmo-folder-list-importants): Ditto.
5078         (elmo-folder-list-answereds): Ditto.
5079         (elmo-folder-list-messages-with-global-mark): New function.
5080         (elmo-folder-msgdb-create): Removed mark arguments.
5081         (elmo-folder-unmark-answered): New generic function.
5082         (elmo-folder-mark-as-answered): Ditto.
5083         (elmo-folder-append-messages): Removed argunment `unread-marks'
5084         (elmo-folder-list-unreads-internal): Abolish.
5085         (elmo-folder-list-importants-internal): Ditto.
5086         (elmo-folder-search-requires-msgdb-p): New generic function.
5087         (elmo-folder-search-requires-msgdb-p-internal): New function.
5088         (elmo-generic-folder-open): Call elmo-folder-msgdb instead of
5089         elmo-msgdb-load.
5090         (elmo-folder-search-fast): Added key 'mark'.
5091         (elmo-generic-folder-append-messages): Use elmo-msgdb-unread-marks
5092         instead of unread-marks argument.
5093         (elmo-folder-move-messages): Removed argunment `unread-marks'
5094         (elmo-folder-unmark-important): Define.
5095         (elmo-folder-mark-as-important): Ditto.
5096         (elmo-folder-unmark-read): Ditto.
5097         (elmo-folder-mark-as-read): Ditto.
5098         (elmo-folder-unmark-answered): Ditto.
5099         (elmo-folder-mark-as-answered): Ditto.
5100         (elmo-folder-replace-marks): Abolish.
5101         (elmo-generic-folder-append-msgdb): Append msgdb before checking
5102         duplicates.
5103         (elmo-folder-synchronize): Removed mark arguments;
5104         return crosspost only number.
5106 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5108         * elmo-dop.el (elmo-dop-queue-flush): Remove unused argument.
5109         Remove redundunt connectivity check.
5111 2002-09-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5113         * elmo-dop.el (elmo-dop-queue-flush): Perform plugged ones only so
5114         as not to clear queue unexpectedly. (Ref. [wl:9778],[wl:10493])
5116 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
5118         * pldap.el (ldap-decode-string): Return string as-is if
5119         `ldap-coding-system' is nil.
5120         (ldap-encode-string): Ditto.
5121         (ldap-search-entries): Encode filter string with `ldap-encode-string'.
5122         (ldap-default-host): Fixed docstring.
5124 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5126         * elmo-util.el (elmo-warning): Define as a macro which uses
5127         `display-warning' if it is defined as a function.
5129         * elmo-split.el (elmo-split-fetch-decoded-field): New function.
5130         (elmo-split-equal): Use it.
5131         (elmo-split-match): Ditto.
5132         (elmo-split-message-entity): New buffer-local variable.
5133         (elmo-split-subr): Set it.
5135         * elmo-version.el (elmo-version): Up to 2.9.15.
5137 2002-08-18  Kenichi OKADA  <okada@opaopa.org>
5139         * elmo-imap4.el (elmo-network-initialize-session):
5140         Check capability after starttls.
5142 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
5144         * elmo-util.el (elmo-list-delete): Added optional argument
5145         DELETE-FUNCTION.
5147         * elmo-vars.el (elmo-imap4-default-mailbox): Abolished.
5149         * elmo-util.el (elmo-warning): Ignore errors while recenter.
5151         * elmo-msgdb.el (elmo-msgdb-do-each-entity): New macro.
5153         * elmo-imap4.el (elmo-folder-initialize): Don't use
5154         elmo-imap4-default-mailbox.
5156 2002-07-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5158         * elmo-split.el (toplevel): Use `product-provide'.
5159         (elmo-split): Checkdoc.
5161 2002-07-21  Tetsurou Okazaki  <okazaki@be.to>
5163         * elmo-imap4.el (elmo-imap4-debug, elmo-imap4-debug-1):
5164         Split `elmo-imap4-debug' into the macro `elmo-imap4-debug' and
5165         the function `elmo-imap4-debug-1'.
5167 2002-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5169         * elmo-split.el (elmo-split): Moved to run hooks and to show
5170         message from elmo-split-subr.
5171         (elmo-split-subr): Follow the change above.
5173         * elmo-split.el (elmo-split-subr): New function (renamed from
5174         elmo-split-subr).
5175         (elmo-split): Changed to call elmo-split-subr by element of
5176         elmo-split-folder.
5177         (elmo-split-folder): Changed customization type to choice.
5179 2002-07-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5181         * elmo-split.el (elmo-split-and): Fixed condition.
5183 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5185         * elmo-split.el: New file.
5186         (elmo-split): Fixed logic.
5187         Display "Test:" instead of "Folder:" when reharsal.
5189         * elmo-imap4.el (elmo-folder-append-buffer): Set flag as empty
5190         explicitly.
5192         * elmo-version.el (elmo-version): Up to 2.9.14.
5194         * elmo-util.el (elmo-expand-newtext): New function (renamed from
5195         wl-expand-newtext).
5197 2002-06-10  Kenichi Sato <ksato@sonycom.com>
5199         * elmo-msgdb.el (elmo-msgdb-get-message-id-from-buffer): Fix for
5200         message with no message-id field.
5202 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5204         * elmo-version.el (elmo-version): Up to 2.9.13.
5206         * elmo-dop.el (elmo-folder-status-dop): Fix.
5208 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5210         * elmo-util.el (elmo-disk-usage): Return 0 if invalid file attribute.
5212         * elmo-msgdb.el (elmo-msgdb-create-overview-from-buffer): Avoid
5213         changing default value of default-mime-charset.
5214         (elmo-msgdb-create-overview-from-buffer): Remove TAB character.
5216         * elmo-imap4.el (elmo-folder-open): Fixed NO response check.
5218         * elmo-dop.el (elmo-dop-queue-merge-method-list): New variable.
5219         (elmo-dop-queue-merge): Use elmo-dop-queue-merge-method-list
5220         instead of elmo-dop-queue-method-name-alist to check merging queue.
5221         (elmo-folder-delete-messages-dop): Delete from queue if negative
5222         message number.
5223         (elmo-folder-append-buffer-dop-delayed): Treat as success if queue
5224         file is already removed.
5226 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5228         * elmo-vars.el: Bind colon keywords for old Emacsen.
5230 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5232         * elmo-msgdb.el (elmo-msgdb-create-overview-from-buffer): Protect
5233         against non-exsisting charset.
5235 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5237         * elmo-util.el (elmo-mime-string): Eliminate needless binding;
5238         Use eword-decode-and-unfold-unstructured-field-body.
5240         * elmo-msgdb.el (elmo-msgdb-make-entity): New function.
5241         (elmo-msgdb-create-overview-from-buffer): Use document charset if
5242         exists to decode raw subject string.
5243         (toplevel): Require 'mime.
5245         * elmo-version.el (elmo-version): Up to 2.9.12.
5247 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5249         * elmo-msgdb.el (elmo-msgdb-get-mark): Fix docstring.
5250         (elmo-msgdb-set-mark): Ditto.
5252         * elmo-version.el (elmo-version): Up to 2.9.11.
5254 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5256         * elmo-util.el (elmo-delete-match-files): New function.
5258         * elmo-localdir.el (elmo-folder-delete): Use elmo-delete-match-files
5259         instead of elmo-delete-directory.
5261         * elmo-shimbun.el (elmo-shimbun-get-headers): Bind
5262         elmo-hash-minimun-size as 63.
5264         * elmo-multi.el (elmo-multi-folder-diff): Use elmo-diff-new if
5265         elmo-diff-unread is nil.
5267         * elmo-imap4.el (elmo-folder-open): Fix.
5269         * elmo.el (elmo-message-mark): Rewrite.
5270         (elmo-message-field): Ditto.
5271         (elmo-message-set-mark): Ditto.
5272         (elmo-folder-replace-marks): New function.
5273         (elmo-generic-folder-append-msgdb): Removed third argument for
5274         elmo-msgdb-append.
5275         (elmo-folder-synchronize): Use elmo-msgdb-seen-list.
5276         (elmo-msgdb-load): New implementation.
5278         * elmo-vars.el (elmo-use-overview-hashtb): Removed.
5280         * elmo-util.el (elmo-list-insert): New implementation.
5282         * elmo-multi.el (elmo-multi-folder-append-msgdb): Removed third
5283         argument for elmo-msgdb-append.
5284         
5286         * elmo-msgdb.el (elmo-load-msgdb): New function.
5287         (elmo-make-msgdb): Ditto.
5288         (elmo-msgdb-get-index): New inline function.
5289         (elmo-msgdb-set-index): Ditto.
5290         (elmo-msgdb-get-entity-hashtb): Ditto.
5291         (elmo-msgdb-get-mark-hashtb): Ditto.
5292         (elmo-msgdb-get-mark): Ditto.
5293         (elmo-msgdb-set-mark): Ditto.
5294         (elmo-msgdb-count-marks): Ditto.
5295         (elmo-msgdb-get-number): Ditto.
5296         (elmo-msgdb-get-field): Ditto.
5297         (elmo-msgdb-seen-list): Ditto.
5298         (elmo-msgdb-mark-alist-set): Renamed from elmo-msgdb-mark-set.
5299         (elmo-msgdb-delete-msgs): Follow the changes above.
5300         (elmo-msgdb-overview-get-entity): Ditto.
5301         (elmo-msgdb-add-msgs-to-seen-list): Ditto.
5302         (elmo-msgdb-clear-index): Renamed from elmo-msgdb-clear-overview-hastb
5303         and rewritten.
5304         (elmo-msgdb-make-index): Likewise.
5305         (elmo-msgdb-append): Removed third argument.
5306         (elmo-msgdb-clear): Clear index as nil.
5307         (elmo-folder-set-info-hashtb): Removed.
5308         (elmo-folder-set-info-max-by-numdb): Ditto.
5309         (elmo-folder-info-make-hashtb): Ditto.
5311         * elmo-localdir.el (elmo-folder-pack-numbers): Use elmo-make-msgdb.
5313         * elmo-map.el (elmo-folder-pack-number): Ditto.
5315 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5317         * elmo-version.el (elmo-version): Up to 2.9.10.
5319         * elmo-util.el (elmo-get-hash-val): Check the 1st argument is string.
5321         * elmo-msgdb.el (elmo-msgdb-get-parent-entity): New inline function.
5323 2002-04-26  Kenichi OKADA  <okada@opaopa.org>
5325         * elmo-utils.el (elmo-make-directory): Add option.
5326         Default file mode is 700.
5328 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5330         * elmo-shimbun.el (elmo-folder-local-p): Defined.
5332 2002-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
5334         * elmo-shimbun.el (elmo-shimbun-entity-to-header): Decode by
5335         mime-charset.
5337         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Added "larger"
5338         and "smaller".
5340 2002-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5342         * elmo-shimbun.el (elomo-shimbun-folder): Added entity-hash slot.
5343         (elmo-shimbun-folder-entity-hash): New function.
5344         (elmo-shimbun-folder-shimbun-header): Ditto.
5345         (elmo-shimbun-entity-to-header): Ditto.
5346         (elmo-shimbun-msgdb-to-headers): Removed.
5347         (elmo-shimbun-folder-setup): Ditto.
5348         (elmo-shimbun-folder-header-hash-setup): Don't use x-shimbun-id
5349         for hash key.
5350         (elmo-shimbun-get-headers): Set new headers only to slot. Don't
5351         call `elmo-shimbun-folder-header-hash-setup' if headers is nil.
5352         Removed useless local bind.
5353         (elmo-folder-open-internal): Don't call
5354         `elmo-shimbun-folder-setup'.
5355         (elmo-folder-close-internal): Clear entity-hash slot.
5356         (elmo-folder-clear): Ditto.
5357         (elmo-shimbun-msgdb-create-entity): Use
5358         `elmo-shimbun-folder-shimbun-header'.
5359         (elmo-map-message-fetch): Ditto.
5360         (elmo-shimbun-update-overview): Use overview entity instead of
5361         shimbun header to lookup id by references.
5362         (elmo-map-folder-list-message-locations): Use not only headers but
5363         also overviews to list locations.
5365 2002-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5367         * elmo-net.el (elmo-folder-exists-p): If unplugged, guessed by
5368         msgdb path.
5370         * elmo-pop3.el (elmo-folder-exists-p): Ditto.
5372 2002-04-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5374         * elmo-util.el (elmo-read-search-condition-internal): Give default
5375         value for date.
5377 2002-04-04  Mito  <mito@mxa.nes.nec.co.jp>
5379         * elmo-util.el (elmo-condition-parse-search-value): Accept
5380         YYYY-MM-DD format to search.
5381         * elmo-date.el (elmo-date-get-datevec): Likewise.
5383 2002-04-04  Kenichi OKADA  <okada@opaopa.org>
5385         * elmo-nntp.el (elmo-nntp-list-folders-get-cache): Delete
5386         debugging code.
5388 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5390         * elmo.el (elmo-folder-creatable-p): Changed default value to nil
5391         from t.
5393         * elmo-pop3.el (elmo-folder-exists-p): Return nil if unplugged.
5395         * elmo-nntp.el (elmo-folder-exists-p-plugged): Divided plugged
5396         case from `elmo-folder-exists-p'.
5397         (elmo-folder-exists-p): Removed.
5398         (elmo-folder-creatable-p) Ditto.
5400         * elmo-net.el (elmo-folder-create): Defined.
5401         (elmo-folder-create-unplugged): New function.
5402         (elmo-folder-exists-p): Changed default value to nil from t.
5404         * elmo-imap4.el (elmo-folder-creatable-p): Defined.
5405         (elmo-folder-create-plugged): Renamed from `elmo-folder-create'.
5407         * elmo-dop.el (elmo-folder-create-dop): Renamed from
5408         `elmo-create-folder-dop' and append queue
5409         'elmo-folder-create-dop-delayed instead of 'elmo-folder-create.
5410         (elmo-folder-create-dop-delayed): New function.
5412         * elmo-cache.el (elmo-folder-creatable-p): Ditto.
5414         * elmo-shimbun.el (elmo-folder-creatable-p): Ditto.
5416         * elmo-sendlog.el (elmo-folder-creatable-p): Ditto.
5417         (elmo-folder-writable-p) : Ditto.
5419         * elmo-version.el (elmo-version): Up to 2.9.9.
5421 2002-03-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5423         * elmo.el (elmo-find-fetch-strategy): Don't use file cache when
5424         `elmo-message-use-cache-p' returns nil.
5425         * elmo-mime.el (elmo-mime-display-as-is): Ditto.
5426         (ignore cache file and refer the substance in local folders)
5428 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5430         * elmo-version.el (elmo-version): Up to 2.9.8.
5432 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
5434         * elmo-version.el (elmo-version): Up to 2.9.7.
5436         * elmo-imap4.el (elmo-folder-list-subfolders): Fixed logic.
5438 2002-02-18  Daiki Ueno  <ueno@unixuser.org>
5440         * elmo-nntp.el (elmo-nntp-send-mode-reader): Don't throw an error.
5442 2002-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
5444         * elmo-nmz.el (elmo-nmz-args): Changed default argumnet to --late
5445         from --early.
5446         (elmo-map-folder-list-message-locations): Reverse location list.
5448 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5450         * elmo-nntp.el (elmo-nntp-list-folders-get-cache): Fix.
5452 2002-01-31  Yuuichi Teranishi  <teranisi@gohome.org>
5454         * elmo-nntp.el (elmo-nntp-list-folders-get-cache): Use group and server
5455         as a key.
5456         (elmo-nntp-folder-list-subfolders): Follow the change above.
5458 2002-01-27  Takaaki MORIYAMA  <aka@iris.eonet.ne.jp>
5460         * elmo-imap4.el (elmo-folder-list-subfolders): Don't omit user
5461         name if authentication type is specified.
5463 2002-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
5465         * elmo.el (elmo-default-imap4-stream-type): Define as obsolete
5466         variable.
5467         (elmo-default-nntp-stream-type): Ditto.
5468         (elmo-default-pop3-stream-type): Ditto.
5470 2002-01-25  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
5472         * elmo.el (elmo-generic-folder-append-messages): Disable multibyte.
5474 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5476         * elmo-localnews.el (elmo-localnews-folder-path): Moved from
5477         elmo-vars.el.
5478         * elmo-maildir.el (elmo-maildir-folder-path): Ditto.
5480         * elmo-vars.el (elmo-localnews-folder-path): Removed.
5481         (elmo-maildir-folder-path): Ditto.
5482         (elmo-maildir-list): Ditto (abolished).
5484 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5486         * elmo-version.el (elmo-version): Up to 2.9.6.
5488 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5490         * elmo-vars.el (elmo-localnews-folder-path): Make customizable.
5491         (elmo-maildir-folder-path): Ditto.
5492         (elmo-msgdb-directory): Ditto.
5493         (elmo-passwd-life-time): Ditto.
5494         (elmo-msgdb-extra-fields): Ditto.
5495         (elmo-enable-disconnected-operation): Ditto.
5497 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5499         * elmo-vars.el (elmo-imap4-default-authenticate-type): Give
5500         other choices.
5501         (elmo-pop3-default-authenticate-type): Ditto.
5503 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5505         * elmo-vars.el (elmo-imap4-default-authenticate-type): Give
5506         choices for custom.
5507         (elmo-pop3-default-authenticate-type): Ditto.
5509 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5511         * elmo-imap4.el (elmo-folder-rename-internal): Change current
5512         mailbox to new-folder.
5514 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
5516         * elmo-imap4.el (elmo-imap4-folder-diff-plugged): If unread is
5517         less than new, set new as unread.
5519         * elmo-util.el (elmo-string): Don't put text-property if nil.
5521 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
5523         * elmo-imap4.el (elmo-folder-list-subfolders): Case sensitive.
5524         * elmo-nntp.el (elmo-folder-list-subfolders): Ditto.
5526 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
5528         * elmo-utils.el (elmo-read-search-condition-internal): REQUIRE-MATCH
5529         is nil on `completing-read'.
5531 2002-01-20  Yuuichi Teranishi  <teranisi@gohome.org>
5533         * elmo-imap4.el (elmo-imap4-extra-namespace-alist): Added grouping
5534         for namespace part.
5535         (elmo-imap4-parse-namespace-subr): Ditto.
5536         (elmo-folder-list-subfolders): Append a delimiter when the specified
5537         folder path is a root with namespace and does not end with delimiter.
5539 2002-01-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5541         * elmo.el (elmo-folder-search-fast): Moved upwards rather than it
5542         was used.
5544 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5546         * elmo-util.el (elmo-save-buffer): The first argument of message
5547         is a format control string.
5549 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5551         * elmo.el (elmo-diff-new): Fixed (Adapted to doc-string of
5552         `elmo-folder-diff').
5553         (elmo-diff-unread): Likewise.
5555 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5557         * elmo-utils.el (elmo-read-search-condition-internal): REQUIRE-MATCH
5558         is t on `completing-read'.
5560 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5562         * elmo-filter.el (elmo-filter-folder-list-unreads-internal): Call
5563         method of target folder with self mark-alist if MARK-ALIST is nil.
5565 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5567         * elmo-version.el (elmo-version): Up to 2.9.5.
5569 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5571         * elmo-dop.el (elmo-dop-queue-merge): Implement.
5572         (elmo-dop-merge-funcs): Remove.
5574 2002-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5576         * elmo-util.el (elmo-file-cache-delete): Fixed last change;
5577         Return t if PATH is directory, too.
5578         Use `dolist' instead of while loop.
5580 2002-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5582         * elmo-util.el (elmo-file-cache-delete): Return t if a cache file
5583         is deleted.
5585 2002-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5587         * elmo-net.el (elmo-folder-list-messages-plugged): Changed default
5588         return value to t.
5589         (elmo-folder-list-messages-unplugged): Return t if
5590         elmo-enable-disconnected-operation is nil.
5592         * elmo-pop3.el (elmo-folder-list-messages-plugged): Renamed from
5593         `elmo-folder-list-messages-internal'.
5595 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
5597         * elmo-nntp.el (elmo-nntp-read-response): Added `error-msg' argument.
5598         Change to looking-at `[23][0-9]+'.
5599         (elmo-network-initialize-session): Use 'error-msg'
5600         * elmo-net.el (elmo-network-open-session): Set unplugged
5601         if elmo-network-initialize-session returns 'elmo-open-err.
5603 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
5605         * elmo-version.el (elmo-version): Up to 2.9.4.
5607 2002-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
5609         * elmo-nntp.el (elmo-folder-list-messages-plugged): Renamed from
5610         `elmo-folder-list-messages-internal'.
5612 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5614         * elmo.el (elmo-folder-search): Defined. Fixed docstring.
5615         (elmo-message-match-condition): New method.
5616         (elmo-folder-search-fast): New inline function.
5617         (elmo-msgdb-search): Removed.
5619         * elmo-filter.el (elmo-folder-msgdb-create): Create from msgdb of
5620         target folder if it is unplugged.
5621         (elmo-folder-list-messages-internal): Return t if target folder is
5622         unplugged and itself is persistent; In this case, use list be
5623         searched already.
5625         * elmo-msgdb.el (elmo-msgdb-search-internal): Removed.
5626         (elmo-msgdb-search-internal-primitive): Ditto.
5627         (elmo-msgdb-match-condition): New function.
5628         (elmo-msgdb-match-condition-primitive): Ditto.
5630         * elmo-util.el (elmo-filter-condition-p): New macro.
5632         * elmo-cache.el (elmo-folder-search): Removed.
5634         * elmo-localdir.el (elmo-folder-search): Ditto.
5636         * elmo-maildir.el (elmo-folder-search): Ditto.
5638         * elmo-mark.el (elmo-folder-search): Ditto.
5640         * elmo-nmz.el (elmo-folder-search): Ditto.
5642         * elmo-sendlog.el (elmo-folder-search): Ditto.
5644         * elmo-shimbun.el (elmo-folder-search): Ditto.
5646         * elmo-imap4.el (elmo-folder-search): Call method of parent class
5647         if folder is unplugged.
5649         * elmo-nntp.el (elmo-folder-search): Likewise.
5650         (elmo-nntp-search-internal): New function.
5652         * elmo-version.el (elmo-version): Up to 2.9.3.
5654 2001-12-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5656         * elmo.el (elmo-message-fetch-with-cache-process): Fixed typo.
5658 2001-12-27  Tetsurou Okazaki  <okazaki@be.to>
5660         * elmo-vars.el (elmo-nntp-default-user): Customization Type fix.
5662 2001-12-27  Taiji Can  <Taiji.Can@grd.advantest.co.jp>
5664         * elmo-nntp.el (elmo-network-initialize-session): Fixed for NNTP response.
5666 2001-12-27  Yuuichi Teranishi  <teranisi@gohome.org>
5668         * elmo-nmz.el (elmo-nmz-use-drive-letter): New variable.
5669         (elmo-map-folder-list-message-locations): Do drive letter conversion
5670         on Windows environment.
5671         (elmo-nmz-msgdb-create-entity): Use expand-file-name.
5672         (elmo-map-message-fetch): Ditto.
5674 2001-12-27  Kenichi OKADA  <okada@opaopa.org>
5676         * elmo-nntp.el (elmo-nntp-read-response): Fixed for Response '400'
5677         (elmo-network-initialize-session): Ditto.
5679 2001-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
5681         * elmo-imap4.el (elmo-imap4-message-fetch): Fixed '100%' message.
5683         * elmo-pop3.el (elmo-message-fetch-plugged): Ditto.
5685         * elmo-util.el (elmo-progress-clear): Ditto.
5687         * elmo-date.el (elmo-date-get-datevec): Fix timezone of
5688         `DD-Mon-YYYY' type date.
5690 2001-12-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5692         * elmo-util.el (elmo-buffer-field-primitive-condition-match): Use
5693         `elmo-date-make-sortable-string' instead of
5694         `timezone-make-date-sortable'.
5696         * elmo-date.el (elmo-date-make-sortable-string): Use
5697         `timezone-make-time-string'.
5699 2001-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
5701         * elmo.el (elmo-folder-synchronize): Delete important messages too.
5703         * elmo-util.el (elmo-buffer-field-primitive-condition-match): Fixed
5704         `since'; Fix timezone.
5706         * elmo-msgdb.el (elmo-msgdb-search-internal-primitive): Ditto.
5708         * elmo-nntp.el (elmo-nntp-search-primitive): Likewise.
5710 2001-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5712         * elmo.el (elmo-message-fetch-with-cache-process): Rewrite.
5714 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5716         * elmo.el (elmo-generic-folder-append-messages): Make
5717         fetch-strategy with `use-cache' as 'maybe. Check return value of
5718         `elmo-message-fetch'.
5719         (elmo-message-fetch): Return return value of
5720         `elmo-message-fetch-with-cache-process'.
5721         (elmo-message-fetch-with-cache-process): Return non-nil if
5722         fetching was succeed. Load cache when fetching was failed and
5723         fetch-strategy-use-cache is 'maybe.
5725         * elmo-util.el (elmo-file-cache-load): New function.
5727         * elmo-multi.el (elmo-message-use-cache-p): Remove duplicated
5728         defun.
5730         * elmo-archive.el (elmo-archive-message-fetch-internal): Return
5731         non-nil if fetching was succeed.
5733         * elmo-imap4.el (elmo-imap4-message-fetch): Likewise.
5735         * elmo-nmz.el (elmo-map-message-fetch): Likewise.
5737         * elmo-nntp.el (elmo-nntp-read-body): Likewise.
5738         (elmo-message-fetch-with-cache-process): Likwise.
5740         * elmo-pop3.el (elmo-pop3-read-body): Likewise.
5742         * elmo-shimbun.el (elmo-map-message-fetch): Likewise.
5744         * elmo-version.el (elmo-version): Up to 2.9.2.
5746 2001-12-23  Yuuichi Teranishi  <teranisi@gohome.org>
5748         * elmo.el (elmo-folder-delete): Delete msgdb path.
5750         * elmo-archive.el (elmo-folder-delete): Added `:before' qualifier.
5752         * elmo-maildir.el (elmo-folder-delete): Ditto.
5754         * elmo-localdir.el (elmo-folder-delete): Ditto.
5756         * elmo-imap4.el (elmo-folder-delete): Ditto.
5758 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
5760         * elmo.el (luna-define-class): Added `biff' slot.
5762         * elmo-pop3.el (elmo-pop3-debug): Split biff log.
5763         (elmo-pop3-debug-inhibit-logging): Abolished.
5764         (elmo-network-close-session): Eliminated needless let.
5765         (elmo-pop3-get-session): Set prefix 'BIFF' if biff folder.
5766         (elmo-pop3-send-command): Added `no-log' argument.
5767         (elmo-pop3-process-filter): Use `with-current-buffer'.
5768         (elmo-pop3-auth-user): Set `no-log' argument; Delete process
5769         if login failure.
5770         (elmo-pop3-auth-apop): Likewise.
5771         (elmo-network-authenticate-session): Likewise.
5773         * elmo-nntp.el (elmo-nntp-get-session): Set prefix 'BIFF'
5774         if biff folder.
5776         * elmo-net.el (elmo-network-session-password-key): Use class symbol
5777         string to determine protocol.
5778         (elmo-network-session-name-prefix): Abolished.
5779         (elmo-network-session-cache-key): Follow the change above.
5780         (elmo-network-open-session): Ditto.
5782         * elmo-imap4.el (elmo-imap4-send-command): Modified error message.
5783         (elmo-imap4-get-session): Set prefix 'BIFF' if biff folder.
5785         * elmo-version.el (elmo-version): Up to 2.9.1.
5787         * elmo-util.el (elmo-file-field-primitive-condition-match): Fixed
5788         unmatch condition checking.
5790         * elmo-localdir.el (elmo-folder-search): Don't short cut if unmatch
5791         condition.
5793 2001-12-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5795         * elmo.el (elmo-folder-confirm-appends): Fixed docstring.
5797 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
5799         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Fixed
5800         test for while loop to execute at least one SEARCH command.
5802 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
5804         * elmo-version.el (elmo-version): Up to 2.9.0.
5806 2001-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
5808         * elmo-archive.el (elmo-archive-folder): Added `dir-name' slot.
5809         (elmo-archive-folder-path): Define.
5810         (elmo-folder-initialize): Setup `dir-name' slot.
5811         (elmo-archive-folder-list-subfolders): Fixed problem when `name' is "".
5812         Use `dir-name' as prefix of each subfolders.
5813         (Applyed patch from Takaaki MORIYAMA <taka@arcadia.co.jp>)
5815 2001-12-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5817         * elmo-pipe.el (elmo-pipe-folder-copied-filename): New variable.
5818         (elmo-pipe-folder-list-target-messages): New internal function.
5819         (elmo-pipe-drain): Use new argument `ignore-list' instead of
5820         `killed-list'.
5821         (elmo-pipe-folder-copied-list-load): New function.
5822         (elmo-pipe-folder-copied-list-save): Ditto.
5823         (elmo-folder-open-internal): Follow the change above.
5824         (elmo-folder-status): Fixed for copy.
5826 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
5828         * elmo-shimbun.el (elmo-folder-creatable-p): Define.
5830 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
5832         * elmo-localdir.el (elmo-folder-message-make-temp-files): Use
5833         elmo-copy-file instead of elmo-add-name-to-file.
5835         * elmo-nmz.el (elmo-folder-message-make-temp-files): Ditto.
5837         * elmo-nmz.el (elmo-map-folder-list-message-locations): Allow
5838         "file://..." index.
5840         * elmo-pop3.el (elmo-pop3-read-response): Set timeout argument
5841         of accept-process-output as 1.
5842         (elmo-pop3-read-contents): Ditto.
5843         (elmo-pop3-read-body): Ditto.
5845 2001-12-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5847         * elmo-version.el (product-version-as-string): Remove define.
5849 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5851         * elmo-imap4.el (elmo-imap4-number-set-chop-length): New variable.
5852         (elmo-imap4-copy-messages): Chop number set using
5853         `elmo-imap4-number-set-chop-length'.
5854         (elmo-imap4-set-flag): Ditto.
5855         (elmo-imap4-search-internal-primitive): Ditto.
5857 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5859         * elmo.el (elmo-folder-make-temporary-directory): Renamed from
5860         `elmo-folder-make-temp-dir'
5862         * elmo-vars.el (elmo-cache-directory): New variable.
5863         (elmo-cache-dir): Abolished.
5864         (elmo-msgdb-directory): Renamed from `elmo-msgdb-dir'.
5866         * elmo-version.el (elmo-version): Up to 2.7.7.
5868 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5870         * elmo-util.el (elmo-obsolete-variable-show-warnings): Define with
5871         defcustom; Set default value as t.
5873 2001-12-10  Yuuichi Teranishi  <teranisi@gohome.org>
5875         * pldap.el (ldap-ldif-field-name-regexp): Changed regexp.
5876         (ldap-search-program-arguments): Changed default value.
5877         (ldap-search-basic): Accept exit status 4.
5878         (ldap/field-body): Parse options.
5879         (ldap/collect-field): Ditto.
5880         (According to the advise from Mito <mito@mxa.nes.nec.co.jp>)
5882         * elmo-imap4.el (elmo-imap4-process-bye): New function.
5883         (elmo-imap4-send-command): Call elmo-imap4-process-bye.
5884         (elmo-imap4-accept-ok): Ditto.
5885         (elmo-imap4-session-select-mailbox): If argument `no-error' equals to
5886         'notify-bye, only BYE error is reported.
5887         (elmo-folder-exists-p-plugged): Set no-error argument of
5888         `elmo-imap4-session-select-mailbox' as 'notify-bye.
5890         * elmo.el (elmo-imap4-bye-error): Changed message.
5892         * elmo-dop.el (elmo-dop-queue-flush): Fixed obsolete version message.
5893         (elmo-dop-queue-flush): Don't append to the dop-queue while flushing
5894         queues (It causes infinite loop).
5896 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5898         * elmo.el (elmo-folder-diff): Fixed docstring for IMAP4
5899         (RECENT UNSEEN MESSAGES) extension.
5901 2001-12-07  Mito <mito@mxa.nes.nec.co.jp>
5903         * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string):
5904         Check number of overview fields.
5906 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
5908         * elmo.el (elmo-folder-confirm-appends): Changed message.
5909         (elmo-folder-confirm-appends): Ditto.
5911         * elmo-archive.el (elmo-archive-exec-msgs-subr1): Use
5912         `with-temp-buffer'.
5913         (According to the advise from Nishimoto Masaki <nishimoto@gaju.org>)
5915 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
5917         * elmo.el (elmo-folder-confirm-appends): Check whether the value
5918         of elmo-folder-update-threshold is nil, which can be set by
5919         wl-summary-update-confirm-threshold.
5921 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
5923         * elmo-nmz.el (elmo-nmz-default-index-path): Allow path list.
5924         (elmo-nmz-index-alias-alist): Ditto.
5925         (elmo-map-folder-list-message-locations): Follow the change above.
5927 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5929         * elmo-filter.el (elmo-folder-list-subfolders): Defined.
5931         * elmo-archive.el (elmo-archive-call-process): Ignore nemacs.
5933         * elmo-msgdb.el (elmo-msgdb-insert-file-header): Ditto.
5935         * elmo-util.el (elmo-read): Ditto.
5936         (elmo-display-error): Ditto.
5938         * elmo-vars.el (elmo-date-match): Ditto.
5940         * pldap.el (ldap-coding-system): Ditto.
5942         * elmo-pipe.el (elmo-pipe-drain): If `copy' is non-nil, bind
5943         `elmo-inhibit-number-mapping' as nil.
5945 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
5947         * elmo-pop3.el (elmo-pop3-parse-list-response): Allow multiple
5948         space delimiter for list response.
5950 2001-12-02  Kenichi OKADA  <okada@opaopa.org>
5952         * elmo-sendlog.el (elmo-sendlog-buffer-name): Deleted.
5954 2001-12-02  Kenichi OKADA  <okada@opaopa.org>
5956         * elmo-sendlog.el (elmo-folder-delete-messages): Added.
5957         (elmo-map-message-fetch): Fix.
5958         * elmo-map.el (elmo-folder-status): Fix for killed.
5960 2001-12-02  Kenichi OKADA  <okada@opaopa.org>
5962         * elmo-sendlog.el: New file.
5963         * elmo-internal.el (elmo-internal-folder-list): Added 'sendlog.
5965 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
5967         * acap.el (acap-logging-out): New buffer local variable.
5968         (acap-close): Set it.
5969         (acap-wait-for-response): If acap-logging-out is non-nil, don't cause
5970         an error.
5972 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
5974         * acap.el (acap-response-bye-p): New function.
5975         (acap-response-bye-message): Ditto.
5976         (acap-wait-for-response): If bye response is received, cause an error.
5977         (acap-parse-response): Make bye response when 'Bye' is received.
5979 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
5981         * elmo-pipe.el (elmo-pipe-drain): Load killed-list.
5983 2001-11-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5985         * elmo-util.el (elmo-copy-file): Added argument
5986         `ok-if-already-exists'.
5987         (elmo-copy-file): Fixed typo.
5989 2001-11-21  Kenichi OKADA  <okada@opaopa.org>
5991         * elmo-pipe.el (elmo-pipe-drain): Load killed-list.
5993 2001-11-21  Kenichi OKADA  <okada@opaopa.org>
5995         * elmo-pipe.el (elmo-pipe-drain): Save killed-list.
5997 2001-11-20  Kenichi OKADA  <okada@opaopa.org>
5999         * elmo-pipe.el (elmo-pipe-drain): Append copied messages
6000         to killed-list.
6002 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
6004         * elmo-pipe.el (elmo-pipe-folder): Add `copy'.
6005         (elmo-folder-initialize): Fix for `copy'.
6006         (elmo-pipe-drain): Ditto.
6007         (elmo-folder-open-internal): Ditto.
6008         (elmo-folder-newsgroups): Fix.
6010 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
6012         * elmo-maildir.el (elmo-folder-append-messages): Make temporal filename
6013         for each message.
6015         * elmo-multi.el (elmo-multi-folder-diff): Fixed problem when
6016         recent value is returned from imap folder.
6018         * elmo.el (elmo-folder-newsgroups): New generic function.
6020         * elmo-localnews.el (elmo-localnews-folder): Added `group' slot.
6021         (elmo-folder-initialize): Set it.
6022         (elmo-folder-expand-msgdb-path): Use it.
6023         (elmo-folder-newsgroups): Define.
6025         * elmo-filter.el (elmo-folder-newsgroups): Define.
6027         * elmo-pipe.el (elmo-folder-newsgroups): Ditto.
6029         * elmo-nntp.el (elmo-folder-newsgroups): Ditto.
6031         * elmo-multi.el (elmo-folder-newsgroups): Ditto.
6033 2001-11-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6035         * elmo-shimbun.el (elmo-shimbun-update-overview-folder-list): New
6036         user option.
6037         (elmo-shimbun-header-extra-field): New inline function.
6038         (elmo-shimbun-header-set-extra-field): Ditto.
6039         (elmo-shimbun-folder-header-hash-setup): Ditto.
6040         (elmo-shimbun-update-overview): Ditto.
6041         (elmo-shimbun-msgdb-to-headers): Set extra field `x-shimbun-id'.
6042         (elmo-shimbun-folder-setup): Use
6043         `elmo-shimbun-folder-header-hash-setup' to be setup hash table.
6044         (elmo-shimbun-get-headers): Ditto.
6045         (elmo-map-message-fetch): Call `elmo-shimbun-update-overview';
6046         Insert `X-Shimbun-Id:' header if extra field is set.
6047         (elmo-map-folder-list-message-locations): Return `x-shimbun-id'
6048         field's value instead of `shimbun-header-id'.
6050         * elmo-msgdb.el (elmo-msgdb-overview-entity-set-references): New
6051         inline function.
6052         (elmo-msgdb-overview-entity-set-date): Ditto.
6053         (elmo-msgdb-overview-entity-set-extra-field): Ditto.
6055 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
6057         * mmimap.el (mmimap-entity-section): Changed body node number from
6058         "0" to "1".
6060 2001-11-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6062         * elmo-pop3.el (elmo-folder-delete-messages-plugged): Renamed from
6063         `elmo-folder-delete-messages'.
6065         * elmo-nmz.el (elmo-nmz-index-alias-alist): New user option.
6066         (elmo-folder-initialize): Changed to expand alias into index path.
6068         * elmo-mime.el (elmo-mime-insert-sorted-header): Call
6069         `elmo-mime-insert-header-from-buffer' with 6th arg
6070         `sorted-fields'.
6072 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6074         * mmimap.el (mmimap-entity-section): If node-id is nil, return "0".
6076         * elmo.el (elmo-diff-new): New inline function.
6077         (elmo-diff-unread): Ditto.
6078         (elmo-diff-all): Ditto.
6080         * elmo-imap4.el (elmo-imap4-server-diff-async-callback-1): Get recent
6081         value from responseb.
6082         (elmo-imap4-folder-diff-plugged): Ditto.
6083         (elmo-imap4-server-diff-async): Added recent argument.
6084         (elmo-server-diff-async): Ditto.
6085         (elmo-imap4-folder-diff-plugged): Ditto.
6087         * elmo-version.el (elmo-version): Up to 2.7.6.
6089 2001-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6091         * elmo-util.el (elmo-parse-token): Fixed how to treat quoted-pair
6092         in quoted-stirng.
6094 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
6096         * elmo-pop3.el (elmo-folder-initialize): Rewrite.
6098         * elmo-imap4.el (elmo-folder-initialize): Ditto.
6100         * elmo-nntp.el (elmo-folder-initialize): Ditto.
6102         * elmo-multi.el (elmo-folder-initialize): Ditto.
6104         * elmo-util.el (elmo-parse-token): New function.
6105         (elmo-parse-prefixed-element): Ditto.
6107 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6109         * elmo-imap4.el (elmo-imap4-send-command): If BYE response is detected,
6110         delete process.
6111         (elmo-imap4-accept-ok): Ditto.
6113 2001-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6115         * mmimap.el (mime-imap-entity-header-string): Don't check first
6116         element of node-id is `0' (Follow last change).
6118 2001-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6120         * mmimap.el (mmimap-make-mime-entity): Fixed problem to be
6121         assigned irregular node-id to nested multipart section.
6122         (initialize-instance): Followed above change.
6124 2001-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6126         * elmo-shimbun.el (elmo-shimbun-get-headers): Don't call
6127         `shimbun-open-group' (Moved to `elmo-folder-open-internal').
6128         (elmo-folder-open-internal): Call `shimbun-open-group' (Moved from
6129         `elmo-shimbun-get-headers');
6130         Call `elmo-shimbun-folder-setup' if headers is empty (An entity of
6131         visible article on summary exists in headers).
6132         (elmo-map-message-fetch): Cause an error when folder is unplugged.
6134 2001-10-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6136         * elmo-shimbun.el (elmo-shimbun-use-cache): Fix typo in the
6137         definition.
6139 2001-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
6141         * elmo-localnews.el (elmo-folder-expand-msgdb-path): Define.
6143 2001-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6145         * elmo-msgdb.el (elmo-msgdb-insert-file-header): Moved searching
6146         header separator into loop condition.
6148 2001-10-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6150         * elmo-imap4.el (elmo-folder-list-subfolders): Fixed problem;
6151         Return duplicate folder if it has subfolder.
6153 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
6155         * elmo.el (elmo-make-folder): Add folder name error check.
6157         * elmo-nntp.el (elmo-nntp-group-coding-system): New variable.
6158         (elmo-nntp-encode-group-string): New inline function.
6159         (elmo-nntp-decode-group-string): Ditto.
6160         (elmo-folder-initialize): Use elmo-nntp-encode-group-string.
6161         (elmo-nntp-folder-list-subfolders): Set processing buffer as unibyte;
6162         Use `not' instead of `null';
6163         Use elmo-nntp-decode-group-string.
6165         * elmo-imap4.el (elmo-folder-list-subfolders): Don't append delimiter.
6167         * elmo-version.el (elmo-version): Up to 2.7.5.
6169 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6171         * elmo-pipe.el (elmo-pipe-drain): Use `unwind-protect';
6172         Hide progress gauge if `elmo-folder-move-messages' exits
6173         nonlocally.
6175 2001-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
6177         * elmo-imap4.el (elmo-folder-initialize): Use
6178         `elmo-imap4-encode-folder-string' for folder name.
6180 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6182         * elmo.el (elmo-folder-move-messages): Removed arguments `all' and
6183         `done'.
6185 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6187         * elmo-util.el (elmo-progress-counter-alist): New internal
6188         variable.
6189         (elmo-progress-counter-value): New macro.
6190         (elmo-progress-counter-all-value): Ditto.
6191         (elmo-progress-counter-format): Ditto.
6192         (elmo-progress-counter-set-value): Ditto.
6193         (elmo-progress-set): New function.
6194         (elmo-progress-clear): Ditto.
6195         (elmo-progress-notify): Ditto.
6197         * elmo-pipe.el (elmo-pipe-drain): Setup and clear progress
6198         counter.
6200         * elmo.el (elmo-generic-folder-append-messages): Call
6201         `elmo-progress-notify'.
6202         (elmo-folder-move-messages): Don't call `elmo-display-progress'.
6204         * elmo-archive.el (elmo-folder-append-messages): Call
6205         `elmo-progress-notify'.
6207         * elmo-imap4.el (elmo-folder-append-messages): Ditto.
6209         * elmo-localdir.el (elmo-folder-append-messages): Ditto.
6211         * elmo-maildir.el (elmo-folder-append-messages): Ditto.
6213 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
6215         * elmo-dop.el (elmo-dop-queue-method-name-alist): Fixed 'Encache' and
6216         'Create'.
6217         (elmo-message-encache-dop): Added argument `read'.
6219         * elmo-shimbun.el (elmo-message-encache): Ditto.
6221         * elmo-net.el (elmo-message-encache): Ditto.
6223         * elmo-imap4.el (elmo-imap4-seen-messages): New buffer local variable.
6224         (elmo-imap4-fetch-callback-1-subr): Save important message numbers to
6225         elmo-imap4-seen-messages.
6226         (elmo-folder-msgdb-create-plugged): Initialize
6227         elmo-imap4-seen-messages;
6228         Set seen mark on elmo-imap4-seen-messages.
6230         * elmo-pipe.el (elmo-folder-message-file-p): Define.
6232         * elmo.el (elmo-generic-folder-append-messages): Check return value of
6233         elmo-folder-append-buffer.
6234         (elmo-folder-encache): Added optional argument `read'.
6235         (elmo-message-encache): Ditto.
6237         * elmo-dop.el (elmo-folder-append-buffer-dop-delayed): Ditto.
6239         * elmo-localdir.el (elmo-folder-append-buffer): Ditto.
6241         * elmo-archive.el (elmo-archive-folder-append-buffer): Return t
6242         if append buffer content succeds.
6244 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
6246         * elmo-pop3.el (elmo-message-fetch-plugged): Fixed label for
6247         elmo-display-progress.
6249         * elmo-mime.el (elmo-mime-message-display): Added argument keymap;
6250         Set 4th argument of mime-display-message.
6251         (elmo-mime-display-as-is): Ditto.
6253 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
6255         * elmo-nmz.el (toplevel): Require 'mime-edit.
6256         (elmo-nmz-content-type-alist): Abolished.
6257         (elmo-nmz-msgdb-create-entity): Add From: and Subject: field if
6258         content is not a message.
6259         (elmo-map-message-fetch): Changed behavior exept for message content;
6260         Detect mime-charset automatically, Use `mime-find-file-type' to detect
6261         content-type, Add From: and Subject: field.
6263 2001-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6265         * elmo-nmz.el (elmo-nmz-content-type-alist): New variable.
6266         (elmo-map-message-fetch): Add `Content-Type' field if contents is
6267         not a message.
6269 2001-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6271         * elmo.el (elmo-folder-writable-p): Changed default value to nil.
6272         (elmo-folder-move-messages): Check `elmo-folder-writable-p'.
6274         * elmo-archive.el (elmo-folder-writable-p): Defined.
6276         * elmo-cache.el (elmo-folder-writable-p): Ditto.
6278         * elmo-filter.el (elmo-folder-writable-p): Ditto.
6280         * elmo-imap4.el (elmo-folder-writable-p): Ditto.
6282         * elmo-localdir.el (elmo-folder-writable-p): Ditto.
6284         * elmo-maildir.el (elmo-folder-writable-p): Ditto.
6286         * elmo-mark.el (elmo-folder-writable-p): Ditto.
6288         * elmo-pipe.el (elmo-folder-writable-p): Ditto.
6290         * elmo-nntp.el (elmo-folder-writable-p): Eliminated.
6292 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
6294         * elmo-util.el (elmo-address-quote-specials): New function;
6295         Renamed from `wl-address-quote-specials'.
6297 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6299         * elmo-version.el (elmo-version): Up to 2.7.4.
6301 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
6303         * elmo.el (elmo-quit): Call `elmo-dop-queue-save'.
6305 2001-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6307         * acap.el (acap-read-passphrase): Always autoload ange-ftp for
6308         both compile-time and run-time to avoid byte-compile warning.
6310 2001-09-13  Kenichi OKADA  <okada@opaopa.org>
6312         * elmo-nntp.el (elmo-nntp-post): Fix for `elmo-nntp-default-stream-type'.
6314 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
6316         * elmo-mime.el (elmo-mime-display-as-is-coding-system): New user
6317         option.
6318         (elmo-mime-display-as-is-internal): Use it.
6320         * acap.el (acap-read-passphrase): Use `ange-ftp-read-passwd'
6321         if `read-passwd' is not defined.
6323 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
6325         * elmo-pop3.el (elmo-pop3-list-location): Sort locations
6326         by original number.
6327         (elmo-folder-status): Call `elmo-folder-open-internal';
6328         Call `elmo-folder-close-internal' instead of `elmo-folder-close'.
6329         (elmo-folder-close-internal): Set location-alist as nil.
6330         (elmo-folder-clear): Define.
6331         (elmo-folder-check): Don't set location-alist as nil.
6333         * elmo-dop.el (elmo-dop-queue-method-name-alist): Fixed symbols.
6335 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
6337         * elmo-util.el (elmo-msgid-to-cache): Enclose with `save-match-data'.
6338         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>)
6340         * mmimap.el (mime-imap-entity::requested): New slot.
6341         (mime-imap-location-fetch-entity-p): New generic function.
6342         (mime-decode-parameters): Define using `defun-maybe'.
6343         (mmimap-make-mime-entity): Use `make-mime-content-type' to make
6344         content-type structure.
6345         (mime-entity-body): Return empty body if
6346         `mime-imap-location-fetch-entity-p' returns nil in the first request.
6348         * elmo.el (elmo-message-displaying): New variable.
6350         * elmo-mime.el (elmo-mime-message-display): Bind
6351         elmo-message-displaying as t.
6353         * elmo-imap4.el (mime-imap-location-fetch-entity-p): Define.
6355 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
6357         * acap.el (acap-open): erase buffer before starting network process.
6358         (acap-store): Rewrite.
6360 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
6362         * elmo-imap4.el (elmo-imap4-default-mailbox,
6363         elmo-imap4-default-server
6364         elmo-imap4-default-authenticate-type,
6365         elmo-imap4-default-user,
6366         elmo-imap4-default-port,
6367         elmo-imap4-default-stream-type,
6368         elmo-imap4-stream-type-alist): Moved to elmo-vars.el.
6370         * elmo-pop3.el (elmo-pop3-default-user,
6371         elmo-pop3-default-server,
6372         elmo-pop3-default-authenticate-type,
6373         elmo-pop3-default-port,
6374         elmo-pop3-default-stream-type,
6375         elmo-pop3-stream-type-alist): Ditto.
6377         * elmo-nntp.el (elmo-nntp-default-server,
6378         elmo-nntp-default-user,
6379         elmo-nntp-default-port,
6380         elmo-nntp-default-stream-type,
6381         elmo-nntp-stream-type-alist): Ditto.
6383         * elmo-vars.el: Follow changes above.
6384         (elmo-setting): New custom group; added 'elmo-setting group to
6385         above variables.
6387         * elmo-version.el (elmo-version): Up to 2.7.3.
6389         * acap.el (acap-parse-response): Don't delete process when BYE
6390         response (It causes hang-up on slow network environment).
6391         (toplevel): Added comment.
6393 2001-08-28  Yuuichi Teranishi  <teranisi@gohome.org>
6395         * slp.el (slp-exec-wait): Use `slp-program-arguments'.
6397         * acap.el (acap-parse-return-metadata-or-return-metalist): Fix for
6398         parsing NIL.
6399         (acap-parse-return-metadata): Ditto.
6401         * slp.el: New file.
6402         (toplevel): Fixed typo.
6404         * acap.el: New file.
6405         (acap-network-stream-open): Show "Connecting..." message.
6406         (acap-parse-response): Fixed problem for BYE untagged response.
6407         (acap-open): Changed argument (Use `acap-default-user' if user is nil).
6408         (toplevel): Added tiny comments.
6410 2001-08-20  Tatsuya Kinoshita <tats@iris.ne.jp>
6412         * elmo-pop3.el (elmo-pop3-parse-uidl-response): Allow multiple
6413         space delimiter for uidl response.
6415 2001-08-20  Yuuichi Teranishi  <teranisi@gohome.org>
6417         * elmo-vars.el (elmo-use-semi): Eliminated.
6419         * elmo-util.el (elmo-string-assoc-all): New function.
6421 2001-08-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6423         * elmo-mime.el (elmo-mime-display-as-is-internal): Put text
6424         property 'mime-preview-situation for `mime-preview-quit'.
6426 2001-08-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6428         * elmo.el (elmo-message-fetch-with-cache-process): Call
6429         elmo-message-fetch-internal instead of causing an error when fetch
6430         strategy is 'entire but only 'section cache is available.
6432 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
6434         * elmo-version.el (elmo-version): Up to 2.7.2.
6436         * elmo.el (elmo-generic-folder-append-messages): Make
6437         fetch-strategy with `use-cache'.
6439         * elmo-dop.el (elmo-dop-queue-method-name-alist): New variable.
6440         (elmo-dop-queue-method-name): New macro.
6442 2001-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6444         * elmo-archive.el (elmo-archive-get-archive-name): Fixed
6445         unbalanced parenthesis.
6447 2001-08-03  YAMASHITA Junji <ysjj@unixuser.org>
6449         * elmo-localdir.el (elmo-folder-rename-internal): Fixed typo.
6451 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
6453         * elmo-archive.el (elmo-archive-get-archive-name): Fixed logic.
6454         (Advised by YAMASHITA Junji <ysjj@unixuser.org>.)
6456 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
6458         * elmo-shimbun.el (elmo-folder-msgdb-create): Bind unbound
6459         local variables.
6461 2001-07-30  Yuuichi Teranishi  <teranisi@gohome.org>
6463         * elmo-shimbun.el (elmo-shimbun-use-cache): New user option.
6464         (elmo-message-use-cache-p): Define.
6465         (elmo-folder-msgdb-create): Treat cache.
6467 2001-07-28  Kenichi OKADA  <okada@opaopa.org>
6469         * elmo-nntp.el (elmo-network-initialize-session): Call
6470         `elmo-nntp-send-mode-reader'.
6471         (elmo-network-setup-session): Remove `elmo-nntp-send-mode-reader'.
6473 2001-07-26  Yuuichi Teranishi  <teranisi@gohome.org>
6475         * elmo-shimbun.el (elmo-shimbun-index-range-alist): Changed to regexp
6476         alist.
6477         (elmo-folder-initialize): Use elmo-string-matched-assoc instead of
6478         assoc.
6480         * elmo-net.el (elmo-network-get-session): Set stream-type argument
6481         for `elmo-plugged-p'.
6482         (elmo-open-network-stream): Fixed stream-type argument.
6484 2001-07-25  Yuuichi Teranishi  <teranisi@gohome.org>
6486         * elmo-archive.el (elmo-archive-get-archive-name): Cause an error when
6487         unknown archive type is specified.
6489 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
6491         * elmo-shimbun.el (elmo-folder-open-internal): Fixed.
6493         * elmo.el (elmo-generic-folder-open): Bind inhibit-quit as t
6494         while loading msgdb.
6496         * elmo-shimbun.el (elmo-shimbun-folder-setup): New function.
6497         (elmo-folder-open-internal): Rewrite.
6499 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
6501         * elmo-mime.el (elmo-mime-display-as-is-internal):
6502         Adjust buffer-multibyte status.
6504 2001-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
6506         * elmo.el (elmo-msgdb-search): Use elmo-condition-in-msgdb-p instead
6507         of elmo-condition-find-key.
6509         * elmo-util.el (elmo-condition-in-msgdb-p-internal): New function.
6510         (elmo-condition-in-msgdb-p): Ditto.
6511         (elmo-read-search-condition-internal): Don't set REQUIRE-MATCH
6512         argument.
6514 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
6516         * elmo-pipe.el (elmo-folder-pack-numbers): Define.
6518 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
6520         * elmo-imap4.el (elmo-imap4-find-next-line): Fixed
6521         label for elmo-display-progress.
6523 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
6525         * elmo.el (elmo-folder-clear): New method.
6526         (elmo-folder-clear): Define.
6527         (elmo-folder-synchronize): Call `elmo-folder-clear'.
6529         * elmo-shimbun.el (elmo-folder-check): Rewrite.
6530         (elmo-folder-clear): Define.
6532         * elmo-map.el (elmo-folder-clear): Define.
6534         * elmo-version.el (elmo-version): Up to 2.7.1.
6536 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
6538         * elmo.el (elmo-folder-synchronize): Return list of nil when no
6539         updates.
6541 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
6543         * elmo.el (elmo-generic-folder-append-messages): Fixed logic.
6544         (Detected by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>)
6546 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
6548         * elmo-util.el (elmo-get-network-stream-type): Moved to elmo-net.el.
6550         * elmo-net.el (elmo-get-network-stream-type): Moved from elmo-util.el
6551         and re-written.
6553         * elmo-imap4.el (elmo-folder-initialize): Use
6554         elmo-get-network-stream-type.
6556         * elmo-nntp.el (elmo-folder-initialize): Ditto.
6558         * elmo-pop3.el (elmo-folder-initialize): Ditto.
6560 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
6562         * elmo.el (elmo-message-encache): Set unread argument for
6563         elmo-message-fetch.
6565         * elmo-shimbun.el (elmo-dop): Require 'elmo-dop.
6567         * elmo.el (elmo-net-port-info): New method.
6569         * elmo-shimbun.el (elmo-net-port-info): Define.
6570         (elmo-message-encache): Ditto.
6572         * elmo-net.el (elmo-net-port-info): Define as method.
6574         * elmo.el (elmo-generic-folder-append-messages): Find cache file in
6575         unplugged status when elmo-enable-disconnected-operation is t.
6577         * elmo-dop.el (elmo-dop-spool-folder-append-buffer): Check existence
6578         of spool folder before checking new number.
6580 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
6582         * elmo-pop3.el (elmo-network-close-session): Removed 3rd argument.
6583         (elmo-network-setup-session): Ditto.
6584         (elmo-message-fetch-plugged): Ditto.
6585         (elmo-pop3-send-command): Don't call elmo-pop3-lock.
6586         (elmo-network-initialize-session): Ditto.
6587         (elmo-pop3-read-response): Abolish 3rd argument.
6588         (elmo-pop3-read-response): Don't call elmo-pop3-unlock.
6589         (elmo-pop3-read-contents): Ditto.
6590         (elmo-pop3-read-body): Ditto.
6591         (elmo-folder-status): Call elmo-folder-close.
6592         (elmo-pop3-lock): Abolish.
6593         (elmo-pop3-unlock): Ditto.
6594         (elmo-pop3-locked-p): Ditto.
6595         (elmo-folder-check): Don't call elmo-pop3-locked-p.
6597 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
6599         * elmo-version.el (elmo-version): Up to 2.7.0.
6601         * elmo-pop3.el (elmo-pop3-debug): New variable.
6602         (elmo-pop3-debug-inhibit-logging): Ditto.
6603         (elmo-pop3-debug): New function.
6604         (elmo-pop3-send-command): Call elmo-pop3-debug.
6605         (elmo-pop3-read-response): Added keep-lock optional argument;
6606         Don't unlock if keep-lock is non-nil.
6607         (elmo-pop3-process-filter): Call elmo-pop3-debug.
6608         (elmo-network-authenticate-session): Bind
6609         elmo-pop3-debug-inhibit-logging as t.
6610         (elmo-network-setup-session): Call elmo-pop3-read-response with
6611         keep-lock argument.
6612         (elmo-pop3-read-msg): Ditto.
6613         (elmo-pop3-locked-p): Call elmo-pop3-debug.
6614         (elmo-pop3-read-body): Call elmo-pop3-unlock.
6615         (elmo-network-initialize-session): Call elmo-pop3-lock.
6616         (elmo-folder-close-internal): Don't clear location-alist slot.
6617         (elmo-folder-check): Clear location-alist slot.
6619 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
6621         * elmo-pop3.el (elmo-pop3-lock): New buffer local variable.
6622         (elmo-pop3-send-command): Call elmo-pop3-lock.
6623         (elmo-pop3-read-response): Call elmo-pop3-unlock.
6624         (elmo-pop3-read-contents): Ditto.
6625         (elmo-pop3-lock): New function.
6626         (elmo-pop3-unlock): Ditto.
6627         (elmo-pop3-locked-p): Ditto.
6628         (elmo-folder-check): Don't delete process if elmo-pop3-locked-p
6629         returns t.
6631 2001-06-11  Yuuichi Teranishi  <teranisi@gohome.org>
6633         * elmo-shimbun.el (elmo-shimbun-msgdb-to-headers): Inverted logic.
6635         * elmo-util.el (elmo-file-field-primitive-condition-match):
6636         New inline function (Don't fetch file content if "first" or "last").
6637         (elmo-file-field-condition-match): Use
6638         elmo-file-field-primitive-condition-match.
6640         * elmo-localdir.el (elmo-folder-search): Speed up simple "last" and
6641         "first".
6643         * elmo-pop3.el (elmo-pop3-process-filter): Don't use floor nor float.
6644         (elmo-message-fetch-plugged): Fixed.
6646         * elmo-imap4.el (elmo-imap4-find-next-line): Ditto.
6648 2001-06-10  Yuuichi Teranishi  <teranisi@gohome.org>
6650         * elmo.el (elmo-folder-move-messages): Bind
6651         elmo-inhibit-display-retrieval-progress as t while moving messages.
6653         * elmo-vars.el (elmo-display-retrieval-progress-threshold):
6654         New variable.
6655         (elmo-inhibit-display-retrieval-progress): Ditto.
6657         * elmo-pop3.el (elmo-pop3-process-filter): Use elmo-display-progress
6658         for retrieval progress;
6659         Don't display progress when total buffer size is smaller than
6660         elmo-display-retrieval-progress-threshold.
6661         (elmo-message-fetch-plugged): Don't display progress when
6662         elmo-inhibit-display-retrieval-progress is non-nil.
6664         * elmo-imap4.el (elmo-imap4-find-next-line): Use elmo-display-progress
6665         for retrieval progress;
6666         Don't display progress when literal size is smaller than
6667         elmo-display-retrieval-progress-threshold.
6668         (elmo-imap4-message-fetch): Don't display progress when
6669         elmo-inhibit-display-retrieval-progress is non-nil.
6671 2001-06-07  Yuuichi Teranishi  <teranisi@gohome.org>
6673         * elmo-imap4.el (elmo-imap4-display-literal-progress): New variable.
6674         (elmo-imap4-find-next-line): Display progress whille literal fetching.
6675         (elmo-imap4-message-fetch): Likewise.
6677         * elmo-shimbun.el (elmo-shimbun-default-index-range): New user option.
6678         (elmo-shimbun-index-range-alist): Ditto.
6679         (elmo-shimbun-use-entire-index): Abolish.
6680         (shimbun-mua-use-entire-index): Ditto.
6681         (elmo-shimbun-folder): Added new slot `range'.
6682         (elmo-folder-initialize): Setup slot `range'.
6684 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
6686         * elmo-shimbun.el (elmo-shimbun-parse-time-string): New function.
6687         (elmo-shimbun-msgdb-to-headers): Added `expire-days' argument.
6688         (elmo-shimbun-get-headers): Use return value of
6689         `shimbun-article-expiration-days'.
6690         (elmo-folder-close-internal): Clean up last-check slot.
6692         * elmo-pop3.el (elmo-pop3-process-filter): Show retrieve progress.
6693         (elmo-pop3-total-size): New variable.
6694         (elmo-message-fetch-plugged): Bind elmo-pop3-total-size while fetching.
6696         * elmo.el (elmo-folder-reserve-status-p): New method.
6698         * elmo-shimbun.el (elmo-shimbun-headers-cache): Abolish.
6699         (elmo-shimbun-use-entire-index): New user option.
6700         (shimbun-elmo-mua): New class.
6701         (shimbun-mua-search-id): Define.
6702         (shimbun-mua-use-entire-index): Ditto.
6703         (elmo-shimbun-folder:last-check): New slot.
6704         (elmo-shimbun-headers-cache-header-list): Abolish.
6705         (elmo-shimbun-headers-cache-set-header-list): Ditto.
6706         (elmo-shimbun-headers-cache-header-hash): Ditto.
6707         (elmo-shimbun-headers-cache-set-header-hash): Ditto.
6708         (elmo-shimbun-headers-cache-last-check): Ditto.
6709         (elmo-shimbun-headers-cache-set-last-check): Ditto.
6710         (elmo-shimbun-headers-check-p): Rewrite.
6711         (elmo-shimbun-msgdb-to-headers): New function.
6712         (elmo-shimbun-get-headers): Rewrite.
6713         (elmo-folder-initialize): Set 1st argument of `shimbun-open'.
6714         (elmo-folder-open-internal): Get headers only if
6715         `elmo-shimbun-headers-check-p' is non-nil.
6716         (elmo-folder-check): Check only if `elmo-shimbun-headers-check-p'
6717         is non-nil.
6718         (elmo-shimbun-msgdb-create-entity): Re-use old msgdb entities.
6719         (elmo-quit): Removed.
6721         * elmo-msgdb.el (elmo-msgdb-overview-entity-get-extra): New inline
6722         function.
6723         (elmo-msgdb-overview-entity-set-extra): Ditto.
6724         (elmo-msgdb-make-overview-hashtb): Make hash if overview is non-nil.
6726         * elmo-map.el (elmo-folder-status): Don't call
6727         elmo-folder-close-internal if `elmo-folder-reserve-status-p'
6728         is non-nil.
6730 2001-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6732         * elmo-msgdb.el (elmo-msgdb-search-internal): Call itself instead
6733         of `elmo-msgdb-search-internal-primitive' when condition's car is
6734         `and' or `or'.
6736 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
6738         * elmo-nntp.el (elmo-nntp-get-newsgroup-by-msgid): Fix for luna.
6740 2001-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6742         * elmo-pipe.el (elmo-folder-open-internal): Check plugged before
6743         call `elmo-pipe-drain'.
6745 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6747         * elmo-mark.el (elmo-message-fetch-with-cache-process): Fixed
6748         typo. (elmo-cache-folder -> elmo-mark-folder)
6750 2001-05-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6752         * elmo-net.el (elmo-message-fetch-unplugged): Don't call
6753         `elmo-message-fetch'.
6755 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6757         * elmo-net.el (elmo-message-encache): Fixed typo.
6758         (elmo-message-fetch-unplugged): Changed call
6759         `elmo-message-fetch-internal' without argument `outbuf'.
6761 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
6763         * elmo.el (elmo-message-encache): Define as generic function.
6764         (elmo-message-fetch-field): New generic function.
6765         (elmo-message-fetch-with-cache-process): Cause an error when
6766         fetch strategy is 'entire but only 'section cache is available.
6767         (toplevel): Fixed nmz folder definition.
6769         * elmo-vars.el (elmo-msgdb-lock-list-filename): Removed.
6770         (elmo-msgdb-resume-list-filename): Ditto.
6771         (elmo-queue-filename): Ditto.
6772         (elmo-enable-disconnected-operation): Changed default value to t.
6774         * elmo-util.el (elmo-cache-path-section-p): New function.
6775         (elmo-file-cache-get): Use it.
6776         (elmo-dop-queue-filename): Moved from elmo-dop.el.
6777         (elmo-dop-queue-load): Moved from elmo-msgdb.el.
6778         (elmo-dop-queue-save): Ditto.
6780         * elmo-net.el (elmo-folder-status-unplugged): Call
6781         elmo-folder-status-dop.
6782         (elmo-folder-list-messages-unplugged): Implemented.
6783         (elmo-folder-delete-messages-unplugged): Define.
6784         (elmo-folder-msgdb-create): Define.
6785         (elmo-folder-msgdb-create-unplugged): Define.
6786         (elmo-folder-mark-as-read-unplugged): Ditto.
6787         (elmo-folder-unmark-read-unplugged): Ditto.
6788         (elmo-folder-mark-as-important-unplugged): Ditto.
6789         (elmo-folder-unmark-important-unplugged): Ditto.
6790         (elmo-message-encache): Ditto.
6792         * elmo-msgdb.el (elmo-dop-queue-load): Moved to elmo-util.el.
6793         (elmo-dop-queue-save): Ditto.
6795         * elmo-imap4.el (elmo-folder-msgdb-create-plugged): Renamed from
6796         `elmo-folder-msgdb-create'.
6797         (elmo-folder-append-buffer): Implemented unplugged operation.
6798         (elmo-folder-append-messages): Call parent method in unplugged status.
6799         (elmo-message-fetch-unplugged): Removed definition.
6800         (elmo-message-fetch-field): Implemented.
6802         * elmo-dop.el (toplevel): Require 'elmo-localdir.
6803         (elmo-dop-folder): Removed variable definition.
6804         (elmo-dop-queue-append): Changed argument `fname' to `folder'.
6805         (elmo-dop-queue-flush): Implemented.
6806         (elmo-dop-queue-merge): Removed definition (TODO).
6807         (elmo-dop-spool-folder): New function.
6808         (elmo-dop-spool-folder-append-buffer): Ditto.
6809         (elmo-dop-spool-folder-list-messages): Ditto.
6810         (elmo-dop-list-deleting-messages): Ditto.
6811         (elmo-folder-append-buffer-dop): Ditto.
6812         (elmo-folder-delete-messages-dop): Ditto.
6813         (elmo-message-encache-dop): New inline function.
6814         (elmo-create-folder-dop): Ditto.
6815         (elmo-folder-mark-as-read-dop): Ditto.
6816         (elmo-folder-unmark-read-dop): Ditto.
6817         (elmo-folder-mark-as-important-dop): Ditto.
6818         (elmo-folder-unmark-important-dop): Ditto.
6819         (elmo-folder-status-dop): Fixed.
6820         (elmo-folder-append-buffer-dop-delayed): New function.
6821         (elmo-folder-delete-messages-dop-delayed): Ditto.
6822         (elmo-dop-msgdb): Ditto.
6824 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6826         * elmo-localdir.el (elmo-folder-pack-numbers): Fixed.
6828 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6830         * elmo.el (elmo-folder-move-messages): Fixed problem when
6831         `dst-folder' is 'null.
6833 2001-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6835         * elmo.el (elmo-folder-list-importants): Rewirte. Use global mark
6836         instead of current mark.
6838         * elmo-multi.el (elmo-folder-list-importants-internal): No
6839         operation if importants is not list.
6841         * elmo-filter.el (elmo-filter-folder-list-importants-internal):
6842         Return t if importants is not list.
6844         * elmo-map.el (elmo-map-folder-list-importants): Define.
6845         (elmo-folder-list-importants-internal): Check return value of
6846         `elmo-map-folder-list-importants-internal'.
6848         * elmo-cache.el (elmo-folder-list-importants-internal): Eliminated.
6850         * elmo-mark.el (elmo-folder-list-importants-internal): Ditto.
6852         * elmo-nmz.el (elmo-folder-list-importants-internal): Ditto.
6854         * elmo-shimbun.el (elmo-folder-list-importants-internal): Ditto.
6856 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
6858         * elmo.el (elmo-message-fetch-confirm): Fixed docstring.
6859         (Patch is provided by <kita@coe.nttdata.co.jp>).
6861 2001-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6863         * elmo.el (elmo-folder-synchronize): Don't check important mark in
6864         mark folder.
6866 2001-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6868         * elmo.el (elmo-message-fetch): Define.
6869         (elmo-message-fetch-with-cache-process): New generic method.
6870         (elmo-message-fetch-internal): New generic method.
6871         (elmo-folder-synchronize):
6873         * elmo-archive.el (elmo-message-fetch-internal): Define.
6874         (elmo-message-fetch): Eliminated.
6876         * elmo-localdir.el (elmo-message-fetch-internal): Define.
6877         (elmo-message-fetch): Eliminated.
6879         * elmo-map.el (elmo-map-message-fetch): Eliminated optional
6880         argument OUTBUF.
6881         (elmo-message-fetch-internal): Define (Renamed from `elmo-message-fetch').
6883         * elmo-cache.el (elmo-message-fetch-with-cache-process): Define.
6884         (elmo-map-message-fetch): Merged with elmo-cache-folder-map-message-fetch.
6886         * elmo-mark.el (elmo-message-fetch-with-cache-process): Define.
6887         (elmo-map-message-fetch): Merged with `elmo-mark-folder-map-message-fetch'.
6889         * elmo-maildir.el (elmo-map-message-fetch): Rewrite.
6891         * elmo-nmz.el (elmo-map-message-fetch): Ditto.
6893         * elmo-shimbun.el (elmo-map-message-fetch): Ditto.
6895         * elmo-net.el (elmo-message-fetch-plugged): Remove cache process.
6896         (elmo-message-fetch-unplugged): New generic method.
6897         (elmo-message-fetch-internal): Remove cache process (Renamed from
6898         `elmo-message-fetch').
6900         * elmo-nntp.el (elmo-message-fetch-with-cache-process): Define.
6901         (elmo-message-fetch): Eliminated.
6902         (elmo-message-fetch-unplugged): Ditto.
6904         * elmo-imap4.el (elmo-message-fetch-unplugged): Remove cache process.
6906 2001-05-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6908         * elmo-multi.el (elmo-multi-folder-append-msgdb): Fixed structure
6909         of `to-be-deleted' from number-alist to number-list.
6911 2001-04-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6913         * elmo-pipe.el (elmo-folder-unmark-important): Fixed typo.
6914         (elmo-folder-mark-as-important): Ditto.
6916 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
6918         * elmo.el (elmo-folder): Added process-duplicates slot.
6920         * elmo-pipe.el (elmo-folder-mark-as-read): Define.
6921         (elmo-folder-unmark-read): Ditto.
6922         (elmo-folder-unmark-important): Ditto.
6923         (elmo-folder-mark-as-important): Ditto.
6925         * elmo-multi.el (elmo-multi-folder-append-msgdb): Implemented
6926         duplicated message processing.
6928         * elmo.el (elmo-generic-folder-append-msgdb): Ditto.
6930 2001-04-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6932         * elmo-util.el (elmo-list-subdirectories-1): New function.
6933         (elmo-list-subdirectories): Use `elmo-list-subdirectories-1'.
6934         (elmo-mapcar-list-of-list): New function.
6936         * elmo-archive.el (elmo-archive-folder-list-subfolders): Use
6937         `elmo-mapcar-list-of-list' instead of `mapcar'.
6939         * elmo-localdir.el (elmo-folder-list-subfolders): Ditto.
6941         * elmo-maildir.el (elmo-folder-list-subfolders): Ditto. Bind
6942         `elmo-have-link-count'. Return the fully qualified folder name.
6944 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6946         * elmo-shimbun.el (elmo-shimbun-check-interval): New user option.
6947         (elmo-shimbun-headers-cache): New internal variable.
6948         (elmo-shimbun-headers-cache-header-list): New inline function.
6949         (elmo-shimbun-headers-cache-set-header-list): Ditto.
6950         (elmo-shimbun-headers-cache-header-hash): Ditto.
6951         (elmo-shimbun-headers-cache-set-header-hash): Ditto.
6952         (elmo-shimbun-headers-cache-last-check): Ditto.
6953         (elmo-shimbun-headers-cache-set-last-check): Ditto.
6954         (elmo-shimbun-lapse-seconds): Ditto.
6955         (elmo-shimbun-headers-cache-check-p): Ditto.
6956         (elmo-shimbun-get-headers): New function.
6957         (elmo-folder-open-internal): Call it.
6958         (elmo-quit): Define (Clear headers-cache).
6960 2001-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
6962         * elmo-nntp.el (elmo-folder-initialize): Fixed typo (folder->name).
6964         * elmo-msgdb.el (elmo-msgdb-flist-load): Use elmo-mime-charset.
6965         (elmo-msgdb-flist-save): Ditto.
6967         * elmo-shimbun.el (elmo-folder-list-subfolders):
6968         Use `shimbun-groups' instead of `shimbun-groups-internal'.
6969         (elmo-folder-exists-p): Ditto.
6971         * elmo-shimbun.el (elmo-shimbun-msgdb-create-entity): Set `shimbun'
6972         argument for `shimbun-header-insert'.
6974 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
6976         * elmo-multi.el (elmo-multi-folder-diff): Use dummy number list
6977         at first time.
6979         * elmo-util.el (toplevel): Require 'mcharset and 'pces.
6980         (With a little help from 'NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>')
6982 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6984         * elmo-shimbun.el (elmo-folder-open-internal): Do nothing if unplugged.
6985         (elmo-folder-plugged-p): Define.
6986         (elmo-folder-set-plugged): Ditto.
6987         (elmo-shimbun-msgdb-create-entity): Do nothing if there's no header.
6988         (elmo-folder-list-messages-internal): Return t if unplugged.
6989         (elmo-folder-initialize): Fixed for "@gnome.gnome-1.4-list".
6991         * elmo-multi.el (elmo-folder-list-messages-internal): Fixed problem
6992         when elmo-folder-list-messages-internal method of children returns t.
6994         * elmo-map.el (elmo-map-folder-update-locations): Fixed problem when
6995         pair is nil.
6996         (elmo-folder-open-internal): Don't update if unplugged status.
6998 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
7000         * elmo.el (elmo-folder-synchronize): Fixed problem when there's no
7001         new message.
7003 2001-04-12  Yuuichi Teranishi  <teranisi@gohome.org>
7005         * elmo-util.el (elmo-file-cache-save): Ignore errors.
7007         * elmo-net.el (elmo-message-fetch): Check cache-path is non-nil before
7008         saving.
7010 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
7012         * elmo.el (elmo-folder-synchronize): Added optional no-check argument.
7014         * elmo-shimbun.el (elmo-shimbun-folder): Added headers slot.
7015         (elmo-folder-open-internal): Set up headers slot.
7016         (elmo-folder-check): Call elmo-folder-close-internal and
7017         elmo-folder-open-internal.
7018         (elmo-folder-close-internal): Clean up headers slot.
7020 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7022         * elmo-archive.el (elmo-archive-folder-list-subfolders): Match
7023         exactly folder list.
7024         (elmo-folder-append-messages): Fixed append archive with prefix.
7026         * elmo-localdir.el (elmo-folder-message-make-temp-files): Fixed
7027         make temp files with start-number.
7029         * elmo-pipe.el (elmo-folder-message-make-temp-file-p): Fixed typo.
7031 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7033         * elmo.el (elmo-folder-list-messages-internal): Fixed lucking optional
7034         argument `visible-only'.
7035         (elmo-generic-folder-append-messages): Fixed condition. Use `unless'
7036         instead of `if'.
7038         * elmo-pop3.el (elmo-folder-open-internal): Check
7039         `elmo-inhibit-number-mapping' is non-nil.
7041         * elmo-pipe.el (elmo-folder-status): Fixed.
7043 2001-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
7045         * elmo.el (elmo-dop-queue-flush): Added autload setting.
7047         * elmo-shimbun.el (elmo-shimbun-folder): Added `header-hash' slot.
7048         (elmo-folder-open-internal): Setup `header-hash' slot.
7049         (elmo-shimbun-msgdb-create-entity): Use `header-hash' to get header
7050         information.
7051         (elmo-map-message-fetch): Ditto.
7053 2001-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
7055         * shimbun.el, sb-airs.el, sb-asahi.el, sb-bbdb-ml.el, sb-cnet.el,
7056         sb-fml.el, sb-lump.el, sb-mew.el, sb-mhonarc.el,
7057         sb-netbsd.el, sb-sponichi.el, sb-text.el, sb-wired.el,
7058         sb-xemacs.el, sb-yomiuri.el, sb-zdnet.el, sb-tcup.el: Removed.
7060         * elmo-util.el (elmo-resque-obsolete-variable): Fix.
7062 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
7064         * sb-airs.el: Added footer.
7066         * shimbun.el (shimbun-article): Define as luna-method.
7068         * sb-tcup.el: New file.
7070         * sb-airs.el (toplevel): Require 'sb-mhonarc.
7071         (According to the report from ABE Yasushi <yasushi@indigo.co.jp>)
7073 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
7075         * sb-asahi.el (shimbun-index-url): Removed redundant '/' in URL string.
7076         (shimbun-get-headers): Ditto.
7078         * elmo.el: Moved obsolete variable definitions from
7079         elmo-imap4.el, elmo-nntp.el and elmo-pop3.el.
7081         * sb-asahi.el (shimbun-asahi-groups): Deleted "feneral" and "personal"
7082         groups.
7084         * shimbun.el: New file.
7086         * elmo-shimbun.el: New file.
7088         * sb-airs.el, sb-asahi.el, sb-bbdb-ml.el, sb-cnet.el,
7089         sb-fml.el, sb-lump.el, sb-mew.el, sb-mhonarc.el,
7090         sb-netbsd.el, sb-sponichi.el, sb-text.el, sb-wired.el,
7091         sb-xemacs.el, sb-yomiuri.el, sb-zdnet.el: New files.
7093 2001-03-27  Kenichi OKADA  <okada@opaopa.org>
7095         * elmo-imap4.el (elmo-imap4-list-folders): Fixed problem when
7096         hierarchy is t.
7098 2001-03-12  Yuuichi Teranishi  <teranisi@gohome.org>
7100         * elmo.el (elmo-folder-msgdb): Define as macro.
7101         (elmo-folder-open): Added argument `load-msgdb'.
7102         (elmo-generic-folder-open): Ditto.
7103         (elmo-folder-encache): New function.
7105         * elmo-dop.el (elmo-dop-queue): Moved from elmo-dop.el.
7107         * elmo-net.el (elmo-message-fetch): Check the cache path is non-nil.
7109         * elmo-msgdb.el (elmo-msgdb-delete-msgs):
7110         Eliminated argument FOLDER and added argument MSGDB.
7111         (elmo-dop-queue-load): Moved from elmo-dop.el.
7112         (elmo-dop-queue-save): Ditto.
7114         * elmo-map.el (elmo-map-folder-update-locations): Sort by number.
7116         * elmo-imap4.el (elmo-folder-open): Added argument load-msgdb.
7118         * elmo-filter.el (elmo-filter-folder-list-unreads-internal):
7119         Use elmo-folder-msgdb instead of elmo-folder-msgdb-internal.
7120         (elmo-filter-folder-list-importants-internal): Ditto.
7122         * elmo-map.el (elmo-folder-pack-number): Ditto.
7124         * elmo-mime.el (elmo-mime-message-display): Ditto.
7126         * elmo.el (elmo-generic-folder-commit): Ditto.
7127         (elmo-folder-list-unreads): Ditto.
7128         (elmo-folder-list-importants): Ditto.
7129         (elmo-generic-folder-commit): Ditto.
7130         (elmo-message-set-mark): Ditto.
7131         (elmo-generic-folder-append-msgdb): Ditto.
7132         (elmo-folder-synchronize): Ditto.
7133         (elmo-folder-messages): Ditto.
7134         (elmo-init): Call elmo-dop-queue-load.
7135         (elmo-folder-list-messages): Ditto.
7137         * elmo-nntp.el (elmo-folder-update-number): Ditto.
7138         (elmo-nntp-folder-process-crosspost): Ditto.
7139         (elmo-folder-list-unreads-internal): Ditto.
7141         * elmo-dop.el: Removed old functions.
7143 2001-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
7145         * elmo-msgdb.el (elmo-msgdb-delete-msgs): Changed argument from
7146         `folder' to `msgdb'.
7148 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7150         * mmimap.el (mmimap-parse-parameters-from-list): Define as alias for
7151         `mime-decode-parameters' instead of `mime-decode-parameter-plist'.
7153         * elmo-msgdb.el (elmo-msgdb-search-internal-primitive): Bind
7154         case-fold-search.
7156 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
7158         * elmo-util.el (elmo-resque-obsolete-variable): Use defvaralias if
7159         defined.
7161         * mmimap.el (toplevel): Require 'mime-parse and 'static.
7162         (mmimap-parse-parameters-from-list): Define as alias for
7163         `mime-decode-parameter-plist' if it is defined as function.
7164         (mmimap-make-mime-entity): Added argument `number'.
7165         (initialize-instance): Set `number' argument of mmimap-make-mime-entity
7166         as 0.
7167         (mime-imap-entity-header-string): Arrange node-id for rfc2060 section.
7169         * elmo.el (elmo-folder-have-subfolder-p): New generic function.
7171         * elmo-mark.el (elmo-folder-have-subfolder-p): Define.
7173         * elmo-internal.el (elmo-folder-list-subfolders): Rewrite.
7175 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
7177         * elmo-maildir.el (elmo-folder-msgdb-create): Fixed.
7179         * elmo-imap4.el (elmo-folder-initialize): Fixed problem
7180         when elmo-imap4-default-authenticate-type is nil.
7181         (elmo-folder-list-subfolders): Ditto
7182         (According to the reported of Bun Mizuhara <mizuhara@acm.org>)
7183         (elmo-imap4-fetch-callback-1-subr): Renamed from
7184         `elmo-imap4-fetch-callback-1' and define as inline function.
7185         (elmo-imap4-fetch-callback-1):
7186         Renamed from `elmo-imap4-fetch-callback'.
7187         (elmo-imap4-parse-fetch): Funcall `elmo-imap4-fetch-callback'.
7189         * elmo-localdir.el (elmo-folder-expand-msgdb-path): Fixed
7190         msgdb path (To keep compatibility with main trunk).
7192         * elmo-vars.el (elmo-inhibit-number-mapping): New variable.
7194         * elmo-util.el (elmo-make-file-cache): Moved position of
7195         some macros.
7197         * elmo-pop3.el (elmo-pop3-inhibit-uidl): Eliminated.
7198         (elmo-pop3-get-session): Use `elmo-inhibit-number-mapping'
7199         instead of `elmo-pop3-inhibit-uidl'.
7200         (elmo-folder-exists-p): Ditto.
7201         (elmo-pop3-folder-list-messages): Ditto.
7203         * elmo-pipe.el (elmo-pipe-drain): Use `elmo-inhibit-number-mapping'
7204         instead of `elmo-pop3-inhibit-uidl'.
7205         (elmo-folder-status): Ditto.
7207         * elmo-dop.el (elmo-dop-folder): New variable.
7208         (elmo-dop-lock-message): Eliminated.
7209         (elmo-dop-unlock-message): Ditto.
7210         (elmo-dop-lock-list-load): Ditto.
7211         (elmo-dop-lock-list-save): Ditto.
7212         (elmo-dop-delete-folder): Ditto.
7213         (elmo-dop-rename-folder): Ditto.
7215         * elmo.el: Removed incomplete commentary.
7217 2001-02-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7219         * elmo.el (toplevel): Require 'elmo-version first;
7220         for little `recursive-load-depth' settings.
7221         Fix "ends here" comment.
7223 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
7225         * elmo-util.el (toplevel): Require 'poem;
7226         Some functions are moved from elmo-cache.el.
7228         * elmo-net.el (toplevel): Require 'elmo-cache.
7230         * elmo-msgdb.el (toplevel): Don't require 'elmo-cache.
7232         * elmo.el (toplevel): Ditto.
7234         * elmo-cache.el: Rewrite with luna;
7235         Some functions are moved to elmo-util.el.
7237         * elmo-internal.el (elmo-internal-folder-list): New variable.
7238         (elmo-internal-folder-initialize): Rewrite.
7239         (elmo-folder-list-subfolders): Ditto.
7241         * elmo-cache.el (elmo-cache-search-all): Eliminated.
7242         (elmo-cache-collect-sub-directories): Ditto.
7244 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
7246         * elmo-version.el (elmo-version): Up to 2.5.8.
7248         * elmo.el (elmo-folder-list-messages-mark-match): New function.
7250         * elmo-util.el (elmo-list-insert): New function.
7252 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7254         * elmo.el (elmo-init): New function.
7255         (elmo-quit): Call `elmo-crosspost-message-alist-save'.
7257         * elmo-vars.el (elmo-msgdb-file-header-chop-length): New variable
7258         (Renamed from `elmo-localdir-header-chop-length').
7260         * elmo-pop3.el (elmo-pop3-use-cache,
7261         elmo-pop3-send-command-synchronously): Moved from `elmo-vars.el'.
7263         * elmo-nntp.el (elmo-message-fetch): Define.
7264         (elmo-message-fetch-unplugged): Ditto.
7265         (elmo-nntp-overview-fetch-chop-length): Moved from `elmo-vars.el'.
7266         (elmo-nntp-use-cache): Ditto.
7267         (elmo-nntp-max-number-precedes-list-active): Ditto.
7269         * elmo-multi.el (elmo-multi-divide-number): Moved from `elmo-vars.el'.
7271         * elmo-msgdb.el (elmo-localdir-insert-header): Renamed to
7272         `elmo-msgdb-insert-file-header'.
7273         Use `elmo-msgdb-file-header-chop-length'.
7275         * elmo-localdir.el (elmo-localdir-lockfile-list): Moved from
7276         `elmo-vars.el'.
7278         * elmo-cache.el (elmo-cache-insert-header): Eliminated.
7279         (elmo-cache-msgdb-create-overview-entity-from-file): Use
7280         `elmo-msgdb-insert-file-header'.
7282         * elmo-imap4.el, elmo-nntp.el, elmo-pop3.el:
7283         Use new variable;
7284         Define obsolete variables with `elmo-define-obsolete-variable',
7286         * elmo-util.el (elmo-warning-buffer-name): New constant.
7287         (elmo-warning): New function.
7288         (elmo-obsolete-variable-alist): New variable.
7289         (elmo-obsolete-variable-show-warnings): New variable.
7290         (elmo-define-obsolete-variable): New function.
7291         (elmo-resque-obsolete-variable): Ditto.
7292         (elmo-resque-obsolete-variables): Ditto.
7294 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7296         * elmo-vars.el (elmo-use-buffer-cache, elmo-buffer-cache-size):
7297         Eliminated.
7299         * elmo-pop3.el, elmo-nntp.el: Use custom.
7301 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7303         * elmo-imap4.el (elmo-network-authenticate-session): Fix.
7304         * elmo-pop3.el (elmo-network-authenticate-session): Add comments.
7306 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7308         * Luna-fy Kenichi OKADA's following changes.
7309         * elmo.el (elmo-folder-list-messages-internal): Added optional argument
7310         `nohide'.
7311         (elmo-folder-synchronize): Changed meaning of argument `ignore-msgdb'.
7313 2001-02-21  OKAZAKI Tetsurou  <okazaki@be.to>
7315         * elmo-util.el (elmo-display-progress): Prefer
7316         `progress-feedback-with-label' to `lprogress-display'.
7318 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7320         * elmo-imap4.el (elmo-imap4-list-folder): Added 'uid'
7322 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
7324         * elmo2.el (elmo-list-folder): Added optional argument `nohide'.
7325         * elmo-imap4.el (elmo-imap4-list-folder): Added optional argument `nohide'.
7326         * elmo-pop3.el (elmo-pop3-list-folder): Ditto.
7327         * elmo-nntp.el (elmo-nntp-list-folder): Ditto.
7328         * elmo-localdir.el (elmo-localdir-list-folder): Ditto.
7329         * elmo-localnews.el (elmo-localnews-list-folder): Ditto.
7330         * elmo-archive.el (elmo-archive-list-folder): Ditto.
7331         * elmo-filter.el (elmo-filter-list-folder): Ditto.
7332         * elmo-internal.el (elmo-internal-list-folder): Ditto.
7333         * elmo-pipe.el (elmo-pipe-list-folder): Ditto.
7334         * elmo-multi.el (elmo-multi-list-folder): Ditto.
7335         * elmo-maildir.el (elmo-maildir-list-folder): Ditto.
7336         * elmo-dop.el (elmo-dop-list-folder): Ditto.
7338 2000-02-17  Kenichi OKADA  <okada@opaopa.org>
7340         * elmo-msgdb.el (elmo-msgdb-max-of-killed): New function.
7341         * elmo-imap4.el (elmo-imap4-list-folder): Use killed-list.
7343 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7345         * elmo.el (elmo-folder-process-crosspost): New generic method.
7346         (elmo-folder-writable-p): Ditto.
7347         (elmo-folder-message-appendable-p): Eliminated.
7348         (elmo-generic-folder-append-msgdb): Rewrite.
7349         (elmo-newsgroups-hashtb): New internal variable.
7350         (elmo-crosspost-message-set): Eliminated.
7351         (elmo-crosspost-message-delete): Ditto.
7352         (elmo-setup-subscribed-newsgroups): New function.
7353         (elmo-crosspost-message-alist-modified): New internal variable.
7354         (elmo-crosspost-message-alist-load): New function (Renamed from
7355         `wl-crosspost-alist-load').
7356         (elmo-crosspost-message-alist-save): Ditto (Renamed from
7357         `wl-crosspost-alist-save').
7359         * elmo-util.el (elmo-parse): New function (Renamed from `wl-parse').
7361         * elmo-nntp.el (elmo-nntp-folder): New slots `temp-crosses' and
7362         `unreads'.
7363         (elmo-nntp-groups-hashtb): Eliminated (Renamed to
7364         elmo-newsgroups-hashtb).
7365         (elmo-nntp-message-fetch): Call `elmo-nntp-setup-crosspost-buffer',
7366         `elmo-nntp-folder-update-crosspost-message-alist'.
7367         (elmo-nntp-get-folders-info): Use `elmo-newsgroups-hashtb' instead of
7368         `elmo-nntp-groups-hashtb'.
7369         (elmo-nntp-make-groups-hashtb): Eliminated.
7370         (elmo-nntp-parse-newsgroups): New function (Renamed from
7371         `wl-parse-newsgroups').
7372         (elmo-folder-creatable-p, elmo-folder-writable-p,
7373         elmo-folder-close-internal, elmo-folder-mark-as-read,
7374         elmo-folder-process-crosspost, elmo-folder-list-unreads-internal):
7375         Define.
7376         (elmo-nntp-folder-update-crosspost-message-alist): New function.
7378         * elmo-net.el (elmo-message-fetch): Check buffer size.
7380         * elmo-multi.el (elmo-multi-split-number-alist): New function.
7382         * elmo-localdir.el (elmo-folder-append-buffer): Fixed logic.
7384         * elmo-imap4.el (elmo-folder-rename-internal): Send `select' command
7385         before `close' command.
7387         * elmo.el (elmo-folder-list-unreads-internal): Added argument
7388         `mark-alist' (All other related portions are changed).
7390 2001-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
7392         * elmo-util.el (elmo-create-hash-size): Eliminated.
7393         (elmo-make-hash) Make a hash with `one less than a power of two'
7394         length.
7396         * elmo-vars.el (elmo-hash-minimum-size): New variable.
7397         (elmo-hash-maximum-size): Changed value.
7399 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
7401         * elmo-mime.el (elmo-mime-message-display): Added argument `unread'.
7402         (elmo-mime-message-display-as-is): Ditto.
7404 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
7406         * elmo-pipe.el (elmo-pipe-drain): Eliminated needless bindings;
7407         Use `elmo-folder-close-internal' instead of `elmo-folder-close'.
7409 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7411         * elmo-mark.el: New file.
7413         * elmo-internal.el: Rewrite (Almost empty).
7415 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
7417         * mmimap.el (mmimap-make-mime-entity): Consider message/rfc822.
7418         (mime-imap-entity-header-string): Ditto.
7419         (mmimap-entity-section): Rewrite.
7421 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
7423         * elmo-nmz.el: New file.
7425         * elmo-pipe.el: Rewrite with luna.
7427 2001-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
7429         * elmo-archive.el: Rewrite with luna.
7431         * elmo-multi.el (elmo-folder-list-unreads-internal): Fixed.
7432         (elmo-folder-list-importants-internal): Ditto.
7434 2001-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
7436         * elmo-archive.el (elmo-archive-version): Abolish.
7437         (toplevel) Removed `boso' comment.
7439 2001-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
7441         * elmo-msgdb.el (elmo-msgdb-add-msgs-to-seen-list): Renamed from
7442         elmo-msgdb-add-msgs-to-seen-list-subr;
7443         Changed argument seen-marks to unread-marks.
7445         * elmo-nntp.el: Rewrite with luna.
7447 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7449         * elmo-filter.el: Rewrite with luna.
7451 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7453         * elmo-pop3.el: Rewrite with luna.
7455 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
7457         * elmo-multi.el: Rewrite with luna.
7459         * elmo-vars.el (elmo-use-killed-list): Abolish.
7460         All other related portions are changed.
7461         (elmo-filename-replace-string-alist): Renamed from
7462         elmo-msgid-replace-string-alist.
7464 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7466         * elmo-msgdb.el (elmo-msgdb-delete-msgs): Changed argument.
7468         * elmo-map.el: New file.
7469         * elmo-maildir.el: Rewrite with luna.
7471 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
7473         * elmo.el: Changed meaning of `elmo-folder-commit'.
7474         * elmo-mime.el (elmo-mime-display-as-is-internal): New function.
7476 2001-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
7478         * elmo.el (elmo-folder-append-buffer): New function.
7479         (Renamed from `elmo-append-msg')
7481 2000-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
7483         * elmo-mime.el: New file.
7485 2000-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
7487         * elmo-cache.el: Rewrite.
7489 2000-02-17  Kenichi OKADA  <okada@opaopa.org>
7491         * elmo-pop3.el (elmo-network-authenticate-session): Bind `sasl-mechanisms'
7493 2000-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
7495         * elmo-vars.el (elmo): New group.
7496         (elmo-strict-diff-folder-regexp): New variable.
7498         * elmo-util.el (elmo-call-func): Abolish.
7499         (elmo-folder-get-type): Ditto.
7500         (elmo-*-get-spec): Ditto.
7501         (elmo-*-spec-*): Ditto.
7502         (elmo-imap4-identical-name-space-p): Ditto.
7503         (elmo-folder-identical-system-p): Ditto.
7504         (elmo-folder-direct-copy-alist): Ditto.
7505         (elmo-folder-direct-copy-p): Ditto.
7507         * elmo-pipe.el (elmo-pipe-folder): New luna class.
7508         (elmo-folder-initialize): Define.
7509         (elmo-folder-get-primitive-list): Ditto.
7511         * elmo-nntp.el (elmo-nntp-folder): New luna class.
7512         (elmo-folder-initialize): Define.
7513         Renamed `elmo-network-session-host-internal' to
7514         `elmo-network-session-server-internal'.
7516         * elmo-multi.el (elmo-multi-folder): New luna class.
7517         (elmo-folder-initialize): Define.
7518         (elmo-folder-get-primitive-list): Ditto.
7519         (elmo-folder-contains-type): Ditto.
7520         (elmo-message-use-cache-p): Ditto.
7522         * elmo-msgdb.el (elmo-msgdb-expand-path): Abolish.
7523         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path'.
7525         * elmo-maildir.el (elmo-maildir-folder): New luna class.
7526         (elmo-folder-initialize): Define.
7528         * elmo-filter.el (elmo-filter-folder): New luna class.
7529         (elmo-folder-initialize): Define.
7530         (elmo-folder-get-primitive-list): Ditto.
7531         (elmo-folder-contains-type): Ditto.
7533 2000-12-06  Yuuichi Teranishi  <teranisi@gohome.org>
7535         * elmo-imap4.el: Rewrite with luna.
7537         * mmimap.el: New file.
7539         * mmelmo.el, mmelmo-imap4.el: Removed.
7541         * elmo-net.el: Ditto.
7543         * elmo-pop3.el (elmo-pop3-folder): New luna class.
7544         (elmo-folder-initialize): Define.
7546         * elmo-archive.el (elmo-archive-folder): New luna class.
7547         (elmo-folder-initialize): Define.
7549         * elmo-dop.el: Rename `elmo-msgdb-expand-path' to
7550         `elmo-folder-msgdb-path'.
7551         (elmo-dop-queue-append): Use `elmo-folder-name-internal' and
7552         `elmo-make-folder'.
7554 2000-12-06  Yuuichi Teranishi  <teranisi@gohome.org>
7556         * elmo.el: New file.
7558         * elmo2.el: Renamed to elmo.el.
7561 2001-02-01  OKAZAKI Tetsurou  <okazaki@be.to>
7563         * elmo-cache.el (elmo-cache-expire-by-size): Count
7564         a disk usage for a cache file entry in KB even when
7565         its kind is a directory.
7567 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
7569         * elmo-version.el (elmo-version): Up to 2.5.7.
7571 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7573         * elmo-version.el (elmo-version): Up to 2.5.6.
7575 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7577         * elmo-version.el (elmo-version): Up to 2.5.5.
7579 2000-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
7581         * elmo-imap4.el (elmo-network-authenticate-session):
7582         Fixed a logic for response checking.
7584 2000-12-15   Daiki Ueno  <ueno@unixuser.org>
7586         * elmo-net.el: Add autoload settings for `starttls-negotiate',
7587         `sasl-find-mechanism', `sasl-make-client', `sasl-mechanism-name',
7588         `sasl-next-step', `sasl-step-data' and `sasl-step-set-data'; bind
7589         `sasl-mechanisms'.
7591         * elmo-imap4.el: Don't require `sasl'; remove autoload settings
7592         for `starttls-open-stream' and `starttls-negotiate'.
7594         * elmo-nntp.el: Remove autoload settings for
7595         `starttls-open-stream' and `starttls-negotiate'.
7597         * elmo-pop3.el: Don't require `sasl'; remove autoload settings
7598         for `starttls-open-stream' and `starttls-negotiate'; don't enclose
7599         `luna-define-class' with `eval-and-compile'.
7601 2000-12-01  Kenichi OKADA  <okada@opaopa.org>
7603         * elmo-util.el (elmo-read-search-condition-internal):
7604         Require an element of table for searching field.
7606 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7608         * elmo-version.el (elmo-version): Up to 2.5.4.
7610 2000-11-26  Kenichi OKADA  <okada@opaopa.org>
7612         * elmo-nntp.el (elmo-network-initialize-session): Accept response 20[01].
7614 2000-11-24  Kenichi OKADA  <okada@opaopa.org>
7616         * elmo-nntp.el (elmo-network-initialize-session): omitted.
7618 2000-11-22  Kenichi OKADA  <okada@opaopa.org>
7620         * elmo-nntp.el (elmo-network-initialize-session): Skip garbage output
7621         before greeting.
7623 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7625         * elmo-imap4.el (elmo-imap4-delete-folder):
7626         Send "close" before "delete" (Use commented out line).
7627         (elmo-imap4-rename-folder): Ditto.
7629         * elmo-dop.el (elmo-dop-queue-append): Use `elmo-string' to get
7630         folder string itself.
7631         (elmo-dop-list-deleted): New function.
7632         (elmo-dop-list-folder): Treat result of `elmo-dop-list-deleted' as
7633         killed.
7635         * elmo-util.el (elmo-string-rassoc-all): New function.
7637 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
7639         * elmo-version.el (elmo-version): Up to 2.5.3.
7641         * elmo-net.el (elmo-network-get-session): Changed logic for
7642         checking process status.
7644         * elmo-pop3.el (elmo-network-close-session): Do nothing if session
7645         process is nil;
7646         Changed logic for checking process status.
7648 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
7650         * elmo-pop3.el (elmo-network-initialize-session): Skip garbage output
7651         before greeting.
7652         (elmo-network-setup-session): Set UIDL hash size according to
7653         the length of list response.
7654         (elmo-pop3-parse-list-response): Setup elmo-pop3-size-hash
7655         according to the length of list response;
7656         Return the length of list response.
7657         (Adviced by OKAZAKI Tetsurou <okazaki@be.to>)
7659 2000-11-21  Kenichi OKADA  <okada@opaopa.org>
7661         * elmo-imap4.el (toplevel): Require 'ssl.
7662         Add autoload 'starttls.
7663         * elmo-pop3.el (toplevel): Ditto.
7664         * elmo-nntp.el (toplevel): Ditto.
7666 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7668         * elmo-imap4.el (toplevel): defun at compile time.
7669         sasl-find-mechanism, sasl-make-client, sasl-mechanism-name,
7670         sasl-next-step, sasl-step-data, sasl-step-set-data.
7671         * elmo-pop3.el (toplevel): Ditto.
7673 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7675         * elmo-imap4.el (elmo-network-authenticate-session): Use `elmo-imap4-login'
7677 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7679         * elmo-pop3.el (elmo-pop3-auth-apop): Signal `elmo-pop-auth-apop'
7680         if error.
7681         (elmo-network-authenticate-session): Use `elmo-pop-auth-user'
7682         and `elmo-pop-auth-apop'.
7684 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7686         * elmo-pop3.el (elmo-network-authenticate-session): Fix for `APOP'.
7688 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7690         * elmo-pop3.el (elmo-network-authenticate-session): Split
7691         encoded response value.
7693 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7695         * elmo-pop3.el (elmo-network-authenticate-session): Abolish
7696         `elmo-pop3-force-login'.
7697         Redefine `sasl-mechanisms'.
7698         * elmo-vars.el (elmo-pop3-force-login): Ditto.
7700 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7702         * elmo-imap4.el (toplevel): Delete defun-maybe for sasl-*.
7703         Delete `elmo-imap4-authenticator-alist'.
7704         (elmo-imap4-auth-cram-md5): Delete.
7705         (elmo-imap4-auth-digest-md5): Delete.
7707 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7709         * elmo-pop3.el (elmo-pop3-auth-digest-md5): Delete.
7710         (elmo-pop3-auth-scram-md5): Ditto.
7711         (elmo-pop3-auth-cram-md5): Ditto.
7713 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7715         * elmo-pop3.el (toplevel): Delete defun-maybe for sasl-*.
7716         Delete `elmo-pop3-authenticator-alist'.
7718 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7720         * elmo-pop3.el (elmo-network-authenticate-session): Rewrite for
7721         new SASL API.
7722         * elmo-imap4.el (elmo-network-authenticate-session): Ditto.
7724 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
7726         * elmo-util.el (elmo-folder-local-p): Treat pipe and filter.
7728 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7730         * elmo-pop3.el (elmo-pop3-sort-overview-by-original-number):
7731         Fixed problem when `elmo-pop3-use-uidl' is nil.
7732         (Reported by Takenobu Sugiyama <sugiyama@ae.advantest.co.jp>)
7734 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7736         * elmo-version.el (elmo-version): Up to 2.5.2.
7738 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7740         * elmo-pop3.el (elmo-pop3-sort-overview-by-original-number):
7741         New function.
7742         (elmo-pop3-sort-msgdb-by-original-number): Ditto.
7743         (elmo-pop3-msgdb-create-as-numlist): Use it.
7745         * elmo-imap4.el (elmo-imap4-arrival-filter): Check process-buffer.
7746         (Based on the report by AMAKAWA Shuhei <sa264@cam.ac.uk>)
7748         * elmo-pop3.el (elmo-pop3-msgdb-create-as-numlist): Sort msgdb by date.
7749         (Pointed out by Mikiya Tani <m-tani@hml.cl.nec.co.jp>)
7751 2001-01-13 Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
7753         * elmo2.el (elmo-make-folder-numbers-list): Fixed problem
7754         when elmo-mark-as-read is called with second argument nil.
7756 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7758         * elmo-pipe.el (elmo-pipe-spec-src, elmo-pipe-spec-dst):
7759         Moved to elmo-util.el.
7761         * elmo-util.el (elmo-pipe-spec-src, elmo-pipe-spec-dst):
7762         Moved from elmo-pipe.el
7764         * elmo-archive.el (elmo-archive-call-process): Enclose with
7765         static-if.
7767         * elmo-imap4.el (elmo-imap4-read-msg): Use "BODY[]" instead of
7768         "RFC822" (because RFC822.PEEK is obsolete).
7769         (Adviced by IMAI Takeshi <imai@on.rim.or.jp>)
7771 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7773         * elmo-archive.el (elmo-archive-call-process): Don't check for
7774         the exit status when Nemacs is running.
7776 2001-01-09  Yuuichi Teranishi  <teranisi@gohome.org>
7778         * elmo-net.el (elmo-network-session-password-key): Don't set default to
7779         'plain.
7781         * elmo-util.el (elmo-imap4-get-spec): Set default of auth to 'clear.
7782         (elmo-pop3-get-spec): Set default of auth to 'user.
7784         * elmo-imap4.el (elmo-imap4-session-check):
7785         Clear `elmo-imap4-fetch-callback' and `elmo-imap4-fetch-callback-data'.
7786         (elmo-imap4-clear-login): New function; Renamed from `elmo-imap4-login'.
7787         (elmo-imap4-auth-login): New function; Revival.
7788         (elmo-network-authenticate-session): Use `elmo-imap4-clear-login' and
7789         `elmo-imap4-auth-login'.
7791 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7793         * elmo2.el (toplevel): Move `product-provide' declare.
7794         * mmelmo.el (toplevel): Ditto.
7796 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
7798         * elmo-util.el (elmo-folder-get-store-type): Rewrite.
7800 2000-12-26  OKAZAKI Tetsurou <okazaki@be.to>
7802         * elmo-util.el (elmo-folder-get-store-type): New function.
7803         (elmo-folder-direct-copy-p): Use it.
7805 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
7807         * elmo-imap4.el (elmo-imap4-msgdb-create): Set
7808         `elmo-imap4-fetch-callback-data' as a cons cell of `args'
7809         and result of `elmo-imap4-use-flag-p'.
7810         (elmo-imap4-fetch-callback-1): Set mark according to
7811         the result of `elmo-imap4-use-flag-p'.
7813 2000-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
7815         * elmo-msgdb.el (elmo-generic-folder-diff): Moved from elmo2.el
7816         (elmo-generic-list-folder-unread): Ditto.
7817         (elmo-folder-get-info): Ditto.
7818         (elmo-folder-set-info-max-by-numdb): Ditto.
7819         (elmo-folder-get-info-max): Ditto.
7820         (elmo-folder-get-info-length): Ditto.
7821         (elmo-folder-get-info-unread): Ditto.
7822         (elmo-folder-info-make-hashtb): Ditto.
7824         * elmo2.el: Removed above functions.
7826 2000-11-21  Kenichi OKADA  <okada@opaopa.org>
7828         * elmo-imap4.el (toplevel): Require 'ssl.
7829         Add autoload 'starttls.
7830         * elmo-pop3.el (toplevel): Ditto.
7831         * elmo-nntp.el (toplevel): Ditto.
7833 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7835         * elmo-imap4.el (toplevel): defun at compile time.
7836         sasl-find-mechanism, sasl-make-client, sasl-mechanism-name,
7837         sasl-next-step, sasl-step-data, sasl-step-set-data.
7838         * elmo-pop3.el (toplevel): Ditto.
7840 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7842         * elmo-imap4.el (elmo-network-authenticate-session): Use `elmo-imap4-login'
7844 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7846         * elmo-pop3.el (elmo-pop3-auth-apop): Signal `elmo-pop-auth-apop'
7847         if error.
7848         (elmo-network-authenticate-session): Use `elmo-pop-auth-user'
7849         and `elmo-pop-auth-apop'.
7851 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7853         * elmo-pop3.el (elmo-network-authenticate-session): Fix for `APOP'.
7855 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7857         * elmo-pop3.el (elmo-network-authenticate-session): Split
7858         encoded response value.
7860 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7862         * elmo-pop3.el (elmo-network-authenticate-session): Abolish
7863         `elmo-pop3-force-login'.
7864         Redefine `sasl-mechanisms'.
7865         * elmo-vars.el (elmo-pop3-force-login): Ditto.
7867 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7869         * elmo-imap4.el (toplevel): Delete defun-maybe for sasl-*.
7870         Delete `elmo-imap4-authenticator-alist'.
7871         (elmo-imap4-auth-cram-md5): Delete.
7872         (elmo-imap4-auth-digest-md5): Delete.
7874 2000-11-20  Kenichi OKADA  <okada@opaopa.org>
7876         * elmo-pop3.el (elmo-pop3-auth-digest-md5): Delete.
7877         (elmo-pop3-auth-scram-md5): Ditto.
7878         (elmo-pop3-auth-cram-md5): Ditto.
7880 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7882         * elmo-pop3.el (toplevel): Delete defun-maybe for sasl-*.
7883         Delete `elmo-pop3-authenticator-alist'.
7885 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7887         * elmo-pop3.el (elmo-network-authenticate-session): Rewrite for
7888         new SASL API.
7889         * elmo-imap4.el (elmo-network-authenticate-session): Ditto.
7892 2000-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
7894         * elmo-nntp.el (elmo-nntp-get-folders-info): Fixed last change.
7896 2000-12-01  Yuuichi Teranishi  <teranisi@gohome.org>
7898         * elmo-nntp.el (elmo-nntp-get-folders-info):
7899         Fixed problem when '\' character is contained in user-id.
7900         (Reported by Yoichiro Okabe <okabe@wizsoft.co.jp>)
7903 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7905         * elmo-imap4.el (elmo-imap4-delete-folder):
7906         Send "close" before "delete" (Use commented out line).
7907         (elmo-imap4-rename-folder): Ditto.
7909         * elmo-dop.el (elmo-dop-queue-append): Use `elmo-string' to get
7910         folder string itself.
7911         (elmo-dop-list-deleted): New function.
7912         (elmo-dop-list-folder): Treat result of `elmo-dop-list-deleted' as
7913         killed.
7915         * elmo-util.el (elmo-string-rassoc-all): New function.
7917         * elmo-version.el (elmo-version): Up to 2.5.1.
7919 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
7921         * elmo-pop3.el (elmo-pop3-folder-exists-p): Don't use UIDL.
7923         * elmo-internal.el (elmo-internal-search): Fix last change.
7925 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7927         * elmo-internal.el (elmo-internal-search): Rewrite.
7928         (Fixed problem which is pointed out by Akihiro MOTOKI
7929         <motoki@da.jp.nec.com>)
7931         * elmo-version.el (elmo-version): Up to 2.5.0.
7933 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
7935         * elmo-imap4.el (elmo-imap4-list-folders): Append authenticate-type.
7937 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
7939         * elmo-imap4.el (elmo-imap4-list-folders): When hierarchy is
7940         non-nil, make hierarchy.
7942 2000-11-05  OKAZAKI Tetsurou  <okazaki@be.to>
7944         * elmo-pipe.el (elmo-pipe-drain): When calling `elmo-list-folder',
7945         `elmo-pop3-use-uidl' must be bound to nil.
7946         (Pointed out by Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>)
7948 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
7950         * elmo-util.el (elmo-copy-file): Don't cause an error after
7951         `add-name-to-file' failed.
7953         * elmo-pipe.el (elmo-pipe-drain): List folder before loading msgdb.
7954         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
7956 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7958         * elmo-version.el (elmo-version): Up to 2.3.93.
7960 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7962         * elmo-util.el (elmo-flatten): New function.
7964 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7966         * elmo-archive.el (toplevel): Added (C) to copyright notice, and
7967         sync Author header.
7968         * elmo-cache.el (toplevel): Ditto.
7969         * elmo-database.el (toplevel): Ditto.
7970         * elmo-date.el (toplevel): Ditto.
7971         * elmo-dop.el (toplevel): Ditto.
7972         * elmo-filter.el (toplevel): Ditto.
7973         * elmo-imap4.el (toplevel): Ditto.
7974         * elmo-internal.el (toplevel): Ditto.
7975         * elmo-localdir.el (toplevel): Ditto.
7976         * elmo-localnews.el (toplevel): Ditto.
7977         * elmo-maildir.el (toplevel): Ditto.
7978         * elmo-msgdb.el (toplevel): Ditto.
7979         * elmo-multi.el (toplevel): Ditto.
7980         * elmo-net.el (toplevel): Ditto.
7981         * elmo-nntp.el (toplevel): Ditto.
7982         * elmo-pipe.el (toplevel): Ditto.
7983         * elmo-pop3.el (toplevel): Ditto.
7984         * elmo-util.el (toplevel): Ditto.
7985         * elmo-vars.el (toplevel): Ditto.
7986         * elmo2.el (toplevel): Ditto.
7987         * mmelmo-imap4.el (toplevel): Ditto.
7988         * mmelmo.el (toplevel): Ditto.
7990         * elmo-version.el (elmo-version): Move to top.
7992         * elmo-cache.el (toplevel): Fixed multiple Author header format.
7993         * elmo-imap4.el (toplevel): Ditto.
7994         * elmo-localdir.el (toplevel): Ditto.
7995         * elmo-msgdb.el (toplevel): Ditto.
7996         * elmo-nntp.el (toplevel): Ditto.
7997         * elmo-pop3.el (toplevel): Ditto.
7998         * elmo-version.el (toplevel): Ditto.
8000         * elmo-localnews.el (toplevel): Added Keyword header.
8002 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8004         * elmo-version.el (product-version-as-string): Defined using
8005         `defun-maybe'.
8006         (toplevel): Use it.
8008         * elmo-localdir.el (toplevel): Updated copyright notice.
8009         * elmo-version.el (toplevel): Ditto.
8010         * elmo-msgdb.el (toplevel): Ditto.
8011         * elmo-imap4.el (toplevel): Ditto.
8012         * elmo-nntp.el (toplevel): Ditto.
8013         * elmo-pop3.el (toplevel): Ditto.
8015 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8017         * elmo-pipe.el (elmo-pipe-drain): Don't save msgdb after moving
8018         messages.
8020         * mmelmo.el (mime-parse-parameters-from-list): Don't downcase
8021         parameter value (It sometimes contains raw kanji).
8023 2000-10-28  Kenichi OKADA  <okada@opaopa.org>
8025         * elmo-imap4.el (elmo-network-initialize-session): Check capability.
8026         * elmo-pop3.el (elmo-network-initialize-session): Ditto.
8028 2000-10-28  Kenichi OKADA  <okada@opaopa.org>
8030         * elmo-imap4.el (elmo-network-initialize-session): Fix.
8032 2000-10-28  Kenichi OKADA  <okada@opaopa.org>
8034         * elmo-imap4.el (elmo-network-initialize-session): Change error message.
8035         * elmo-pop3.el (elmo-network-initialize-session): Change error message.
8037 2000-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
8039         * elmo-imap4.el (elmo-imap4-session-select-mailbox): Return response
8040         value if selecting folder succceeded.
8041         (Advised by MII Kazuyoshi <mii@isl.ntt.co.jp> for prom-wl.)
8043 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8045         * elmo-util.el (elmo-make-directory): Fixed permission lateral
8046         representation.
8048         * elmo-util.el (elmo-string-matched-member): New function.
8050 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
8052         * elmo-util.el (elmo-unintern): New macro.
8053         (elmo-number-set-member): Fixed docstring.
8055         * elmo-imap4.el (elmo-imap4-parse-response): Call `elmo-unintern' for
8056         tag token.
8058 2000-10-25  OKAZAKI Tetsurou  <okazaki@be.to>
8060         * elmo-imap4.el (elmo-imap4-client-eol): Remove duplicated defvar
8061         of `elmo-imap4-status' and `elmo-imap4-reached-tag'.
8063 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
8065         * elmo-imap4.el (elmo-imap4-session-select-mailbox): Added argument
8066         `no-error'.
8067         Added docstring.
8068         Return non-nil if selecting folder succeeded.
8069         (elmo-imap4-folder-exists-p): Call with argument 'no-error.
8071 2000-10-23  Yuuichi Teranishi  <teranisi@gohome.org>
8073         * elmo-maildir.el (elmo-maildir-get-filename): Fixed problem when
8074         `file-name-completion' returns t.
8075         (Reported by Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>)
8076         (elmo-maildir-set-mark): Put `info' part to the files in the cur
8077         directory if it does not exist.
8078         (elmo-maildir-update-current): Use `while' instead of `mapcar'
8079         for iteration.
8081 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
8083         * elmo-imap4.el (elmo-imap4-folder-exists-p): Removed `condition-case'
8084         enclosure (It's harmful in unplugged status).
8086         * elmo-pop3.el (elmo-pop3-folder-exists-p): Ditto.
8088         * mmelmo-1.el: Removed.
8090         * mmelmo-2.el: Ditto.
8092         * mmelmo-imap4-1.el: Ditto.
8094         * mmelmo-imap4-2.el: Ditto.
8096         * mmelmo-imap4.el: Merged mmelmo-imap4-2.el
8098         * mmelmo.el: Merged mmelmo-2.el.
8100         * elmo-version.el (elmo-version): Up to 2.3.92.
8102 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8104         * elmo2.el (elmo-move-msgs, elmo-msgdb-load, elmo-msgdb-save,
8105         elmo-update-number): Remove last period in "...done." message.
8106         * elmo-archive.el (elmo-archive-msgdb-create-as-numlist-subr1):
8107         Ditto.
8108         * elmo-cache.el (elmo-cache-expire-by-size,
8109         elmo-cache-get-sorted-cache-file-list,
8110         elmo-cache-msgdb-create-as-numlist): Ditto.
8111         * elmo-dop.el (elmo-dop-save-pending-messages,
8112         (elmo-dop-flush-pending-append-operations): Ditto.
8113         * elmo-imap4.el (elmo-imap4-msgdb-create): Ditto.
8114         * elmo-internal.el (elmo-internal-msgdb-create): Ditto.
8115         * elmo-localdir.el (elmo-localdir-msgdb-create-as-numlist,
8116         (elmo-localdir-pack-number): Ditto.
8117         * elmo-maildir.el (elmo-maildir-msgdb-create): Ditto.
8118         * elmo-msgdb.el (elmo-msgdb-sort-by-date): Ditto.
8119         * mmelmo-imap4-2.el (mmelmo-imap4-mime-entity-buffer,
8120         mime-write-entity-content): Ditto.
8121         * pldap.el (ldap-search-basic): Ditto.
8123 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
8125         * elmo-version.el (elmo-version): Up to 2.3.91.
8127         * elmo-filter.el (elmo-filter-folder-diff): Use target folder's diff
8128         Only when filter is 'last'.
8130         * elmo-util.el (elmo-condition-atom-regexp): New constant.
8131         (elmo-condition-parse-search-value): Use it.
8132         (elmo-read-search-condition-internal): Quote value only when
8133         it is not an atom.
8135 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8137         * elmo2.el (elmo-generic-folder-diff): Fix.
8139 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8141         * elmo-msgdb.el (elmo-msgdb-killed-list-length): New function.
8142         * elmo-localdir.el (elmo-localdir-list-folder-subr): Fix.
8143         * elmo-maildir.el (elmo-maildir-list-folder-subr): Fix.
8144         * elmo-archive.el (elmo-archive-list-folder-subr): Fix.
8145         * elmo-internal.el (elmo-internal-list-folder-subr): Fix.
8146         * elmo-imap4.el (elmo-imap4-max-of-folder): Fix.
8148 2000-10-17  Akihiro MOTOKI <motoki@da.jp.nec.com>
8150         * elmo-msgdb.el (elmo-msgdb-search-internal-primitive): Search by
8151         extra-fields.
8153 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
8155         * elmo-version.el (elmo-version): Up to 2.3.90.
8157         * elmo-imap4.el (elmo-imap4-list-folder-unread): Check plugged status.
8158         (elmo-imap4-list-folder-important): Ditto.
8160 2000-10-16  Kenichi OKADA  <okada@opaopa.org>
8162         * elmo-nntp.el (elmo-network-initialize-session): Fix.
8164 2000-10-16  Kenichi OKADA  <okada@opaopa.org>
8166         * elmo-nntp.el (elmo-nntp-read-msg): Don't error.
8168 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8170         * elmo-nntp.el (elmo-network-initialize-session):
8171         Add starttls negotiation.
8173 2000-10-15  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8175         * elmo-nntp.el (elmo-network-initialize-session): Read greeting
8176         response.
8177         (elmo-network-setup-session): Define.
8178         Call `elmo-nntp-send-mode-reader' when session opened.
8180 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
8182         * elmo-multi.el (elmo-multi-list-folder-unread): Fixed.
8184 2000-10-13  OKAZAKI Tetsurou  <okazaki@be.to>
8186         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Remove
8187         an invalid SPACE character ahead of `SEARCH' command.  Move
8188         a valid SPACE character following `SEARCH' from conditional
8189         `format' arguments to control-strings.
8191 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
8193         * elmo2.el (elmo-call-func-on-markable-msgs): Return t if marking
8194         was succeeded.
8196         * elmo-util.el (elmo-folder-get-spec): Enclose with save-match-data.
8198 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
8200         * elmo-localdir.el (elmo-localdir-list-folders-subr): Bind
8201         `w32-get-true-file-link-count' as t.
8203         * elmo-imap4.el (elmo-imap4-read): Abolished.
8204         (Renamed to `elmo-read' and moved to elmo-util.el)
8205         All other related portions are changed.
8207         * elmo-util.el (elmo-read): New function.
8208         (elmo-condition-parse-search-value): Use it.
8210 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
8212         * elmo2.el (elmo-quit): Don't use `elmo-nntp-flush-connection'.
8214         * elmo-nntp.el (elmo-nntp-session): Define.
8215         (elmo-nntp-setting): Abolished.
8216         All other related portions are changed.
8217         (elmo-nntp-get-server-command): Changed argument.
8218         (elmo-nntp-set-server-command): Ditto.
8219         (elmo-nntp-xover-p): Ditto.
8220         (elmo-nntp-set-xover): Ditto.
8221         (elmo-nntp-listgroup-p): Ditto.
8222         (elmo-nntp-set-listgroup): Ditto.
8223         (elmo-nntp-list-active-p): Ditto.
8224         (elmo-nntp-set-list-active): Ditto.
8225         (elmo-nntp-xhdr-p): Ditto.
8226         (elmo-nntp-set-xhdr): Ditto.
8227         (elmo-nntp-flush-connection): Abolished.
8228         (elmo-nntp-get-connection): Abolished.
8229         (elmo-nntp-get-session): New function.
8230         (elmo-network-initialize-session): Defined.
8231         (elmo-network-authenticate-session): Ditto.
8232         (elmo-nntp-send-mode-reader): Changed argument.
8233         (elmo-nntp-send-command): Changed argument.
8234         All other related portions are changed.
8235         (elmo-nntp-read-response): Ditto.
8236         (elmo-nntp-read-raw-response): Ditto.
8237         (elmo-nntp-read-contents): Ditto.
8238         (elmo-nntp-read-body): Ditto.
8239         (elmo-nntp-goto-folder): Abolished.
8240         (elmo-nntp-select-group): New function.
8241         All other related portions are changed.
8242         (This function substitutes `elmo-nntp-goto-folder')
8243         (elmo-nntp-msgdb-create-by-header): Rewrite.
8244         (elmo-nntp-get-overview): Eliminated.
8245         (elmo-nntp-get-message): Ditto.
8246         (elmo-nntp-open-connection) Abolished.
8247         (elmo-nntp-read-msg): Rewrite.
8248         (elmo-nntp-post): Ditto.
8249         (elmo-nntp-send-data): Abolished.
8250         (elmo-nntp-send-buffer): New function.
8251         (elmo-nntp-send-data-line): Define as inline function.
8252         (elmo-nntp-get-folders-info-prepare): Use session as key.
8253         (elmo-nntp-groups-read-response): Changed argument.
8254         (elmo-nntp-retrieve-headers): Ditto.
8255         (elmo-nntp-msgdb-create-message): Ditto.
8257         * elmo-msgdb.el (elmo-msgdb-search-internal-primitive): Fixed problem
8258         when searching by 'since' or 'before'.
8260 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8262         * elmo-version.el (toplevel): Use product-version-as-string for set
8263         verstion-string, if defined.
8265 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
8267         * elmo-util.el: Doc fixes.
8269 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8271         * elmo-archive.el (toplevel): Use product-provide.
8272         * elmo-cache.el (toplevel): Ditto.
8273         * elmo-database.el (toplevel): Ditto.
8274         * elmo-date.el (toplevel): Ditto.
8275         * elmo-dop.el (toplevel): Ditto.
8276         * elmo-filter.el (toplevel): Ditto.
8277         * elmo-imap4.el (toplevel): Ditto.
8278         * elmo-internal.el (toplevel): Ditto.
8279         * elmo-localdir.el (toplevel): Ditto.
8280         * elmo-localnews.el (toplevel): Ditto.
8281         * elmo-maildir.el (toplevel): Ditto.
8282         * elmo-msgdb.el (toplevel): Ditto.
8283         * elmo-multi.el (toplevel): Ditto.
8284         * elmo-net.el (toplevel): Ditto.
8285         * elmo-nntp.el (toplevel): Ditto.
8286         * elmo-pipe.el (toplevel): Ditto.
8287         * elmo-pop3.el (toplevel): Ditto.
8288         * elmo-util.el (toplevel): Ditto.
8289         * elmo-vars.el (toplevel): Ditto.
8290         * elmo2.el (toplevel): Ditto.
8291         * mmelmo-1.el (toplevel): Ditto.
8292         * mmelmo-2.el (toplevel): Ditto.
8293         * mmelmo-imap4-1.el (toplevel): Ditto.
8294         * mmelmo-imap4-2.el (toplevel): Ditto.
8295         * mmelmo-imap4.el (toplevel): Ditto.
8296         * mmelmo.el (toplevel): Ditto.
8298 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
8300         * elmo-dop.el (elmo-dop-flush-pending-append-operations): Add no-see.
8301         (elmo-dop-call-func-on-msgs): Don't delete appends from msgs.
8303 2000-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
8305         * elmo-multi.el (elmo-multi-split-mark-alist): Copy and sort alist
8306         before splitting.
8307         (elmo-multi-split-number-alist): Ditto.
8309 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8311         * elmo-version.el: New file.  Use product.el.
8312         * elmo2.el: Add (require 'elmo-version).
8313         * elmo-vars.el (elmo-appname, elmo-version): Move to
8314         elmo-version.el
8316 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
8318         * elmo2.el (elmo-copy-msgs): Set `spec' as 1st argument for
8319         `elmo-msgdb-expand-path'.
8320         (elmo-msgdb-load): Ditto.
8321         Abolished 2nd argument. If 1st argument is not string, treat as spec.
8322         (elmo-generic-list-folder-unread): Rewrite.
8323         (elmo-generic-list-folder-important): Changed argument.
8324         (elmo-list-folder-unread): Ditto.
8325         (elmo-list-folder-important): Ditto.
8326         (elmo-folder-diff): Rewrite.
8327         (elmo-generic-folder-diff): New function.
8328         (elmo-multi-get-number-alist-list): Abolished
8329         (Renamed to elmo-multi-split-number-alist and moved to elmo-multi.el)
8330         (elmo-multi-folder-diff): Moved to elmo-multi.el
8331         (toplevel): Removed autoload setting of `elmo-multi-folder-diff'.
8333         * elmo-pop3.el (elmo-pop3-list-folder): Set `spec' as 1st argument for
8334         `elmo-msgdb-expand-path'.
8335         (elmo-pop3-msgdb-create-as-numlist): Ditto.
8336         (elmo-pop3-read-msg): Ditto.
8337         (elmo-pop3-delete-msgs): Ditto.
8338         (elmo-pop3-folder-diff): New alias.
8340         * elmo-pipe.el (elmo-pipe-list-folder): Set `spec' as 1st argument for
8341         `elmo-msgdb-expand-path'.
8342         (elmo-pipe-list-folder-unread): Changed arguments.
8343         (elmo-pipe-list-folder-important): Ditto.
8344         (elmo-pipe-folder-diff): New alias.
8346         * elmo-nntp.el (elmo-nntp-list-folder): Set `spec' as 1st argument for
8347         `elmo-msgdb-expand-path'.
8348         (elmo-nntp-max-of-folder): Ditto.
8349         (elmo-nntp-msgdb-create): Ditto.
8350         (elmo-nntp-delete-msgs): Ditto.
8351         (elmo-nntp-folder-diff): New alias.
8353         * elmo-multi.el (elmo-multi-folder-diff): New function.
8354         (elmo-multi-split-mark-alist): Ditto.
8355         (elmo-multi-split-number-alist): Ditto.
8356         (elmo-multi-mark-alist-list): Abolished (Renamed to
8357         elmo-multi-split-mark-alist).
8358         (elmo-multi-list-folder-unread): Rewrite.
8359         (elmo-multi-list-folder-important): Ditto.
8360         (elmo-multi-list-folder): Set `spec' as 1st argument for
8361         `elmo-msgdb-expand-path'.
8362         (elmo-multi-sync-number-alist): Use `elmo-multi-split-number-alist'
8363         instead of `elmo-multi-get-number-alist-list'.
8365         * elmo-msgdb.el (elmo-msgdb-expand-path): Abolished 2nd argument.
8366         If 1st argument is not string, treat as spec.
8367         (elmo-list-folder-by-location): Set `spec' as 1st argument for
8368         `elmo-msgdb-expand-path'.
8369         (elmo-msgdb-flist-load): Ditto.
8370         (elmo-msgdb-flist-save): Ditto.
8371         (elmo-msgdb-delete-path): Ditto.
8372         (elmo-msgdb-rename-path): Ditto.
8374         * elmo-maildir.el (elmo-maildir-set-mark-msgs):
8375         Set `spec' as 1st argument for `elmo-msgdb-expand-path'.
8376         (elmo-maildir-delete-mark-msgs): Ditto.
8377         (elmo-maildir-msgdb-create): Ditto.
8378         (elmo-maildir-read-msg): Ditto.
8379         (elmo-maildir-delete-msgs): Ditto.
8380         (elmo-maildir-list-folder-subr): Ditto.
8381         (elmo-maildir-search): Ditto.
8382         (elmo-maildir-get-msg-filename): Ditto.
8383         (elmo-maildir-pack-number): Ditto.
8384         (elmo-maildir-folder-diff): New alias.
8386         * elmo-localnews.el (elmo-localnews-folder-diff): New alias.
8388         * elmo-localdir.el (elmo-localdir-list-folder-subr):
8389         Set `spec' as 1st argument for `elmo-msgdb-expand-path'.
8390         (elmo-localdir-folder-diff): New alias.
8392         * elmo-internal.el (elmo-internal-list-folder-subr):
8393         Set `spec' as 1st argument for `elmo-msgdb-expand-path'.
8394         (elmo-internal-list-folder-by-location): Ditto.
8395         (elmo-internal-msgdb-create): Ditto.
8396         (elmo-internal-delete-msgs): Ditto.
8397         (elmo-internal-read-msg): Ditto.
8398         (elmo-internal-folder-diff): New alias.
8400         * elmo-imap4.el (elmo-imap4-folder-diff): New function.
8401         (elmo-imap4-list-folder): Set `spec' as 1st argument for
8402         `elmo-msgdb-expand-path'.
8403         (elmo-imap4-list-folder-unread): Changed arguments.
8404         (elmo-imap4-list-folder-important): Ditto.
8406         * elmo-filter.el (elmo-filter-list-folder-unread): Changed arguments.
8407         (elmo-filter-list-folder-important): Ditto.
8408         (elmo-filter-folder-diff): New function.
8410         * elmo-dop.el (elmo-dop-folder-exists-p): Check elmo directory first.
8412         * elmo-cache.el (elmo-cache-list-folder):
8413         Set `spec' as 1st argument for `elmo-msgdb-expand-path'.
8414         (elmo-cache-copy-msgs): Ditto.
8415         (elmo-cache-folder-diff): New alias.
8417         * elmo-archive.el (elmo-archive-list-folder-subr):
8418         Set `spec' as 1st argument for `elmo-msgdb-expand-path'.
8419         (elmo-archive-get-archive-name): Ditto.
8420         (elmo-archive-create-file): Ditto.
8421         (elmo-archive-append-msg): Ditto.
8422         (elmo-archive-copy-msgs): Ditto.
8423         (elmo-archive-copy-msgs-froms): Ditto.
8424         (elmo-archive-get-msg-filename): Ditto.
8425         (elmo-archive-folder-diff): New alias.
8427 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
8429         * elmo-vars.el (elmo-imap4-stream-type-alist): New variable.
8430         (elmo-pop3-stream-type-alist): New variable.
8431         (elmo-nntp-stream-type-alist): New variable.
8433         * elmo-util.el (elmo-buffer-exists-p): Rewrite as function.
8434         (elmo-kill-buffer): Ditto.
8435         (elmo-get-network-stream-type): Add 2nd argument `stream-type-alist'.
8436         (elmo-network-get-spec): Add 5th argument `stream-type-alist'.
8437         (elmo-nntp-get-spec): Take into account `elmo-nntp-stream-type-alist'.
8438         (elmo-pop3-get-spec): Take into account `elmo-pop3-stream-type-alist'.
8439         (elmo-imap4-get-spec): Take into account
8440         `elmo-imap4-stream-type-alist'.
8442 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8444         * elmo-nntp.el (elmo-nntp-list-folders): Fix for `-/'
8445         (elmo-nntp-list-folders-get-cache): Ditto.
8447 2000-10-05  Yuuichi Teranishi  <teranisi@gohome.org>
8449         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Added space
8450         character before 'uid'.
8452 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
8454         * elmo-msgdb.el (elmo-msgdb-delete-msgs): Don't save location data.
8456         * elmo-nntp.el (elmo-nntp-max-of-folder): Fixed.
8458         * elmo-util.el (elmo-number-set-member): New function.
8459         (elmo-number-set-append-list): Ditto.
8460         (elmo-number-set-append): Ditto.
8462         * elmo-msgdb.el (elmo-msgdb-killed-message-p):
8463         Use `elmo-number-set-member'.
8464         (elmo-living-messages): Ditto.
8465         (elmo-msgdb-set-as-killed): Use `elmo-number-set-append'.
8466         (elmo-msgdb-append-to-killed-list): Use `elmo-number-set-append-list'.
8468         * elmo-imap4.el (elmo-imap4-folder-exists-p): Rewrite.
8469         (elmo-imap4-add-to-cont-list): Abolished.
8470         (elmo-imap4-make-number-set-list): Use `elmo-number-set-append'
8471         instead of elmo-imap4-add-to-cont-list.
8473         * elmo2.el (elmo-msgdb-search): Moved from elmo-msgdb.el.
8474         (toplevel): Removed autoload setting for `elmo-imap4-get-connection'.
8476         * elmo-msgdb.el (elmo-msgdb-search): Moved to elmo2.el.
8478 2000-10-03  Hiroya Murata      <lapis-lazuli@pop06.odn.ne.jp>
8480         * elmo-util.el (elmo-condition-parse-search-value):
8481         Fixed date parsing.
8483 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8485         * elmo-util.el (elmo-condition-find-key-internal): New function.
8486         (elmo-condition-find-key): Ditto.
8488         * elmo-msgdb.el (elmo-msgdb-search-internal-primitive): New function.
8489         (elmo-msgdb-search-internal): Ditto.
8490         (elmo-msgdb-search): Ditto.
8492 2000-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
8494         * elmo-util.el (elmo-cross-device-link-error-p): Abolished.
8495         (elmo-copy-file): Uncheck error condition for `add-name-to-file'.
8497         * elmo-nntp.el (elmo-nntp-search-primitive): Decode header field.
8498         (elmo-nntp-search-primitive): Fixed problem when condition is
8499         'unmatch'.
8501         * elmo-util.el (elmo-buffer-field-primitive-condition-match): Fixed.
8503         * elmo-nntp.el (elmo-nntp-default-use-xhdr): New variable.
8504         (elmo-nntp-xhdr-p): New macro.
8505         (elmo-nntp-set-xhdr): Ditto.
8506         (elmo-nntp-parse-xhdr-response): New function.
8507         (elmo-nntp-retrieve-field): Ditto.
8508         (elmo-nntp-search-primitive): Ditto.
8509         (elmo-nntp-search): Implemented.
8511         * elmo-date.el (elmo-date-make-sortable-string): New macro.
8513         * elmo-archive.el (elmo-archive-search): Set all number list to
8514         `elmo-archive-field-condition-match'
8516         * elmo-localdir.el (elmo-localdir-search): Likewise.
8518         * elmo-maildir.el (elmo-maildir-search): Likewise.
8520 2000-10-01  OKAZAKI Tetsurou  <okazaki@be.to>
8522         * elmo-msgdb.el (elmo-living-messages): New function.
8523         * elmo-archive.el (elmo-archive-list-folder-subr): Use it.
8524         * elmo-cache.el (elmo-cache-list-folder): Ditto.
8525         * elmo-dop.el (elmo-dop-list-folder): Ditto.
8526         * elmo-imap4.el (elmo-imap4-list-folder): Ditto.
8527         * elmo-internal.el (elmo-internal-list-folder-subr): Ditto.
8528         * elmo-localdir.el (elmo-localdir-list-folder-subr): Ditto.
8529         * elmo-maildir.el (elmo-maildir-list-folder-subr): Ditto.
8530         * elmo-multi.el (elmo-multi-list-folder): Ditto.
8531         * elmo-nntp.el (elmo-nntp-list-folder): Ditto.
8532         * elmo-pipe.el (elmo-pipe-list-folder): Ditto.
8533         * elmo-pop3.el (elmo-pop3-list-folder): Ditto.
8535 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
8537         * elmo-maildir.el (elmo-maildir-pack-number): Implemented.
8539         * elmo-msgdb.el (elmo-msgdb-delete-msgs): Save location data.
8541         * elmo2.el (elmo-pack-number): Added 'maildir as allowd type.
8543         * elmo-imap4.el (elmo-imap4-search-internal-primitive): Fixed
8544         arguments for `SEARCH' command.
8545         (elmo-imap4-parse-string): Set `POS' argument for char-after.
8546         All other related portions are changed.
8548         * elmo-cache.el (elmo-cache-search-all): Added argument `from-msgs'.
8550         * elmo2.el (elmo-generic-list-folder-unread): Rewrite.
8551         (elmo-list-folder-unread): Rewrite.
8552         (elmo-list-folder-important): Ditto.
8554         * elmo-util.el (elmo-filter-get-spec): Rewrite.
8555         (elmo-condition-parse-error): New inline function.
8556         (elmo-read-search-condition): New function.
8557         (elmo-read-search-condition-internal): Ditto.
8558         (elmo-parse-search-condition): Rewrite.
8559         (elmo-condition-parse): New function.
8560         (elmo-condition-parse-or-expr): Ditto.
8561         (elmo-condition-parse-and-expr): Ditto.
8562         (elmo-condition-parse-primitive): Ditto.
8563         (elmo-condition-parse-search-value): Ditto.
8564         (elmo-buffer-field-primitive-condition-match): Ditto.
8565         (elmo-buffer-field-condition-match): Rewrite.
8566         (elmo-file-field-condition-match): Ditto.
8568         * elmo-msgdb.el (elmo-msgdb-expand-path): Use
8569         `elmo-replace-msgid-as-filename' instead of `elmo-safe-filename'.
8571         * elmo-internal.el (elmo-internal-search): Set `number' and
8572         `number-list' argument of `elmo-file-field-condition-match'.
8574         * elmo-maildir.el (elmo-maildir-search): Ditto.
8576         * elmo-imap4.el (elmo-imap4-list-folder-unread): Use
8577         `msgdb' as argument instead of `mark-alist'.
8578         (elmo-imap4-list-folder-important): Use `msgdb' as argument instead of
8579         `overview'.
8581         * elmo-multi.el: Likewise.
8583         * elmo-pipe.el: Likewise.
8585         * elmo-imap4.el (elmo-imap4-search-internal-primitive): New function.
8586         (elmo-imap4-search-internal): Rewrite.
8587         (elmo-imap4-search): Ditto.
8589         * elmo-filter.el (elmo-filter-list-folder): Rewrite.
8590         (elmo-filter-list-folder-unread): Ditto.
8591         (elmo-filter-list-folder-important): Ditto.
8592         (elmo-filter-search): Rewrite.
8594         * elmo-cache.el (elmo-cache-search-all): Set `number' and
8595         `number-list' argument of `elmo-file-field-condition-match'.
8596         (elmo-cache-search): Ditto.
8598         * elmo-localdir.el: Likewise.
8600         * elmo-archive.el (elmo-archive-field-condition-match): Added argument
8601         number-list and pass it to `elmo-buffer-field-condition-match'.
8602         (elmo-archive-field-condition-match): Pass `number-list' to
8603         `elmo-archive-field-condition-match'
8605 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
8607         * elmo-nntp.el (elmo-nntp-list-folder): Set current group after
8608         `listgroup'.
8610         * elmo2.el (elmo-folder-diff-async-callback): New variable.
8611         (elmo-folder-diff-async-callback-data): Ditto.
8612         (elmo-folder-diff-async): New function.
8614         * elmo-net.el (elmo-network-session-name-prefix): New variable.
8615         (elmo-network-session-cache-key): Use it as a prefix of the session
8616         name.
8617         (elmo-network-open-session): Ditto.
8619         * elmo-imap4.el (elmo-imap4-status-callback): New local variable.
8620         (elmo-imap4-status-callback-data): Ditto.
8621         (elmo-imap4-server-diff-async-callback): New variable.
8622         (elmo-imap4-server-diff-async-callback-data): Ditto.
8623         (elmo-imap4-local-variables): Added `elmo-imap4-status-callback' and
8624         `elmo-imap4-status-callback-data'.
8625         (elmo-imap4-max-of-folder): Set `elmo-imap4-status-callback' and
8626         `elmo-imap4-status-callback-data' as nil.
8627         (elmo-imap4-server-diff): Ditto.
8628         (elmo-imap4-server-diff-async-callback-1): New function.
8629         (elmo-imap4-server-diff-async): Ditto.
8630         (elmo-imap4-parse-status): Call `elmo-imap4-status-callback'.
8632 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
8634         * elmo-util.el (elmo-list-delete): Doc fix.
8635         (elmo-delete-lists): Abolish.
8636         * elmo2.el (elmo-crosspost-message-delete): Use `elmo-list-delete'
8637         instead of `elmo-delete-lists'.
8639 2000-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
8641         * elmo-imap4.el (elmo-imap4-make-number-set-list): Copy `msg-list'
8642         before `sort'.
8644 2000-09-18  OKAZAKI Tetsurou  <okazaki@be.to>
8646         * elmo-imap4.el (elmo-imap4-literal-1): Renamed from
8647         `elmo-imap4-literal-subr'.
8648         (elmo-imap4-string-1): Renamed from `elmo-imap4-string-subr'.
8649         (elmo-imap4-astring-1): Renamed from `elmo-imap4-astring-subr'.
8651 2000-09-15  Kenichi OKADA  <okada@opaopa.org>
8653         * elmo-archive.el (elmo-archive-list-folder-subr): Fix.
8654         (elmo-archive-list-folder): Fix.
8655         (elmo-archive-max-of-folder): Fix.
8657 2000-09-15  Kenichi OKADA  <okada@opaopa.org>
8659         * elmo-localdir.el (elmo-localdir-copy-msgs): Use
8660          `elmo-localdir-max-of-folder' instead of 'elmo-localdir-list-folder-subr'.
8661         (elmo-localdir-append-msg): Ditto.
8662         (elmo-localdir-list-folder): Fix for `nonsort'.
8663         (elmo-localdir-list-folder-subr): Fix for `killed'.
8664         * elmo-maildir.el (elmo-maildir-list-folder): Ditto.
8665         (elmo-maildir-list-folder-subr): Ditto.
8666         * elmo-archive.el (elmo-archive-list-folder): Ditto.
8667         (elmo-archive-list-folder-subr): Ditto.
8668         * elmo-internal.el (elmo-internal-list-folder): Ditto.
8669         (elmo-internal-list-folder-subr): Ditto.
8671 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
8673         * elmo-imap4.el (elmo-imap4-parse-flag-list): Rewrite.
8675 2000-09-12  Katsumi Yamaoka    <yamaoka@jpl.org>
8677         * elmo-util.el (elmo-delete-plugged): Fix parenthesis.
8679 2000-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
8681         * mmelmo-imap4-2.el (mmelmo-imap4-get-mime-entity):
8682         Clear `elmo-imap4-fetch-callback' and `elmo-imap4-fetch-callback-data'.
8684         * elmo-imap4.el (elmo-network-initialize-session): Skip garbage output
8685         before greeting.
8686         (elmo-imap4-read-part): Use "body.peek" to fetch part.
8687         Clear `elmo-imap4-fetch-callback' and `elmo-imap4-fetch-callback-data'.
8689 2000-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
8691         * mmelmo-imap4-2.el (mime-entity-children): Defined.
8693         * elmo-imap4.el (elmo-imap4-mark-set-on-msgs):
8694         Clear `elmo-imap4-fetch-callback' and `elmo-imap4-fetch-callback-data'
8695         before STORE command.
8697 2000-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
8699         * elmo2.el (elmo-multi-folder-diff): Fixed problem of filter folder.
8701         * elmo-imap4.el (elmo-imap4-authenticator-alist): Added `plain' entry.
8702         (elmo-imap4-send-command): Use `elmo-imap4-current-response' instead
8703         of `response'.
8704         (elmo-imap4-list-folders): Removed unused local variable.
8705         (elmo-network-initialize-session): Ditto.
8706         (elmo-imap4-delete-msg-by-id): Ditto.
8707         (elmo-imap4-parse-fetch): Ditto.
8708         (elmo-imap4-copy-msgs): Ditto.
8709         Use `dst-spec' instead of `dst-folder'.
8710         (elmo-network-authenticate-session): Check authenticate type `plain'.
8712 2000-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
8714         * elmo-imap4.el (elmo-imap4-parse-response): Use string-match for
8715         garbage checking.
8716         (elmo-imap4-read-part): Use `elmo-imap4-response-value-all' instead of
8717         `elmo-imap4-response-value'.
8718         (elmo-imap4-parse-response): Return value of `EXPUNGE'.
8720 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
8722         * elmo-imap4.el (elmo-imap4-send-command):
8723         Cause elmo-imap4-bye-error when current response is BYE.
8724         (elmo-imap4-arrival-filter): Changed greeting response value.
8726         * elmo2.el (elmo-imap4-bye-error): Define.
8728         * elmo-imap4.el (elmo-imap4-list): Don't call `elmo-imap4-commit'.
8729         (elmo-imap4-server-diff): Ditto.
8730         (elmo-imap4-response-bye-p): New macro.
8731         (elmo-imap4-response-error-text): Get text from BYE response.
8732         (elmo-imap4-read-response): Return if BYE response.
8733         (elmo-imap4-accept-ok): Cause elmo-imap4-bye-error when BYE response.
8734         (elmo-imap4-folder-exists-p): Ditto.
8735         (elmo-imap4-commit): Do nothing when different mailbox is selected.
8736         (elmo-imap4-parse-bye): New function.
8737         (elmo-imap4-parse-response): Remove needless let.
8738         Call `elmo-imap4-parse-bye'.
8740 2000-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
8742         * elmo-imap4.el (elmo-imap4-folder-exists-p): Don't cause an error when
8743         the mailbox does not exist.
8744         (elmo-imap4-parse-namespace): Copy `elmo-imap4-extra-namespace-alist'.
8746 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
8748         * elmo-imap4.el (elmo-imap4-send-command): Remove unused local variable.
8750 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
8752         * elmo-vars.el (elmo-search-mime-charset): Abolished.
8754         * elmo-pop3.el (elmo-pop3-local-variables): New variable.
8755         (elmo-network-initialize-session-buffer): Defined.
8757         * mmelmo-imap4-2.el (mmelmo-imap4-parse-bodystructure-string):
8758         Abolished.
8759         (mmelmo-imap4-get-mime-entity): Rewrite.
8761         * elmo2.el (elmo-error): Capitalize error message.
8763         * elmo-net.el (elmo-network-initialize-session-buffer): New method.
8764         (elmo-network-session-buffer): New macro.
8765         (elmo-network-open-session): Use it.
8767         * elmo-imap4.el: Rewrite.
8769 2000-08-27 Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
8771         * elmo-nntp.el (Toplevel): Require 'elmo-net.
8773 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
8775         * elmo-imap4.el (elmo-imap4-make-address): Abolish.
8776         (elmo-imap4-msgdb-create): Don't request ENVELOPE.
8777         (elmo-imap4-create-msgdb-from-overview-string): Use
8778         `elmo-msgdb-create-overview-from-buffer'.
8780 2000-08-26   Daiki Ueno  <ueno@unixuser.org>
8782         * elmo-imap4.el (elmo-imap4-parse-namespace): Tolerate INBOX regexp.
8783         (elmo-imap4-default-hierarchy-delimiter): New variable.
8784         (elmo-imap4-list-folders): Use it.
8786 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
8788         * elmo-net.el (elmo-network-open-session): Add user and
8789         stream-type for process-buffer name.
8791         * elmo-pop3.el (elmo-network-initialize-session): Call
8792         buffer-disable-undo.
8794         * elmo-imap4.el (elmo-network-initialize-session):
8795         Set current-buffer as an argument for `buffer-disable-undo'.
8797         * elmo-pop3.el (elmo-network-close-session): Don't use
8798         `process-live-p'.
8800         * elmo-vars.el (elmo-default-pop3-authenticate-type):
8801         Set default as 'user.
8803         * mmelmo-imap4-2.el (mmelmo-imap4-get-mime-entity): Rewrite.
8805         * elmo2.el (elmo-quit): Don't use `elmo-pop3-flush-connection'
8806         and `elmo-imap4-flush-connection'.
8808         * elmo-util.el (toplevel): Removed workaround for timezone y2k.
8809         (elmo-pop3-get-spec): Assume auth as symbol.
8810         (elmo-open-network-stream): Moved to `elmo-net'.
8812         * elmo-pop3.el (toplevel): Require 'elmo-net.
8813         Define `sasl-cram-md5' to silence byte compilier.
8814         (elmo-pop3-connection-cache) Abolished.
8815         (elmo-pop3-authenticator-alist) New variable.
8816         (elmo-pop3-session): Define.
8817         (elmo-pop3-connection-get-process): Abolished.
8818         (elmo-pop3-connection-get-buffer): Ditto.
8819         (elmo-pop3-close-connection): Ditto.
8820         (elmo-pop3-flush-connection): Ditto.
8821         (elmo-pop3-get-connection): Ditto.
8822         (elmo-pop3-get-session): New function.
8823         (Replacement for `elmo-pop3-get-connection').
8824         All other related modules are changed.
8825         (elmo-network-close-session): Define.
8826         (elmo-pop3-send-command): Abolished argument `buffer'.
8827         All other related modules are changed.
8828         (elmo-pop3-read-response): Likewise.
8829         (elmo-pop3-open-connection): Abolished.
8830         (elmo-pop3-auth-user): New function.
8831         (elmo-pop3-auth-apop): Ditto.
8832         (elmo-pop3-auth-cram-md5): Ditto.
8833         (elmo-pop3-auth-scram-md5): Ditto.
8834         (elmo-pop3-auth-digest-md5): Ditto.
8835         (elmo-network-initialize-session): Define.
8836         (elmo-network-authenticate-session): Ditto.
8837         (elmo-network-setup-session): Ditto.
8839         * elmo-imap4.el (toplevel): Require 'elmo-net.
8840         (elmo-imap4-session): Define.
8841         (elmo-imap4-connection-cache): Abolished.
8842         (elmo-imap4-password-key): Ditto.
8843         (elmo-imap4-flush-connection): Ditto.
8844         (elmo-imap4-get-connection): Ditto.
8845         All other related modules are changed.
8846         (elmo-imap4-get-session): New function
8847         (Replacement for `elmo-imap4-get-connection').
8848         (elmo-imap4-read-response): Abolished argument `buffer'.
8849         All other related modules are changed.
8850         (elmo-imap4-send-command): Likewise.
8851         (elmo-imap4-select-folder): Abolished.
8852         All other related modules are changed.
8853         (elmo-imap4-select-mailbox): New function.
8854         (Replacement for `elmo-imap4-select-folder').
8855         (elmo-imap4-auth-login): Simplify.
8856         (Assume current buffer as process buffer)
8857         (elmo-imap4-auth-cram-md5): Ditto.
8858         (elmo-imap4-auth-digest-md5): Ditto.
8859         (elmo-imap4-login): Ditto.
8860         (elmo-imap4-open-connection): Abolished.
8861         (elmo-imap4-open-connection-1): Abolished.
8862         (elmo-network-initialize-sessoin): Define.
8863         (elmo-network-authenticate-session): Ditto.
8864         (elmo-network-setup-session): Ditto.
8866         * elmo-net.el: New module.
8868 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
8870         * elmo-util.el (elmo-define-error): New function.
8872         * elmo2.el (elmo-error): Define.
8873         (elmo-open-error): Define.
8874         (elmo-authenticate-error): Define.
8876         * elmo-imap4.el (elmo-imap4-error): Abolish.
8877         (elmo-imap4-error-type): Abolish.
8878         (elmo-imap4-error-process): Abolish.
8879         (elmo-imap4-error-message): Abolish
8880         (elmo-imap4-list-folders): Don't quote lambda.
8881         (elmo-imap4-create-msgdb-from-overview-string): Ditto.
8882         (elmo-imap4-parse-namespace): Ditto.
8883         (elmo-imap4-open-connection): Rewrite.
8884         (elmo-imap4-open-connection-1): Simplified (authenticate only).
8885         (elmo-imap4-get-connection): Abolish local variable `result'.
8887 2000-08-21  Kaoru Takahashi  <kaoru@kaisei.org>
8889         * elmo-imap4.el (elmo-imap4-open-connection-1): Fixed probrem
8890         wrong-type-argument error when auth is nil.
8892 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
8894         * elmo-vars.el (elmo-default-imap4-stream-type): New variable.
8895         (elmo-default-nntp-stream-type): Ditto.
8896         (elmo-default-pop3-stream-type): Ditto.
8897         (elmo-network-stream-type-alist): Ditto.
8898         (elmo-default-imap4-ssl): Abolished.
8899         (elmo-default-nntp-ssl): Ditto.
8900         (elmo-default-pop3-ssl): Ditto.
8902         * elmo-util.el: (toplevel): Removed needless requires.
8903         (elmo-network-get-spec): Use `elmo-network-stream-type-alist'.
8904         (elmo-open-network-stream): Open network stream according to
8905         the value of `elmo-network-stream-type-alist'.
8906         (elmo-get-network-stream-type): New function.
8907         (elmo-network-stream-type-spec-string): New macro.
8908         (elmo-network-stream-type-symbol): Ditto.
8909         (elmo-network-stream-type-function): Ditto.
8911         * elmo-pop3.el (elmo-pop3-get-connection): Follow up changes for
8912         network-stream-type. All other related portions are changed.
8913         (elmo-pop3-open-connection): Ditto.
8915         * elmo-nntp.el (elmo-nntp-setting): Follow up changes for
8916         network-stream-type. All other related portions are changed.
8918         * elmo-imap4.el (elmo-imap4-get-connection): Follow up changes for
8919         network-stream-type.All other related portions are changed.
8920         (elmo-imap4-error): New macro.
8921         (elmo-imap4-error-type): Ditto.
8922         (elmo-imap4-error-process): Ditto.
8923         (elmo-imap4-error-message): Ditto.
8924         (elmo-imap4-auth-login): Use `elmo-imap4-error'.
8925         (elmo-imap4-auth-cram-md5): Ditto.
8926         (elmo-imap4-auth-digest-md5): Ditto.
8927         (elmo-imap4-login): Ditto.
8928         (elmo-imap4-open-connection): Remove password entry if authentication
8929         was in vain.
8930         (elmo-imap4-user-at-host): Abolished.
8931         (elmo-imap4-password-key): New buffer local variable.
8932         (elmo-imap4-open-connection-1): Set value of `elmo-imap4-password-key'
8933         using protocol, port, auth and stream-type.
8935         * elmo-dop.el (elmo-dop-list-folder): Use killed list.
8937 2000-08-13   Daiki Ueno  <ueno@unixuser.org>
8939         * elmo-vars.el (elmo-default-imap4-authenticate-type): Default to nil.
8941         * elmo-util.el (elmo-imap4-get-spec): Assume auth as symbol.
8943         * elmo-imap4.el (elmo-imap4-user-at-host): New variable.
8944         (elmo-imap4-authenticator-alist): New variable.
8945         (elmo-imap4-open-connection-1): Rename from
8946         elmo-imap4-open-connection.
8947         (elmo-imap4-open-connection): Abolish 5th argument `passphrase';
8948         only wraps elmo-imap4-open-connection-1.
8949         (elmo-imap4-get-connection): Abolish local variable buffer, proc-stat,
8950         user-at-host.
8951         (elmo-imap4-auth-login): New function.
8952         (elmo-imap4-auth-cram-md5): New function.
8953         (elmo-imap4-auth-digest-md5): New function.
8954         (elmo-imap4-login): New function.
8956 2000-08-12  Kenichi OKADA  <okada@opaopa.org>
8958         * elmo-maildir.el (elmo-maildir-delete-folder): Set argument of the
8959         function `error'.
8961 2000-08-12  Kenichi OKADA  <okada@opaopa.org>
8963         * elmo-pop3.el (elmo-pop3-get-connection): Add `signal'.
8965 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
8967         * elmo2.el (elmo-move-msgs): Set value of `unseen'.
8969 2000-08-06  OKAZAKI Tetsurou  <okazaki@be.to>
8971         * elmo-imap4.el (elmo-imap4-parse-overview-string): In regexps
8972         for server responses, quote `*' regardless of where it appears.
8974 2000-08-03  Kenichi OKADA  <okada@opaopa.org>
8976         * elmo-maildir.el (elmo-maildir-commit): New alias.
8978 2000-08-03  Kenichi OKADA  <okada@opaopa.org>
8980         * elmo-util.el (elmo-display-progress):
8981                 Use `progress-feedback-with-label'.
8983 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
8985         * elmo-imap4.el (elmo-imap4-quoted-specials-list): New constant.
8986         (elmo-imap4-non-atom-char-regex): Ditto.
8987         (elmo-imap4-non-text-char-regex): Ditto.
8988         (elmo-imap4-literal-threshold): Ditto.
8989         (elmo-imap4-atom-p): New function.
8990         (elmo-imap4-quotable-p): Ditto.
8991         (elmo-imap4-nil): Ditto.
8992         (elmo-imap4-atom): Ditto.
8993         (elmo-imap4-quoted): Ditto.
8994         (elmo-imap4-literal-subr): Ditto.
8995         (elmo-imap4-literal): Ditto.
8996         (elmo-imap4-buffer-literal): Ditto.
8997         (elmo-imap4-string-subr): Ditto.
8998         (elmo-imap4-string): Ditto.
8999         (elmo-imap4-buffer-string): Ditto.
9000         (elmo-imap4-astring-subr): Ditto.
9001         (elmo-imap4-astring): Ditto.
9002         (elmo-imap4-buffer-astring): Ditto.
9003         (elmo-imap4-nstring): Ditto.
9004         (elmo-imap4-buffer-nstring): Ditto.
9005         (elmo-imap4-mailbox): New alias.
9006         (elmo-imap4-field-body): Ditto.
9007         (elmo-imap4-userid): Ditto.
9008         (elmo-imap4-password): Ditto.
9009         (elmo-imap4-format-quoted): New function.
9010         (elmo-imap4-send-command): Rewritten.  Accept a list of command
9011         arguments and handle "atom", "quoted" and "literal" string here.
9012         (elmo-imap4-list-folders): Use `elmo-imap4-mailbox' for
9013         `elmo-imap4-send-command'.
9014         (elmo-imap4-folder-exists-p): Likewise.
9015         (elmo-imap4-create-folder): Likewise.
9016         (elmo-imap4-delete-folder): Likewise.
9017         (elmo-imap4-rename-folder): Likewise.
9018         (elmo-imap4-max-of-folder): Likewise.
9019         (elmo-imap4-check-validity): Likewise.
9020         (elmo-imap4-sync-validity): Likewise.
9021         (elmo-imap4-server-diff): Likewise.
9022         (elmo-imap4-select-folder): Likewise.
9023         (elmo-imap4-copy-msgs): Likewise.
9024         (elmo-imap4-search-internal): Use `elmo-imap4-astring'.
9025         (elmo-imap4-mark-set-on-msgs): Likewise.
9026         (elmo-imap4-read-part): Likewise.
9027         (elmo-imap4-read-msg): Likewise.
9028         (elmo-imap4-open-connection): Use `elmo-imap4-userid' and
9029         `elmo-imap4-password' for `elmo-imap4-send-command'.
9030         (elmo-imap4-delete-msg-by-id): Use `elmo-imap4-field-body'.
9031         (elmo-imap4-append-msg-by-id): Use `elmo-imap4-mailbox' and
9032         `elmo-imap4-buffer-literal'.
9033         (elmo-imap4-append-msg): Likewise.
9035         * elmo-imap4.el (elmo-imap4-get-connection): Use `delq' instead of
9036         `delete' for removing dead connection from the connection cache.
9037         Move deletion of the process buffer after that.
9038         (elmo-imap4-list): Change `defsubst' to `defun'.
9039         (elmo-imap4-commit): Make error message verbose.
9040         (elmo-imap4-search): Ditto.
9041         (elmo-imap4-list): Ditto.
9042         (elmo-imap4-select-folder): Ditto.
9043         (elmo-imap4-copy-msgs): Ditto.
9044         (elmo-imap4-delete-msg-by-id): Ditto.
9045         (elmo-imap4-append-msg-by-id): Ditto.
9046         (elmo-imap4-append-msg): Ditto.
9048 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
9050         * elmo-archive.el (elmo-archive-get-archive-name): Fixed problem
9051         when dired is used on XEmacs.
9053 2000-07-25  OKAZAKI Tetsurou  <okazaki@be.to>
9055         * elmo-imap4.el (elmo-imap4-process-folder-list): Use `nconc'
9056         instead of `append'.
9057         (elmo-imap4-commit): Use `elmo-imap4-plugged-p' instead of
9058         `elmo-plugged-p' directly.
9059         * elmo-pop3.el (elmo-pop3-commit): Use `elmo-pop3-plugged-p' instead
9060         of `elmo-plugged-p' directly.
9062         * elmo-pop3.el (elmo-pop3-get-connection): Split temporary variable.
9063         Eliminate unused variable.  Use `memq' for checking a process status.
9064         Use `cons' instead of `append' for updating the connection cache.
9065         * elmo-nntp.el (elmo-nntp-get-connection): Likewise.
9066         * elmo-imap4.el (elmo-imap4-get-connection): Likewise.
9068 2000-07-22  OKAZAKI Tetsurou  <okazaki@be.to>
9070         * elmo-imap4.el (elmo-imap4-read-bytes): Advance
9071         `elmo-imap4-read-point' exactly.
9073         * mmelmo-imap4-2.el (mmelmo-imap4-get-mime-entity): Rename
9074         the local variable `folder' to `mailbox'.
9075         Rename the argument `fld' to `folder'.
9077 2000-07-20  Kenichi OKADA  <okada@opaopa.org>
9079         * elmo-pop3.el (elmo-pop3-commit): Do nothing when unplugged.
9080         * elmo-imap4.el (elmo-imap4-commit): Ditto.
9082 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
9084         * elmo-pop3.el (elmo-pop3-use-uidl): New variable.
9085         (elmo-pop3-number-uidl-hash): New buffer-local variable.
9086         (elmo-pop3-uidl-number-hash): Ditto.
9087         (elmo-pop3-size-hash): Ditto.
9088         (elmo-pop3-uidl-done): Ditto.
9089         (elmo-pop3-list-done): Ditto.
9090         (elmo-pop3-connection-get-process): New defmacro.
9091         (elmo-pop3-connection-get-buffer): Ditto.
9092         (elmo-pop3-close-connection): Delete buffer and process.
9093         (elmo-pop3-flush-connection): Don't delete buffer and process.
9094         (elmo-pop3-get-connection): Added optional argument `if-exists'.
9095         Setup UIDL and size hash.
9096         (elmo-pop3-send-command-no-erase): Deleted
9097         (elmo-pop3-send-command): Added optional argument `no-erase'.
9098         (elmo-pop3-parse-uidl-response): New function.
9099         (elmo-pop3-parse-list-response): Set size hash.
9100         (elmo-pop3-list-location): New function.
9101         (elmo-pop3-list-by-uidl-subr): Ditto.
9102         (elmo-pop3-list-by-list): Ditto.
9103         (elmo-pop3-list-folder): Call `elmo-pop3-commit'.
9104         Call `elmo-pop3-list-by-uidl-subr' or `elmo-pop3-list-by-list'.
9105         (elmo-pop3-max-of-folder): Call `elmo-pop3-commit'.
9106         Call `elmo-pop3-list-by-uidl-subr' if `elmo-pop3-use-uidl' is non-nil.
9107         (elmo-pop3-msgdb-create-as-numlist): Added optional argument `msgdb'.
9108         Use uidl.
9109         (elmo-pop3-uidl-to-number): New function.
9110         (elmo-pop3-number-to-uidl): Ditto.
9111         (elmo-pop3-number-to-size): Ditto.
9112         (elmo-pop3-msgdb-create-by-header): Added argument `loc-alist'.
9113         Set number by use of uidl.
9114         (elmo-pop3-msgdb-create-message): Likewise.
9115         Set size, loc-alist in msgdb.
9116         (elmo-pop3-read-msg): Set number by use of uidl.
9117         Added optional argument `msgdb'.
9118         (elmo-pop3-delete-msg): Ditto.
9119         (elmo-pop3-delete-msgs): Added optional argument `msgdb'.
9120         (elmo-pop3-commit): Close connection.
9122         * elmo-pipe.el (elmo-pipe-max-of-folder):
9123         Bind `elmo-pop3-use-uidl' as nil.
9124         (elmo-pipe-drain): Ditto.
9125         Call `elmo-commit'.
9127         * elmo-msgdb.el (elmo-msgdb-delete-msgs): Delete location too.
9128         (elmo-msgdb-overview-entity-set-size): New defsubst.
9130 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
9132         * elmo-vars.el (elmo-use-killed-list): New variable
9133         (Renamed from `elmo-nntp-use-killed-list').
9134         (elmo-nntp-use-killed-list): Eliminated.
9136         * elmo-msgdb.el (elmo-msgdb-expand-path):
9137         Changed expanding msgdb path for elmo-multi.
9139         * elmo-archive.el, elmo-cache.el, elmo-database.el, elmo-date.el,
9140         elmo-dop.el, elmo-filter.el, elmo-imap4.el, elmo-internal.el,
9141         elmo-localdir.el, elmo-localnews.el, elmo-maildir.el, elmo-msgdb.el,
9142         elmo-multi.el, elmo-nntp.el, elmo-pipe.el, elmo-pop3.el,
9143         elmo-util.el, elmo-vars.el, elmo2.el, mmelmo-1.el, mmelmo-2.el,
9144         mmelmo-imap4-1.el, mmelmo-imap4-2.el, mmelmo-imap4.el, mmelmo.el
9145         (toplevel): Deleted time-stamp line.
9147         * elmo2.el (elmo-clear-killed ): Defined as function
9148         (Abolished defining as a backend function).
9149         All other related modules are changed.
9151 2000-07-14  Hiroshi Tsutsui <tsutsui@easter.kuee.kyoto-u.ac.jp>
9153         * elmo-cache.el (elmo-cache-clear-killed): Fixed.
9155 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
9157         * elmo-msgdb.el (elmo-msgdb-append-to-killed-list): New function.
9159 2000-07-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9161         * elmo-pop3.el (elmo-pop3-clear-killed): New alias.
9163 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
9165         * elmo-nntp.el (elmo-nntp-max-of-folder): Use killed list in
9166         asynchronous folder check.
9168         * elmo2.el (elmo-move-msgs): Don't move message when buffer-size is 0.
9170         * elmo-nntp.el (elmo-nntp-delete-msgs): Check the value of
9171         `elmo-nntp-use-killed-list'.
9172         (elmo-nntp-list-folder): Use killed list.
9173         (elmo-nntp-max-of-folder): Ditto.
9174         (elmo-nntp-msgdb-create): Set killed list.
9176         * elmo-vars.el (elmo-nntp-use-killed-list): New user option.
9178         * elmo2.el (elmo-clear-killed): New backend function.
9179         All other related modules are changed.
9181 2000-07-07  OKAZAKI Tetsurou  <okazaki@be.to>
9183         * elmo-util.el (elmo-imap4-spec-folder): Use
9184         `elmo-imap4-spec-mailbox'; Mark as obsolete.
9185         All callers changed.
9187 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
9189         * mmelmo-2.el (initialize-instance):
9190         Use `mime-buffer-entity-buffer-internal' instead of
9191         `mime-entity-buffer'.
9193         * mmelmo-imap4-2.el (mmelmo-imap4-mime-entity-buffer): New function.
9194         (mime-entity-body): Implemented.
9195         (mime-goto-header-start-point): Deleted.
9196         (mime-goto-body-end-point): Ditto.
9197         (mime-entity-point-min): Ditto.
9198         (mime-entity-point-max): Ditto.
9199         (mime-entity-children): Ditto.
9200         (mime-insert-header): Use `mime-buffer-entity-buffer-internal'
9201         instead of `mime-entity-buffer'.
9202         (mime-entity-header-buffer): Ditto.
9203         (mime-entity-body-buffer): Ditto.
9204         (mime-write-entity-content): Ditto.
9206         * pldap.el (ldap-static-if): New macro.
9207         (toplevel): Use it instead of `static-if'.
9209 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
9211         * pldap.el (ldap-search-basic): Don't collect 'dn' value even if it is
9212         included in `attrs' argument.
9214 2000-06-16  Yuuichi Teranishi  <teranisi@gohome.org>
9216         * elmo-util.el (elmo-get-passwd): Use old backquote style.
9218         * pldap.el (ldap-ldif-safe-char-regexp): New constant.
9219         (ldap-ldif-safe-init-char-regexp): Ditto.
9220         (ldap-ldif-safe-string-regexp): Ditto.
9221         (ldap/ldif-safe-string-p): New macro.
9222         (ldap/ldif-insert-field): Ditto.
9223         (ldap-modify): Use it.
9224         (ldap-add): Ditto.
9225         (ldap-search-basic): Consider `attrsonly' also when `attrs' is nil.
9226         (ldap-decode-attribute): Decode only when `attr' is consp.
9227         (ldap-delete): Bind `ret'.
9228         (toplevel): Require 'cl at compile time.
9229         Removed (require 'poe) and (require 'std11).
9230         (pldap-version): Eliminated.
9231         (ldap-search-basic): Removed auth and dn binding.
9232         (ldap-ldif-field-name-regexp): New constant.
9233         (ldap-ldif-field-head-regexp): Ditto.
9234         (ldap-ldif-next-field-head-regexp): Ditto.
9235         (ldap/collect-field): Use `ldap-ldif-field-head-regexp'.
9236         (ldap/field-end): New function.
9237         (ldap/field-body): Use it.
9238         (ldap/collect-field): Ditto.
9239         (ldap-search-basic): Use `ldap/field-body'.
9241 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
9243         * pldap.el (ldap-default-attribute-encoder): New user option.
9244         (ldap/field-body): Decode base64 string.
9245         (ldap/collect-field): Ditto.
9246         (ldap-encode-attribute): New function.
9247         (ldap-add-entries): Use it.
9248         (ldap-modify-entries): Ditto.
9249         (ldap-search-entries): Enclosed decoding function with
9250         `with-temp-buffer' and set as unibyte.
9251         (ldap-search-basic): Set process buffer as unibyte.
9253         * elmo-util.el (elmo-folder-identical-system-p):
9254         Eliminated name space checking.
9256         * pldap.el: New module.
9257         toplevel: Changed condition to detect built-in ldap feature.
9258         (ldap-delete): Enclosed call-process with `with-temp-buffer'.
9259         (ldap-add): Added error handling.
9260         (ldap-modify): Ditto.
9261         (ldap-delete): Ditto.
9263 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
9265         * elmo-localdir.el (elmo-localdir-msgdb-create-as-numlist):
9266         Initialize local variables with `let'.  Inline a temporary
9267         variable for the progress percentage.  Sort `setq' to reduce
9268         function call in the while-loop.
9270         * mmelmo.el (mmelmo-get-original-buffer): Move `save-excursion'
9271         into the conditional branch.
9273 2000-05-30  OKAZAKI Tetsurou  <okazaki@be.to>
9275         * elmo2.el (elmo-move-msgs): Replace `append' with `nconc'.
9276         Move a conditional out of the while-loop.
9278 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9280         * elmo-msgdb.el (elmo-msgdb-overview-get-entity): Use
9281         elmo-msgdb-overview-get-entity-by-number.
9282         (elmo-msgdb-overview-get-entity-by-number): Don't use catch and
9283         throw.
9285 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
9287         * elmo-localdir.el (elmo-localdir-pack-number): Renamed
9288         the local variable for a packed number self descriptively.
9290 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9292         * elmo2.el (elmo-msgdb-load): Remove elmo-msgdb-overview-hashtb.
9293         * elmo-localdir.el (elmo-localdir-pack-number): Use
9294         `elmo-msgdb-overview-get-entity' instead of
9295         `elmo-msgdb-overview-get-entity-by-number'.
9296         * elmo-msgdb.el (elmo-msgdb-overview-hashtb): Removed.
9297         (elmo-msgdb-search-overview-entity): Removed.
9298         (elmo-msgdb-overview-get-entity): Change argument. Get overview entity
9299         by message-id or number.
9300         (elmo-msgdb-delete-msgs): Use `elmo-msgdb-overview-get-entity'
9301         instead of `elmo-msgdb-overview-get-entity-by-number'.
9303 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9305         * elmo-vars.el (elmo-use-overview-hashtb): New variable. If
9306         non-nil, use hash table for overview.
9307         (elmo-hash-maximum-size): New variable.
9308         * elmo-msgdb.el (elmo-msgdb-overview-hashtb): New variable.
9309         (elmo-msgdb-make-overview-hashtb): New function.
9310         (elmo-msgdb-clear-overview-hashtb): New function.
9311         (elmo-clear-hash-val): New macro.
9312         All other related modules are changed.
9314 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
9316         * elmo2.el (elmo-move-msgs): If there's other message with
9317         same message-id, don't use cache.
9319 2000-05-18  Nishimoto Masaki <nishimoto@gaju.org>
9321         * elmo-localdir.el (elmo-localdir-pack-number): Fixed problem when
9322         number is already packed.
9324 2000-05-15  OKAZAKI Tetsurou  <okazaki@be.to>
9326         * elmo-vars.el: Doc fixes. Trim trailing whitespace.
9328 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9330         * elmo-vars.el (elmo-display-progress-threshold): New variable.
9331         All other related modules are changed.
9333 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
9335         * elmo-msgdb.el (elmo-msgdb-sort-by-date): Fixed a problem
9336         of refiling failure on Maildir.
9338 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9340         * elmo-msgdb.el (elmo-msgdb-get-decoded-cache): get string of
9341         decoded mime-charset with cache.
9342         (elmo-msgdb-overview-entity-get-from): Ditto.
9343         (elmo-msgdb-overview-entity-get-subject): Ditto.
9344         * elmo-vars.el (elmo-use-decoded-cache): New variable.
9346 2000-05-10  Kenichi OKADA  <okada@opaopa.org>
9348         * elmo-utils.el (elmo-get-passwd): Set timeout of password.
9349         (elmo-remove-passwd): Fill password with 0 before erase.
9350         * elmo-vars.el (elmo-passwd-life-time): New variable.
9353 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9355         * elmo-cache.el (elmo-buffer-cache-add):
9356         Set message cache buffer as unibyte.
9358 2000-05-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9360         * elmo-archive.el (elmo-archive-list-folders): Fix base-folder
9361         become nil.
9363 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
9365         * elmo-nntp.el (elmo-nntp-list-folders): Remove progress gauge
9366         when display is finished.
9367         (elmo-nntp-msgdb-create): Ditto.
9368         (elmo-nntp-groups-read-response): Ditto.
9369         (elmo-nntp-retrieve-headers): Ditto.
9370         (elmo-nntp-msgdb-create-message): Ditto.
9371         * elmo-pop3.el (elmo-pop3-retrieve-headers): Ditto.
9372         (elmo-pop3-msgdb-create-message): Ditto.
9374 2000-04-24  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9376         * elmo-maildir.el (elmo-maildir-msgdb-create):
9377         Use `elmo-msgdb-sort-by-date'.
9379 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
9381         * elmo2.el (elmo-read-msg-no-cache):
9382         Eliminated arguments after `outbuf'.
9383         Don't use cache even if it exists.
9384         (elmo-read-msg): Don't pass arguments after `outbuf' to
9385         `elmo-read-msg-no-cache'.
9387 2000-04-15  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9389         * elmo-archive.el (elmo-archive-list-folders):
9390         Use `file-name-directory' if base folder does not exist.
9392 2000-04-14  Nishimoto Masaki <nishimoto@gaju.org>
9394         * elmo-archive.el (elmo-archive-list-folders): Don't use
9395         `file-name-directory'.
9397 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
9399         * elmo-dop.el (elmo-dop-queue-flush): Add optional argument `force'.
9400         If `force' is non-nil, try flushing all operation queues.
9402 2000-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
9404         * elmo-pop3.el (elmo-pop3-open-connection): Enclose with
9405         as-binary-process.
9407 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9409         * elmo-util.el (elmo-display-progress): Fixed.
9411 2000-03-27  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9413         * elmo-util.el (elmo-display-progress): New function.
9414         All other related modules are changed.