aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-05-19 15:06:10 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-05-19 15:06:10 +0800
commitd15cdfc929687f1c37939e78a08c30e4e4b636de (patch)
tree004f4759e1a11cb682f705402aa4987f5c9a7521 /camel/ChangeLog
parentdbd786a2dded4808518c91cb2414d173e50f5aa9 (diff)
downloadgsoc2013-evolution-d15cdfc929687f1c37939e78a08c30e4e4b636de.tar
gsoc2013-evolution-d15cdfc929687f1c37939e78a08c30e4e4b636de.tar.gz
gsoc2013-evolution-d15cdfc929687f1c37939e78a08c30e4e4b636de.tar.bz2
gsoc2013-evolution-d15cdfc929687f1c37939e78a08c30e4e4b636de.tar.lz
gsoc2013-evolution-d15cdfc929687f1c37939e78a08c30e4e4b636de.tar.xz
gsoc2013-evolution-d15cdfc929687f1c37939e78a08c30e4e4b636de.tar.zst
gsoc2013-evolution-d15cdfc929687f1c37939e78a08c30e4e4b636de.zip
use the article number instead of the messageid. Some servers are just
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. svn path=/trunk/; revision=25975
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 2aacd3d40b..d2af643192 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.