elisp/wanderlust.git
21 years ago* wl-draft.el (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
teranisi [Sat, 9 Nov 2002 03:01:19 +0000 (03:01 +0000)]
* wl-draft.el (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.

21 years agoSynch up with main trunk.
teranisi [Sat, 9 Nov 2002 02:56:13 +0000 (02:56 +0000)]
Synch up with main trunk.

21 years ago* wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
teranisi [Sat, 9 Nov 2002 02:43:39 +0000 (02:43 +0000)]
* wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
(wl-draft-insert-mail-header-separator): Return the body beginning point.
(wl-draft-reedit): Remove the mime-edit tag if the first part is text/plain.

21 years ago* elmo-maildir.el (elmo-maildir-update-current): Don't append
teranisi [Fri, 8 Nov 2002 13:54:50 +0000 (13:54 +0000)]
* elmo-maildir.el (elmo-maildir-update-current): Don't append
info part to the cur files when the new files already have it.
(Adviced by Jared Rhine <jared@wordzoo.com>)

21 years agoFix the last change to restore cursor point.
yoichi [Fri, 8 Nov 2002 08:12:38 +0000 (08:12 +0000)]
Fix the last change to restore cursor point.

21 years ago* wl-summary.el (wl-summary-erase): New function to erase message
yoichi [Fri, 8 Nov 2002 08:09:59 +0000 (08:09 +0000)]
* wl-summary.el (wl-summary-erase): New function to erase message
without moving it to trash. Bind to "D".

21 years ago* wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
yoichi [Fri, 8 Nov 2002 05:34:11 +0000 (05:34 +0000)]
* wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
as `keep' unless switch-function.

21 years agocosmetic fix
yoichi [Fri, 8 Nov 2002 05:33:42 +0000 (05:33 +0000)]
cosmetic fix

21 years ago* wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
yoichi [Fri, 8 Nov 2002 05:20:52 +0000 (05:20 +0000)]
* wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
message buffer by using `wl-summary-toggle-disp-msg'.
* wl-summary.el (wl-summary-resend-bounced-mail): Hide message
buffer window.
(wl-summary-supresedes-message): Ditto.

21 years ago* wl-draft.el (wl-draft-create-buffer): Set reply-or-forward also for
yoichi [Thu, 7 Nov 2002 11:35:46 +0000 (11:35 +0000)]
* wl-draft.el (wl-draft-create-buffer): Set reply-or-forward also for
target mark commands.

21 years ago* wl-summary.el (wl-summary-reedit): Hide message buffer window.
yoichi [Thu, 7 Nov 2002 11:04:42 +0000 (11:04 +0000)]
* wl-summary.el (wl-summary-reedit): Hide message buffer window.
Do not delete other windows.
* wl-draft.el (wl-draft-edit-string): Do not delete other windows.
(wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.

21 years ago* wl-draft.el (wl-user-agent-compose): Delete special case for
teranisi [Thu, 7 Nov 2002 08:52:40 +0000 (08:52 +0000)]
* wl-draft.el (wl-user-agent-compose): Delete special case for
switch-to-buffer-other-window.

21 years ago* wl-draft.el (wl-user-agent-compose): Delete special case for
teranisi [Thu, 7 Nov 2002 08:52:14 +0000 (08:52 +0000)]
* wl-draft.el (wl-user-agent-compose): Delete special case for
switch-to-buffer-other-window.

21 years agoSynch up with main trunk.
teranisi [Thu, 7 Nov 2002 08:29:17 +0000 (08:29 +0000)]
Synch up with main trunk.

21 years ago* wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
teranisi [Thu, 7 Nov 2002 08:19:23 +0000 (08:19 +0000)]
* wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
(wl-summary-forward): Ditto.

* wl-vars.el (wl-draft-buffer-style): Added choice of keep and
function.
(wl-draft-buffer-style): New use option.

* wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
(wl-draft): Follow the change above.
(wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
wl-draft-buffer-style.
(wl-user-agent-compose): Bind wl-draft-buffer-style with
switch-function.

21 years ago* elmo-split.el (elmo-split-default-action): New variable.
yoichi [Wed, 6 Nov 2002 13:22:04 +0000 (13:22 +0000)]
* elmo-split.el (elmo-split-default-action): New variable.
(elmo-split-subr): Use it if all other conditions are passed.
Extend `fname' and rename it as `action'. (implemented
Teranishi-san's idea in [wl:10800])

21 years agoSync with wl-2_10
yoichi [Mon, 4 Nov 2002 13:34:43 +0000 (13:34 +0000)]
Sync with wl-2_10

21 years agoupdate
yoichi [Fri, 1 Nov 2002 05:57:09 +0000 (05:57 +0000)]
update

21 years ago* wl-address.el (wl-address-make-completion-entry): Extracted from
yoichi [Fri, 1 Nov 2002 04:46:54 +0000 (04:46 +0000)]
* wl-address.el (wl-address-make-completion-entry): Extracted from
`wl-address-make-completion-list'.
(wl-address-enable-strict-loading): New variable.
(wl-address-make-completion-list): Revive petname duplication
inquiry, and enable it if `wl-address-enable-strict-loading'.
(Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])

This change will be go into wl-2_10 too.

21 years agoSync with wl-2_10
yoichi [Wed, 30 Oct 2002 11:25:39 +0000 (11:25 +0000)]
Sync with wl-2_10

21 years ago* wl-message.el (wl-message-get-original-buffer): Avoid
teranisi [Tue, 29 Oct 2002 08:34:49 +0000 (08:34 +0000)]
* wl-message.el (wl-message-get-original-buffer): Avoid
'Selecting deleted buffer' error when original buffer is killed.

21 years ago* wl-message.el (wl-message-get-original-buffer): Avoid
teranisi [Tue, 29 Oct 2002 08:33:03 +0000 (08:33 +0000)]
* wl-message.el (wl-message-get-original-buffer): Avoid
'Selecting deleted buffer' error when original buffer is killed.

21 years agoCommit missing stuff in the last commit
yoichi [Tue, 29 Oct 2002 01:28:24 +0000 (01:28 +0000)]
Commit missing stuff in the last commit

21 years ago* elmo-imap4.el: Remove Nemacs hack, replace `elmo-read' by `read'.
yoichi [Tue, 29 Oct 2002 01:15:39 +0000 (01:15 +0000)]
* elmo-imap4.el: Remove Nemacs hack, replace `elmo-read' by `read'.
* elmo-util.el: Ditto.

21 years agosync with wl-2_10 branch
yoichi [Tue, 29 Oct 2002 01:11:04 +0000 (01:11 +0000)]
sync with wl-2_10 branch

21 years ago* wl-summary.el (wl-summary-next-message): Use
teranisi [Mon, 28 Oct 2002 03:28:41 +0000 (03:28 +0000)]
* wl-summary.el (wl-summary-next-message): Use
elmo-message-accessible-p instead of elmo-message-cached-p.

* elmo.el (elmo-message-accessible-p): Renamed from
elmo-message-cached-p and rewritten.

21 years agoUpdate.
teranisi [Sun, 27 Oct 2002 04:49:06 +0000 (04:49 +0000)]
Update.

21 years agoSynch up with main trunk.
teranisi [Sun, 27 Oct 2002 04:48:13 +0000 (04:48 +0000)]
Synch up with main trunk.

21 years ago* wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
teranisi [Sun, 27 Oct 2002 04:46:40 +0000 (04:46 +0000)]
* wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.

* wl-thread.el (wl-thread-open-all-unread): Use
elmo-folder-list-flagged instead of
elmo-folder-list-messages-mark-match.

* wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
instead of elmo-folder-list-messages-mark-match.
(wl-summary-move-spec-alist): New variable.
(wl-summary-move-spec-plugged-alist,
wl-summary-move-spec-unplugged-alist): Abolish.
(wl-summary-next-message): Follow the change above.
(wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
with 'no-msg' argument.

* wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
variable.
(wl-message-buffer-prefetch-move-spec-plugged-alist,
wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
(wl-message-buffer-prefetch-get-next): Follow the change above.

21 years ago* elmo.el (elmo-folder-list-flagged): New generic function.
teranisi [Sun, 27 Oct 2002 04:42:43 +0000 (04:42 +0000)]
* elmo.el (elmo-folder-list-flagged): New generic function.
(elmo-folder-list-importants): New implementation.
(elmo-folder-list-answereds): Ditto.
(elmo-folder-search-fast):  Use 'flag' instead of 'mark';
Added 'digest'.
(elmo-message-cached-p): New function.
(elmo-message-set-flag): Ditto (no content).
(elmo-message-unset-flag): Ditto.
(elmo-folder-list-messages-mark-match): Abolish.

* elmo-util.el (elmo-regexp-opt): New function.

* elmo-msgdb.el (elmo-msgdb-get-cached): New function.
(elmo-msgdb-match-condition-primitive): Use 'flag' instead of 'mark';
Added 'digest'.
(elmo-msgdb-list-flagged): New function.

* elmo-imap4.el (elmo-imap4-folder-list-digest-plugged): New function.
(elmo-imap4-search-internal-primitive): Use 'flag' instead of 'mark';
Added 'digest'.

* elmo-filter.el (elmo-folder-diff): Use 'flag' instead of 'mark'.

21 years agoTabify.
kaoru [Sat, 26 Oct 2002 17:15:13 +0000 (17:15 +0000)]
Tabify.

21 years ago* Version number is increased to 2.11.0.
teranisi [Sat, 26 Oct 2002 15:01:17 +0000 (15:01 +0000)]
* Version number is increased to 2.11.0.

21 years ago* elmo-version.el (elmo-version): Up to 2.11.0.
teranisi [Sat, 26 Oct 2002 14:59:50 +0000 (14:59 +0000)]
* elmo-version.el (elmo-version): Up to 2.11.0.

21 years agoVersion number is increased to 2.11.0.
teranisi [Sat, 26 Oct 2002 14:58:35 +0000 (14:58 +0000)]
Version number is increased to 2.11.0.

21 years agoDescribe elmo-split
yoichi [Sat, 26 Oct 2002 12:13:49 +0000 (12:13 +0000)]
Describe elmo-split

21 years ago* elmo-msgdb.el (elmo-msgdb-set-flag): Use
hmurata [Thu, 24 Oct 2002 17:36:10 +0000 (17:36 +0000)]
* elmo-msgdb.el (elmo-msgdb-set-flag): Use
`elmo-file-cache-exists-p'; use proper mark that depends on
`use-cache'.
(elmo-msgdb-unset-flag): Ditto.
(elmo-msgdb-set-cached): Ditto. added argument `use-cache'.

* elmo.el (elmo-message-set-cached): Call `elmo-msgdb-set-cached'
with 4th argument `use-cache'.

21 years ago* INSTALL, INSTALL,ja: Update Recommended combination of MIME
kaoru [Thu, 24 Oct 2002 17:21:47 +0000 (17:21 +0000)]
* INSTALL, INSTALL,ja: Update Recommended combination of MIME
module package.

21 years ago* check-modules.el (check-modules-flim-content-transfer-encoding):
kaoru [Thu, 24 Oct 2002 17:00:48 +0000 (17:00 +0000)]
* check-modules.el (check-modules-flim-content-transfer-encoding):
Fixed `mime-encode-string' testcase.

21 years ago* wl-draft.el (wl-draft-reply-saved-variables): New constant.
hmurata [Thu, 24 Oct 2002 16:43:52 +0000 (16:43 +0000)]
* wl-draft.el (wl-draft-reply-saved-variables): New constant.
(wl-draft-reply): Append `wl-draft-reply-saved-variables' to
`wl-draft-config-variables'.
(wl-draft-kill): Fixed problem when the draft is reedit.

21 years agoSync with INSTALL.
kaoru [Thu, 24 Oct 2002 16:22:42 +0000 (16:22 +0000)]
Sync with INSTALL.

21 years agoUpdate to version 2002-10-13.14.
kaoru [Thu, 24 Oct 2002 16:08:44 +0000 (16:08 +0000)]
Update to version 2002-10-13.14.

21 years agoSynch up with main trunk.
teranisi [Thu, 24 Oct 2002 13:55:59 +0000 (13:55 +0000)]
Synch up with main trunk.

21 years ago* wl-draft.el (wl-draft-highlight-and-recenter): Restore
teranisi [Thu, 24 Oct 2002 13:50:06 +0000 (13:50 +0000)]
* wl-draft.el (wl-draft-highlight-and-recenter): Restore
buffer-modified status (Thanks to
Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).

21 years ago* wl-util.el (wl-region-exists-p): New function.
teranisi [Tue, 22 Oct 2002 05:21:00 +0000 (05:21 +0000)]
* wl-util.el (wl-region-exists-p): New function.

* wl-mime.el (wl-draft-yank-current-message-entity): Use it;
Remove defvars for byte-compile warnings.

* elmo.el (elmo-generic-folder-diff): Avoid byte-compile warning.

21 years agoadd wl-smtp-posting-port
yoichi [Tue, 22 Oct 2002 04:32:32 +0000 (04:32 +0000)]
add wl-smtp-posting-port

21 years ago* wl-mime.el (toplevel): Fixed last change; use defvar instead of
hmurata [Tue, 22 Oct 2002 04:26:49 +0000 (04:26 +0000)]
* wl-mime.el (toplevel): Fixed last change; use defvar instead of
defvar-maybe. Removed unused bind.

21 years ago* wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
yoichi [Mon, 21 Oct 2002 23:53:14 +0000 (23:53 +0000)]
* wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
summary buffer window before creating new frame.
(wl-draft-reply): Ditto.

21 years ago* wl-mime.el (toplevel): Avoid byte-compile warnings.
hmurata [Mon, 21 Oct 2002 12:37:16 +0000 (12:37 +0000)]
* wl-mime.el (toplevel): Avoid byte-compile warnings.

21 years ago* wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
yoichi [Mon, 21 Oct 2002 04:24:31 +0000 (04:24 +0000)]
* wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.

21 years agoFix recommended version of APEL, FLIM, and SEMI.
kaoru [Sat, 19 Oct 2002 12:27:43 +0000 (12:27 +0000)]
Fix recommended version of APEL, FLIM, and SEMI.

21 years agoRefer emacs.info instead of emacs-ja.info around mail-user-agent setting.
yoichi [Sat, 19 Oct 2002 08:05:02 +0000 (08:05 +0000)]
Refer emacs.info instead of emacs-ja.info around mail-user-agent setting.

21 years agoTODO: improve folder name completion
yoichi [Fri, 18 Oct 2002 10:29:03 +0000 (10:29 +0000)]
TODO: improve folder name completion

21 years ago* wl-mime.el (wl-message-delete-current-part): Use `delete-region'
hmurata [Fri, 18 Oct 2002 08:15:47 +0000 (08:15 +0000)]
* wl-mime.el (wl-message-delete-current-part): Use `delete-region'
instead of `kill-region'.

21 years agoCite region and Delete part is added.
yoichi [Fri, 18 Oct 2002 08:09:32 +0000 (08:09 +0000)]
Cite region and Delete part is added.

21 years agoSynch up with main trunk.
teranisi [Fri, 18 Oct 2002 07:20:12 +0000 (07:20 +0000)]
Synch up with main trunk.

21 years ago(wl-message-delete-current-part): Added.
yoichi [Fri, 18 Oct 2002 06:56:22 +0000 (06:56 +0000)]
(wl-message-delete-current-part): Added.
(wl-draft-yank-original): Updated.

21 years agoDONE: region cite
yoichi [Fri, 18 Oct 2002 06:29:42 +0000 (06:29 +0000)]
DONE: region cite

21 years ago* wl-mime.el (wl-mime-preview-follow-current-region): New function
yoichi [Fri, 18 Oct 2002 06:23:46 +0000 (06:23 +0000)]
* wl-mime.el (wl-mime-preview-follow-current-region): New function
that originates in mime-preview-follow-current-entity.
(wl-draft-yank-current-message-entity): Use it if region is active.

* wl-mime.el (wl-message-delete-current-part): Remove restriction.
* wl-e21.el (wl-message-define-keymap): Bind "D" for
`wl-message-delete-current-part'.
* wl-mule.el (wl-message-define-keymap): Ditto.
* wl-xmas.el (wl-message-define-keymap): Ditto.

21 years ago* wl-highlight.el (wl-highlight-summary-answered-face): New face.
teranisi [Fri, 18 Oct 2002 04:49:30 +0000 (04:49 +0000)]
* wl-highlight.el (wl-highlight-summary-answered-face): New face.
(wl-highlight-summary-line-string): Use it.
(wl-highlight-summary-current-line): Ditto.

21 years ago* wl-mime.el (wl-message-delete-current-part): Check the class of
teranisi [Fri, 18 Oct 2002 01:12:06 +0000 (01:12 +0000)]
* wl-mime.el (wl-message-delete-current-part): Check the class of
mime-entity.

21 years ago* wl-mime.el (wl-message-delete-current-part): Check the class of mime-entity.
teranisi [Fri, 18 Oct 2002 01:09:40 +0000 (01:09 +0000)]
* wl-mime.el (wl-message-delete-current-part): Check the class of mime-entity.

* wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.

* wl-draft.el (wl-draft-parent-number): New buffer local variable.
(wl-draft-reply): Added optional argument `number';
Set wl-draft-parent-number.
(wl-draft-kill): Delete answered mark if it is a reply.

* elmo.el (elmo-folder-unmark-important): Follow the changes above.
(elmo-folder-mark-as-important): Ditto.
(elmo-folder-unmark-read): Ditto.
(elmo-folder-mark-as-read): Ditto.
(elmo-folder-unmark-answered): Ditto.
(elmo-folder-mark-as-answered): Ditto.

* elmo-msgdb.el (elmo-msgdb-set-cached): Use the term 'flag' for
message status.
(elmo-msgdb-mark): Likewise.
(elmo-msgdb-set-flag): Renamed from elmo-msgdb-set-status.
(elmo-msgdb-unset-flag): Likewise.

* elmo.el (elmo-generic-folder-diff): Avoid byte-compile warning.

21 years ago* elmo.el (elmo-generic-folder-diff): Avoid byte-compile warning.
teranisi [Fri, 18 Oct 2002 00:10:31 +0000 (00:10 +0000)]
* elmo.el (elmo-generic-folder-diff): Avoid byte-compile warning.

21 years agoSynch up with main trunk with a little modification.
teranisi [Thu, 17 Oct 2002 23:59:58 +0000 (23:59 +0000)]
Synch up with main trunk with a little modification.

* wl-summary.el (wl-summary-make-number-list): Initialize.
(wl-summary-update-mark): New function.
(wl-summary-reply): Put `answered' mark on the message.
(wl-summary-reply): Set `number' argument to wl-draft-reply.

* wl-draft.el (wl-draft-parent-number): New buffer local variable.
(wl-draft-reply): Added optional argument `number';
Set wl-draft-parent-number.
(wl-draft-kill): Delete answered mark if it is a reply.

21 years agoREMOVED: deletion of part; ADDED: region cite
yoichi [Thu, 17 Oct 2002 08:31:17 +0000 (08:31 +0000)]
REMOVED: deletion of part; ADDED: region cite

21 years ago* wl-mime.el (wl-message-delete-current-part): Quit if the
yoichi [Wed, 16 Oct 2002 14:55:17 +0000 (14:55 +0000)]
* wl-mime.el (wl-message-delete-current-part): Quit if the
message content differs from the actual message.

21 years ago* wl-mime.el (wl-message-delete-current-part): Use existing
yoichi [Wed, 16 Oct 2002 11:22:36 +0000 (11:22 +0000)]
* wl-mime.el (wl-message-delete-current-part): Use existing
original buffer which corresponds current mime-view buffer.
(fetched buffer might have different structure, possibly)

21 years agofixed last change.
yoichi [Wed, 16 Oct 2002 10:25:45 +0000 (10:25 +0000)]
fixed last change.

21 years ago* wl-mime.el (wl-message-delete-current-part): New function.
yoichi [Wed, 16 Oct 2002 10:16:16 +0000 (10:16 +0000)]
* wl-mime.el (wl-message-delete-current-part): New function.
(wl-mime-node-id-to-string): Ditto.

21 years ago* elmo-filter.el (elmo-folder-diff): Fixed condition checking
hmurata [Tue, 15 Oct 2002 13:58:18 +0000 (13:58 +0000)]
* elmo-filter.el (elmo-folder-diff): Fixed condition checking
`last:' filter.

21 years agoelmo-split is newly established.
yoichi [Sun, 13 Oct 2002 01:56:22 +0000 (01:56 +0000)]
elmo-split is newly established.

21 years ago* elmo-dop.el (elmo-folder-status-dop): If spool-folder is absent,
yoichi [Sun, 13 Oct 2002 01:09:17 +0000 (01:09 +0000)]
* elmo-dop.el (elmo-folder-status-dop): If spool-folder is absent,
set spool-length to 0.

21 years agoFixed last change.
teranisi [Sat, 12 Oct 2002 08:24:30 +0000 (08:24 +0000)]
Fixed last change.

21 years ago2002-10-10 KOBAYASHI Shinji <kobayashi_shinji@nifty.com>
teranisi [Sat, 12 Oct 2002 08:24:07 +0000 (08:24 +0000)]
2002-10-10  KOBAYASHI Shinji <kobayashi_shinji@nifty.com>

* bbdb-wl.el (bbdb-wl-get-addresses-1): Call
`bbdb-wl-canonicalize-full-name-function' after decoding full-name
string.
(bbdb-wl-get-addresses-2): Ditto.

21 years ago2002-10-10 KOBAYASHI Shinji <kobayashi_shinji@nifty.com>
teranisi [Sat, 12 Oct 2002 08:23:39 +0000 (08:23 +0000)]
2002-10-10  KOBAYASHI Shinji <kobayashi_shinji@nifty.com>

* bbdb-wl.el (bbdb-wl-get-addresses-1): Call
`bbdb-wl-canonicalize-full-name-function' after decoding full-name
string.
* bbdb-wl.el (bbdb-wl-get-addresses-2): Ditto.

21 years agoSynch up with main trunk.
teranisi [Sat, 12 Oct 2002 08:08:43 +0000 (08:08 +0000)]
Synch up with main trunk.

21 years ago* wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse order.
teranisi [Sat, 12 Oct 2002 07:50:03 +0000 (07:50 +0000)]
* wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse order.
(wl-summary-search-by-subject): Search parent message from tail;
Check the existence of the parent message on the current thread tree.
(wl-summary-update-thread): Check whether the line is inserted.

21 years ago* wl-vars.el (wl-summary-line-format): Undo last change.
yoichi [Thu, 10 Oct 2002 08:53:57 +0000 (08:53 +0000)]
* wl-vars.el (wl-summary-line-format): Undo last change.
* wl-summary.el (wl-summary-print-destination): Do not put
invisible property when `wl-summary-width' is nil.
(wl-summary-line-subject-minimum-length): Abolished.
(wl-summary-line-subject): Ditto.

21 years agowl-summary-subject-length-limit is abolished
yoichi [Wed, 9 Oct 2002 14:25:11 +0000 (14:25 +0000)]
wl-summary-subject-length-limit is abolished

21 years agoabolish wl-summary-subject-length-limit
yoichi [Wed, 9 Oct 2002 13:58:28 +0000 (13:58 +0000)]
abolish wl-summary-subject-length-limit

21 years agowl-summary-burst asks destination folder.
yoichi [Wed, 9 Oct 2002 12:10:14 +0000 (12:10 +0000)]
wl-summary-burst asks destination folder.

21 years ago* wl-template.el (wl-template-select): Added optional argument.
hmurata [Wed, 9 Oct 2002 07:07:22 +0000 (07:07 +0000)]
* wl-template.el (wl-template-select): Added optional argument.
If optional argument is specified, reverse
`wl-template-visible-select'.

21 years ago* elmo-dop.el (elmo-dop-queue-flush): Fixed last change.
hmurata [Sun, 6 Oct 2002 23:57:42 +0000 (23:57 +0000)]
* elmo-dop.el (elmo-dop-queue-flush): Fixed last change.

21 years agoSynch up with main trunk.
teranisi [Sun, 6 Oct 2002 14:50:38 +0000 (14:50 +0000)]
Synch up with main trunk.

21 years ago* elmo-dop.el (elmo-dop-queue-flush): Check obsolete at first.
hmurata [Sun, 6 Oct 2002 14:28:56 +0000 (14:28 +0000)]
* elmo-dop.el (elmo-dop-queue-flush): Check obsolete at first.

21 years agoabout elmo-dop-queue-flush
yoichi [Sun, 6 Oct 2002 11:13:21 +0000 (11:13 +0000)]
about elmo-dop-queue-flush

21 years agofix
yoichi [Sun, 6 Oct 2002 11:07:19 +0000 (11:07 +0000)]
fix

21 years ago* wl-mime.el (wl-summary-burst): Get elmo-folder correctly.
yoichi [Sun, 6 Oct 2002 11:02:11 +0000 (11:02 +0000)]
* wl-mime.el (wl-summary-burst): Get elmo-folder correctly.
Take prefix argument to force asking the destination folder.

21 years agoFix comment
yoichi [Wed, 2 Oct 2002 09:39:23 +0000 (09:39 +0000)]
Fix comment

21 years agoThis commit was manufactured by cvs2svn to create branch 'elmo-mark'.
tomo [Tue, 1 Oct 2002 16:47:59 +0000 (16:47 +0000)]
This commit was manufactured by cvs2svn to create branch 'elmo-mark'.

21 years agofix
yoichi [Tue, 1 Oct 2002 16:47:58 +0000 (16:47 +0000)]
fix

21 years ago* wl-refcard.tex: Fix.
yoichi [Tue, 1 Oct 2002 16:41:32 +0000 (16:41 +0000)]
* wl-refcard.tex: Fix.
* wl-refcard-ja.tex: New file

21 years ago* elmo-filter.el (elmo-folder-list-unreads): Call generic method
hmurata [Tue, 1 Oct 2002 07:47:26 +0000 (07:47 +0000)]
* elmo-filter.el (elmo-folder-list-unreads): Call generic method
if require-msgdb slot is nil.
(elmo-folder-list-importants): Likewise.

21 years ago2002-09-30 Koichiro Ohba <koichiro@ca.mbn.or.jp>
yoichi [Mon, 30 Sep 2002 10:07:20 +0000 (10:07 +0000)]
2002-09-30  Koichiro Ohba  <koichiro@ca.mbn.or.jp>
* etc/icons/wl-folder-goto-draft-folder-up.xpm: Add missing comma.

21 years ago* wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
hmurata [Thu, 26 Sep 2002 03:46:49 +0000 (03:46 +0000)]
* wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
count and update status.

21 years ago* elmo.el (elmo-message-set-cached): Set mark-modified slot if
hmurata [Thu, 26 Sep 2002 00:07:33 +0000 (00:07 +0000)]
* elmo.el (elmo-message-set-cached): Set mark-modified slot if
mark is changed.

* elmo-msgdb.el (elmo-msgdb-set-mark): Return t.
(elmo-msgdb-set-cached): Undo last change; return non-nil if mark
is changed.

21 years ago* elmo-msgdb.el (elmo-msgdb-set-cached): Set mark-modified slot.
teranisi [Wed, 25 Sep 2002 03:54:42 +0000 (03:54 +0000)]
* elmo-msgdb.el (elmo-msgdb-set-cached): Set mark-modified slot.

21 years ago* elmo-msgdb.el (elmo-msgdb-unset-status): Set mark-modified slot.
teranisi [Tue, 24 Sep 2002 07:44:51 +0000 (07:44 +0000)]
* elmo-msgdb.el (elmo-msgdb-unset-status): Set mark-modified slot.

21 years ago* elmo.el: Add autoload setting for elmo-nntp-post, fix against
yoichi [Tue, 24 Sep 2002 07:08:08 +0000 (07:08 +0000)]
* elmo.el: Add autoload setting for elmo-nntp-post, fix against
the problem reported by Sean Rima [wl-en:180].

21 years ago* wl-summary.el (wl-summary-redisplay-internal): If `elmo-message-use-cache-p'
teranisi [Tue, 24 Sep 2002 02:24:39 +0000 (02:24 +0000)]
* wl-summary.el (wl-summary-redisplay-internal): If `elmo-message-use-cache-p'
is non-nil, call `elmo-message-set-cached' after fetching.

21 years ago* elmo-multi.el (elmo-folder-close): Set msgdb of children as nil.
teranisi [Tue, 24 Sep 2002 02:09:57 +0000 (02:09 +0000)]
* elmo-multi.el (elmo-folder-close): Set msgdb of children as nil.