aboutsummaryrefslogtreecommitdiffstats
path: root/camel/Makefile.am
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-03-28 07:12:46 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-03-28 07:12:46 +0800
commit7b128390181cff1339199e570180fac485ba60cf (patch)
treef2b4e5923ae0444c2423426c3d322edae3ee6f08 /camel/Makefile.am
parentde1dd89f6c53f81b3dd68861d1ff50edf2dc5674 (diff)
downloadgsoc2013-evolution-7b128390181cff1339199e570180fac485ba60cf.tar
gsoc2013-evolution-7b128390181cff1339199e570180fac485ba60cf.tar.gz
gsoc2013-evolution-7b128390181cff1339199e570180fac485ba60cf.tar.bz2
gsoc2013-evolution-7b128390181cff1339199e570180fac485ba60cf.tar.lz
gsoc2013-evolution-7b128390181cff1339199e570180fac485ba60cf.tar.xz
gsoc2013-evolution-7b128390181cff1339199e570180fac485ba60cf.tar.zst
gsoc2013-evolution-7b128390181cff1339199e570180fac485ba60cf.zip
If we aren't going to even check the resp/free buffer that gets returned
2001-03-27 Jeffrey Stedfast <fejj@ximian.com> * providers/pop3/camel-pop3-folder.c (pop3_sync): If we aren't going to even check the resp/free buffer that gets returned from camel_pop3_command, don't even bother using it. Send in NULL instead. (pop3_get_message): Check to make sure that the `result' string is non-NULL. It's possible that some POP servers may return with "+OK\r\n<message>..." rather than the expected "+OK ### octets\r\n<message>..." svn path=/trunk/; revision=8985
Diffstat (limited to 'camel/Makefile.am')
-rw-r--r--camel/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/Makefile.am b/camel/Makefile.am
index 67f65f33e6..decc13d3c1 100644
--- a/camel/Makefile.am
+++ b/camel/Makefile.am
@@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in
-SUBDIRS = providers tests
+SUBDIRS = providers #tests
libcamelincludedir = $(includedir)/camel
providerdir = $(libdir)/evolution/camel-providers/$(VERSION)