Commit Graph

526 Commits

Author SHA1 Message Date
bf41adb22c Fix to build in Suse 93
svn path=/trunk/; revision=30765
2005-12-13 13:44:30 +00:00
0bf183b702 Using the proper error code, and also removed hard coded URL from
translatable string.

svn path=/trunk/; revision=30755
2005-12-12 08:16:54 +00:00
59e87daafb Added bug in to ChangeLog
svn path=/trunk/; revision=30751
2005-12-12 06:03:21 +00:00
1f082fa212 Fix make-clean issues.
2005-12-12  Harish Krishnaswamy  <kharish@novell.com>

* Makefile.am: Fix make-clean issues.

svn path=/trunk/; revision=30750
2005-12-12 05:36:17 +00:00
8ec3a66d0b Fix make-clean issues.
2005-12-12  Harish Krishnaswamy  <kharish@novell.com>

* Makefile.am: Fix make-clean issues.

svn path=/trunk/; revision=30749
2005-12-12 05:21:07 +00:00
56e05029a5 Add primary CLEANFILES, fix BUILT_SOURCES, make-clean issues.
2005-12-12  Harish Krishnaswamy  <kharish@novell.com>

* Makefile.am: Add primary CLEANFILES,
fix BUILT_SOURCES, make-clean issues.

svn path=/trunk/; revision=30748
2005-12-12 04:47:16 +00:00
b218e6c24e Mark various plugins translatable.
svn path=/trunk/; revision=30733
2005-12-07 06:14:58 +00:00
19d9717dd1 initialize CamelException.
2005-12-05  Parthasarathi Susarla <sparthasarathi@novell.com>

	* proxy.c: initialize CamelException.

	Fixes bug #314576

svn path=/trunk/; revision=30717
2005-12-05 06:04:12 +00:00
4b7704155e Fix for 322733.
2005-11-30  Simon Zheng  <Simon.Zheng@Sun.Com>

        Fix for 322733.

        * copy-tool.c: (ct_selection_get): Removed printf() statement
        in order to avoid printing NULL point.
        (org_gnome_copy_tool_copy_address): Removed printf() statement.
        (ct_selection_clear_event): Removed printf() statement.

svn path=/trunk/; revision=30709
2005-11-30 08:09:56 +00:00
f9ea878ce0 Fix for 322733.
2005-11-29  Simon Zheng  <Simon.Zheng@Sun.Com>

        Fix for 322733.

        * copy-tool.c: (ct_selection_get): Move printf() statement after
        NULL checking.

svn path=/trunk/; revision=30706
2005-11-29 11:15:23 +00:00
59d486de79 Fix for not showing wrong OOF error message in case of authentication failure.
svn path=/trunk/; revision=30687
2005-11-26 09:22:36 +00:00
ecb7ce23c8 Drop extra inclusion of e-util/e-time-utils.h, which is going away anyway.
2005-11-24  Tor Lillqvist  <tml@novell.com>

        * itip-view.c: Drop extra inclusion of e-util/e-time-utils.h,
        which is going away anyway.

svn path=/trunk/; revision=30658
2005-11-24 14:28:38 +00:00
9ecaac7015 Not showing the OOF error message also on authentication failure.
svn path=/trunk/; revision=30654
2005-11-24 10:03:52 +00:00
c28b9a75bb Groupwise address book, new warning message if the user's frequent contacts
folder is not createdi.

svn path=/trunk/; revision=30653
2005-11-24 09:45:55 +00:00
80f4fd336f *** empty log message ***
svn path=/trunk/; revision=30647
2005-11-23 07:16:14 +00:00
4a9622a04a Fixed a stupid typo.
2005-11-14 Harish Krishnaswamy <kharish@novell.com>

Fixed a stupid typo.

svn path=/trunk/; revision=30615
2005-11-14 19:34:06 +00:00
8928bf5090 Hula Account setup - initial commits.
2005-11-14  Harish Krishnaswamy  <kharish@novell.com>

* Makefile.am, camel-hula-listener.[ch], hula-account-setup.c,
org-gnome-evolution-hula-account-setup.eplug.xml: Hula Account
setup - initial commits.

svn path=/trunk/; revision=30609
2005-11-14 17:33:39 +00:00
32071d63a4 Re-implemented this funciton. (add_attendee_cb): Removed this callback
2005-10-11  Mubeen Jukaku  <jmubeen@novell.com>

	* mail-to-task.c (set_attendees): Re-implemented this funciton.
	(add_attendee_cb): Removed this callback because of above change.

	Fixes bug #301081

svn path=/trunk/; revision=30600
2005-11-11 09:59:43 +00:00
77af664dad Fixes #306673
svn path=/trunk/; revision=30596
2005-11-11 09:08:25 +00:00
1c36faf822 Function signature specifies a void return. So, do not return NULL.
2005-11-10  Harish Krishnaswamy  <kharish@novell.com>

* mail-send-options.c: (org_gnome_compose_send_options):
Function signature specifies a void return. So, do not
return NULL.

svn path=/trunk/; revision=30591
2005-11-10 07:00:09 +00:00
65589f9f81 check if string (eg. use_ssl) are NULL before strcmp(). prevents a
2005-11-09  Parthasarathi Susarla <sparthasarathi@novell.com>

	* camel-gw-listener.c (get_addressbook_names_from_server):
	check if string (eg. use_ssl) are NULL before strcmp().
	prevents a violation.

svn path=/trunk/; revision=30588
2005-11-09 12:52:52 +00:00
e3b6a2229d *** empty log message ***
svn path=/trunk/; revision=30577
2005-11-08 03:59:07 +00:00
72f5f07037 Fixes #308752.
svn path=/trunk/; revision=30574
2005-11-07 08:56:21 +00:00
ddec6b2a3e When the user forgets-password explicitly, the subsequent proxy-login
2005-10-20  Sankar P  <psankar@novell.com>

	* proxy-login.c (org_gnome_proxy_account_login) (proxy_login_get_cnc):
	When the user forgets-password explicitly, the subsequent proxy-login requests
	are made with a NULL password leading to unexpected behavior.
	Fixes #312467

	* proxy-login.c (proxy_login_update_tree) (proxy_login_get_cnc):
	Added the missing unrefs for the connection object.

svn path=/trunk/; revision=30543
2005-10-20 08:21:26 +00:00
dced303c1b composer/e-msg-composer-select-file.c, composer/e-msg-composer.c,
2005-10-19  Philip Van Hoof <pvanhoof@gnome.org>
        composer/e-msg-composer-select-file.c,
        composer/e-msg-composer.c, composer/e-msg-composer.h,
        composer/evolution-composer.c, composer/listener.c,
        mail/em-composer-utils.c,
        plugins/mailing-list-actions/mailing-list-actions.c:
        data hiding

svn path=/trunk/; revision=30535
2005-10-19 11:26:34 +00:00
656934c7ff composer/e-msg-composer-select-file.c, composer/e-msg-composer.c,
2005-10-19  Philip Van Hoof <pvanhoof@gnome.org>
        composer/e-msg-composer-select-file.c,
	composer/e-msg-composer.c, composer/e-msg-composer.h,
	composer/evolution-composer.c, composer/listener.c,
	mail/em-composer-utils.c,
	plugins/mailing-list-actions/mailing-list-actions.c:
	data hiding

svn path=/trunk/; revision=30532
2005-10-19 10:54:27 +00:00
722114449f Dont try to connect when the account is offline. Also connect to the
2005-10-19  Shreyas Srinivasan  <sshreyas@novell.com>

	* proxy.c (org_gnome_proxy): Dont try to connect when the account is
	offline. Also connect to the server only when the proxy tab is clicked.
	* Fixes #314297, #314345

svn path=/trunk/; revision=30531
2005-10-19 09:40:06 +00:00
ecc167430b Added iPod sync e-plugin to experimental plugins. Added plugins/ipod-sync
2005-10-18  Srinivasa Ragavan <sragavan@novell.com>

	* configure.in: Added iPod sync e-plugin to experimental plugins.
	Added plugins/ipod-sync

svn path=/trunk/; revision=30523
2005-10-18 09:25:51 +00:00
82af9cb973 Changed visible to enabled. Fixes the bug #314899
2005-10-18  Srinivasa Ragavan <sragavan@novell.com>

	* org-gnome-mailing-list-actions.eplug.xml: Changed visible to
	enabled. Fixes the bug #314899

svn path=/trunk/; revision=30522
2005-10-18 08:39:52 +00:00
85f2509163 "use_ssl" should be Null checked before comparing it with any value. its
2005-10-14  Vivek Jain <jvivek@novell.com>

	* proxy.c :(proxy_get_cnc)
	"use_ssl" should be Null checked before comparing it with any value.
	its NULL when evo is not compiled with ssl support and caused crash.

svn path=/trunk/; revision=30505
2005-10-14 08:14:19 +00:00
08e459d65f when we reach to the last item in the list, de-sensitize the remove
2005-10-07  Vivek Jain <jvivek@novell.com>

	* share-folder.c : (remove_clicked)
	when we reach to the last item in the list, de-sensitize the remove
	button.

svn path=/trunk/; revision=30499
2005-10-07 10:56:23 +00:00
11f58b1210 ** See Bug #268852 allow max one chid to be spawned for spamd.
2005-10-06  Vivek Jain <jvivek@novell.com>

	** See Bug #268852
	* em-junk-filter.c : (em_junk_sa_run_spamd)
	allow max one chid to be spawned for
	spamd.

svn path=/trunk/; revision=30496
2005-10-06 11:19:39 +00:00
2fffd4b350 moved code for comparing id's to the getcontainer list part, we break if
2005-10-05  Vivek Jain <jvivek@novell.com>

	* share-folder.c : (display_container) moved code for comparing id's
	to the getcontainer list part, we break if we find the matched.
	also check for null before comparing, free the values
	**Fixes #317906

svn path=/trunk/; revision=30494
2005-10-05 12:04:37 +00:00
005d9da2a2 Constructing the path properly to get the efolder. Creating proper path.
2005-10-03  Shakti Sen <shprasad@novell.com>

        * exchange-folder-permission.c (org_gnome_exchange_folder_permissions),
        (org_gnome_exchange_menu_folder_permission): Constructing the path
        properly to get the efolder.
        * exchange-folder.c (org_gnome_exchange_folder_inbox_unsubscribe),
        (exchange_get_folder), (org_gnome_exchange_check_inbox_subscribed),
        (unsubscribe_dialog_ab_response), (unsubscribe_dialog_response):
        Creating proper path.

        The above modifications will now allow the user to do the operations
        like unsubscribed to Inbox and giving permission to a folder.

svn path=/trunk/; revision=30479
2005-10-03 11:33:31 +00:00
741a817bb1 fixes 315752.
svn path=/trunk/; revision=30475
2005-10-03 10:16:37 +00:00
059ed8df22 added (e_plugin_lib_enable) calls init here to initialize all settings
2005-10-03  Vivek Jain <jvivek@novell.com>

	* em-junk-filter.c: added (e_plugin_lib_enable)
	calls init here to initialize all settings
	**Fixes #317792
	unref GConfClient in finalize

svn path=/trunk/; revision=30468
2005-10-03 08:53:24 +00:00
4537ea47ca : (org_gnome_shared_folder_factory) enable shared-folder functionalilty,
2005-09-30  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)
	enable shared-folder functionalilty, remove env check

svn path=/trunk/; revision=30441
2005-09-30 12:30:21 +00:00
d67cc3d9ca Sets the corresponding 'Folder name'. (create_folder_subscription_dialog):
2005-09-30  Shakti Sen <shprasad@novell.com>

        * exchange-folder-subscription.c (setup_folder_name_combo): Sets the
        corresponding 'Folder name'.
        (create_folder_subscription_dialog): Sets the cursor to User's entry
        text field.
        * exchange-folder-subscription.h: Added one more argument to function
        create_folder_subscription_dialog() to set the window title.
        * exchange-folder.c (org_gnome_exchange_inbox_subscription),
        (org_gnome_exchange_addressbook_subscription),
        (org_gnome_exchange_calendar_subscription),
        (org_gnome_exchange_tasks_subscription): Added newly.
        * org-gnome-exchange-operations.eplug.in: Changed the activate callback
        function names so that it can show appropriate window title.

        Fixes bug #317019, #317023.

svn path=/trunk/; revision=30426
2005-09-30 06:37:42 +00:00
5c7e949063 Propogate the authentication mechanism to the backend. exchange-calendar.c
2005-09-28  Sarfraaz Ahmed <asarfraaz@novell.com>

        * exchange-account-setup.c (owa_authenticate_user) : Propogate the
        authentication mechanism to the backend.
        * exchange-calendar.c
        * exchange-contacts.c
        * exchange-folder.c : Parse the new account uri.

svn path=/trunk/; revision=30413
2005-09-28 14:30:54 +00:00
075ee8542b Use SOEXT.
2005-09-28  Tor Lillqvist  <tml@novell.com>

	* org-gnome-exchange-operations.eplug.in: Use SOEXT.

svn path=/trunk/; revision=30403
2005-09-28 11:13:38 +00:00
665105ab10 Drop unused SOCKET_LIBS leftover. Don't check for OpenLDAP on Win32. Set
2005-09-28  Tor Lillqvist  <tml@novell.com>

	* configure.in: Drop unused SOCKET_LIBS leftover. Don't check for
	OpenLDAP on Win32. Set corresponding variables unconditionally on
	Win32, as LDAP support is always present (in <winldap.h> and
	-lwldap32).
	(CAMEL_EXCHANGE): Add more stuff to CAMEL_EXCHANGE_CFLAGS and
	_LIBS. These are used only in
	plugins/exchange-operations/Makefile.am, and now it's enough to
	use only that CAMEL_EXCHANGE_CFLAGS and _LIBS there.

In plugins/exchange-operations:

2005-09-28  Tor Lillqvist  <tml@novell.com>

	* Makefile.am (INCLUDES, LIBADD): Use just CAMEL_EXCHANGE_CFLAGS
	and _LIBS, they now includes all necessary (see top-level
	ChangeLog).
	(LDFLAGS): Use NO_UNDEFINED.

svn path=/trunk/; revision=30388
2005-09-28 08:55:59 +00:00
4276d74d27 Not skipping the entries which have only e-mail id and not name.
Fixes #303286.

svn path=/trunk/; revision=30387
2005-09-28 08:54:35 +00:00
a19d9df3e6 Using writable property to find the GroupWise system address book, while
marking it for offline usage, instead of it's name.

svn path=/trunk/; revision=30385
2005-09-28 08:38:58 +00:00
7b3f66098f Added code to handle the extra blank email that will be returned from the
2005-09-28  Sankar P  <psankar@novell.com>

	*  proxy.c (proxy_dialog_store_widgets_data):
	Added code to handle the extra blank email that will be returned
	from the ENameSelector, while auto-completion.
	Fixes #317400

svn path=/trunk/; revision=30384
2005-09-28 08:20:41 +00:00
41e886f9ef we have to connect "response" to (install_folder_response) to make it work
2005-09-27  Vivek Jain <jvivek@novell.com>

	* install-shared.c: (accept_clicked):
	 we have to connect "response" to (install_folder_response)
	 to make it work
	 don't destroy druid right now, wait till folder selector
	 dialog dies, make folder selector dialog modal

svn path=/trunk/; revision=30379
2005-09-27 10:10:16 +00:00
c154c5a495 ** Fixes bug 312849
2005-09-22  Praveen Kumar  <kpraveen@novell.com>

        ** Fixes bug 312849

        * exchange-calendar.c
        (e_exchange_calendar_pcalendar): Populate the folder hierarchy only
        if Evolution is online.
        (e_exchange_calendar_check): Disable the "OK" button if Evolution
        is offline.
        (e_exchange_calendar_commit): Don't do anything if Evolution is
        offline.

        * exchange-contacts.c
        (e_exchange_contacts_pcontacts): Populate the folder hierarchy only
        if Evolution is online.
        (e_exchange_contacts_check): Disable the "OK" button if Evolution
        is offline.
        (e_exchange_contacts_commit): Don't do anything if Evolution is
        offline.

svn path=/trunk/; revision=30372
2005-09-23 10:53:38 +00:00
a9cbbe0513 Fixes #315345
svn path=/trunk/; revision=30357
2005-09-19 07:00:43 +00:00
74d9e63af9 *** empty log message ***
svn path=/trunk/; revision=30352
2005-09-16 07:41:28 +00:00
fa6ebe68ac Now checks for the camel provider type, and does nothing for non exchange
2005-09-15  Arunprakash  <arunp@novell.com>

	* exchange-account-setup.c
	(org_gnome_exchange_show_folder_size_factory) : Now checks for the
	camel provider type, and does nothing for non exchange providers.
	** Fixes #312886.

svn path=/trunk/; revision=30350
2005-09-15 13:07:10 +00:00
2135eafcd7 Fix for #316274
2005-09-14  Irene Huang <Irene.Huang@sun.com>

        Fix for #316274

        * exchange-account-setup.c: (btn_chpass_clicked),
        (org_gnome_exchange_settings): Enable change password function only
        when built with kerberos5.

svn path=/trunk/; revision=30348
2005-09-15 07:57:19 +00:00