From 77e647292603294f23999183578d8cc276f3d402 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Wed, 12 Jul 2000 21:24:26 +0000 Subject: get the article num out of our uid and mark it read in the newsrc. 2000-07-12 Chris Toshok * providers/nntp/camel-nntp-folder.c (nntp_folder_set_message_flags): get the article num out of our uid and mark it read in the newsrc. (nntp_folder_get_message): get the message id out of the uid to fetch the article. * providers/nntp/camel-nntp-utils.c (get_XOVER_headers): the uid is now , (get_HEAD_headers): same. * camel-mime-parser.c (folder_scan_step): go to HSCAN_MESSAGE state when ct->subtype is "news" as well as "rfc822". this makes attachments of type "message/news" display properly. svn path=/trunk/; revision=4121 --- camel/ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index e1918ca7be..dba02a52a5 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,19 @@ +2000-07-12 Chris Toshok + + * providers/nntp/camel-nntp-folder.c + (nntp_folder_set_message_flags): get the article num out of our + uid and mark it read in the newsrc. + (nntp_folder_get_message): get the message id out of the uid to + fetch the article. + + * providers/nntp/camel-nntp-utils.c (get_XOVER_headers): the uid + is now , + (get_HEAD_headers): same. + + * camel-mime-parser.c (folder_scan_step): go to HSCAN_MESSAGE + state when ct->subtype is "news" as well as "rfc822". this makes + attachments of type "message/news" display properly. + 2000-07-12 Dan Winship * camel-folder.c (camel_folder_free_deep, -- cgit v1.2.3