File: pop3_dont_send_second_capa.patch

package info (click to toggle)
evolution 2.0.4-2sarge3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 86,600 kB
  • ctags: 29,239
  • sloc: ansic: 282,229; sh: 11,353; xml: 7,480; makefile: 3,293; perl: 1,591
file content (11 lines) | stat: -rw-r--r-- 484 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
--- evolution/camel/providers/pop3/camel-pop3-store.c.orig	2003-06-17 16:22:48.000000000 +0900
+++ evolution/camel/providers/pop3/camel-pop3-store.c	2003-06-17 16:25:38.000000000 +0900
@@ -589,7 +589,7 @@
 	
 	/* Now that we are in the TRANSACTION state, try regetting the capabilities */
 	store->engine->state = CAMEL_POP3_ENGINE_TRANSACTION;
-	camel_pop3_engine_reget_capabilities (store->engine);
+	/* camel_pop3_engine_reget_capabilities (store->engine); */
 	
 	return TRUE;
 }