aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2000-08-09 13:21:12 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2000-08-09 13:21:12 +0800
commit0b5dd5d2edb22ee196c41c27537906835295ca4d (patch)
tree387609825e675c6bb648ea761c9570cd657e7f9b /camel/ChangeLog
parent3c36db8abbc66ef4306c98dac6e9592bca036bd4 (diff)
downloadgsoc2013-evolution-0b5dd5d2edb22ee196c41c27537906835295ca4d.tar
gsoc2013-evolution-0b5dd5d2edb22ee196c41c27537906835295ca4d.tar.gz
gsoc2013-evolution-0b5dd5d2edb22ee196c41c27537906835295ca4d.tar.bz2
gsoc2013-evolution-0b5dd5d2edb22ee196c41c27537906835295ca4d.tar.lz
gsoc2013-evolution-0b5dd5d2edb22ee196c41c27537906835295ca4d.tar.xz
gsoc2013-evolution-0b5dd5d2edb22ee196c41c27537906835295ca4d.tar.zst
gsoc2013-evolution-0b5dd5d2edb22ee196c41c27537906835295ca4d.zip
Fix the NNTP provider's Makefile.am so that it does not use installed
Camel headers before the source ones. Also, get rid of an unused variable. svn path=/trunk/; revision=4631
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 fe2b2df415..352f194126 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,12 @@
+2000-08-09 Ettore Perazzoli <ettore@helixcode.com>
+
+ * providers/nntp/camel-nntp-folder.c
+ (nntp_folder_set_message_flags): Get rid of an unused variable.
+
+ * providers/nntp/Makefile.am (INCLUDES): Fix includes so that we
+ don't use installed headers anymore. [I copied this over from the
+ IMAP provider, that does not seem to have this problem.]
+
2000-08-09 Not Zed <NotZed@HelixCode.com>
* camel-folder-search.c (camel_folder_search_execute_expression):