New function to just load the summary. Not much use yet, until unread
authorMichael Zucci <zucchi@src.gnome.org>
Fri, 21 Sep 2001 03:05:03 +0000 (03:05 +0000)
committerMichael Zucci <zucchi@src.gnome.org>
Fri, 21 Sep 2001 03:05:03 +0000 (03:05 +0000)
commitb0079ef41dfe8cef9d7bc97b19bea1f4014c16fc
tree5be5c21fc0f5da20bfcca9065391094ead4f9ed8
parent230063853c83eb2bde1d371f3d51d77cf94a8b74
New function to just load the summary. Not much use yet, until unread

* camel-folder-summary.c (camel_folder_summary_header_load): New
function to just load the summary.  Not much use yet, until unread
counts are stored in the summary (which now looks like too much
work!).

* camel-mime-utils.c (header_decode_mailbox): Crappy fix for
stupid mailers.  If we get 'name b. name <foo>' then treat it as
'"name b. name" <foo>'.  See 8147.
(header_decode_mailbox): Another fix for really broken mailers
that have things that look like addresses followed by <address>
bits.
(rfc2047_encode_word): Escape ??= to avoid some bizarre warning
about trigraphs.

(scan_dir): If we dont have the folder open, then scan the 'new'
and 'cur' folders for new and unread messages to count instead.
camel/ChangeLog
camel/camel-folder-summary.c
camel/camel-folder-summary.h
camel/camel-mime-utils.c
camel/providers/local/camel-maildir-store.c