summaryrefslogtreecommitdiff
path: root/camel/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog30
1 files changed, 29 insertions, 1 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index f6e20b9a0..44be7e6e3 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,30 @@
+2005-01-27 Jeffrey Stedfast <fejj@ximian.com>
+
+ * providers/imap4/camel-imap4-summary.c (untagged_fetch_all):
+ Decode References to improve threading code (In-Reply-To from
+ ENVELOPE just wasn't good enough to make users happy). See bug
+ #71808.
+ (untagged_fetch_all): Look at the Content-Type header to decide if
+ the message might contain attachments.
+ (imap4_summary_fetch_all): Added References and Content-Type to
+ our query.
+
+ * providers/imap4/camel-imap4-engine.c (engine_parse_namespace):
+ Fixed to handle "" as the delim portion of the NAMESPACE. Fixes
+ bug #71847.
+
+2005-01-26 Jeffrey Stedfast <fejj@novell.com>
+
+ * providers/imap4/camel-imap4-summary.c (imap4_header_load): Check
+ whether or not we have mlist info in our summary.
+ (imap4_header_save): Save have_mlist.
+ (camel_imap4_summary_flush_updates): Modified to clear the summary
+ and do a complete refetch if enable_mlist has been newly enabled
+ and we don't already have mlist info in our summary info's.
+ (imap4_fetch_all_add): If the \Recent flag is set, also add it to
+ the "recent" changes structure so the filetr code knows to filter
+ it.
+
2005-01-25 Jeffrey Stedfast <fejj@novell.com>
* providers/imap4/camel-imap4-folder.c (camel_imap4_folder_new):
@@ -184,7 +211,8 @@
store == no inbox; maildir implements one now.
* camel-multipart-signed.c (skip_content): in the message state
- skip a state, otherwise we go nowhere but down an overflowed stack drain.
+ skip a state, otherwise we go nowhere but down an overflowed stack
+ drain.
2005-01-14 Not Zed <NotZed@Ximian.com>