Re: [evolution-patches] Request for freeze break - Exchange connector - OOF handling



Sorry, forgot to attach the patch in the previous mail.

-Sushma.

On Mon, 2005-03-07 at 14:15 +0530, Sushma Rai wrote:
> Hi,
> 
> This is the patch for the Evolution xml plugin file. 
> 
> This has the definition for a commit callback, this was missed
> in the previous commit and without this, user's out of office
> information will not get saved. 
> 
> This patch also removes a duplicate definition for account Wizard,
> due to which account creation wizard will have 2 entries for OWA URL.
> 
> Can this be committed to gnome-2-10 branch?
> 
> Thanks,
> Sushma.
> 
> 
> On Mon, 2005-03-07 at 12:31 +0530, Sarfraaz Ahmed wrote:
> > Approved.
> > 
> > -- Sarfraaz
> > 
> > On Mon, 2005-03-07 at 10:38 +0530, Sushma Rai wrote: 
> > > Hi,
> > > 
> > > This patch also removes the duplicated definition of accountWizard.
> > > 
> > > Thanks,
> > > Sushma.
> > > 
> > > 
> > > On Sun, 2005-03-06 at 17:27 -0500, JP Rosevear wrote:
> > > > On Sat, 2005-03-05 at 14:49 +0530, Sushma Rai wrote:
> > > > > Hi,
> > > > > 
> > > > > I missed to commit this plugin file with the commit callback, in my
> > > > > previous commit for Exchange OOF handling.
> > > > 
> > > > I noticed I duplicated the accountWizard item in the .eplugin definition
> > > > as well.  Could you correct that is this patch as well?
> > > > 
> > > > -JP
> 
> _______________________________________________
> evolution-patches mailing list
> evolution-patches lists ximian com
> http://lists.ximian.com/mailman/listinfo/evolution-patches
Index: org-gnome-exchange-account-setup.eplug.in
===================================================================
RCS file: /cvs/gnome/evolution/plugins/exchange-account-setup/org-gnome-exchange-account-setup.eplug.in,v
retrieving revision 1.14
diff -u -r1.14 org-gnome-exchange-account-setup.eplug.in
--- org-gnome-exchange-account-setup.eplug.in	1 Mar 2005 06:17:19 -0000	1.14
+++ org-gnome-exchange-account-setup.eplug.in	7 Mar 2005 04:57:46 -0000
@@ -13,7 +13,8 @@
       	<group 
 		target="account" 
 		id="org.gnome.evolution.mail.config.accountEditor"
-		check="org_gnome_exchange_check_options">
+		check="org_gnome_exchange_check_options"
+		commit="org_gnome_exchange_commit">
 		<item type="page" 
 	      		path="40.oof" 
 	      		label="Exchange Settings"
@@ -44,14 +45,6 @@
 			factory="org_gnome_exchange_owa_url"/>
 	</group>
 
-        <group
-                target="account"
-                id="org.gnome.evolution.mail.config.accountWizard"
-		check="org_gnome_exchange_check_options">
-                <item type="item_table"
-                        path="10.receive/10.config/20.owa"
-			factory="org_gnome_exchange_owa_url"/>
-	</group>
     </hook>
 
   </e-plugin>
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/plugins/exchange-account-setup/ChangeLog,v
retrieving revision 1.25
diff -u -r1.25 ChangeLog
--- ChangeLog	1 Mar 2005 06:17:19 -0000	1.25
+++ ChangeLog	7 Mar 2005 04:58:12 -0000
@@ -1,3 +1,9 @@
+2005-03-05  Sushma Rai  <rsushma novell com>
+
+	* org-gnome-exchange-account-setup.eplug.in: Added the commit function
+	to save OOF data. This got missed in the previous commit. Also removed 
+	duplicate accountWizard definition.
+
 2005-02-28  JP Rosevear  <jpr novell com>
 
 	* org-gnome-exchange-account-setup.eplug.in: add account wizard item
@@ -14,7 +20,6 @@
 	oof state and message to the file. 
 	(destroy_oof_data): Frees OOFData. 
 	
-
 2005-02-26  Sushma Rai  <rsushma novell com>
 
         * exchange-account-setup.c (org_gnome_exchange_check_options):


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