elisp/wanderlust.git
17 years ago* wl-demo.el (wl-demo-copyright-notice): Add 2007.
kaoru [Mon, 1 Jan 2007 02:20:29 +0000 (02:20 +0000)]
* wl-demo.el (wl-demo-copyright-notice): Add 2007.

17 years ago(config-wl-package-xmas): Use `install-get-default-package-directory'.
hmurata [Thu, 21 Dec 2006 00:25:39 +0000 (00:25 +0000)]
(config-wl-package-xmas): Use `install-get-default-package-directory'.

17 years ago(wl-spam-setup): Bind "rkm" to wl-summary-spam-region and "tkm" to wl-thread-spam.
okazaki [Fri, 8 Dec 2006 04:51:38 +0000 (04:51 +0000)]
(wl-spam-setup): Bind "rkm" to wl-summary-spam-region and "tkm" to wl-thread-spam.

17 years ago(elmo-network-initialize-session): Check to
hmurata [Sun, 3 Dec 2006 07:49:36 +0000 (07:49 +0000)]
(elmo-network-initialize-session): Check to
retrieve a whole greeting message.

17 years ago* wl-thread.el (wl-thread-insert-message, wl-thread-insert-entity-sub,
yoichi [Sat, 2 Dec 2006 17:50:37 +0000 (17:50 +0000)]
* wl-thread.el (wl-thread-insert-message, wl-thread-insert-entity-sub,
wl-thread-insert-entity, wl-thread-close, wl-thread-open):
Use wl-thread-entity-get-*.

17 years ago* wl-thread.el (wl-thread-entity-insert-as-children): Use
yoichi [Sat, 2 Dec 2006 17:26:32 +0000 (17:26 +0000)]
* wl-thread.el (wl-thread-entity-insert-as-children): Use
wl-thread-entity-set-children.

17 years ago(elmo-folder-commit): Encode `.minfo' at save.
hmurata [Sat, 25 Nov 2006 14:04:30 +0000 (14:04 +0000)]
(elmo-folder-commit): Encode `.minfo' at save.

17 years ago(wl-epg-progress-callback): New function.
hmurata [Thu, 23 Nov 2006 11:21:16 +0000 (11:21 +0000)]
(wl-epg-progress-callback): New function.
(wl-mime-pgp-decrypt-region-with-epg): Display progress message
with `elmo-with-progress-display'. Set a progress callback
function to epg-context.
(wl-mime-pgp-verify-region-with-epg): Ditto.

17 years ago(wl-completing-read-multiple): Define as an alias of
hmurata [Wed, 22 Nov 2006 14:43:31 +0000 (14:43 +0000)]
(wl-completing-read-multiple): Define as an alias of
`completing-read-multiple' if emacs-version is not less than 22.

17 years ago(elmo-safe-plist-get): New alias or macro.
hmurata [Tue, 21 Nov 2006 13:44:22 +0000 (13:44 +0000)]
(elmo-safe-plist-get): New alias or macro.
(elmo-progress-notify): Use it instead of `plist-get'.

17 years ago* elmo.el (elmo-generic-folder-append-messages): Remove unused
yoichi [Sun, 19 Nov 2006 21:57:03 +0000 (21:57 +0000)]
* elmo.el (elmo-generic-folder-append-messages): Remove unused
variable `table'.

17 years ago(elmo-folder-set-plugged): Define.
hmurata [Thu, 16 Nov 2006 14:27:47 +0000 (14:27 +0000)]
(elmo-folder-set-plugged): Define.

17 years ago(elmo-spam-bsfilter-use-remote): New user option.
hmurata [Wed, 15 Nov 2006 02:18:29 +0000 (02:18 +0000)]
(elmo-spam-bsfilter-use-remote): New user option.
(elmo-spam-list-spam-messages): Check it option.

17 years ago(wl-mime-pgp-verify-region-with-epg): Follow the API
hmurata [Sun, 12 Nov 2006 14:53:05 +0000 (14:53 +0000)]
(wl-mime-pgp-verify-region-with-epg): Follow the API
change.

17 years ago(wl-summary-sync-update): Move
hmurata [Thu, 9 Nov 2006 12:23:28 +0000 (12:23 +0000)]
(wl-summary-sync-update): Move
`wl-thread-update-indent-string-thread' to outside of
`elmo-with-progress-display'.

17 years agoupdate docstring
yoichi [Wed, 8 Nov 2006 03:26:17 +0000 (03:26 +0000)]
update docstring

17 years agoUpdate doc-string.
hmurata [Wed, 8 Nov 2006 00:24:33 +0000 (00:24 +0000)]
Update doc-string.

17 years agoUpdate doc-string.
hmurata [Wed, 8 Nov 2006 00:03:11 +0000 (00:03 +0000)]
Update doc-string.

17 years ago(elmo-with-progress-display): Return the value of the last form in `body'.
okazaki [Tue, 7 Nov 2006 23:12:15 +0000 (23:12 +0000)]
(elmo-with-progress-display): Return the value of the last form in `body'.

17 years ago* elmo-util.el (elmo-progress-start): Accept nil for `total'. Set
hmurata [Tue, 7 Nov 2006 14:18:53 +0000 (14:18 +0000)]
* elmo-util.el (elmo-progress-start): Accept nil for `total'.  Set
`elmo-progress-counter' as t when a query callback returns nil.
(elmo-progress-clear): New function.
(elmo-progress-done): Split into `elmo-progress-clear'.
(elmo-progress-notify): Update a total slot when it is nil.
(elmo-with-progress-display): Call `elmo-progress-clear' in
unwind-protect and move calling `elmo-progress-done' to outside.

* elmo-imap4.el (elmo-imap4-find-next-line): Call
`elmo-progress-notify' with :total parameter instead of
`elmo-progress-counter-set-total'.

17 years agoUpdate.
okazaki [Tue, 7 Nov 2006 12:24:40 +0000 (12:24 +0000)]
Update.

17 years ago(elmo-progress-start): Avoid updating `elmo-progress-counter' when a query
okazaki [Tue, 7 Nov 2006 12:23:23 +0000 (12:23 +0000)]
(elmo-progress-start): Avoid updating `elmo-progress-counter' when a query
callback returns nil.  Return a progress counter instead of t whenever
a start callback was called.

17 years agoUpdate.
okazaki [Mon, 6 Nov 2006 22:55:54 +0000 (22:55 +0000)]
Update.

17 years ago(elmo-cache-expire-by-age): Add docstring. Make it interactive.
okazaki [Mon, 6 Nov 2006 22:55:43 +0000 (22:55 +0000)]
(elmo-cache-expire-by-age): Add docstring.  Make it interactive.

17 years agohow to specify composite condition
yoichi [Sun, 5 Nov 2006 03:54:07 +0000 (03:54 +0000)]
how to specify composite condition

17 years agoliteral+
yoichi [Sun, 5 Nov 2006 03:46:01 +0000 (03:46 +0000)]
literal+

17 years ago* wl-message.el (wl-message-exit): Check buffer existence.
yoichi [Sun, 5 Nov 2006 02:34:19 +0000 (02:34 +0000)]
* wl-message.el (wl-message-exit): Check buffer existence.

17 years ago(elmo-imap4-session-capable-p): New macro.
hmurata [Sun, 5 Nov 2006 00:40:00 +0000 (00:40 +0000)]
(elmo-imap4-session-capable-p): New macro.
(elmo-imap4-send-command): Use it.
(elmo-network-initialize-session): Ditto.
(elmo-network-setup-session): Ditto.
(elmo-folder-msgdb-create-plugged): Ditto.

17 years agoUpdate
hmurata [Sat, 4 Nov 2006 08:52:35 +0000 (08:52 +0000)]
Update

17 years ago(elmo-progress-done): Fix a miss refer to
hmurata [Sat, 4 Nov 2006 07:35:04 +0000 (07:35 +0000)]
(elmo-progress-done): Fix a miss refer to
`elmo-progress-counter'.

17 years agoupdate
yoichi [Sat, 4 Nov 2006 05:55:42 +0000 (05:55 +0000)]
update

17 years agoFix typo.
okazaki [Fri, 3 Nov 2006 14:00:23 +0000 (14:00 +0000)]
Fix typo.

17 years ago(elsp-bsfilter-list-spam-filter): Abolish.
hmurata [Fri, 3 Nov 2006 10:57:28 +0000 (10:57 +0000)]
(elsp-bsfilter-list-spam-filter): Abolish.
(elsp-bsfilter-list-spam-filter): New function.
(elsp-bsfilter-start-list-spam): Ditto.
(elsp-bsfilter-read-list-spam): Ditto.
(elmo-spam-list-spam-messages): Use async process to display
progress message by each message.

17 years ago* elmo-spam.el (elmo-spam-process-messages-as-mbox): Fix problem
yoichi [Fri, 3 Nov 2006 03:21:11 +0000 (03:21 +0000)]
* elmo-spam.el (elmo-spam-process-messages-as-mbox): Fix problem
of flusing priviously inserted message contents.

17 years ago* test-wl-draft.el: New file.
yoichi [Fri, 3 Nov 2006 01:19:27 +0000 (01:19 +0000)]
* test-wl-draft.el: New file.

17 years ago* elmo-imap4.el (elmo-folder-search): Fix return value.
yoichi [Fri, 3 Nov 2006 00:01:54 +0000 (00:01 +0000)]
* elmo-imap4.el (elmo-folder-search): Fix return value.

17 years ago(elmo-imap4-find-next-line): Check whether a label
hmurata [Wed, 1 Nov 2006 23:53:14 +0000 (23:53 +0000)]
(elmo-imap4-find-next-line): Check whether a label
of reporter is enable or not.

17 years agoFixed against overwriting existing messages in archive folders.
yoichi [Wed, 1 Nov 2006 23:47:13 +0000 (23:47 +0000)]
Fixed against overwriting existing messages in archive folders.

17 years ago* wl-util.el (wl-simple-display-progress): New function.
hmurata [Tue, 31 Oct 2006 12:47:29 +0000 (12:47 +0000)]
* wl-util.el (wl-simple-display-progress): New function.
(wl-display-progress-with-gauge): Ditto.
(wl-progress-callback-function): Ditto.

* wl.el (wl-init): Set `elmo-progress-callback-function' as
`wl-progress-callback-function'

* wl-vars.el (wl-display-progress-threshold): New user option.
(wl-display-progress-function): Ditto.

* elmo-util.el (elmo-list-bigger-diff): Abolish.
(elmo-display-progress): Ditto.
(elmo-progress-counter-alist): Ditto.
(elmo-progress-set): Ditto.
(elmo-progress-clear): Ditto.
(elmo-progress-counter-all-value): Rename to
`elmo-progress-counter-total'.
(elmo-progress-counter-format): Rename to
`elmo-progress-counter-action'.
(elmo-progress-counter): New internal variable.
(elmo-progress-callback-function): Ditto.
(elmo-progress-counter-label): New function.
(elmo-progress-counter-set-total): Ditto.
(elmo-progress-counter-set-action): Ditto.
(elmo-progress-call-callback): Ditto.
(elmo-progress-start): Ditto.
(elmo-progress-done): Ditto.
(elmo-progress-notify): Rewrite.
(elmo-with-progress-display): Remove first arguemnt
`condition'. Add optional argument `var' in `spec'.

* elmo-vars.el (elmo-display-progress-threshold): Abolish.
(elmo-display-retrieval-progress-threshold): Ditto.
(elmo-inhibit-display-retrieval-progress): Ditto.

17 years ago* Version number is increased to 2.15.5. wl-2_15_5
hmurata [Tue, 31 Oct 2006 12:42:11 +0000 (12:42 +0000)]
* Version number is increased to 2.15.5.

17 years ago(elmo-imap4-arrival-filter): Use `case' instead of `cond'.
hmurata [Sun, 15 Oct 2006 03:33:15 +0000 (03:33 +0000)]
(elmo-imap4-arrival-filter): Use `case' instead of `cond'.

17 years ago* elmo-imap4.el (elmo-imap4-arrival-filter): Call delete-region in
yoichi [Sun, 15 Oct 2006 00:40:08 +0000 (00:40 +0000)]
* elmo-imap4.el (elmo-imap4-arrival-filter): Call delete-region in
cleanup-forms [wl:14027].

17 years ago(elmo-global-flag-set-internal): Use
hmurata [Mon, 2 Oct 2006 04:09:25 +0000 (04:09 +0000)]
(elmo-global-flag-set-internal): Use
`elmo-copy-file' by priority when the message is a file.

17 years ago* elmo.el: Fix typo: disptch -> dispatch.
yoichi [Sun, 1 Oct 2006 13:12:18 +0000 (13:12 +0000)]
* elmo.el: Fix typo: disptch -> dispatch.

17 years ago* elmo.el (elmo-file-tag): New class.
hmurata [Sun, 1 Oct 2006 08:32:29 +0000 (08:32 +0000)]
* elmo.el (elmo-file-tag): New class.
(elmo-append-messages-disptch-table): New constant.
(elmo-folder-type-p): New function.
(elmo-folder-append-messages): Redefine as function.

* elmo-null.el (elmo-folder-append-messages): Renamed from
`elmo-folder-append-messages'.

* elmo-maildir.el (elmo-maildir-folder): Inherit `elmo-file-tag'.
(elmo-folder-append-messages-*-maildir): Renamed from
`elmo-folder-append-messages'.

* elmo-localdir.el (elmo-localdir-folder): Inherit
`elmo-file-tag'.
(elmo-folder-append-messages-*-localdir): Renamed from
`elmo-folder-append-messages'.

* elmo-imap4.el (elmo-folder-append-messages-imap4-imap4): Renamed
from `elmo-folder-append-messages'.

* elmo-flag.el (elmo-folder-append-messages-*-flag): Renamed from
`elmo-folder-append-messages'.

* elmo-filter.el (elmo-folder-append-messages-filter-*): New
function.
(elmo-folder-append-messages-*-filter): Ditto.

* elmo-multi.el (elmo-folder-append-messages-multi-*): Ditto.

* elmo-pipe.el (elmo-folder-append-messages-pipe-*): Ditto.
(elmo-folder-append-messages-*-pipe): Renamed from
`elmo-folder-append-messages'.

* elmo-cache.el (elmo-cache-folder): Inherit `elmo-file-tag'.

* elmo-file.el (elmo-file-folder): Ditto.

* elmo-sendlog.el (elmo-sendlog-folder): Ditto.

* elmo-archive.el (elmo-folder-append-messages-*-archive): Renamed
from `elmo-folder-append-messages'

17 years ago* wl-thread.el (wl-thread-close-children): New function.
yoichi [Thu, 28 Sep 2006 14:33:14 +0000 (14:33 +0000)]
* wl-thread.el (wl-thread-close-children): New function.
(wl-thread-open-children): Ditto.
* wl-action.el (wl-summary-set-mark): Redo the last change by
using it.

17 years agoundo the last change
yoichi [Thu, 28 Sep 2006 13:52:37 +0000 (13:52 +0000)]
undo the last change

17 years ago* wl-action.el (wl-summary-set-mark): Fix the last change.
yoichi [Thu, 28 Sep 2006 13:40:33 +0000 (13:40 +0000)]
* wl-action.el (wl-summary-set-mark): Fix the last change.
Forbid interactive call.

17 years ago* wl-mime.el (wl-define-dummy-functions): New macro.
hmurata [Thu, 28 Sep 2006 12:26:30 +0000 (12:26 +0000)]
* wl-mime.el (wl-define-dummy-functions): New macro.
(wl-mime-pgp-decrypt-region-with-epg): Renamed from
`wl-mime-pgp-decrypt-region'.
(wl-mime-pgp-verify-region-with-epg): Renamed from
`wl-mime-pgp-verify-region'.
(wl-mime-pgp-decrypt-region-with-pgg): Renamed from
`wl-mime-pgp-decrypt-region'.
(wl-mime-pgp-verify-region-with-pgg): Renamed from
`wl-mime-pgp-verify-region'.
(wl-mime-pgp-decrypt-region): New function; To select dispatch
function at runtime.
(wl-mime-pgp-verify-region): Ditto.

* wl-vars.el (wl-use-pgp-module): New user option.

17 years ago* wl-action.el (wl-summary-set-mark): If the cursor is on folded
yoichi [Mon, 25 Sep 2006 12:17:02 +0000 (12:17 +0000)]
* wl-action.el (wl-summary-set-mark): If the cursor is on folded
thread, open it (suggested by Greg A. Woods [wl-en:1861]).

17 years agoabbreviation of folder names should be implemented
yoichi [Sun, 24 Sep 2006 22:51:20 +0000 (22:51 +0000)]
abbreviation of folder names should be implemented

17 years ago* elmo-map.el (elmo-location-map-setup): Change an argument
hmurata [Sat, 23 Sep 2006 13:18:06 +0000 (13:18 +0000)]
* elmo-map.el (elmo-location-map-setup): Change an argument
`locations' to optional.
(elmo-location-map-clear): Abolish.
(elmo-folder-clear): Follow the API change.

* elmo-pop3.el (elmo-folder-clear): Ditto.

17 years ago* elmo-pop3.el (toplevel): Require elmo-map.
hmurata [Sat, 23 Sep 2006 05:56:08 +0000 (05:56 +0000)]
* elmo-pop3.el (toplevel): Require elmo-map.
(elmo-pop3-folder): Inherit elmo-location-map and abolish
location-alist slot (All other related portions are changed).
(elmo-pop3-folder-use-uidl): New function.
(elmo-folder-msgdb-create): Don't sort message entities.
(elmo-pop3-sort-msgdb-by-original-number): Abolish.
(elmo-pop3-number-to-size): Convert return value to number.
(elmo-pop3-msgdb-create-by-header): Use unwind-protect to delete a
working buffer.

* elmo-map.el: Use `location-map' as a variable name for instance
instead of `mapper'.
(elmo-location-map-setup): Return location alist.
(elmo-location-map-update): Ditto.

17 years ago* wl-summary.el (wl-summary-cleanup-temp-marks): Cleanup correctly
yoichi [Thu, 21 Sep 2006 22:52:43 +0000 (22:52 +0000)]
* wl-summary.el (wl-summary-cleanup-temp-marks): Cleanup correctly
even if there are target marks only.

17 years ago* elmo-map.el (elmo-location-map): New class; split location and
hmurata [Thu, 21 Sep 2006 14:27:51 +0000 (14:27 +0000)]
* elmo-map.el (elmo-location-map): New class; split location and
number mapping from elmo-map-folder (All other related portions
are changed).

* elmo-shimbun.el (elmo-folder-open-internal): Follow the API
change.

17 years ago* Version number is increased to 2.15.4. wl-2_15_4
hmurata [Thu, 21 Sep 2006 14:21:19 +0000 (14:21 +0000)]
* Version number is increased to 2.15.4.

17 years ago* elmo-vars.el (elmo-use-hardlink): New user option.
hmurata [Wed, 6 Sep 2006 12:36:30 +0000 (12:36 +0000)]
* elmo-vars.el (elmo-use-hardlink): New user option.

* elmo-util.el (elmo-add-name-to-file): Switch implementations by
`elmo-use-hardlink'.

17 years ago(elmo-pipe-folder-list-target-messages): Keep the
hmurata [Wed, 6 Sep 2006 08:01:04 +0000 (08:01 +0000)]
(elmo-pipe-folder-list-target-messages): Keep the
killed-list.
(elmo-pipe-drain): Use `elmo-folder-open' and `elmo-folder-close'
instead of `*-internal'. Use `elmo-with-progress-display'.

17 years ago* elsp-bogofilter.el (elmo-spam-bogofilter-register-messages): Use
hmurata [Sat, 2 Sep 2006 01:47:31 +0000 (01:47 +0000)]
* elsp-bogofilter.el (elmo-spam-bogofilter-register-messages): Use
`elmo-spam-process-messages-as-mbox'.

* elsp-sa.el (elmo-spam-spamassassin-register-messages): Ditto.

17 years ago(wl-folder-check-one-entity): Simplify.
hmurata [Fri, 1 Sep 2006 15:33:52 +0000 (15:33 +0000)]
(wl-folder-check-one-entity): Simplify.

17 years ago* wl-message.el (wl-message-buffer-prefetch-timer): Removed unused variable.
yoichi [Sun, 27 Aug 2006 15:12:34 +0000 (15:12 +0000)]
* wl-message.el (wl-message-buffer-prefetch-timer): Removed unused variable.

17 years ago(elsp-bsfilter-list-spam-files): Fix the
hmurata [Sun, 27 Aug 2006 14:30:46 +0000 (14:30 +0000)]
(elsp-bsfilter-list-spam-files): Fix the
argument BUFFER of `call-process'.

17 years ago(elsp-bsfilter-list-spam-files): Ditto.
yoichi [Sun, 27 Aug 2006 12:28:27 +0000 (12:28 +0000)]
(elsp-bsfilter-list-spam-files): Ditto.

17 years agofix the last change
yoichi [Sun, 27 Aug 2006 12:05:57 +0000 (12:05 +0000)]
fix the last change

17 years ago* elsp-bsfilter.el (elsp-bsfilter-call-bsfilter): Remove nil from args.
yoichi [Sun, 27 Aug 2006 11:57:43 +0000 (11:57 +0000)]
* elsp-bsfilter.el (elsp-bsfilter-call-bsfilter): Remove nil from args.

17 years ago* elsp-bsfilter.el (elmo-spam-bsfilter-max-files-per-process)
hmurata [Fri, 25 Aug 2006 14:34:58 +0000 (14:34 +0000)]
* elsp-bsfilter.el (elmo-spam-bsfilter-max-files-per-process)
(elmo-spam-bsfilter-max-messages-per-process): New use option.
(elmo-spam-bsfilter-debug): Fix a group.
(elsp-bsfilter-call-bsfilter): Don't use `delq' and add option
`--homedir'.
(elmo-spam-buffer-spam-p): Don't specify `--homedir' option.
(elsp-bsfilter-list-spam-files): New function.
(elmo-spam-list-spam-messages): Define.
(elsp-bsfilter-register-buffer): Add an optional argument `mbox'.
(elmo-spam-bsfilter-register-messages): New function.
(elmo-spam-register-spam-messages): Define.
(elmo-spam-register-good-messages): Ditto.

* elmo-spam.el (elmo-spam-process-messages-as-mbox): New function.

17 years ago(elmo-flatten): Use `append' and `listp' instead of
hmurata [Fri, 25 Aug 2006 14:29:16 +0000 (14:29 +0000)]
(elmo-flatten): Use `append' and `listp' instead of
`nconc' and `consp'.

17 years ago(elmo-map-folder-update-locations): Rewrite with
hmurata [Wed, 23 Aug 2006 00:21:12 +0000 (00:21 +0000)]
(elmo-map-folder-update-locations): Rewrite with
hash table to test whether a location is exists.

17 years ago* elmo-archive.el (elmo-folder-append-messages): Delete temp-dir
yoichi [Sun, 20 Aug 2006 15:30:32 +0000 (15:30 +0000)]
* elmo-archive.el (elmo-folder-append-messages): Delete temp-dir
even if some error occurred.

17 years ago* elmo-archive.el (elmo-archive-folder-append-buffer): Remove
yoichi [Sun, 20 Aug 2006 14:51:00 +0000 (14:51 +0000)]
* elmo-archive.el (elmo-archive-folder-append-buffer): Remove
meaningless unwind-protect.

17 years ago* elmo-maildir.el (elmo-folder-message-make-temp-files): Respect
yoichi [Sun, 20 Aug 2006 08:00:31 +0000 (08:00 +0000)]
* elmo-maildir.el (elmo-folder-message-make-temp-files): Respect
start-number correctly.
* elmo-search.el (elmo-folder-message-make-temp-files): Ditto.
* elmo-file.el (elmo-folder-message-make-temp-files): Ditto.

17 years ago* elmo-flag.el (elmo-flag-folder-set-minfo): New function.
hmurata [Sat, 12 Aug 2006 11:20:12 +0000 (11:20 +0000)]
* elmo-flag.el (elmo-flag-folder-set-minfo): New function.
(elmo-folder-initialize): Use it.
(elmo-global-flag-replace-referrer): New function.

* elmo.el (toplevel): Added autoload setting for
`elmo-global-flag-replace-referrer'.
(elmo-folder-rename): Rewrite the last change use
`elmo-global-flag-replace-referrer'.

* elmo-pipe.el (elmo-folder-rename): Call
`elmo-global-flag-replace-referrer'.

17 years ago(elmo-folder-rename): Set meta data for global flags
hmurata [Wed, 9 Aug 2006 08:53:19 +0000 (08:53 +0000)]
(elmo-folder-rename): Set meta data for global flags
follow the rename.

17 years agoUpdate.
okazaki [Tue, 25 Jul 2006 23:12:38 +0000 (23:12 +0000)]
Update.

17 years ago(wl-thread-test-spam): New function.
okazaki [Tue, 25 Jul 2006 23:12:19 +0000 (23:12 +0000)]
(wl-thread-test-spam): New function.
(wl-spam-setup): Bind "tkc".

17 years ago(wl-folder-expire-entity): Rewite without
hmurata [Mon, 24 Jul 2006 13:16:53 +0000 (13:16 +0000)]
(wl-folder-expire-entity): Rewite without
`wl-summary-goto-folder-subr'.
(wl-folder-expire-current-entity): Don't kill summary buffer.

17 years ago* wl-folder.el (wl-folder-sync-entity): Rewrite without
hmurata [Fri, 21 Jul 2006 13:56:55 +0000 (13:56 +0000)]
* wl-folder.el (wl-folder-sync-entity): Rewrite without
`wl-summary-goto-folder-subr'.
(wl-folder-mark-as-read-all-entity): Likewise.

* wl-summary.el (wl-summary-sync): Accept symbol for `range.

17 years ago(elmo-folder-initialize): Set slot `number-list'
hmurata [Mon, 3 Jul 2006 00:25:27 +0000 (00:25 +0000)]
(elmo-folder-initialize): Set slot `number-list'
as 'not-loaded.
(elmo-folder-close): Ditto.
(elmo-filter-folder-number-list-loaded-p): New function.
(elmo-filter-folder-number-list): Check whether loaded or not.
(elmo-folder-commit): Use `elmo-filter-folder-number-list' instead
of `elmo-filter-folder-number-list-internal'.
(elmo-folder-delete-messages): Ditto.
(elmo-folder-length): Check whether number-list is loaded or not.

17 years agoAdd descriptions for `wl-message-auto-reassemble-message/partial'.
hmurata [Sat, 24 Jun 2006 00:57:56 +0000 (00:57 +0000)]
Add descriptions for `wl-message-auto-reassemble-message/partial'.

17 years ago* wl-thread.el (wl-thread-force-open): Arranged.
yoichi [Thu, 22 Jun 2006 23:34:09 +0000 (23:34 +0000)]
* wl-thread.el (wl-thread-force-open): Arranged.

17 years ago* wl-folder.el (wl-folder-complete-filter-condition): Remove !
yoichi [Mon, 19 Jun 2006 13:50:17 +0000 (13:50 +0000)]
* wl-folder.el (wl-folder-complete-filter-condition): Remove !
from regexp.

17 years ago* wl-util.el (wl-search-condition-fields): Remove "AND","OR".
yoichi [Mon, 19 Jun 2006 13:46:08 +0000 (13:46 +0000)]
* wl-util.el (wl-search-condition-fields): Remove "AND","OR".
(wl-read-search-condition-internal): Append them.

17 years ago* wl-vars.el (wl-additional-search-condition-fields):
hmurata [Mon, 19 Jun 2006 08:28:37 +0000 (08:28 +0000)]
* wl-vars.el (wl-additional-search-condition-fields):
New user option.

* wl-util.el (wl-search-condition-fields): New function; export
from `wl-read-search-condition-internal'.
(wl-read-search-condition-internal): Use it.

* wl-folder.el (wl-folder-complete-filter-condition): Ditto.

17 years ago* modb-entity.el (modb-entity-field-extractor-alist): Add 3rd
hmurata [Sat, 17 Jun 2006 14:06:32 +0000 (14:06 +0000)]
* modb-entity.el (modb-entity-field-extractor-alist): Add 3rd
field `real field' into each element of list.
(elmo-msgdb-create-message-entity-from-buffer): Follow the above change.
(elmo-msgdb-message-entity-field): Ditto.
(modb-entity-ml-info-real-fields): New function.

* elmo-msgdb.el (elmo-msgdb-extra-fields): New function.

* elmo-imap4.el (elmo-folder-msgdb-create-plugged): Use function
`elmo-msgdb-extra-fields'.

17 years agoAdd description for elmo-msgdb-extra-fields.
hmurata [Thu, 15 Jun 2006 04:11:48 +0000 (04:11 +0000)]
Add description for elmo-msgdb-extra-fields.

17 years ago* samples/*/dot.wl: Update the settings of elmo-msgdb-extra-fields.
hmurata [Thu, 15 Jun 2006 00:23:47 +0000 (00:23 +0000)]
* samples/*/dot.wl: Update the settings of elmo-msgdb-extra-fields.

17 years agoFixed.
hmurata [Sat, 10 Jun 2006 13:56:44 +0000 (13:56 +0000)]
Fixed.

17 years ago* wl-summary.el (wl-summary-define-sort-command): New function.
hmurata [Sat, 10 Jun 2006 13:46:29 +0000 (13:46 +0000)]
* wl-summary.el (wl-summary-define-sort-command): New function.
(wl-summary-sort-by-date, wl-summary-sort-by-number)
(wl-summary-sort-by-subject, wl-summary-sort-by-from)
(wl-summary-sort-by-list-info, wl-summary-sort-by-size): Remove;
define by `wl-summary-define-sort-command'.

* wl.el (wl-init): Call wl-summary-define-sort-command.

17 years ago(wl-message-decrypt-pgp-nonmime): Keep text
hmurata [Sun, 4 Jun 2006 02:33:07 +0000 (02:33 +0000)]
(wl-message-decrypt-pgp-nonmime): Keep text
properties at the decrypting region.

17 years ago* wl-util.el (wl-find-region): New function.
hmurata [Sat, 3 Jun 2006 10:15:34 +0000 (10:15 +0000)]
* wl-util.el (wl-find-region): New function.

* wl-mime.el (wl-mime-pgp-decrypt-region): Return the decoded
coding system.
(wl-message-decrypt-pgp-nonmime): Use wl-find-region. Put text
property `wl-mime-decoded-coding-system'.
(wl-message-verify-pgp-nonmime): Use wl-find-region. Use text
property `wl-mime-decoded-coding-system' to encode text.

17 years ago(wl-mime-pgp-decrypt-region): Display a progress
hmurata [Sat, 3 Jun 2006 08:39:45 +0000 (08:39 +0000)]
(wl-mime-pgp-decrypt-region): Display a progress
message.
(wl-mime-pgp-verify-region): Ditto.

17 years agoSuppress makeinfo errors.
kaoru [Fri, 2 Jun 2006 00:36:48 +0000 (00:36 +0000)]
Suppress makeinfo errors.

17 years agoUpdate to version 2004-11-25.16.
kaoru [Fri, 2 Jun 2006 00:15:11 +0000 (00:15 +0000)]
Update to version 2004-11-25.16.

17 years ago(elmo-passwd-alist-load): Move point to min
hmurata [Tue, 30 May 2006 13:18:19 +0000 (13:18 +0000)]
(elmo-passwd-alist-load): Move point to min
position before read.

17 years ago(wl-mime-pgp-verify-region): Does not use temporary
hmurata [Fri, 26 May 2006 17:28:29 +0000 (17:28 +0000)]
(wl-mime-pgp-verify-region): Does not use temporary
buffer. Use epa-display-verify-result.

17 years ago* wl-draft.el (wl-draft-send): Continue even if setting parent
yoichi [Thu, 18 May 2006 14:38:00 +0000 (14:38 +0000)]
* wl-draft.el (wl-draft-send): Continue even if setting parent
flag was failed.

17 years ago* elmo-flag.el (elmo-folder-expand-msgdb-path): Translate path.
yoichi [Mon, 15 May 2006 13:51:36 +0000 (13:51 +0000)]
* elmo-flag.el (elmo-folder-expand-msgdb-path): Translate path.
(elmo-global-flags-initialize): Ditto.

17 years ago(wl-message-flag-indicator): Fixed the problem
hmurata [Mon, 15 May 2006 05:37:24 +0000 (05:37 +0000)]
(wl-message-flag-indicator): Fixed the problem
of returning string only of parentheses.

17 years ago* elmo-archive.el (toplevel): Don't require emu, std11
yoichi [Sun, 14 May 2006 23:26:52 +0000 (23:26 +0000)]
* elmo-archive.el (toplevel): Don't require emu, std11
and elmo-localdir.

17 years ago* elmo-localdir.el (elmo-message-file-name): Remove duplicate
yoichi [Sun, 14 May 2006 22:54:43 +0000 (22:54 +0000)]
* elmo-localdir.el (elmo-message-file-name): Remove duplicate
definition.