aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@src.gnome.org>2002-08-27 00:47:24 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-08-27 00:47:24 +0800
commit435ab87f0bf5a6d2f4c8cec529adc738f2675c23 (patch)
tree6be4b4394c2f3977b838c69540771f85bf376076
parent4db7ee0b5021bd9c782ad3810d58a450f34def49 (diff)
downloadgsoc2013-evolution-435ab87f0bf5a6d2f4c8cec529adc738f2675c23.tar
gsoc2013-evolution-435ab87f0bf5a6d2f4c8cec529adc738f2675c23.tar.gz
gsoc2013-evolution-435ab87f0bf5a6d2f4c8cec529adc738f2675c23.tar.bz2
gsoc2013-evolution-435ab87f0bf5a6d2f4c8cec529adc738f2675c23.tar.lz
gsoc2013-evolution-435ab87f0bf5a6d2f4c8cec529adc738f2675c23.tar.xz
gsoc2013-evolution-435ab87f0bf5a6d2f4c8cec529adc738f2675c23.tar.zst
gsoc2013-evolution-435ab87f0bf5a6d2f4c8cec529adc738f2675c23.zip
removed a no-longer needed #define
svn path=/trunk/; revision=17862
-rw-r--r--camel/providers/imap/camel-imap-store.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/camel/providers/imap/camel-imap-store.c b/camel/providers/imap/camel-imap-store.c
index 9b45f123d7..c56976466d 100644
--- a/camel/providers/imap/camel-imap-store.c
+++ b/camel/providers/imap/camel-imap-store.c
@@ -66,9 +66,6 @@
#define IMAP_PORT 143
#define SIMAP_PORT 993
-/* this enables an experimental fix for bug #28177 */
-#define COMMAND_LOCK_IS_CONNECT_LOCK
-
extern int camel_verbose_debug;