Handle BODY[HEADER.FIELDS ...] responses for cases where we may wish to
authorJeffrey Stedfast <fejj@ximian.com>
Sun, 23 Jan 2005 20:43:03 +0000 (20:43 +0000)
committerJeffrey Stedfast <fejj@src.gnome.org>
Sun, 23 Jan 2005 20:43:03 +0000 (20:43 +0000)
commit88535892906b242daca5aa01b8191bd9b81c581a
treecfde42f7d4d64b09a874464aa214c8bdde9345f4
parent3496ec0805b3470c9b2b0a55927f145da7e43b2e
Handle BODY[HEADER.FIELDS ...] responses for cases where we may wish to

2005-01-23  Jeffrey Stedfast  <fejj@ximian.com>

* providers/imap4/camel-imap4-summary.c (untagged_fetch_all):
Handle BODY[HEADER.FIELDS ...] responses for cases where we may
wish to query for mailing-list headers.
(imap4_summary_fetch_all): If enable_mlist is set for this folder,
then query for mailing-list headers as well.

* providers/imap4/camel-imap4-folder.c (imap4_getv): Added a new
property to enable mlist detection (which will change our summary
query to the same as the old imap code).
(imap4_setv): Implemented.
camel/ChangeLog
camel/providers/imap4/camel-imap4-summary.c