summaryrefslogtreecommitdiff
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-05-19 07:06:10 +0000
committerMichael Zucci <zucchi@src.gnome.org>2004-05-19 07:06:10 +0000
commit075bee9eea500bdcf919d248f529e1fac690e393 (patch)
tree30c9315b3dcf4cae7b3c8ab391808a15ba4c203c /camel/ChangeLog
parent5a19a3a167942195174bd8d09e24d4424456dd8d (diff)
downloadevolution-data-server-evolution-1-5-8.tar.gz
use the article number instead of the messageid. Some servers are justEVOLUTION_1_5_8evolution-1-5-8
2004-05-19 Not Zed <NotZed@Ximian.com> * providers/nntp/camel-nntp-folder.c (nntp_folder_get_message): use the article number instead of the messageid. Some servers are just broken. (nntp_folder_cache_message): same. See #58655. * camel-smime-context.c (sm_verify_cmsg): import the certs as UsageEmailRecipient as well as signer, and also save the certs always.
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 2aacd3d40..d2af64319 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,5 +1,14 @@
2004-05-19 Not Zed <NotZed@Ximian.com>
+ * providers/nntp/camel-nntp-folder.c (nntp_folder_get_message):
+ use the article number instead of the messageid. Some servers are
+ just broken.
+ (nntp_folder_cache_message): same. See #58655.
+
+ * camel-smime-context.c (sm_verify_cmsg): import the certs as
+ UsageEmailRecipient as well as signer, and also save the certs
+ always.
+
** See #58641.
* camel-vee-folder.c (vee_sync): don't rebuild auto-type vfolders.