* elmo.el (elmo-folder-list-flagged): New generic function.
authorteranisi <teranisi>
Sun, 27 Oct 2002 04:42:43 +0000 (04:42 +0000)
committerteranisi <teranisi>
Sun, 27 Oct 2002 04:42:43 +0000 (04:42 +0000)
commit107c307c8be7235fd1d35a22107c4df7acd736fe
tree6e26ce1fa87773648f44a8bc983442a0cb6c99e4
parent68390611bb737631a88b3c622684060c89a3d0c9
* 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'.
elmo/ChangeLog
elmo/elmo-filter.el
elmo/elmo-imap4.el
elmo/elmo-msgdb.el
elmo/elmo-util.el
elmo/elmo.el