elisp/wanderlust.git
21 years agoThis commit was manufactured by cvs2svn to create branch 'wl-2_10'. wl-2_10-root
tomo [Sat, 26 Oct 2002 12:13:50 +0000 (12:13 +0000)]
This commit was manufactured by cvs2svn to create branch 'wl-2_10'.

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

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 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 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 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-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 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 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: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 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 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.

21 years ago* wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
hmurata [Tue, 24 Sep 2002 01:46:58 +0000 (01:46 +0000)]
* wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
(wl-summary-mark-as-read): Don't call elmo-message-set-cached.

* wl-vars.el (toplevel): Require 'elmo-msgdb.

21 years ago* elmo-msgdb.el (elmo-msgdb-set-status): Fixed logic (new to read).
hmurata [Tue, 24 Sep 2002 01:46:44 +0000 (01:46 +0000)]
* elmo-msgdb.el (elmo-msgdb-set-status): Fixed logic (new to read).
(elmo-msgdb-uncached-marks): Added elmo-msgdb-new-mark.

21 years ago* wl-summary.el (wl-summary-cursor-move-surface): Add missing
yoichi [Mon, 23 Sep 2002 14:48:45 +0000 (14:48 +0000)]
* wl-summary.el (wl-summary-cursor-move-surface): Add missing
logic to call `wl-summary-buffer-prev-folder-function'.
(pointed out by Kazuhiro NISHIYAMA [mhc:01644])

21 years ago* wl-summary.el (wl-summary-buffer-mark-modified): Abolish (All other related
teranisi [Fri, 20 Sep 2002 10:20:43 +0000 (10:20 +0000)]
* wl-summary.el (wl-summary-buffer-mark-modified): Abolish (All other related
 portions are changed).
(wl-summary-mark-as-read-all): Rewrite.

21 years ago* wl-summary.el (wl-summary-resume-cache-status): Rewrite.
teranisi [Thu, 19 Sep 2002 13:31:56 +0000 (13:31 +0000)]
* wl-summary.el (wl-summary-resume-cache-status): Rewrite.
(wl-summary-exec-subr): Remove unused local variable.

21 years ago* elmo-filter.el (elmo-folder-diff): Treat 'mark:' filter.
teranisi [Thu, 19 Sep 2002 06:16:12 +0000 (06:16 +0000)]
* elmo-filter.el (elmo-folder-diff): Treat 'mark:' filter.

21 years ago* wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
teranisi [Thu, 19 Sep 2002 05:37:57 +0000 (05:37 +0000)]
* wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
 `wl-summary-mark-as-read'.
(wl-summary-mark-as-unread): Rewrite.
(wl-summary-mark-as-read): Added no-modeline argument.

21 years ago* elmo.el (elmo-folder-unmark-read): Added argument `ignore-flag'.
teranisi [Thu, 19 Sep 2002 05:36:04 +0000 (05:36 +0000)]
* elmo.el (elmo-folder-unmark-read): Added argument `ignore-flag'.

* elmo-filter.el (elmo-folder-unmark-read): Ditto.

* elmo-map.el (elmo-folder-unmark-read): Ditto.

* elmo-multi.el (elmo-folder-unmark-read): Ditto.

* elmo-net.el (elmo-folder-unmark-read): Ditto.

* elmo-pipe.el (elmo-folder-unmark-read): Ditto.

21 years agoSynch up with main trunk.
teranisi [Wed, 18 Sep 2002 07:46:21 +0000 (07:46 +0000)]
Synch up with main trunk.

21 years ago* elmo-imap4.el (elmo-imap4-parse-status): Skip white spaces after status
teranisi [Wed, 18 Sep 2002 07:33:56 +0000 (07:33 +0000)]
* elmo-imap4.el (elmo-imap4-parse-status): Skip white spaces after status
 number.

21 years ago* wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf is nil.
teranisi [Wed, 18 Sep 2002 07:07:44 +0000 (07:07 +0000)]
* wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf is nil.

21 years ago* wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
yoichi [Tue, 17 Sep 2002 13:53:19 +0000 (13:53 +0000)]
* wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
(wl-mime-setup): Add its entry.

21 years ago* wl-summary.el: Fixed last change, again....
teranisi [Tue, 17 Sep 2002 13:07:36 +0000 (13:07 +0000)]
* wl-summary.el: Fixed last change, again....

21 years ago* wl-summary.el: Fixed last change, again.
teranisi [Tue, 17 Sep 2002 12:53:25 +0000 (12:53 +0000)]
* wl-summary.el: Fixed last change, again.

21 years agoUpdate.
teranisi [Tue, 17 Sep 2002 12:48:47 +0000 (12:48 +0000)]
Update.

21 years ago* wl-summary.el: Fixed last change, again.
teranisi [Tue, 17 Sep 2002 12:48:21 +0000 (12:48 +0000)]
* wl-summary.el: Fixed last change, again.

21 years ago* elmo.el (elmo-message-set-cached): New function.
teranisi [Tue, 17 Sep 2002 12:45:31 +0000 (12:45 +0000)]
* elmo.el (elmo-message-set-cached): New function.

21 years ago* wl-summary.el: Fixed last change.
teranisi [Tue, 17 Sep 2002 12:36:02 +0000 (12:36 +0000)]
* wl-summary.el: Fixed last change.

21 years ago* wl-summary.el (wl-summary-prefetch-msg): Use elmo-msgdb-set-cached.
teranisi [Tue, 17 Sep 2002 12:24:59 +0000 (12:24 +0000)]
* wl-summary.el (wl-summary-prefetch-msg): Use elmo-msgdb-set-cached.
(wl-summary-delete-cache): Likewise.
(wl-summary-mark-as-read): Rewrite.

21 years ago* elmo.el (elmo-folder-mark-as-read): Added argument `ignore-flag'.
teranisi [Tue, 17 Sep 2002 12:22:16 +0000 (12:22 +0000)]
* elmo.el (elmo-folder-mark-as-read): Added argument `ignore-flag'.
(elmo-folder-mark-as-read): Follow the API change.

* elmo-pipe.el (elmo-folder-mark-as-read): Follow the API change.

* elmo-nntp.el (elmo-folder-mark-as-read): Set :before qualifier.

* elmo-net.el (elmo-folder-unmark-important): Set :before qualifier.
(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-multi.el (elmo-folder-mark-as-important): Set :before qualifier.
(elmo-folder-unmark-important): Ditto.
(elmo-folder-mark-as-read): Ditto.
(elmo-folder-unmark-read): Ditto.
(elmo-folder-mark-as-answered): Ditto.
(elmo-folder-unmark-answered): Ditto.

* elmo-mark.el (toplevel): Removed some mark method definitions.

* elmo-map.el (elmo-map-folder-unmark-answered): New method.
(elmo-map-folder-mark-as-answered): Ditto.
(elmo-folder-unmark-important): Add :before qualifier.
(elmo-folder-mark-as-important): Ditto.
(elmo-folder-unmark-read): Ditto.
(elmo-folder-mark-as-read): Ditto.
(elmo-folder-unmark-answered): Define.
(elmo-folder-mark-as-answered): Ditto.

* elmo-maildir.el (elmo-map-folder-mark-as-answered): Define.
(elmo-map-folder-unmark-answered): Ditto.

* elmo-filter.el (elmo-folder-mark-as-read): Follow the API change.

21 years agoAdded `Updating marks'
teranisi [Tue, 17 Sep 2002 05:02:45 +0000 (05:02 +0000)]
Added `Updating marks'

21 years ago* elmo-net.el (elmo-folder-unmark-important): Added :around qualifier.
teranisi [Tue, 17 Sep 2002 04:06:29 +0000 (04:06 +0000)]
* elmo-net.el (elmo-folder-unmark-important): Added :around qualifier.
(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.

21 years ago* elmo-msgdb.el (elmo-msgdb-match-condition-primitive): Added argument
teranisi [Tue, 17 Sep 2002 01:46:07 +0000 (01:46 +0000)]
* elmo-msgdb.el (elmo-msgdb-match-condition-primitive): Added argument
`mark'; evaluate mark condition.
(elmo-msgdb-match-condition-internal): New function.
(elmo-msgdb-match-condition): Call it; changed argument.

* elmo.el (elmo-folder-search): Follow the API change on
`elmo-msgdb-match-condition'.

21 years ago* elmo-filter.el (elmo-folder-msgdb-create): Add to mark-alist if
hmurata [Tue, 17 Sep 2002 01:04:56 +0000 (01:04 +0000)]
* elmo-filter.el (elmo-folder-msgdb-create): Add to mark-alist if
original mark is non-nil.

21 years ago* elmo-map.el (elmo-folder-list-unreads): Add :around qualifier.
teranisi [Tue, 17 Sep 2002 00:47:23 +0000 (00:47 +0000)]
* elmo-map.el (elmo-folder-list-unreads): Add :around qualifier.
(elmo-folder-list-importants): Ditto.
(elmo-folder-list-answereds): Ditto.

21 years ago* elmo-map.el (elmo-map-folder-list-unreads): Define default behavior.
teranisi [Tue, 17 Sep 2002 00:22:27 +0000 (00:22 +0000)]
* elmo-map.el (elmo-map-folder-list-unreads): Define default behavior.
(elmo-map-folder-list-answereds): New method.
(elmo-folder-list-unreads): Fix.

21 years ago* wl-folder.el (wl-folder-check-one-entity): Follow the API change on
teranisi [Mon, 16 Sep 2002 23:57:12 +0000 (23:57 +0000)]
* wl-folder.el (wl-folder-check-one-entity): Follow the API change on
 `wl-summary-count-unread'.

21 years ago* wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
teranisi [Mon, 16 Sep 2002 12:48:14 +0000 (12:48 +0000)]
* wl-summary.el (wl-summary-sync-marks): Treat global-mark here.

* elmo-filter.el (elmo-filter-folder-list-importants): Don't treat global-mark.

* elmo.el (elmo-folder-list-importants): Ditto.

* elmo-net.el (elmo-folder-list-importants): Ditto.

* elmo-map.el (elmo-folder-list-importants): Ditto.

* elmo-msgdb.el (elmo-msgdb-mark): New inline function.

21 years agoAbolish `seen-list'
teranisi [Mon, 16 Sep 2002 12:44:56 +0000 (12:44 +0000)]
Abolish `seen-list'

21 years ago* elmo-filter.el (elmo-folder-msgdb-create): Call target-folder's
teranisi [Mon, 16 Sep 2002 11:41:16 +0000 (11:41 +0000)]
* elmo-filter.el (elmo-folder-msgdb-create): Call target-folder's
method if msgdb is not required.

21 years agoSynch up with main trunk.
teranisi [Mon, 16 Sep 2002 11:23:02 +0000 (11:23 +0000)]
Synch up with main trunk.

2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>

* wl-mime.el (wl-draft-preview-message): Revive the position
before evaluating wl-draft-send-hook in preview buffer.

21 years ago* wl-version.el (wl-version): Set codename for `elmo-mark' branch.
teranisi [Mon, 16 Sep 2002 08:14:52 +0000 (08:14 +0000)]
* wl-version.el (wl-version): Set codename for `elmo-mark' branch.

21 years ago* elmo-msgdb.el (elmo-msgdb-seen-list): Use `elmo-msgdb-unread-marks'
teranisi [Mon, 16 Sep 2002 08:10:44 +0000 (08:10 +0000)]
* elmo-msgdb.el (elmo-msgdb-seen-list): Use `elmo-msgdb-unread-marks'

* elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Set answered mark.
(elmo-imap4-folder-list-any-plugged): New function.
(elmo-imap4-search-internal-primitive): Use it.

* elmo-filter.el (elmo-folder-check): Synchronize original folder
only when require-msgdb slot is non-nil.
(elmo-folder-close): Clear target folder's msgdb.

21 years ago* wl-mime.el (wl-draft-preview-message): Revive the position
yoichi [Fri, 13 Sep 2002 10:39:43 +0000 (10:39 +0000)]
* wl-mime.el (wl-draft-preview-message): Revive the position
 before evaluating wl-draft-send-hook in preview buffer.

21 years ago* part-top etc in wl-draft-config-alist does not work correctly
yoichi [Fri, 13 Sep 2002 08:39:15 +0000 (08:39 +0000)]
* part-top etc in wl-draft-config-alist does not work correctly
  with wl-draft-preview-message

21 years agoUpdate.
teranisi [Fri, 13 Sep 2002 04:32:41 +0000 (04:32 +0000)]
Update.

21 years ago* wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
teranisi [Fri, 13 Sep 2002 04:30:41 +0000 (04:30 +0000)]
* wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
wl-summary-new-mark, wl-summary-unread-uncached-mark,
wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
Renamed to the elmo-msgdb-*-mark.
(wl-summary-score-marks): Follow the change above.
(wl-summary-auto-refile-skip-marks): Ditto.
(wl-summary-incorporate-marks): Ditto.
(wl-summary-expire-reserve-marks): Ditto.

* wl-thread.el (wl-thread-open-all-unread): Follow the variable name
changes.
(wl-thread-insert-top): Changed updating message.

* wl-summary.el (wl-summary-buffer-answered-count): New buffer local variable.
(wl-summary-count-unread): Count answered marks.
(wl-summary-rescan): Call wl-summary-insert-message instead of
wl-summary-append-message-func-internal.
(wl-summary-rescan): Don't call wl-summary-make-number-list.
(wl-summary-prefetch-msg): Follow the variable name changes.
(wl-summary-prefetch-region): Ditto.
(wl-summary-mark-as-read-all): Follow the API changes;
Don't call elmo-folder-replace-marks.
(wl-summary-delete-cache): Follow the variable name changes.
(wl-summary-resume-cache-status): Ditto.
(wl-summary-update-status-marks): New function.
(wl-summary-insert-message): New function.
(wl-summary-sync-marks): Follow the variable name changes.
(wl-summary-sync-update): Synchronize to the msgdb, too;
Changed update messages.
(wl-summary-make-number-list): Rewrite.
(wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
(wl-summary-mark-as-unread): Follow the API changes.
(wl-summary-exec-subr): Follow the variable name changes.
(wl-summary-mark-as-read): Ditto.
(wl-summary-move-spec-plugged-alist): Ditto.
(wl-summary-move-spec-unplugged-alist): Ditto.
(wl-summary-cursor-move-surface): Ditto.

* wl-highlight.el (wl-highlight-summary-line-string): Follow the
variable name changes.
(wl-highlight-summary-current-line): Ditto.

* wl-expire.el (wl-expire-refile): Follow the API change in
elmo-folder-move-messages.
(wl-expire-refile-with-copy-reserve-msg): Ditto.
(wl-summary-archive): Use elmo-folder-msgdb instead of
elmo-msgdb-load.

21 years agoUpdate.
teranisi [Fri, 13 Sep 2002 04:17:33 +0000 (04:17 +0000)]
Update.

21 years ago* elmo-pop3.el (elmo-folder-msgdb-create): Follow the API change.
teranisi [Fri, 13 Sep 2002 04:15:20 +0000 (04:15 +0000)]
* elmo-pop3.el (elmo-folder-msgdb-create): Follow the API change.
(elmo-pop3-msgdb-create-by-header): Ditto.
(elmo-pop3-msgdb-create-message): Ditto.

* elmo-shimbun.el (elmo-folder-msgdb-create): Ditto.

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

* elmo-nmz.el (elmo-folder-msgdb-create): Ditto.

* elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): Ditto.
(elmo-folder-msgdb-create): Ditto.
(elmo-nntp-folder-msgdb-create): Ditto.
(elmo-nntp-msgdb-create-by-header): Ditto.
(elmo-nntp-msgdb-create-message): Ditto.
(elmo-folder-list-unreads): Define.

* elmo-pipe.el (elmo-folder-msgdb-create): Ditto.
(elmo-folder-append-messages): Ditto.
(elmo-folder-list-unreads): Define.
(elmo-folder-list-importants): Ditto.
(elmo-folder-list-answereds): Ditto.

* elmo-net.el (elmo-folder-list-unreads): Define.
(elmo-folder-list-importants): Ditto.
(elmo-folder-list-answereds): Ditto.
(elmo-folder-list-answereds-plugged): Ditto.
(elmo-folder-msgdb-create): Follow the API change.
(elmo-folder-msgdb-create-unplugged): Ditto.
(elmo-folder-unmark-answered): Define.
(elmo-folder-mark-as-answered-unplugged): Ditto.
(elmo-folder-unmark-answered-unplugged): Ditto.

* elmo-msgdb.el (elmo-msgdb-new-mark): New user option.
(elmo-msgdb-unread-uncached-mark): Ditto.
(elmo-msgdb-unread-cached-mark): Ditto.
(elmo-msgdb-read-uncached-mark): Ditto.
(elmo-msgdb-answered-cached-mark): Ditto.
(elmo-msgdb-answered-uncached-mark): Ditto.
(elmo-msgdb-important-mark): Ditto.
(elmo-msgdb-set-mark): Rewrite.
(elmo-msgdb-count-marks): Rewrite.
(elmo-msgdb-mark-alist-set): Abolish.
(elmo-msgdb-seen-list): Removed argument `seen-marks'.
(elmo-msgdb-add-msgs-to-seen-list): Likewise.

* elmo-multi.el (elmo-folder-check): Call elmo-folder-synchronize.
(elmo-folder-close): Define.
(elmo-folder-msgdb-create): Follow the API change.
(elmo-folder-list-unreads): Rewrite.
(elmo-folder-mark-as-important): Ditto.
(elmo-folder-unmark-important): Ditto.
(elmo-folder-mark-as-read): Ditto.
(elmo-folder-unmark-read): Ditto.
(elmo-folder-mark-as-answered): Define.
(elmo-folder-unmark-answered): Ditto.

* elmo-localdir.el (elmo-folder-msgdb-create): Follow the API change.
(elmo-folder-append-messages): Ditto.

* elmo-mark.el (elmo-folder-msgdb-create): Ditto.

* elmo-map.el (elmo-folder-list-unreads): Ditto.
(elmo-folder-list-importants): Ditto.

* elmo-maildir.el (elmo-folder-msgdb-create): Ditto.
(elmo-folder-append-messages): Ditto.

21 years ago* elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Follow the API change.
teranisi [Fri, 13 Sep 2002 04:00:18 +0000 (04:00 +0000)]
* elmo-imap4.el (elmo-imap4-fetch-callback-1-subr): Follow the API change.
(elmo-folder-msgdb-create-plugged): Ditto.
(elmo-folder-append-messages): Ditto.
(elmo-folder-list-answereds-plugged): Define.
(elmo-imap4-search-internal-primitive): Add `mark' processing.
(elmo-folder-unmark-answered-plugged): Define.
(elmo-folder-mark-as-answered-plugged): Ditto.
(elmo-folder-search-requires-msgdb-p): Ditto.

* elmo-filter.el (elmo-filter-folder): Added new slot 'require-msgdb'.
(elmo-folder-initialize): Set it.
(elmo-folder-msgdb): Define.
(elmo-folder-check): Call elmo-folder-synchronize.
(elmo-folder-close): Define.
(elmo-folder-commit): Ditto.
(elmo-folder-msgdb-create): Rewrite.
(elmo-folder-list-unreads): Ditto.
(elmo-folder-list-importants): Ditto.
(elmo-folder-mark-as-read): Ditto.
(elmo-folder-unmark-read): Ditto.
(elmo-folder-mark-as-important): Ditto.
(elmo-folder-unmark-important): Ditto.
(elmo-folder-mark-as-answered): Define.
(elmo-folder-unmark-answered): Ditto.

* elmo-dop.el (elmo-dop-queue-merge-method-list): Added
elmo-folder-mark-as-answered, elmo-folder-unmark-answered.
(elmo-dop-queue-method-name-alist): Likewise.
(elmo-folder-mark-as-answered-dop): New inline function.
(elmo-folder-unmark-answered-dop): Ditto.
(elmo-folder-status-dop): Treat spool-length as 0 if it does not exist.

* elmo-archive.el (elmo-folder-append-messages): Follow the API change.
(elmo-folder-msgdb-create): Ditto.
(elmo-archive-msgdb-create-as-numlist-subr1): Ditto.
(elmo-archive-msgdb-create-as-numlist-subr2): Ditto.
(elmo-archive-parse-mmdf): Ditto.

* elmo-cache.el (elmo-folder-msgdb-create): Ditto.
(elmo-folder-list-unreads-internal): Ditto.

21 years ago* elmo.el (elmo-folder-msgdb): Define as generic function.
teranisi [Fri, 13 Sep 2002 03:46:49 +0000 (03:46 +0000)]
* elmo.el (elmo-folder-msgdb): Define as generic function.
(elmo-folder-list-messages): Added argument `in-msgdb'.
(elmo-folder-list-unreads): Define as generic function.
(elmo-folder-list-importants): Ditto.
(elmo-folder-list-answereds): Ditto.
(elmo-folder-list-messages-with-global-mark): New function.
(elmo-folder-msgdb-create): Removed mark arguments.
(elmo-folder-unmark-answered): New generic function.
(elmo-folder-mark-as-answered): Ditto.
(elmo-folder-append-messages): Removed argunment `unread-marks'
(elmo-folder-list-unreads-internal): Abolish.
(elmo-folder-list-importants-internal): Ditto.
(elmo-folder-search-requires-msgdb-p): New generic function.
(elmo-folder-search-requires-msgdb-p-internal): New function.
(elmo-generic-folder-open): Call elmo-folder-msgdb instead of
elmo-msgdb-load.
(elmo-folder-search-fast): Added key 'mark'.
(elmo-generic-folder-append-messages): Use elmo-msgdb-unread-marks
instead of unread-marks argument.
(elmo-folder-move-messages): Removed argunment `unread-marks'
(elmo-folder-unmark-important): Define.
(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-folder-replace-marks): Abolish.
(elmo-generic-folder-append-msgdb): Append msgdb before checking
duplicates.
(elmo-folder-synchronize): Removed mark arguments;
return crosspost only number.

21 years agoMEMO for elmo-mark branch.
teranisi [Fri, 13 Sep 2002 03:32:12 +0000 (03:32 +0000)]
MEMO for elmo-mark branch.

21 years agoThis commit was manufactured by cvs2svn to create branch 'elmo-mark'. elmo-mark-root
tomo [Thu, 12 Sep 2002 16:12:21 +0000 (16:12 +0000)]
This commit was manufactured by cvs2svn to create branch 'elmo-mark'.

21 years ago* wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
yoichi [Thu, 12 Sep 2002 16:12:20 +0000 (16:12 +0000)]
* wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
when it creates new draft buffer.

21 years ago* wl/wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
yoichi [Thu, 12 Sep 2002 15:53:07 +0000 (15:53 +0000)]
* wl/wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
without argument.
* elmo-dop.el (elmo-dop-queue-flush): Remove unused argument.
Remove redundunt connectivity check.