[evolution-patches] Exchange: Fix for bug 272822



Hello -

Attached patch for 'evolution-exchange' cvs module fixes the bug 272822
(Username to be autofilled from the e-mail address entered). I fear that
it may be a hack, but I didn't find any other effective way. I have
tested the complete Exchange account setup path and it is behaving the
same way as before. Please review.

PS: Changelog not included. If approved, I will commit it with the
ChangeLog.

Thanks -
Praveen.

Index: camel/camel-exchange-provider.c
===================================================================
RCS file: /cvs/gnome/evolution-exchange/camel/camel-exchange-provider.c,v
retrieving revision 1.23
diff -u -p -r1.23 camel-exchange-provider.c
--- camel/camel-exchange-provider.c	2 Jul 2005 07:38:15 -0000	1.23
+++ camel/camel-exchange-provider.c	28 Jul 2005 17:56:52 -0000
@@ -82,7 +82,7 @@ static CamelProvider exchange_provider =
 	CAMEL_PROVIDER_IS_REMOTE | CAMEL_PROVIDER_IS_SOURCE |
 	CAMEL_PROVIDER_IS_STORAGE | CAMEL_PROVIDER_IS_EXTERNAL,
 
-	CAMEL_URL_NEED_USER | CAMEL_URL_HIDDEN_AUTH | CAMEL_URL_HIDDEN_HOST,
+	CAMEL_URL_NEED_USER | CAMEL_URL_HIDDEN_AUTH, 
 
 	exchange_conf_entries 
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]