From d6323f8303add9ec85e1f51d0ad8c5e804f2f50d Mon Sep 17 00:00:00 2001 From: Veerapuram Varadhan Date: Mon, 22 Jan 2007 18:58:03 +0000 Subject: Glade file for exchange send options . Added a hook for implementing send * exchange-send-options.glade :Glade file for exchange send options . * org-gnome-exchange-operations.eplug.xml :Added a hook for implementing send options . * exchange-mail-send-options.c :Contains code for invoking the dialog and processing the data received and destroying the dialog . * exchange-send-options.[c,h] :Contains the GType for exchange send options dialog . svn path=/trunk/; revision=33137 --- plugins/exchange-operations/ChangeLog | 12 ++++++++++++ plugins/exchange-operations/Makefile.am | 8 ++++++-- .../org-gnome-exchange-operations.eplug.xml | 10 +++++++++- 3 files changed, 27 insertions(+), 3 deletions(-) (limited to 'plugins/exchange-operations') diff --git a/plugins/exchange-operations/ChangeLog b/plugins/exchange-operations/ChangeLog index 879a25462d..f4d81e1f9d 100644 --- a/plugins/exchange-operations/ChangeLog +++ b/plugins/exchange-operations/ChangeLog @@ -1,3 +1,15 @@ +2006-01-18 Raghavendran R + + * exchange-send-options.glade :Glade file for + exchange send options . + * org-gnome-exchange-operations.eplug.xml :Added a + hook for implementing send options . + * exchange-mail-send-options.c :Contains code for invoking + the dialog and processing the data received and destroying + the dialog . + * exchange-send-options.[c,h] :Contains the GType for exchange + send options dialog . + 2006-12-18 Veerapuram Varadhan Fixes bnc #208395 diff --git a/plugins/exchange-operations/Makefile.am b/plugins/exchange-operations/Makefile.am index 9fc60d4f50..9208ec6655 100644 --- a/plugins/exchange-operations/Makefile.am +++ b/plugins/exchange-operations/Makefile.am @@ -41,7 +41,10 @@ liborg_gnome_exchange_operations_la_SOURCES = \ exchange-folder-permission.c \ exchange-folder-subscription.c \ exchange-folder-subscription.h \ - exchange-folder.c + exchange-folder.c \ + exchange-mail-send-options.c \ + exchange-send-options.c \ + exchange-send-options.h liborg_gnome_exchange_operations_la_LIBADD = \ $(top_builddir)/e-util/libeutil.la \ @@ -60,7 +63,8 @@ glade_DATA = \ exchange-permissions-dialog.glade \ e-foreign-folder-dialog.glade \ exchange-passwd-expiry.glade \ - exchange-oof.glade + exchange-oof.glade \ + exchange-send-options.glade error_DATA = org-gnome-exchange-operations.error errordir = $(privdatadir)/errors diff --git a/plugins/exchange-operations/org-gnome-exchange-operations.eplug.xml b/plugins/exchange-operations/org-gnome-exchange-operations.eplug.xml index 2c43856ca2..eddf713e12 100644 --- a/plugins/exchange-operations/org-gnome-exchange-operations.eplug.xml +++ b/plugins/exchange-operations/org-gnome-exchange-operations.eplug.xml @@ -9,6 +9,7 @@ + <_description>A plugin that handles a collection of Exchange account specific operations and features. @@ -213,6 +214,13 @@ factory="org_gnome_exchange_show_folder_size_factory"/> - + + + -- cgit v1.2.3