diff options
| author | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-08-27 00:47:24 +0800 |
|---|---|---|
| committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-08-27 00:47:24 +0800 |
| commit | 435ab87f0bf5a6d2f4c8cec529adc738f2675c23 (patch) | |
| tree | 6be4b4394c2f3977b838c69540771f85bf376076 /camel | |
| parent | 4db7ee0b5021bd9c782ad3810d58a450f34def49 (diff) | |
| download | gsoc2013-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
Diffstat (limited to 'camel')
| -rw-r--r-- | camel/providers/imap/camel-imap-store.c | 3 |
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; |
