platform/upstream/evolution-data-server.git
19 years agoReturn FALSE instead of NULL on bad parameter.
Sushma Rai [Wed, 6 Jul 2005 06:47:54 +0000 (06:47 +0000)]
Return FALSE instead of NULL on bad parameter.

19 years agoHarish Krishnaswamy <kharish@novell.com>
Harish Krishnaswamy [Wed, 6 Jul 2005 06:29:41 +0000 (06:29 +0000)]
Harish Krishnaswamy  <kharish@novell.com>

* configure.in : align the name of the LIBEXCHANGE_STORAGE
conventions (_ instead of -).

19 years agoUpdating system address book cache, only when marked for offline usage.
Sushma Rai [Wed, 6 Jul 2005 06:05:28 +0000 (06:05 +0000)]
Updating system address book cache, only when marked for offline usage.

19 years agocheck if junk_plugin is supplied before starting any junk specific
Vivek Jain [Wed, 6 Jul 2005 04:09:36 +0000 (04:09 +0000)]
check if junk_plugin is supplied before starting any junk specific

2005-07-06 Vivek Jain <jvivek@novell.com>

* camel-folder.c: (folder_changed) check if junk_plugin is
supplied before starting any junk specific operation
* camel-junk-plugin.[ch]: pass CamelJunkPlugin object in all the
 callbacks
* camel-junk-plugin.c: (camel_junk_plugin_init) use csp->init(csp)
style in place of (* csp->init)(csp) similar change in all other callbacks

19 years agoLook for 1/0 in the soap messages rather than true/false.
Harish Krishnaswamy [Tue, 5 Jul 2005 11:45:13 +0000 (11:45 +0000)]
Look for 1/0 in the soap messages rather than true/false.

2005-07-05  Harish Krishnaswamy  <kharish@novell.com>

* e-gw-item.c: (e_gw_item_new_from_soap_parameter),
(e_gw_item_append_to_soap_message),
(append_event_changes_to_soap_message): Look for 1/0
in the soap messages rather than true/false.

19 years agoUsing "gconstpointer" instead of "const gpointer". Fixes #309175.
Sushma Rai [Tue, 5 Jul 2005 08:23:17 +0000 (08:23 +0000)]
Using "gconstpointer" instead of "const gpointer". Fixes #309175.

19 years agoAdded EGwJunkEntry structure added functions
Vivek Jain [Tue, 5 Jul 2005 04:24:02 +0000 (04:24 +0000)]
Added EGwJunkEntry structure added functions

2005-07-05  Vivek Jain <jvivek@novell.com>

* e-gw-connection.h:
Added EGwJunkEntry structure
* e-gw-connection.[ch]: added functions
(e_gw_connection_modify_junk_mail_settings):to set/modify junk mail
settings, which uses new utility function (msg_add_settings)
(e_gw_connection_create_junk_entry): to create a junk entry
(e_gw_connection_get_junk_entries) : to get junk entries stored at
server
uses two new helper functions
(get_junklist_from_soap_response)
(e_gw_junkentry_new_from_soap_parameter).
(e_gw_connection_remove_junk_entry): to remove a junk entry
(e_gw_connection_get_junk_settings): to get the junk settings
(parse_junk_settings): actually parses response and assigns values

19 years agoFixed German translation by Jens Seidel <jensseidel@users.sf.net>.
Hendrik Richter [Mon, 4 Jul 2005 15:28:02 +0000 (15:28 +0000)]
Fixed German translation by Jens Seidel <jensseidel@users.sf.net>.

2005-07-04  Hendrik Richter  <hendi@gnome-de.org>

* de.po: Fixed German translation by
Jens Seidel <jensseidel@users.sf.net>.

19 years agoSupporing query for UID and not comparing any-field query with UID.
Sushma Rai [Mon, 4 Jul 2005 12:25:49 +0000 (12:25 +0000)]
Supporing query for UID and not comparing any-field query with UID.
Fixes #309276 and #242165.

19 years agoChanged the param to subparam, to get the parameter sync
Chenthill Palanisamy [Mon, 4 Jul 2005 05:07:39 +0000 (05:07 +0000)]
Changed the param to subparam, to get the parameter sync

19 years agoFetching the entries for autocompletion from 3rd character onwards.
Sushma Rai [Mon, 4 Jul 2005 03:35:35 +0000 (03:35 +0000)]
Fetching the entries for autocompletion from 3rd character onwards.

19 years agoUpdated Canadian English translation.
Adam Weinberger [Sun, 3 Jul 2005 22:19:04 +0000 (22:19 +0000)]
Updated Canadian English translation.

2005-07-03  Adam Weinberger  <adamw@gnome.org>

* en_CA.po: Updated Canadian English translation.

19 years agoUpdated Translation credits
Harish Krishnaswamy [Sat, 2 Jul 2005 10:57:52 +0000 (10:57 +0000)]
Updated Translation credits

19 years agoset exchange-storage libtool numbers
Harish Krishnaswamy [Sat, 2 Jul 2005 10:16:17 +0000 (10:16 +0000)]
set exchange-storage libtool numbers

2005-07-02  Harish Krishnaswamy  <kharish@novell.com>

* configure.in : set exchange-storage libtool numbers

19 years agocommiting the code for progress status indication.
Chenthill Palanisamy [Sat, 2 Jul 2005 10:04:59 +0000 (10:04 +0000)]
commiting the code for progress status indication.

19 years agobump version, libtool numbers.
Harish Krishnaswamy [Sat, 2 Jul 2005 09:23:35 +0000 (09:23 +0000)]
bump version, libtool numbers.

2005-07-02  Harish Krishnaswamy  <kharish@novell.com>

* configure.in : bump version, libtool numbers.

19 years agofix compiler warnings.)
Harish Krishnaswamy [Sat, 2 Jul 2005 08:02:18 +0000 (08:02 +0000)]
fix compiler warnings.)

2005-07-02  Harish Krishnaswamy  <kharish@novell.com>

* e-gw-container.c: (e_gw_container_dispose):
fix compiler warnings.)

19 years agoRemoved the unnecessary function for getting the sync type.
Chenthill Palanisamy [Sat, 2 Jul 2005 07:58:07 +0000 (07:58 +0000)]
Removed the unnecessary function for getting the sync type.

19 years agoRemoved the function for getting the container id.
Chenthill Palanisamy [Sat, 2 Jul 2005 07:49:33 +0000 (07:49 +0000)]
Removed the function for getting the container id.

19 years agoFixes #309079 Fix a memory leak
Harish Krishnaswamy [Sat, 2 Jul 2005 07:08:11 +0000 (07:08 +0000)]
Fixes #309079 Fix a memory leak

2005-07-02  Harish Krishnaswamy  <kharish@novell.com>
Fixes #309079
* libecal/e-cal.c: (e_cal_create_object): Fix a memory leak

19 years agoFix all the compiler warnings.
Harish Krishnaswamy [Sat, 2 Jul 2005 05:50:39 +0000 (05:50 +0000)]
Fix all the compiler warnings.

2005-07-02  Harish Krishnaswamy  <kharish@novell.com>

* libedataserver/e-categories.c: (initialize_categories_config):
Fix all the compiler warnings.

19 years agoUpdated Traditional Chinese translat
Chao-Hsiung Liao [Fri, 1 Jul 2005 14:45:39 +0000 (14:45 +0000)]
Updated Traditional Chinese translat

2005-07-01  Chao-Hsiung Liao  <j_h_liau@yahoo.com.tw>

        * zh_TW.po: Updated Traditional Chinese translat

19 years agoTranslation updated by Ivar Smolin.
Priit Laes [Fri, 1 Jul 2005 12:57:59 +0000 (12:57 +0000)]
Translation updated by Ivar Smolin.

2005-07-01  Priit Laes  <plaes@cvs.gnome.org>

* et.po: Translation updated by Ivar Smolin.

19 years agoUpdated Simplified Chinese translation
Funda Wang [Fri, 1 Jul 2005 09:16:42 +0000 (09:16 +0000)]
Updated Simplified Chinese translation

19 years agoThis should only return the exception type and not print anything. The
Sarfraaz Ahmed [Fri, 1 Jul 2005 05:43:22 +0000 (05:43 +0000)]
This should only return the exception type and not print anything. The

2005-07-01  Sarfraaz Ahmed <asarfraaz@novell.com>

        * lib/e2k-autoconfig.c (validate) : This should only return the
        exception type and not print anything. The plugin will now print the
        proper error message.
        (e2k_validate_user) : Similar
        * lib/e2k-autoconfig.h : Move E2kAutoconfigResult to e2k-validate.h
        so that the plugins can use it.
        * lib/e2k-validate.h : Moved E2kAutoconfigResult here.
        * storage/e-folder-exchange.c (e_mkdir_hier) : Make use of
        g_build_filename instead of the deprecated g_concat_dir_and_file
        * storage/e-folder-type-registry.c : Remove unwanted code.
        * storage/e-folder.c : Similar
        * storage/e-storage.c : Similar
        * storage/exchange-folder-size.c : Similar

19 years agoChecking for the db error.
Sushma Rai [Fri, 1 Jul 2005 05:17:00 +0000 (05:17 +0000)]
Checking for the db error.

19 years agoExtend verify and decrypt functions to support inline pgp signed messages
Matt Brown [Fri, 1 Jul 2005 03:30:36 +0000 (03:30 +0000)]
Extend verify and decrypt functions to support inline pgp signed messages

2005-06-24      Matt Brown <matt@mattb.net.nz>

        * camel-gpg-context.c:  Extend verify and decrypt functions to support
        inline pgp signed messages via x-inlinepgp-signed/x-inlinepgp-encrypted
        mime types.
        * camel-mime-filter-pgp.h:
        * camel-mime-filter-pgp.c:
        New filter to strip dash encoding from inline pgp signed messages.

19 years agoTranslation updated by Ivar Smolin.
Priit Laes [Tue, 28 Jun 2005 11:48:07 +0000 (11:48 +0000)]
Translation updated by Ivar Smolin.

2005-06-28  Priit Laes  <plaes@cvs.gnome.org>

* et.po: Translation updated by Ivar Smolin.

19 years agoAdded new to check for favorites folder. Similar The main implementation.
Sarfraaz Ahmed [Tue, 28 Jun 2005 08:27:14 +0000 (08:27 +0000)]
Added new to check for favorites folder. Similar The main implementation.

2005-06-28  Sarfraaz Ahmed <asarfraaz@novell.com>

        * storage/exchange-account.c (exchange_account_is_favorite_folder) :
        Added new to check for favorites folder.
        * storage/exchange-account.h : Similar
        * storage/exchange-hierarchy-favorites.c
        (exchange_hierarchy_favorites_is_added) : The main implementation.
        Newly added.
        * storage/exchange-hierarchy-favorites.h : Similar

19 years agoFix for timing issue in autocompletion (bug #302006).
Sushma Rai [Tue, 28 Jun 2005 04:55:04 +0000 (04:55 +0000)]
Fix for timing issue in autocompletion (bug #302006).

19 years agoAdded missing exchange files.
Sarfraaz Ahmed [Mon, 27 Jun 2005 08:41:17 +0000 (08:41 +0000)]
Added missing exchange files.

2005-06-27  Sarfraaz Ahmed <asarfraaz@novell.com>

        * POTFILES.in : Added missing exchange files.

19 years agofile camel-imapx-summary.c was initially added on branch notzed-disksummary-branch.
Michael Zucci [Mon, 27 Jun 2005 06:30:07 +0000 (06:30 +0000)]
file camel-imapx-summary.c was initially added on branch notzed-disksummary-branch.

19 years agofile camel-imapx-summary.h was initially added on branch notzed-disksummary-branch.
Michael Zucci [Mon, 27 Jun 2005 06:30:07 +0000 (06:30 +0000)]
file camel-imapx-summary.h was initially added on branch notzed-disksummary-branch.

19 years agoUpdated Finnish Translation
Ilkka Tuohela [Sun, 26 Jun 2005 10:15:24 +0000 (10:15 +0000)]
Updated Finnish Translation

19 years agoSetting TYPE=OTHER default parameter to email attribute. Fixes #240756
Sushma Rai [Sat, 25 Jun 2005 10:24:54 +0000 (10:24 +0000)]
Setting TYPE=OTHER default parameter to email attribute. Fixes #240756

19 years agofix language team reference
Kwok-Koon Cheung [Fri, 24 Jun 2005 03:27:37 +0000 (03:27 +0000)]
fix language team reference

19 years agofile ChangeLog was initially added on branch notzed-disksummary-branch.
Michael Zucci [Thu, 23 Jun 2005 11:47:07 +0000 (11:47 +0000)]
file ChangeLog was initially added on branch notzed-disksummary-branch.

19 years agofile Makefile.am was initially added on branch notzed-disksummary-branch.
Michael Zucci [Thu, 23 Jun 2005 11:47:07 +0000 (11:47 +0000)]
file Makefile.am was initially added on branch notzed-disksummary-branch.

19 years agofile camel-imapx-exception.c was initially added on branch notzed-disksummary-branch.
Michael Zucci [Thu, 23 Jun 2005 11:47:07 +0000 (11:47 +0000)]
file camel-imapx-exception.c was initially added on branch notzed-disksummary-branch.

19 years agofile camel-imapx-exception.h was initially added on branch notzed-disksummary-branch.
Michael Zucci [Thu, 23 Jun 2005 11:47:07 +0000 (11:47 +0000)]
file camel-imapx-exception.h was initially added on branch notzed-disksummary-branch.

19 years agofile camel-imapx-folder.c was initially added on branch notzed-disksummary-branch.
Michael Zucci [Thu, 23 Jun 2005 11:47:07 +0000 (11:47 +0000)]
file camel-imapx-folder.c was initially added on branch notzed-disksummary-branch.

19 years agofile camel-imapx-folder.h was initially added on branch notzed-disksummary-branch.
Michael Zucci [Thu, 23 Jun 2005 11:47:07 +0000 (11:47 +0000)]
file camel-imapx-folder.h was initially added on branch notzed-disksummary-branch.

19 years agofile camel-imapx-provider.c was initially added on branch notzed-disksummary-branch.
Michael Zucci [Thu, 23 Jun 2005 11:47:07 +0000 (11:47 +0000)]
file camel-imapx-provider.c was initially added on branch notzed-disksummary-branch.

19 years agofile camel-imapx-server.c was initially added on branch notzed-disksummary-branch.
Michael Zucci [Thu, 23 Jun 2005 11:47:07 +0000 (11:47 +0000)]
file camel-imapx-server.c was initially added on branch notzed-disksummary-branch.

19 years agofile camel-imapx-server.h was initially added on branch notzed-disksummary-branch.
Michael Zucci [Thu, 23 Jun 2005 11:47:07 +0000 (11:47 +0000)]
file camel-imapx-server.h was initially added on branch notzed-disksummary-branch.

19 years agofile camel-imapx-store.c was initially added on branch notzed-disksummary-branch.
Michael Zucci [Thu, 23 Jun 2005 11:47:07 +0000 (11:47 +0000)]
file camel-imapx-store.c was initially added on branch notzed-disksummary-branch.

19 years agofile camel-imapx-store.h was initially added on branch notzed-disksummary-branch.
Michael Zucci [Thu, 23 Jun 2005 11:47:07 +0000 (11:47 +0000)]
file camel-imapx-store.h was initially added on branch notzed-disksummary-branch.

19 years agofile camel-imapx-stream.c was initially added on branch notzed-disksummary-branch.
Michael Zucci [Thu, 23 Jun 2005 11:47:07 +0000 (11:47 +0000)]
file camel-imapx-stream.c was initially added on branch notzed-disksummary-branch.

19 years agofile camel-imapx-stream.h was initially added on branch notzed-disksummary-branch.
Michael Zucci [Thu, 23 Jun 2005 11:47:07 +0000 (11:47 +0000)]
file camel-imapx-stream.h was initially added on branch notzed-disksummary-branch.

19 years agofile camel-imapx-tokenise.c was initially added on branch notzed-disksummary-branch.
Michael Zucci [Thu, 23 Jun 2005 11:47:07 +0000 (11:47 +0000)]
file camel-imapx-tokenise.c was initially added on branch notzed-disksummary-branch.

19 years agofile camel-imapx-tokenise.h was initially added on branch notzed-disksummary-branch.
Michael Zucci [Thu, 23 Jun 2005 11:47:07 +0000 (11:47 +0000)]
file camel-imapx-tokenise.h was initially added on branch notzed-disksummary-branch.

19 years agofile camel-imapx-tokens.txt was initially added on branch notzed-disksummary-branch.
Michael Zucci [Thu, 23 Jun 2005 11:47:07 +0000 (11:47 +0000)]
file camel-imapx-tokens.txt was initially added on branch notzed-disksummary-branch.

19 years agofile camel-imapx-utils.c was initially added on branch notzed-disksummary-branch.
Michael Zucci [Thu, 23 Jun 2005 11:47:07 +0000 (11:47 +0000)]
file camel-imapx-utils.c was initially added on branch notzed-disksummary-branch.

19 years agofile camel-imapx-utils.h was initially added on branch notzed-disksummary-branch.
Michael Zucci [Thu, 23 Jun 2005 11:47:07 +0000 (11:47 +0000)]
file camel-imapx-utils.h was initially added on branch notzed-disksummary-branch.

19 years agofile libcamelimapx.urls was initially added on branch notzed-disksummary-branch.
Michael Zucci [Thu, 23 Jun 2005 11:47:07 +0000 (11:47 +0000)]
file libcamelimapx.urls was initially added on branch notzed-disksummary-branch.

19 years agoRemoving the unnecessary linking to file backend libraries.
Chenthill Palanisamy [Thu, 23 Jun 2005 05:39:03 +0000 (05:39 +0000)]
Removing the unnecessary linking to file backend libraries.

19 years agoRemoving the unnecessary library links to file backend in GW
Chenthill Palanisamy [Wed, 22 Jun 2005 14:24:31 +0000 (14:24 +0000)]
Removing the unnecessary library links to file backend in GW

19 years agoAdd libebook, libedata-book, libedataserver, libdb and
Tor Lillqvist [Wed, 22 Jun 2005 12:34:23 +0000 (12:34 +0000)]
Add libebook, libedata-book, libedataserver, libdb and

2005-06-22  Tor Lillqvist  <tml@novell.com>

* backends/*/Makefile.am (*_LIBADD): Add libebook, libedata-book,
libedataserver, libdb and EVOLUTION_ADDRESSBOOK_LIBS as needed to
satisfy -no-undefined.
(*_LDFLAGS): Use NO_UNDEFINED (expands to -no-undefined on
Windows).

* backends/file/e-book-backend-file-factory.c
* libedata-book/e-book-backend-factory.c
* libedata-book/e-book-backend.c
* libedata-book/e-data-book-factory.c: Drop superfluous inclusion
of <pthread.h>. No pthread API was used in these files.

* backends/file/e-book-backend-file.c (set_revision)
* backends/vcf/e-book-backend-vcf.c (set_revision): Use
g_get_current_time() instead of gettimeofday().

* libebook/Makefile.am
* libedata-book/Makefile.am: Use NO_UNDEFINED.

* libebook/e-book-view-listener.c: Don't include <pthread.h>. In
the (normally not even compiled) debugging output print the value
of g_thread_self() instead of pthread_self().

* libebook/e-book.c: Use GThread API instead of pthreads to start
the mainloop thread.

* libedata-book/e-book-backend-summary.c: Drop inclusion of
<netinet/in.h>. Use g_ntoh*() and g_hton*().

19 years agoDon't check locking on Win32. Add gnome-vfs-2.0 o E_DATA_SERVER_DEPS. Add
Tor Lillqvist [Wed, 22 Jun 2005 12:24:03 +0000 (12:24 +0000)]
Don't check locking on Win32. Add gnome-vfs-2.0 o E_DATA_SERVER_DEPS. Add

2005-06-22  Tor Lillqvist  <tml@novell.com>

* configure.in: Don't check locking on Win32. Add gnome-vfs-2.0 o
E_DATA_SERVER_DEPS. Add gobject-2.0 to CAMEL deps. Substitute also
EXEEXT in EVO_SUBST_SERVER_RULE.

19 years agoe-shell-marshall.list should be disted. mapi-properties should also be
Sarfraaz Ahmed [Wed, 22 Jun 2005 11:35:09 +0000 (11:35 +0000)]
e-shell-marshall.list should be disted. mapi-properties should also be

2005-06-22  Sarfraaz Ahmed <asarfraaz@novell.com>

        * storage/Makefile.am : e-shell-marshall.list should be disted.
        * lib/Makefile.am : mapi-properties should also be disted.

19 years agoCommitting the header file for e-cal-backend-groupwise.h for delegate.
Chenthill Palanisamy [Tue, 21 Jun 2005 05:25:48 +0000 (05:25 +0000)]
Committing the header file for e-cal-backend-groupwise.h for delegate.

19 years agocommitting the changes in header file e-cal-backend-groupwise-utils.h for
Chenthill Palanisamy [Tue, 21 Jun 2005 05:18:58 +0000 (05:18 +0000)]
committing the changes in header file e-cal-backend-groupwise-utils.h for
delegate

19 years agoTranslation updated by Ivar Smolin.
Priit Laes [Mon, 20 Jun 2005 21:12:04 +0000 (21:12 +0000)]
Translation updated by Ivar Smolin.

2005-06-21  Priit Laes  <plaes@cvs.gnome.org>

* et.po: Translation updated by Ivar Smolin.

19 years agoUpdated Norwegian bokmål translation Updated Norwegian bokmål
Kjartan Maraas [Mon, 20 Jun 2005 20:21:29 +0000 (20:21 +0000)]
Updated Norwegian bokmål translation Updated Norwegian bokmål

2005-06-20  Kjartan Maraas  <kmaraas@gnome.org>

* nb.po: Updated Norwegian bokmål translation
* no.po: Updated Norwegian bokmål translation

19 years agofile camel-pop3-summary.c was initially added on branch notzed-disksummary-branch.
Michael Zucci [Mon, 20 Jun 2005 17:03:54 +0000 (17:03 +0000)]
file camel-pop3-summary.c was initially added on branch notzed-disksummary-branch.

19 years agofile camel-pop3-summary.h was initially added on branch notzed-disksummary-branch.
Michael Zucci [Mon, 20 Jun 2005 17:03:54 +0000 (17:03 +0000)]
file camel-pop3-summary.h was initially added on branch notzed-disksummary-branch.

19 years agoAdding the support for delegate in personal calendar
Chenthill Palanisamy [Mon, 20 Jun 2005 16:41:17 +0000 (16:41 +0000)]
Adding the support for delegate in personal calendar

19 years agoUpdated Canadian English translation.
Adam Weinberger [Fri, 17 Jun 2005 05:29:26 +0000 (05:29 +0000)]
Updated Canadian English translation.

2005-06-17  Adam Weinberger  <adamw@gnome.org>

* en_CA.po: Updated Canadian English translation.

19 years agomake appointments appear the groupwise client way, which appear based on
Parthasarathi Susarla [Thu, 16 Jun 2005 06:49:16 +0000 (06:49 +0000)]
make appointments appear the groupwise client way, which appear based on

2005-06-16  Parthasarathi Susarla <sparthasarathi@novell.com>
* came-groupwise-folder.c:
  (gw_update_summary): make appointments appear the
  groupwise client way, which appear based on the
  date of the appointment and not the received time.

2005-06-16  Parthasarathi Susarla <sparthasarathi@novell.com>
* camel-groupwise-folder.c:
  (groupwise_sync): reverting back the removeItemsRequest
  patch since the server interface is not working as yet.

19 years agoCache update progress indication for LDAP addressbook.
Sushma Rai [Thu, 16 Jun 2005 06:08:55 +0000 (06:08 +0000)]
Cache update progress indication for LDAP addressbook.

19 years agoInstall exchange-hierarchy-webdav.h and exchange-hierarchy-somedav.h
Sarfraaz Ahmed [Wed, 15 Jun 2005 05:25:04 +0000 (05:25 +0000)]
Install exchange-hierarchy-webdav.h and exchange-hierarchy-somedav.h

2005-06-15  Sarfraaz Ahmed <asarfraaz@novell.com>

        * storage/Makefile.am : Install exchange-hierarchy-webdav.h and
        exchange-hierarchy-somedav.h

19 years agoDont hardcode the libsoup version.
Sarfraaz Ahmed [Tue, 14 Jun 2005 07:07:31 +0000 (07:07 +0000)]
Dont hardcode the libsoup version.

2005-06-14  Sarfraaz Ahmed <asarfraaz@novell.com>

        * storage/libexchange-storage.pc.in : Dont hardcode the libsoup
        version.

19 years agoinitialised store->flags
Parthasarathi Susarla [Tue, 14 Jun 2005 07:06:45 +0000 (07:06 +0000)]
initialised store->flags

19 years agoUse ENABLE_KRB5 instead of HAVE_KRB5
Sarfraaz Ahmed [Mon, 13 Jun 2005 12:10:08 +0000 (12:10 +0000)]
Use ENABLE_KRB5 instead of HAVE_KRB5

2005-06-12  Sarfraaz Ahmed <asarfraaz@novell.com>

        * lib/Makefile.am : Use ENABLE_KRB5 instead of HAVE_KRB5

19 years agouse ENABLE_LDAP instead of HAVE_LDAP And rename HAVE_KRB5 to ENABLE_KRB5.
Sarfraaz Ahmed [Mon, 13 Jun 2005 12:09:32 +0000 (12:09 +0000)]
use ENABLE_LDAP instead of HAVE_LDAP And rename HAVE_KRB5 to ENABLE_KRB5.

2005-06-12  Sarfraaz Ahmed <asarfraaz@novell.com>

        * servers/Makefile.am : use ENABLE_LDAP instead of HAVE_LDAP
        * configure.in : And rename HAVE_KRB5 to ENABLE_KRB5.

19 years ago*** empty log message ***
Ahmed Sarfraaz [Mon, 13 Jun 2005 10:52:20 +0000 (10:52 +0000)]
*** empty log message ***

19 years agoInclude e2k-global-catalog-ldap.h. Install e2k-global-catalog-ldap.h and
Sarfraaz Ahmed [Mon, 13 Jun 2005 10:49:57 +0000 (10:49 +0000)]
Include e2k-global-catalog-ldap.h. Install e2k-global-catalog-ldap.h and

2005-06-12  Sarfraaz Ahmed <asarfraaz@novell.com>

        * lib/Makefile.am : Include e2k-global-catalog-ldap.h. Install
        e2k-global-catalog-ldap.h and e2k-validate.h
        * lib/e2k-global-catalog.c : Use e2k-global-catalog-ldap.h
        * lib/e2k-global-catalog.h : Remove the use of ldap.h from here.
        * storage/Makefile.am : Use KRB5_LDFLAGS instead of KRB5_LIBS
        * lib/e2k-global-catalog-ldap.h : Added new
        * lib/e2k-validate.h : Added new

19 years agoPrint the status for Exchange support being present. Build Exchange only
Sarfraaz Ahmed [Mon, 13 Jun 2005 10:38:11 +0000 (10:38 +0000)]
Print the status for Exchange support being present. Build Exchange only

2005-06-12  Sarfraaz Ahmed <asarfraaz@novell.com>

        * configure.in : Print the status for Exchange support being present.
        * servers/Makefile.am : Build Exchange only if LDAP is enabled.

19 years agoMissed this out in the previous commit
Ahmed Sarfraaz [Mon, 13 Jun 2005 07:07:49 +0000 (07:07 +0000)]
Missed this out in the previous commit

19 years agoRemove commented code and fix spacings Similar. Also added
Sarfraaz Ahmed [Mon, 13 Jun 2005 07:02:50 +0000 (07:02 +0000)]
Remove commented code and fix spacings Similar. Also added

2005-06-12  Sarfraaz Ahmed <asarfraaz@novell.com>

        * lib/Makefile.am : Remove commented code and fix spacings
        * storage/Makefile.am : Similar. Also added exchange-oof.[ch]
        * lib/e2k-context.c : Use the proper VERSION definition name.

19 years agoOops, missed this file too !!
Ahmed Sarfraaz [Mon, 13 Jun 2005 05:13:59 +0000 (05:13 +0000)]
Oops, missed this file too !!

19 years agoUpdated Czech translation.
Miloslav Trmac [Sun, 12 Jun 2005 12:45:13 +0000 (12:45 +0000)]
Updated Czech translation.

2005-06-12  Miloslav Trmac  <mitr@volny.cz>

* cs.po: Updated Czech translation.

19 years agoUpdated Danish translation.
Martin Willemoes Hansen [Sat, 11 Jun 2005 08:48:22 +0000 (08:48 +0000)]
Updated Danish translation.

        * da.po: Updated Danish translation.

19 years agoFixed a minor typo to fix make clean.
Sarfraaz Ahmed [Sat, 11 Jun 2005 05:57:13 +0000 (05:57 +0000)]
Fixed a minor typo to fix make clean.

2005-06-11  Sarfraaz Ahmed <asarfraaz@novell.com>

        * configure.in : Fixed a minor typo to fix make clean.

19 years agofile camel-folder-summary-disk.c was initially added on branch notzed-disksummary...
Michael Zucci [Fri, 10 Jun 2005 15:16:31 +0000 (15:16 +0000)]
file camel-folder-summary-disk.c was initially added on branch notzed-disksummary-branch.

19 years agofile camel-folder-summary-disk.h was initially added on branch notzed-disksummary...
Michael Zucci [Fri, 10 Jun 2005 15:16:31 +0000 (15:16 +0000)]
file camel-folder-summary-disk.h was initially added on branch notzed-disksummary-branch.

19 years agofile camel-record.c was initially added on branch notzed-disksummary-branch.
Michael Zucci [Fri, 10 Jun 2005 15:16:31 +0000 (15:16 +0000)]
file camel-record.c was initially added on branch notzed-disksummary-branch.

19 years agofile camel-record.h was initially added on branch notzed-disksummary-branch.
Michael Zucci [Fri, 10 Jun 2005 15:16:31 +0000 (15:16 +0000)]
file camel-record.h was initially added on branch notzed-disksummary-branch.

19 years agoCorrected system addressbook cache implemetation.
Sushma Rai [Fri, 10 Jun 2005 13:30:01 +0000 (13:30 +0000)]
Corrected system addressbook cache implemetation.

19 years agoGroupWise address book, cache update indication.
Sushma Rai [Fri, 10 Jun 2005 12:55:30 +0000 (12:55 +0000)]
GroupWise address book, cache update indication.

19 years agoMissed this file in my previous commit
Ahmed Sarfraaz [Fri, 10 Jun 2005 12:04:46 +0000 (12:04 +0000)]
Missed this file in my previous commit

19 years agoAdded the Exchange server communication code to servers directory. Also
Sarfraaz Ahmed [Fri, 10 Jun 2005 10:54:13 +0000 (10:54 +0000)]
Added the Exchange server communication code to servers directory. Also

2005-06-10  Sarfraaz Ahmed <asarfraaz@novell.com>

        * configure.in : Added the Exchange server communication code to
        servers directory. Also enabled a HAVE_KRB5 automake conditional.
        * servers/Makefile.am : Now build exchange as well.

19 years agoFirst movement of Exchange server communication code to e-d-s HEAD.
Ahmed Sarfraaz [Fri, 10 Jun 2005 10:51:10 +0000 (10:51 +0000)]
First movement of Exchange server communication code to e-d-s HEAD.

19 years agoUpdated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>
Alexander Shopov [Fri, 10 Jun 2005 08:01:50 +0000 (08:01 +0000)]
Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>

2005-06-10  Alexander Shopov  <ash@contact.bg>

* bg.po: Updated Bulgarian translation by
Vladimir Petkov <vpetkov@i-space.org>

19 years agoCorrected the ChangeLog entry added by Srinivasa Ragavan <sragavan@novell.com>
Sushma Rai [Fri, 10 Jun 2005 07:16:13 +0000 (07:16 +0000)]
Corrected the ChangeLog entry added by Srinivasa Ragavan <sragavan@novell.com>

19 years agofixed compilation of test, and removed the broken cases - oddly enough,
Not Zed [Fri, 10 Jun 2005 01:42:41 +0000 (01:42 +0000)]
fixed compilation of test, and removed the broken cases - oddly enough,

2005-06-10  Not Zed  <NotZed@Ximian.com>

        * misc/rfc2047.c: fixed compilation of test, and removed the
        broken cases - oddly enough, they break make check.

        * Added new changelog for test, sick of them going into main one.

19 years agodisable camel docs. until they are fixed
Harish Krishnaswamy [Thu, 9 Jun 2005 16:12:08 +0000 (16:12 +0000)]
disable camel docs. until they are fixed

19 years agoUse GtkFileChooserButton instead of GnomeFileEntry
Ross Burton [Thu, 9 Jun 2005 10:43:09 +0000 (10:43 +0000)]
Use GtkFileChooserButton instead of GnomeFileEntry

19 years agoMinor typo in debug message.
Sarfraaz Ahmed [Thu, 9 Jun 2005 07:00:23 +0000 (07:00 +0000)]
Minor typo in debug message.

2005-06-09  Sarfraaz Ahmed <asarfraaz@novell.com>

        * camel-store.c (camel_folder_info_build): Minor typo in debug message.

19 years ago** See bug #303225
Not Zed [Wed, 8 Jun 2005 15:33:24 +0000 (15:33 +0000)]
** See bug #303225

2005-06-08  Not Zed  <NotZed@Ximian.com>

        ** See bug #303225

        * camel-local-provider.c (local_url_equal): remove the checks for
        fields not used/appropriate for local resources.