Commit Graph

469 Commits

Author SHA1 Message Date
294ca271de Getting list of mail-ids instead of a single mail-id. Added support for
2005-08-24  Shakti Sen <shprasad@novell.com>

        * exchange-permissions-dialog.c (add_clicked): Getting list of mail-ids
        instead of a single mail-id.
        * exchange-user-dialog.[c/h] (e2k_user_dialog_get_user_list): Added
        support for adding multiple IDs.

        Fixes bug #313919.

svn path=/trunk/; revision=30239
2005-08-24 10:10:10 +00:00
748c73de0f Removed the warning that are generated when compiled with GCC 4.
2005-08-24  Praveen Kumar  <kpraveen@novell.com>

	* plugins/exchange-operations/exchange-account-setup.c:
	* plugins/exchange-operations/exchange-calendar.c:
	* plugins/exchange-operations/exchange-config-listener.c:
	* plugins/exchange-operations/exchange-contacts.c:
	* plugins/exchange-operations/exchange-delegates-user.c:
	* plugins/exchange-operations/exchange-folder-size-display.c:
	* plugins/exchange-operations/exchange-folder.c:
	* plugins/exchange-operations/exchange-operations.c:
	Removed the warning that are generated when compiled with GCC 4.

	* plugins/exchange-operations/exchange-calendar.c:
	Fixed a build break due to the modification of the 'source_type'
	field in the ECalConfigTargetSource class.

svn path=/trunk/; revision=30237
2005-08-24 09:43:41 +00:00
db4eb8ad23 return the right type. (proxy_soap_login): fix pointer cast.
2005-08-23  Not Zed  <NotZed@Ximian.com>

        * proxy-login.c (proxy_get_password): return the right type.
        (proxy_soap_login): fix pointer cast.
        (proxy_login_add_new_store): fix pointer cast.
        (proxy_login_setup_tree_view): fix callback cast.
        (org_gnome_proxy_account_login): fix prototype to match use.

        * junk-settings.c (user_selected): fix calling.
        (junk_settings_construct): more stupid casts.

        * junk-mail-settings.c (junk_mail_settings): casts.

        * install-shared.c (install_folder_response): constify item_id.
        (install_folder_response): remove unused.
        (org_gnome_popup_wizard): fixed numerous problems with this,
        over-copying data around, not referencing information properly,
        freeing potentially unset variables, etc etc.
        (accept_free): add a free function.

        * share-folder.c (notification_clicked): fix a multitude of busted
        casts.
        (user_selected): fix broken calling conventions, busted style.
        (share_folder_construct): fix more busted/missing casts.

        * share-folder-common.c: add missing header.

svn path=/trunk/; revision=30232
2005-08-24 03:15:26 +00:00
ba263d1ace def9ine before defining.
2005-08-23  Not Zed  <NotZed@Ximian.com>

        * groupwise-account-setup.c (org_gnome_groupwise_account_setup):
        def9ine before defining.

        * camel-gw-listener.c (account_added): fix warning.

svn path=/trunk/; revision=30231
2005-08-24 03:15:13 +00:00
c30c267aa1 Remove the special case for win32, its a bug on all platforms, silly.
2005-08-23  Not Zed  <NotZed@Ximian.com>

        * Makefile.am: Remove the special case for win32, its a bug on all
        platforms, silly.

        * mail-account-disable.c (mail_account_disable): make signature
        match usage.

svn path=/trunk/; revision=30230
2005-08-24 03:14:49 +00:00
2ac8b0ae3c use the right type for attendees.
2005-08-23  Not Zed  <NotZed@Ximian.com>

        * mail-to-task.c (add_attendee_cb): use the right type for attendees.

svn path=/trunk/; revision=30229
2005-08-24 03:14:24 +00:00
1fcb8ae1ba Add missing headers (org_gnome_print_message): define before defining,
2005-08-23  Not Zed  <NotZed@Ximian.com>

        * print-message.c: Add missing headers
        (org_gnome_print_message): define before defining, remove c99isms.
        (org_gnome_print_preview): define before defining.

svn path=/trunk/; revision=30228
2005-08-24 03:14:10 +00:00
f8ea98797c include missing header.
2005-08-23  Not Zed  <NotZed@Ximian.com>

        * ical-format.c: include missing header.

svn path=/trunk/; revision=30227
2005-08-24 03:13:50 +00:00
5d3746126d pre-define.
2005-08-23  Not Zed  <NotZed@Ximian.com>

        * em-junk-filter.c (em_junk_sa_report_non_junk): pre-define.

svn path=/trunk/; revision=30226
2005-08-24 03:13:28 +00:00
42373bdc6b add missing headers.
2005-08-23  Not Zed  <NotZed@Ximian.com>

        * itip-view.c: add missing headers.

svn path=/trunk/; revision=30225
2005-08-24 03:13:11 +00:00
ea1fd378e4 forward declare exported func.
2005-08-23  Not Zed  <NotZed@Ximian.com>

        * default-source.c: forward declare exported func.

svn path=/trunk/; revision=30224
2005-08-24 03:12:59 +00:00
0858bd319c forward-define e_plugin_lib_enable, remove some unecessary headers.
2005-08-23  Not Zed  <NotZed@Ximian.com>

        * new-mail-notify.c: forward-define e_plugin_lib_enable, remove
        some unecessary headers.
        (send_dbus_message): remove spurious check for bus==NULL.

svn path=/trunk/; revision=30223
2005-08-24 03:12:29 +00:00
83aa6125d7 fix relative_uri type.
2005-08-23  Not Zed  <NotZed@Ximian.com>

        * calendar-file.c (e_calendar_file_dummy): fix relative_uri type.

svn path=/trunk/; revision=30222
2005-08-24 03:12:16 +00:00
30d6106441 fix relative_uri type, don't include every header in the world we dont'
2005-08-23  Not Zed  <NotZed@Ximian.com>

        * addressbook-file.c (e_book_file_dummy): fix relative_uri type,
        don't include every header in the world we dont' need.  And it
        sure has hell seems to do something for a 'dummy' function.

svn path=/trunk/; revision=30221
2005-08-24 03:11:59 +00:00
ff350e0cc7 Use exchange_operations_get_exchange_account. Fetch the password and
2005-08-22  Sarfraaz Ahmed <asarfraaz@novell.com>

        * exchange-account-setup.c (btn_fsize_clicked)
        (set_oof_info) : Use exchange_operations_get_exchange_account.
        * exchange-config-listener.c (exchange_config_listener_authenticate) :
        Fetch the password and connect. Added new
        * exchange-config-listener.h : Similar.
        * exchange-operations.c (exchange_operations_get_exchange_account) :
        Try authenticating if account is not found.

svn path=/trunk/; revision=30199
2005-08-22 13:18:42 +00:00
78d8426bc1 ** see previous commit changed variable name to groupwise_shared_folder
2005-08-22  vivek jain <jvivek@novell.com>

	** see previous commit
	 changed variable name to
	 groupwise_shared_folder

svn path=/trunk/; revision=30198
2005-08-22 12:21:42 +00:00
9c689fe456 : (org_gnome_shared_folder_factory) disable shared-folder functionalilty
2005-08-22  Vivek Jain <jvivek@novell.com>

	* shared-folder-common.c: (org_gnome_create_option)
	 			: (org_gnome_shared_folder_factory)
	* install-shared.c 	: (org_gnome_popup_wizard)
	disable shared-folder functionalilty temporarily, (server doesn't show
	mails in it)
	export SHARED_FOLDER if you want to have it

svn path=/trunk/; revision=30192
2005-08-22 09:31:21 +00:00
1aa32a05f7 Dont try to connect when the account is offline.CVS
2005-08-22  Shreyas Srinivasan  <sshreyas@novell.com>

	* proxy.c (org_gnome_proxy): Dont try to connect when the account is
	offline.CVS

svn path=/trunk/; revision=30190
2005-08-22 06:54:07 +00:00
4883016931 ** See #308117.
2005-08-19  Not Zed  <NotZed@Ximian.com>

        ** See #308117.

        * Makefile.am: link to proper libraries.

svn path=/trunk/; revision=30185
2005-08-22 03:01:01 +00:00
2c08d66386 fixed a typo: s/occured/occurred/g
svn path=/trunk/; revision=30180
2005-08-21 19:35:00 +00:00
e35c103d01 fixes a memory leak.
svn path=/trunk/; revision=30177
2005-08-21 16:27:56 +00:00
6b59973a54 Put back in warning messages about calendar not being opened.
2005-08-20  Carsten Guenther <carsten.guenther@scalix.com>

        * itip-formatter.c: (cal_opened_cb, final_cal_opened_cb):
        Put back in warning messages about calendar not being opened.

svn path=/trunk/; revision=30172
2005-08-21 01:46:18 +00:00
3f742a182f NULL-terminate calls to e_error_run; fixed typos in if-statement; some
2005-08-18  Carsten Guenther <carsten.guenther@scalix.com>

        * itip-formatter.c: (update_attendee_status): NULL-terminate
        calls to e_error_run; fixed typos in if-statement; some code
        cleanup.
        (cal_opened_cb, final_cal_opened_cb): Removed unnecessary
        message about not being able to open the calendar.

svn path=/trunk/; revision=30158
2005-08-18 17:06:00 +00:00
d242d17dd3 Added new (add_account_esources): Don't add the calendars and tasks in the
2005-09-12  Praveen Kumar  <kpraveen@novell.com>

        * exchange-config-listener.c
        (remove_selected_non_offline_esources): Added new
        (add_account_esources): Don't add the calendars and tasks in the
        selected list
        (account_added): If starting in offline mode remove the non-offline
        calendars and tasks from the selected list so that it doesn't
        throws an error

        Fixes the bug 273272.

2005-08-11  Praveen Kumar  <kpraveen@novell.com>

        * exchange-config-listener.c
        (exchange_camel_urls_is_equal): Added new
        (exchange_config_listener_modify_esource_group_name): Added new
        (account_changed): Handle most of the account parameter changes
        without restart. This fixes bug 272784 and partially bug 220168
        (account_removed): Removed the message dialog that says that the
        changes will be reflected after restart. This partially fixes the
        bug 220168

svn path=/trunk/; revision=30132
2005-08-16 12:30:41 +00:00
821f184e82 ** See #271985.
2005-08-10  Not Zed  <NotZed@Ximian.com>

        ** See #271985.

        * evolution-mail-session.c (is_storage): check for uri "" and pass
        exception to provider get.

	Disable lots of debug output.

svn path=/trunk/; revision=30119
2005-08-15 04:40:55 +00:00
2740e3d13d Fixes #305627.
svn path=/trunk/; revision=30098
2005-08-12 14:25:20 +00:00
cc318fdef1 : Check "prd" for NULL, ALWAYS.
* proxy.c:
        (proxy_commit) : Check "prd" for NULL, ALWAYS.

svn path=/trunk/; revision=30092
2005-08-12 07:42:10 +00:00
e0b530599f : Changed the way in which the EDIT and DELETED flags are handled so that
2005-08-10  Sankar P  <psankar@novell.com>

	* proxy.c :
	(proxy_dialog_store_widgets_data)
	(proxy_commit) : Changed the way in which the EDIT and DELETED flags
	are handled so that any proxy can be deleted without closing account-editor.
	Fixes #312313

svn path=/trunk/; revision=30070
2005-08-10 07:15:25 +00:00
679915276c Moved the GList to maintain the list of proxies, into the proxyDialog
2005-08-10  Sankar P  <psankar@novell.com>

	* proxy.c :
	Moved the GList to maintain the list of proxies,
	into the proxyDialog structure.
	Fixes #312352, #312309

	* proxy.h :
	Added free_proxy_list declaration to avoid compiler warning

svn path=/trunk/; revision=30069
2005-08-10 06:50:07 +00:00
6b1a18dbb3 always use full name for the folder **Fixes #311555
2005-08-10  Vivek Jain <jvivek@novell.com>

	* share-folder-common.c:(org_gnome_shared_folder_factory)
	always use full name for the folder
	**Fixes #311555

svn path=/trunk/; revision=30068
2005-08-10 03:52:58 +00:00
7c6d0371da Use SOEXT.
2005-08-10  Tor Lillqvist  <tml@novell.com>

	* org-gnome-default-source.eplug.in: Use SOEXT.

svn path=/trunk/; revision=30056
2005-08-09 21:56:33 +00:00
412106bb1c ** See bug #312621.
2005-08-08  Not Zed  <NotZed@Ximian.com>

        ** See bug #312621.

        * mailing-list-actions.c (emla_list_action_do): noop if msg =
        NULL.

svn path=/trunk/; revision=30046
2005-08-09 04:29:56 +00:00
264f8357d3 Fixes #307841
svn path=/trunk/; revision=30041
2005-08-08 20:34:22 +00:00
f2275a7baf Included glib/gi18n.h file for translation. Same.
2005-08-08  Arunprakash <arunp@novell.com>

        * exchange-folder-size-display.c: Included glib/gi18n.h file for
        translation.
        * exchange-operations.c: Same.

svn path=/trunk/; revision=30029
2005-08-08 05:54:26 +00:00
87181e4994 Marked strings for translation that were left out. Same.
2005-08-05  Arunprakash <arunp@novell.com>

        * exchange-folder-size-display.c (exchange_folder_size_display) :
        Marked strings for translation that were left out.
        * exchange-operations.c (exchange_operations_cta_add_node_to_tree)
        (exchange_operations_cta_select_node_from) : Same.

svn path=/trunk/; revision=30016
2005-08-06 11:39:33 +00:00
3eb87547c7 Disabling giving proxy rights to self. Fixes #312365
2005-08-06  Sankar P  <psankar@novell.com>

	* proxy.c: (proxy_dialog_store_widgets_data)
	Disabling giving proxy rights to self.
	Fixes #312365

svn path=/trunk/; revision=30014
2005-08-06 09:54:05 +00:00
cba8eaf261 *** empty log message ***
svn path=/trunk/; revision=30012
2005-08-06 06:20:02 +00:00
be73726a2f Added code to get the password from the cache, instead of asking the user
2005-07-27  Sankar P  <psankar@novell.com>

	* camel-gw-listener.c (get_addressbook_names_from_server) :
	Added code to get the password from the cache, instead of asking the user twice.
	and also freeing the password that was leaking before.
	Fixes #310353

svn path=/trunk/; revision=29981
2005-08-04 05:28:00 +00:00
848a963fd5 Add a11y name to Plugin Table.
2005-08-03  Li Yuan  <li.yuan@sun.com>

	* plugin-manager.c: (org_gnome_plugin_manager_manage):
	Add a11y name to Plugin Table.

svn path=/trunk/; revision=29979
2005-08-04 04:32:43 +00:00
6502cc080f Added offline/online support and removed some warning messages. Added a
2005-08-03  Shakti Sen <shprasad@blr.novell.com>

        * exchange-folder.c (org_gnome_exchange_folder_ab_unsubscribe)
        (org_gnome_exchange_folder_unsubscribe)
        (org_gnome_exchange_folder_subscription): Added offline/online support
        and removed some warning messages.
        * exchange-operations.c: Added a new function exchange_is_offline().
        * exchange-operations.h: Included a prototype.
        * exchange-config-listener.c
        (exchange_config_listener_get_offline_status): Added newly to get the
        online/offline status.
        * exchange-config-listener.h: Added the prototype for
        exchange_config_listener_get_offline_status().

        Fixes bug #311324.

svn path=/trunk/; revision=29969
2005-08-03 09:58:28 +00:00
233ed20762 allocate enough space for the url. May be related to #304461.
2005-08-02  Not Zed  <NotZed@Ximian.com>

        * mailing-list-actions.c (emla_list_action_do): allocate enough
        space for the url.  May be related to #304461.

svn path=/trunk/; revision=29964
2005-08-03 07:55:16 +00:00
7652b74957 Fix for build break
svn path=/trunk/; revision=29960
2005-08-03 05:56:48 +00:00
44a81b14be Included 'calendar' in INCLUDES and some .la in
2005-08-02  Shakti Sen <shprasad@blr.novell.com>

        * Makefile.am: Included 'calendar' in INCLUDES and some .la in
        'liborg_gnome_exchange_operations_la_LIBADD'
        * exchange-folder-permission.c: Added the functionality for
        'File->Permissions' menu-item for Calendar, Tasks and Contacts.
        * exchange-permissions-dialog.c (exchange_permissions_dialog_new):
        Takes care of 'folder' is not-null.

        Fixes bug #231968.

svn path=/trunk/; revision=29958
2005-08-02 14:37:59 +00:00
9ec2d0dd08 Check for NULL target Similar Similar Similar
2005-08-02  Sarfraaz Ahmed <asarfraaz@novell.com>

        * exchange-calendar.c : Check for NULL target
        * exchange-contacts.c : Similar
        * exchange-folder-permission.c : Similar
        * exchange-folder.c : Similar

svn path=/trunk/; revision=29955
2005-08-02 12:04:56 +00:00
7d7df9d581 *** empty log message ***
svn path=/trunk/; revision=29954
2005-08-02 11:10:05 +00:00
4fbcddb395 How strange, this was never added, but nobody noticed till now.
2005-08-02  Not Zed  <NotZed@Ximian.com>

        * org-gnome-evolution-mail-remote.eplug.xml: How strange, this was
        never added, but nobody noticed till now.

svn path=/trunk/; revision=29948
2005-08-02 02:22:59 +00:00
35340abb72 Added new (add_defaults_for_account) : Added a call to the newly added
2005-08-01  Praveen Kumar  <kpraveen@novell.com>
        * exchnage-config-listener.c
        (exchange_add_autocompletion_folders) : Added new
        (add_defaults_for_account) : Added a call to the newly added function
        to select GAL for autocompletion by default. Fixes bug 303998

svn path=/trunk/; revision=29945
2005-08-01 06:46:30 +00:00
0f0b139c19 adjust row counts while calling add_detail so that it doesn't overlap the
2005-07-29  Vivek Jain <jvivek@novell.com>

	* status-track.c: (track_status):
	adjust row counts while calling add_detail
	so that it doesn't overlap the entries.
	**Fixes #302817

svn path=/trunk/; revision=29936
2005-07-29 10:18:20 +00:00
dbedd2f1d1 for status strack removed "Item" tag entries, included a factory method
2005-07-29  Vivek Jain <jvivek@novell.com>

	* org-gnome-groupwise-features.eplug.xml:
	for status strack  removed "Item" tag entries, included a factory method

	* status-track.c :  (org_gnome_track_status): converted to
	 factory method to add the item, moved most of its code to
	new function (track_status), which is a callback for the click
	 **Fixes #311721

svn path=/trunk/; revision=29927
2005-07-29 05:34:17 +00:00
212865359e Handle error conditions if folder subscription fails. Fixes bug 311712
2005-07-27  Praveen Kumar <kpraveen@novell.com>

        * exchange-folder.c (org_gnome_exchange_folder_subscription) : Handle
        error conditions if folder subscription fails. Fixes bug 311712

svn path=/trunk/; revision=29918
2005-07-28 18:05:12 +00:00