platform/upstream/evolution-data-server.git
19 years agoUse glib/gi18n
Ross Burton [Wed, 2 Feb 2005 18:44:32 +0000 (18:44 +0000)]
Use glib/gi18n

19 years agocamel flag for folder type trash (groupwise_rename_folder): fixed issue
Parthasarathi Susarla [Wed, 2 Feb 2005 10:52:21 +0000 (10:52 +0000)]
camel flag for folder type trash (groupwise_rename_folder): fixed issue

2005-02-01  Parthasarathi Susarla <sparthasarathi@novell.com>

* camel-groupwise-store.c
  (groupwise_get_folder): camel flag for folder type
  trash
  (groupwise_rename_folder): fixed issue with renaming
  subfolders. The summary was not being renamed.

19 years agoFixes #72004 If Invalid connection error is returned from e-gw-connection,
Chenthill Palanisamy [Wed, 2 Feb 2005 10:45:44 +0000 (10:45 +0000)]
Fixes #72004 If Invalid connection error is returned from e-gw-connection,

2005-02-02  Chenthill Palanisamy  <pchenthill@novell.com>

Fixes #72004
* backends/groupwise/e-cal-backend-groupwise.c: (get_deltas),
(e_cal_backend_groupwise_get_free_busy),
(e_cal_backend_groupwise_create_object),
(e_cal_backend_groupwise_modify_object),
(e_cal_backend_groupwise_remove_object), (receive_object): If
Invalid connection error is returned from e-gw-connection, perform
the operation again since re_authenticate method in gw-connection.c
would give us a new valid session.

19 years agoDo not send container id to the request as this is redundant now.
Harish Krishnaswamy [Wed, 2 Feb 2005 10:17:09 +0000 (10:17 +0000)]
Do not send container id to the request as this is redundant now.

 * e-gw-connection.c (e_gw_connection_position_cursor),
(e_gw_connection_read_cursor): Do not send container id to
the request as this is redundant now.

19 years agoUpdated Albanian translation.
Laurent Dhima [Wed, 2 Feb 2005 09:42:57 +0000 (09:42 +0000)]
Updated Albanian translation.

2005-02-02  Laurent Dhima  <laurenti@alblinux.net>

* sq.po: Updated Albanian translation.

19 years agoadd an alert message if the server doesn't return the version
Vivek Jain [Wed, 2 Feb 2005 08:47:04 +0000 (08:47 +0000)]
add an alert message if the server doesn't return the version

2005-02-02  Vivek Jain  <jvivek@novell.com>
* /providers/groupwise/camel-groupwise-store.c
(groupwise_connect): add an alert message if the server doesn't return
the version

19 years agoadded a function (e_gw_connection_get_version) added version in
Vivek Jain [Wed, 2 Feb 2005 07:18:22 +0000 (07:18 +0000)]
added a function (e_gw_connection_get_version) added version in

2005-01-31 Vivek Jain <jvivek@novell.com>
* e-gw-connection.[ch] : added a function
(e_gw_connection_get_version)
* e-gw-connection.c : added version in _EGwConnectionPrivate
(e_gw_connection_new): parse response to get server version

19 years agoUpdated pt_BR translation
Raphael Higino [Tue, 1 Feb 2005 23:51:18 +0000 (23:51 +0000)]
Updated pt_BR translation

19 years agoBumped version to 3 and added code to handle evrsion 2 (for compat with
Jeffrey Stedfast [Tue, 1 Feb 2005 21:31:45 +0000 (21:31 +0000)]
Bumped version to 3 and added code to handle evrsion 2 (for compat with

2005-02-01  Jeffrey Stedfast  <fejj@novell.com>

* camel-imap-summary.c (summary_header_load): Bumped version to 3
and added code to handle evrsion 2 (for compat with imap4 ver 2
summary files).

19 years agoChanged to have the 'have_mlist' bit be a summary flag rather than a new
Jeffrey Stedfast [Tue, 1 Feb 2005 21:26:30 +0000 (21:26 +0000)]
Changed to have the 'have_mlist' bit be a summary flag rather than a new

2005-02-01  Jeffrey Stedfast  <fejj@novell.com>

* camel-imap4-summary.c (imap4_header_load): Changed to have the
'have_mlist' bit be a summary flag rather than a new value stored
in the summary header.
(imap4_header_save): No longer need to save the have_mlist value
ourselves.
(camel_imap4_summary_flush_updates): Updated to use summary flags
for have_mlist instead.

19 years agoreadded imap to the build
Jeffrey Stedfast [Tue, 1 Feb 2005 21:03:00 +0000 (21:03 +0000)]
readded imap to the build

19 years agoAdded command option. Reset back to imap4:// uris.
Jeffrey Stedfast [Tue, 1 Feb 2005 21:02:28 +0000 (21:02 +0000)]
Added command option. Reset back to imap4:// uris.

2005-02-01  Jeffrey Stedfast  <fejj@novell.com>

* camel-imap4-provider.c: Added command option.
Reset back to imap4:// uris.

19 years agoGenerate the old imap makefile.
Jeffrey Stedfast [Tue, 1 Feb 2005 21:01:01 +0000 (21:01 +0000)]
Generate the old imap makefile.

2005-02-01  Jeffrey Stedfast  <fejj@novell.com>

* configure.in: Generate the old imap makefile.

19 years agoAdded command option.
Jeffrey Stedfast [Tue, 1 Feb 2005 19:32:27 +0000 (19:32 +0000)]
Added command option.

2005-02-01  Jeffrey Stedfast  <fejj@novell.com>

* camel-imap4-provider.c: Added command option.

* camel-imap4-store.c (connect_to_server_process): Implemented.
(connect_to_server_wrapper): Call above when appropriate.

19 years agohandle CAMEL_IMAP4_RESP_CODE_ALERT explicitly in the switch statement and
Jeffrey Stedfast [Tue, 1 Feb 2005 16:30:04 +0000 (16:30 +0000)]
handle CAMEL_IMAP4_RESP_CODE_ALERT explicitly in the switch statement and

2005-02-01  Jeffrey Stedfast  <fejj@novell.com>

* camel-imap4-engine.c (camel_imap4_engine_parse_resp_code):
handle CAMEL_IMAP4_RESP_CODE_ALERT explicitly in the switch
statement and have it break out. This prevents the code from
getting to the "unknown resp-code" code path that prints a warning
unnecessarily.

19 years agoTranslation updated by Ivar Smolin.
Priit Laes [Tue, 1 Feb 2005 15:32:00 +0000 (15:32 +0000)]
Translation updated by Ivar Smolin.

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

* et.po: Translation updated by Ivar Smolin.

19 years agoRemove the container id, from the item id and set it to X-GWRECORD id. Add
Chenthill Palanisamy [Tue, 1 Feb 2005 11:33:23 +0000 (11:33 +0000)]
Remove the container id, from the item id and set it to X-GWRECORD id. Add

2005-02-01  Chenthill Palanisamy  <pchenthill@novell.com>

* camel-groupwise-folder.c: (convert_to_calendar): Remove
the container id, from the item id and set it to X-GWRECORD
id. Add temp to strconcat so that all attendees get appended
to the string.

19 years agosee bug #71758 set the folder type of Inbox to Inbox using flag
Vivek Jain [Tue, 1 Feb 2005 10:00:20 +0000 (10:00 +0000)]
see bug #71758 set the folder type of Inbox to Inbox using flag

2005-02-01 Vivek Jain <jvivek@novell.com>
  see bug #71758
 * camel-groupwise-store.c
 (groupwise_get_folder_info) : set the folder type of Inbox to Inbox using
 flag

19 years agotake full-name argument separately from short-name
Michael Zucci [Tue, 1 Feb 2005 08:38:28 +0000 (08:38 +0000)]
take full-name argument separately from short-name

        * camel-vee-folder.c (camel_vee_folder_construct): take full-name
        argument separately from short-name

19 years ago** See bug #65329
Not Zed [Tue, 1 Feb 2005 08:38:05 +0000 (08:38 +0000)]
** See bug #65329

2005-02-01  Not Zed  <NotZed@Ximian.com>

        ** See bug #65329

        * camel-vee-store.c (camel_vee-store_init): api chanes

19 years ago** See bug #65329
Not Zed [Tue, 1 Feb 2005 08:37:04 +0000 (08:37 +0000)]
** See bug #65329

2005-02-01  Not Zed  <NotZed@Ximian.com>

        ** See bug #65329

        * camel-vtrash-folder.c (camel_vtrash_folder_new): api chagne and
        translate the short name.

        * camel-vee-folder.c (camel_vee_folder_construct): take full-name
        argument separately from short-name.
        (camel_vee_folder_new): calculate short-name.

19 years ago added some translator comments
Michael Zucci [Tue, 1 Feb 2005 08:36:44 +0000 (08:36 +0000)]
added some translator comments

19 years agoset the folder type of inbox properly.
Not Zed [Tue, 1 Feb 2005 07:40:52 +0000 (07:40 +0000)]
set the folder type of inbox properly.

2005-02-01  Not Zed  <NotZed@Ximian.com>

        * camel-maildir-store.c (get_folder_info): set the
        folder type of inbox properly.

        * started new chnagelog.

19 years agoset the folder-type of inbox to inbox & use the right flags field for
Not Zed [Tue, 1 Feb 2005 07:40:38 +0000 (07:40 +0000)]
set the folder-type of inbox to inbox & use the right flags field for

2005-02-01  Not Zed  <NotZed@Ximian.com>

        * camel-imap-store.c (parse_list_response_as_folder_info): set the
        folder-type of inbox to inbox & use the right flags field for
        noinferiors hack.

19 years agoset the folder type hint.
Not Zed [Tue, 1 Feb 2005 07:40:26 +0000 (07:40 +0000)]
set the folder type hint.

2005-02-01  Not Zed  <NotZed@Ximian.com>

        * camel-store.c (camel_store_get_folder_info): set the folder type
        hint.

        * camel-store.h: add a bitfield for a folder-type hint.  used to
        indicate inbox/trash/etc (mainly for gui icons).

19 years ago** See bug #38791 and bug #36142.
Not Zed [Tue, 1 Feb 2005 05:57:15 +0000 (05:57 +0000)]
** See bug #38791 and bug #36142.

2005-02-01  Not Zed  <NotZed@Ximian.com>

        ** See bug #38791 and bug #36142.

        * camel-gpg-context.c (gpg_ctx_op_step): use poll rather than
        select, and listen to the cancellation fd as well.  perform all
        cancellation here.
        (gpg_sign): remove cancellation check/processing.
        (gpg_verify): same.
        (gpg_encrypt): same.
        (gpg_decrypt): same.
        (gpg_ctx_op_step): remove the messy execption handling stuff, it
        wasn't useful.
        (gpg_import_keys, gpg_export_keys): clean up exception case.

19 years agocommited the required string change for #68712 which is miised earlier
Sivaiah Nallagatla [Tue, 1 Feb 2005 03:12:20 +0000 (03:12 +0000)]
commited the required string change for #68712 which is miised earlier

19 years agochaning n correct bug id given in change log
Sivaiah Nallagatla [Tue, 1 Feb 2005 03:10:44 +0000 (03:10 +0000)]
chaning n correct bug id given in change log

19 years ago** See bug #72020.
Not Zed [Tue, 1 Feb 2005 02:10:59 +0000 (02:10 +0000)]
** See bug #72020.

2005-02-01  Not Zed  <NotZed@Ximian.com>

        ** See bug #72020.

        * camel-filter-driver.c (do_score): don't use
        camel_folder_set_message_user_tag anymore, use the messageinfo
        interface.
        (do_adjust_score): implement missing function.

19 years agocheck the path isn't NULL before dereferencing it. Could happen with badly
Not Zed [Tue, 1 Feb 2005 00:47:43 +0000 (00:47 +0000)]
check the path isn't NULL before dereferencing it. Could happen with badly

2005-02-01  Not Zed  <NotZed@Ximian.com>

        * camel-store.c (camel_store_folder_uri_equal): check the path
        isn't NULL before dereferencing it.  Could happen with badly
        formed uris (since we're comparing folders, it MUST contain a path
        or fragment).

19 years agoUpdated Lithuanian translation.
Žygimantas Beručka [Mon, 31 Jan 2005 23:39:13 +0000 (23:39 +0000)]
Updated Lithuanian translation.

2005-02-01  Žygimantas Beručka  <uid0@akl.lt>

        * lt.po: Updated Lithuanian translation.

19 years agoChange the name of the multiple inclusion protection define, so it doesn't
Hans Petter Jansson [Mon, 31 Jan 2005 23:07:29 +0000 (23:07 +0000)]
Change the name of the multiple inclusion protection define, so it doesn't

2005-01-31  Hans Petter Jansson  <hpj@novell.com>

        * idl/Evolution-DataServer-Calendar.idl: Change the name of the
        multiple inclusion protection define, so it doesn't conflict with
        that in Evolution proper.

19 years agoBuild as modules.
Hans Petter Jansson [Mon, 31 Jan 2005 22:48:54 +0000 (22:48 +0000)]
Build as modules.

2005-01-31  Hans Petter Jansson  <hpj@novell.com>

        * backends/file/Makefile.am:
        * backends/weather/Makefile.am:
        * backends/http/Makefile.am:
        * backends/groupwise/Makefile.am:
        * backends/contacts/Makefile.am:
        Build as modules.

19 years agoThat's 31st, not 21st.
Hans Petter [Mon, 31 Jan 2005 22:43:34 +0000 (22:43 +0000)]
That's 31st, not 21st.

19 years agoBuild as modules.
Hans Petter Jansson [Mon, 31 Jan 2005 22:42:34 +0000 (22:42 +0000)]
Build as modules.

2005-01-21  Hans Petter Jansson  <hpj@novell.com>

        * backends/vcf/Makefile.am:
        * backends/ldap/Makefile.am:
        * backends/groupwise/Makefile.am:
        * backends/file/Makefile.am:
        Build as modules.

19 years ago*** empty log message ***
Jeffrey Stedfast [Mon, 31 Jan 2005 20:21:13 +0000 (20:21 +0000)]
*** empty log message ***

19 years agoUpdated Lithuanian translation.
Žygimantas Beručka [Mon, 31 Jan 2005 19:00:18 +0000 (19:00 +0000)]
Updated Lithuanian translation.

2005-01-31  Žygimantas Beručka  <uid0@akl.lt>

        * lt.po: Updated Lithuanian translation.

19 years agoUpdated Swedish translation.
Christian Rose [Mon, 31 Jan 2005 14:10:26 +0000 (14:10 +0000)]
Updated Swedish translation.

2005-01-31  Christian Rose  <menthos@menthos.com>

* sv.po: Updated Swedish translation.

19 years agoAdded lots of missing file entries.
Christian Rose [Mon, 31 Jan 2005 13:49:11 +0000 (13:49 +0000)]
Added lots of missing file entries.

2005-01-31  Christian Rose  <menthos@menthos.com>

* POTFILES.in: Added lots of missing file entries.

19 years agoUpdated Lithuanian translation.
Žygimantas Beručka [Mon, 31 Jan 2005 13:43:32 +0000 (13:43 +0000)]
Updated Lithuanian translation.

2005-01-31  Žygimantas Beručka  <uid0@akl.lt>

        * lt.po: Updated Lithuanian translation.

19 years agofixed a crash while getting message. also applied lock when getting
Parthasarathi Susarla [Mon, 31 Jan 2005 13:21:58 +0000 (13:21 +0000)]
fixed a crash while getting message. also applied lock when getting

2005-01-31  Parthasarathi Susarla <sparthasarathi@novell.com>

* providers/groupwise/camel-groupwise-folder.c
  (groupwise_folder_get_message): fixed a crash
  while getting message. also applied lock
  when getting message
* providers/groupwise/camel-groupwise-store.c
  (gropuwise_get_folder_info),
  (groupwise_create_folder),
  (groupwise_delete_folder): applied locks which
  were missed out previously

19 years agoAdd the source to the soap message, if it is set.
Chenthill Palanisamy [Mon, 31 Jan 2005 12:33:38 +0000 (12:33 +0000)]
Add the source to the soap message, if it is set.

2005-01-31  Chenthill Palanisamy  <pchenthill@novell.com>

* e-gw-item.c: (e_gw_item_set_calendar_item_elements):
Add the source to the soap message, if it is set.

19 years agoFixes #64682 IF the appointment is moved from another calendar, send the
Chenthill Palanisamy [Mon, 31 Jan 2005 12:32:25 +0000 (12:32 +0000)]
Fixes #64682 IF the appointment is moved from another calendar, send the

2005-01-31  Chenthill Palanisamy  <pchenthill@novell.com>

Fixes #64682
* backends/groupwise/e-cal-backend-groupwise-utils.c:
(e_gw_connection_create_appointment): IF the appointment
is moved from another calendar, send the createItemsRequest
to the server, so that it does not send mails to the
recipients.

19 years ago** See bug #70303.
Not Zed [Mon, 31 Jan 2005 11:04:50 +0000 (11:04 +0000)]
** See bug #70303.

2005-01-31  Not Zed  <NotZed@Ximian.com>

        ** See bug #70303.

        * tests/mime-filter/test1.c: added new test for
        camel-mime-filter-canon.c

        * camel-mime-filter-canon.c (filter_run): separated out from
        filter.  Fix a case when it finds an embedded "From " not to
        create "=46rom rom".
        (complete): Properly canonicalise \n -> \r\n rather than just
        copying it across (use filter_run now).

19 years agofixed a crash while getting message
Parthasarathi Susarla [Mon, 31 Jan 2005 09:23:55 +0000 (09:23 +0000)]
fixed a crash while getting message

2005-01-31  Parthasarathi Susarla <sparthasarathi@novell.com>

* providers/groupwise/camel-groupwise-folder.c
  (groupwise_folder_get_message): fixed a crash
  while getting message

19 years agoRemove this, it's declared externally now.
Hans Petter Jansson [Mon, 31 Jan 2005 06:56:28 +0000 (06:56 +0000)]
Remove this, it's declared externally now.

2005-01-31  Hans Petter Jansson  <hpj@novell.com>

* camel-mime-utils.c (camel_mime_special_table): Remove this, it's
  declared externally now.

19 years agoadvancd to next char in the loop (read_attribute_params) : If we reach end
Sivaiah Nallagatla [Mon, 31 Jan 2005 06:47:40 +0000 (06:47 +0000)]
advancd to next char in the loop (read_attribute_params) : If we reach end

2005-01-30  Sivaiah Nallagatla <snallagtla@novell.com>

       * libebook/e-vcarc.c (skip_until) :
       advancd to next char in the loop
       (read_attribute_params) : If we reach
       end of line after skipping invalid parameter
       break out of loop
       Fixes #70198

19 years ago** See bug #68741.
Not Zed [Mon, 31 Jan 2005 06:08:26 +0000 (06:08 +0000)]
** See bug #68741.

2005-01-31  Not Zed  <NotZed@Ximian.com>

        ** See bug #68741.

        * camel-vtrash-folder.h: move Junk and Trash into the ".#evolution"
        'namespace'.

        * camel-store.c (add_special_info): only compare the full name for
        the special folder.

19 years agoGW Task backend now relies on the Calendar backend to fetch changes. This
Harish Krishnaswamy [Mon, 31 Jan 2005 05:33:56 +0000 (05:33 +0000)]
GW Task backend now relies on the Calendar backend to fetch changes. This

 * backends/groupwise/e-cal-backend-groupwise.c
 (cache_init, connect_to_server): GW Task backend now relies
 on the Calendar backend to fetch changes. This reduces the
 load on the GW server.

19 years agoreturn OfflineAvailable error code if book is not marked for offline. Call
Sivaiah Nallagatla [Mon, 31 Jan 2005 04:53:27 +0000 (04:53 +0000)]
return OfflineAvailable error code if book is not marked for offline. Call

2005-01-31 Sivaiah Nallagatla  <snallagatla@novell.com>

        * backends/ldap/e-book-backend-ldap.c
        (e_book_backend_ldap_load_source) : return
        OfflineAvailable error code if book is not marked for
        offline. Call _notify_connection_stautus in online case too

19 years ago** See bug #38671.
Not Zed [Mon, 31 Jan 2005 04:15:19 +0000 (04:15 +0000)]
** See bug #38671.

2005-01-31  Not Zed  <NotZed@Ximian.com>

        ** See bug #38671.

        * camel-filter-search.c (check_header): check all instances of
        headers for match string.

2005-01-28  Not Zed  <NotZed@Ximian.com>

        * camel-provider.h: Added CAMEL_URL_PART_HIDE* options, required
        for more flexible extensibility.

19 years ago** See bug #69757.
Not Zed [Mon, 31 Jan 2005 03:48:16 +0000 (03:48 +0000)]
** See bug #69757.

2005-01-31  Not Zed  <NotZed@Ximian.com>

        ** See bug #69757.

        * providers/imap/camel-imap-store.c (create_folder)
        (parse_list_response_as_folder_info): free the
        folder from parse_list_response.

19 years agoUpdated Korean translation.
Changwoo Ryu [Sun, 30 Jan 2005 21:57:42 +0000 (21:57 +0000)]
Updated Korean translation.

2005-01-31  Changwoo Ryu  <cwryu@debian.org>

* ko.po: Updated Korean translation.

19 years agoUpdated British translation.
David Lodge [Sun, 30 Jan 2005 21:36:56 +0000 (21:36 +0000)]
Updated British translation.

2005-01-30  David Lodge <dave@cirt.net>

        * en_GB.po: Updated British translation.

19 years agoUpdated Simplified Chinese translation
Funda Wang [Sun, 30 Jan 2005 14:35:09 +0000 (14:35 +0000)]
Updated Simplified Chinese translation

19 years agochange the default to 7191 use "use_ssl" param from CamelUrl instead of
Sivaiah Nallagatla [Sat, 29 Jan 2005 12:41:50 +0000 (12:41 +0000)]
change the default to 7191 use "use_ssl" param from CamelUrl instead of

2005-01-29   Sivaiah Nallagatla <snallagatla@novell.com>

        * providers/groupwise/camel-groupwise-store.c
        (groupwise_auth_loop) : change the default to 7191
        use "use_ssl" param from CamelUrl instead of soap_ssl

19 years agoChange the default port to 7191
Sivaiah Nallagatla [Sat, 29 Jan 2005 12:25:15 +0000 (12:25 +0000)]
Change the default port to 7191

2005-01-29  Sivaiah Nallagatla <snallagatla@novell.com>

        * backends/groupwise/e-book-backend-groupwise.c
        (e_book_backend_groupwise_load_source) : Change the default
        port to 7191

19 years agoChange the default port to 7191
Sivaiah Nallagatla [Sat, 29 Jan 2005 12:21:47 +0000 (12:21 +0000)]
Change the default port to 7191

2005-01-29 Sivaiah Nallagatla <snallagatla@novell.com>

        * calendar/backends/groupwise/e-cal-backend-groupwise.c
        (from_uri) : Change the default port to 7191

19 years agoMake the soap mailer default for groupwise accounts. exporting USE_IMAP
Sivaiah Nallagatla [Sat, 29 Jan 2005 09:51:31 +0000 (09:51 +0000)]
Make the soap mailer default for groupwise accounts. exporting USE_IMAP

205-01-29   Sivaiah Nallagatla <snallagatla@novell.com>

        * providers/groupwise/camel-groupwise-provider.c
        (camel_provider_init) : Make the soap mailer
        default for groupwise accounts. exporting USE_IMAP
        will cause imap to be used

19 years agoIn the ic1 error case, xfer the ic1 exception, not the ic0 exception
Jeffrey Stedfast [Fri, 28 Jan 2005 19:28:39 +0000 (19:28 +0000)]
In the ic1 error case, xfer the ic1 exception, not the ic0 exception

2005-01-28  Jeffrey Stedfast  <fejj@novell.com>

* camel-imap4-store.c (imap4_get_folder_info): In the ic1 error
case, xfer the ic1 exception, not the ic0 exception (which might
not even exist). Fixes bug #71919.

19 years agoTranslation updated by Daniel van Eeden.
Vincent van Adrighem [Fri, 28 Jan 2005 17:41:38 +0000 (17:41 +0000)]
Translation updated by Daniel van Eeden.

2005-01-28  Vincent van Adrighem  <adrighem@gnome.org>

* nl.po: Translation updated by Daniel van Eeden.

19 years agopass a correct boolean value as the 'searchable' flag.
Rodrigo Moya [Fri, 28 Jan 2005 15:57:39 +0000 (15:57 +0000)]
pass a correct boolean value as the 'searchable' flag.

2005-01-28  Rodrigo Moya <rodrigo@novell.com>

* libedataserver/e-categories.c (initialize_categories_config): pass
a correct boolean value as the 'searchable' flag.

19 years agoUpdate Update
Kjartan Maraas [Fri, 28 Jan 2005 15:56:17 +0000 (15:56 +0000)]
Update Update

2005-01-28  Kjartan Maraas  <kmaraas@gnome.org>

* nb.po: Update
* no.po: Update

19 years agowhile comparing name use given name too along with surname and full_name
Sivaiah Nallagatla [Fri, 28 Jan 2005 14:42:19 +0000 (14:42 +0000)]
while comparing name use given name too along with surname and full_name

2005-01-28  Sivaiah Nallagatla <snallagatla@novell.com>

        * libedata-book/e-book-backend-sexp.c
        (compare_name) : while comparing name
        use given name too along with surname and full_name strings
        Just using full name breaks completion based on given name
        where full name has prefixes like Mr

        Fixes #67267

19 years agouse surname, givenname and full_name for searches on name not just
Sivaiah Nallagatla [Fri, 28 Jan 2005 14:17:25 +0000 (14:17 +0000)]
use surname, givenname and full_name for searches on name not just

2005-01-28  Sivaiah Nallagatla <snallagatla@novell.com>

        * libedata-book/e-book-backend-summary.c (do_compare) :
        use surname, givenname and full_name for searches on name
        not just full_name value

        Fixes #71827

19 years ago*** empty log message ***
Rodrigo Moya [Fri, 28 Jan 2005 13:18:55 +0000 (13:18 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Rodrigo Moya [Fri, 28 Jan 2005 13:18:23 +0000 (13:18 +0000)]
*** empty log message ***

19 years agoremoved notifyCategoriesChanged method on CalListener.
Rodrigo Moya [Fri, 28 Jan 2005 13:17:37 +0000 (13:17 +0000)]
removed notifyCategoriesChanged method on CalListener.

2005-01-28  Rodrigo Moya <rodrigo@novell.com>

* idl/Evolution-DataServer-Calendar.idl: removed
notifyCategoriesChanged method on CalListener.

* libedata-cal/e-cal-backend.[ch] (e_cal_backend_init,
e_cal_backend_finalize, e_cal_backend_add_client): no need
to deal with categories now.
(free_category_cb, prune_changed_categories, add_category_cb,
notify_categories_changed, idle_notify_categories_changed,
e_cal_backend_ref_categories, e_cal_backend_unref_categories):
removed.

* libedata-cal/e-data-cal.[ch]
(e_data_cal_notify_categories_changed): removed.

* backends/file/e-cal-backend-file.c (add_component,
remove_recurrence_cb, remove_component, remove_instance,
remove_object_instance_cb): no need to deal with categories now.

* libecal/e-cal-listener.[ch]: removed "categories_changed" signal.
(impl_notifyCategoriesChanged): removed.
(e_cal_listener_class_init): don't set removed method. Don't create
"categories_changed" signal.

* libecal/e-cal.[ch]: removed "categories_changed" signal.
(categories_changed_idle_cb, categories_changed): removed.
(e_cal_init): removed connection to listener's "categories_changed"
signal.
(e_cal_class_init): don't create "categories_changed" signal.

19 years agousing getquickmessages instead of get items
Parthasarathi Susarla [Fri, 28 Jan 2005 09:47:04 +0000 (09:47 +0000)]
using getquickmessages instead of get items

2005-01-27  Parthasarathi Susarla <sparthasarathi@novell.com>

* providers/groupwise/camel-groupwise-folder.c
(groupwise_refresh_info):
(gw_update_summary): using getquickmessages instead of get items

*providers/groupwise/camel-groupwise-store.c
(groupwise_get_folder): using get quick messages instead of get
items

19 years agoGeneralize the messages marked for translation. Fixes #68712
Sivaiah Nallagatla [Fri, 28 Jan 2005 08:50:18 +0000 (08:50 +0000)]
Generalize the messages marked for translation. Fixes #68712

2005-01-28  Sivaiah Nallagatla <snallagatla@novell.com>

        * libebook/e-book.c (e_book_cancel)
        (do_open) (e_book_load_uri) (fetch_corba_book)
        (e_book_get_self) (e_book_set_default_source) :
        Generalize the messages marked for
        translation. Fixes #68712

19 years agopartially Fixes#68541
Chenthill Palanisamy [Fri, 28 Jan 2005 07:37:29 +0000 (07:37 +0000)]
partially Fixes#68541

2005-01-27  Chenthill Palanisamy  <pchenthill@novell.com>

partially Fixes#68541
* e-gw-connection.c: (reauthenticate),
(e_gw_connection_get_error_message), (logout),
(e_gw_connection_get_container_list), (e_gw_connection_get_items),
(e_gw_connection_get_items_from_ids), (e_gw_connection_get_deltas),
(e_gw_connection_send_item), (e_gw_connection_create_item),
(e_gw_connection_modify_item), (e_gw_connection_get_item),
(e_gw_connection_remove_item), (e_gw_connection_remove_items),
(e_gw_connection_accept_request),
(e_gw_connection_decline_request),
(e_gw_connection_retract_request), (e_gw_connection_create_book),
(e_gw_connection_get_address_book_list),
(e_gw_connection_modify_settings), (e_gw_connection_get_settings),
(e_gw_connection_get_categories), (e_gw_connection_add_members),
(e_gw_connection_remove_members), (e_gw_connection_create_cursor),
(e_gw_connection_destroy_cursor),
(e_gw_connection_position_cursor), (e_gw_connection_read_cursor),
(e_gw_connection_get_quick_messages),
(e_gw_connection_create_folder), (e_gw_connection_get_attachment),
(e_gw_connection_add_item), (e_gw_connection_add_items),
(e_gw_connection_rename_folder), (e_gw_connection_move_item),
(e_gw_connection_accept_shared_folder),
(e_gw_connection_purge_deleted_items), (e_gw_connection_mark_read),
(e_gw_connection_mark_unread):
* e-gw-connection.h: Added a new STATUS message NO_RESPONSE, and used
it in case if the server does not respond.

19 years agopartially Fixes#68541 Return the error message as NO_RESPONSE if the
Chenthill Palanisamy [Fri, 28 Jan 2005 07:34:04 +0000 (07:34 +0000)]
partially Fixes#68541 Return the error message as NO_RESPONSE if the

2005-01-27  Chenthill Palanisamy  <pchenthill@novell.com>

partially Fixes#68541
* backends/groupwise/e-cal-backend-groupwise-utils.c:
(start_freebusy_session), (close_freebusy_session),
(e_gw_connection_get_freebusy_info): Return the error
message as NO_RESPONSE if the server is not responding.
* backends/groupwise/e-cal-backend-groupwise.c (get_deltas):
Handled the NO_RESPONSE error status.

19 years ago revert inadvertant commit
Michael Zucci [Fri, 28 Jan 2005 05:54:31 +0000 (05:54 +0000)]
revert inadvertant commit

19 years ago** See bug #22496.
Not Zed [Fri, 28 Jan 2005 04:18:22 +0000 (04:18 +0000)]
** See bug #22496.

2005-01-28  Not Zed  <NotZed@Ximian.com>

** See bug #22496.

* camel-imap-command.c (camel_imap_command_response): check for no
and bad [alert] as well as ok [alert].

19 years ago added per-provider changelogs
Michael Zucci [Fri, 28 Jan 2005 03:39:00 +0000 (03:39 +0000)]
added per-provider changelogs

19 years ago** See bug #71427.
Not Zed [Fri, 28 Jan 2005 03:38:52 +0000 (03:38 +0000)]
** See bug #71427.

2005-01-24  Not Zed  <NotZed@Ximian.com>

        ** See bug #71427.

        * providers/pop3/camel-pop3-store.c (pop3_connect): fix the
        exception case for re-prompting for the password.

19 years ago added changelog per provider
Michael Zucci [Fri, 28 Jan 2005 03:37:14 +0000 (03:37 +0000)]
added changelog per provider

19 years agoset label mnemonic widget. (add_section): set a11y name for button and
Hao Sheng [Fri, 28 Jan 2005 03:02:36 +0000 (03:02 +0000)]
set label mnemonic widget. (add_section): set a11y name for button and

2005-01-27  Hao Sheng <hao.sheng@sun.com>

        * e-name-selector-dialog.c:
        (e_name_selector_dialog_init): set label mnemonic widget.
        (add_section): set a11y name for button and section.

        * e-name-selector.c:
        (e_name_selector_peek_section_entry): set a11y name to the mail entry

        * e-name-selector-dialog.glade: add access name and access key.

19 years agoDefault the have_mlist bit to TRUE so that upgraders from 2.0 won't have
Jeffrey Stedfast [Thu, 27 Jan 2005 21:11:04 +0000 (21:11 +0000)]
Default the have_mlist bit to TRUE so that upgraders from 2.0 won't have

2005-01-27  Jeffrey Stedfast  <fejj@novell.com>

* providers/imap4/camel-imap4-summary.c
(camel_imap4_summary_init): Default the have_mlist bit to TRUE so
that upgraders from 2.0 won't have their summaries rescanned.
(camel_imap4_summary_flush_updates): Always update have_mlist to
reflect reality.

19 years agoargh
Jeffrey Stedfast [Thu, 27 Jan 2005 19:58:59 +0000 (19:58 +0000)]
argh

19 years agodisable GPG_LOG & fix compile warnings when it is disabled
Jeffrey Stedfast [Thu, 27 Jan 2005 19:58:27 +0000 (19:58 +0000)]
disable GPG_LOG & fix compile warnings when it is disabled

19 years agodisable GPG_LOG
Jeffrey Stedfast [Thu, 27 Jan 2005 19:57:04 +0000 (19:57 +0000)]
disable GPG_LOG

19 years agoDefault the have_mlist bit to TRUE so that upgraders from 2.0 won't have
Jeffrey Stedfast [Thu, 27 Jan 2005 19:56:08 +0000 (19:56 +0000)]
Default the have_mlist bit to TRUE so that upgraders from 2.0 won't have

2005-01-27  Jeffrey Stedfast  <fejj@novell.com>

* providers/imap4/camel-imap4-summary.c
(camel_imap4_summary_init): Default the have_mlist bit to TRUE so
that upgraders from 2.0 won't have their summaries rescanned.

19 years agoReplace the textdomain call with bind_textdomain_codeset
Christophe Fergeau [Thu, 27 Jan 2005 18:14:50 +0000 (18:14 +0000)]
Replace the textdomain call with bind_textdomain_codeset

2005-01-27  Christophe Fergeau  <teuf@gnome.org>

* libebook/e-contact.c (e_contact_pretty_name):
Replace the textdomain call with bind_textdomain_codeset

Fixes #71116

19 years agoDecode References to improve threading code (In-Reply-To from ENVELOPE
Jeffrey Stedfast [Thu, 27 Jan 2005 16:55:59 +0000 (16:55 +0000)]
Decode References to improve threading code (In-Reply-To from ENVELOPE

2005-01-27  Jeffrey Stedfast  <fejj@ximian.com>

* providers/imap4/camel-imap4-summary.c (untagged_fetch_all):
Decode References to improve threading code (In-Reply-To from
ENVELOPE just wasn't good enough to make users happy). See bug
#71808.
(untagged_fetch_all): Look at the Content-Type header to decide if
the message might contain attachments.
(imap4_summary_fetch_all): Added References and Content-Type to
our query.

19 years agousing getquickmessages instead of get items
Parthasarathi Susarla [Thu, 27 Jan 2005 16:16:17 +0000 (16:16 +0000)]
using getquickmessages instead of get items

2005-01-27  Parthasarathi Susarla <sparthasarathi@novell.com>

* providers/groupwise/camel-groupwise-folder.c
  (groupwise_refresh_info):
  (gw_update_summary): using getquickmessages instead of
  get items

19 years agoFixed to handle "" as the delim portion of the NAMESPACE. Fixes bug
Jeffrey Stedfast [Thu, 27 Jan 2005 15:20:30 +0000 (15:20 +0000)]
Fixed to handle "" as the delim portion of the NAMESPACE. Fixes bug

2005-01-27  Jeffrey Stedfast  <fejj@ximian.com>

* providers/imap4/camel-imap4-engine.c (engine_parse_namespace):
Fixed to handle "" as the delim portion of the NAMESPACE. Fixes
bug #71847.

19 years agoReturn the error message as NO_RESPONSE if the server is not responding.
Chenthill Palanisamy [Thu, 27 Jan 2005 13:59:49 +0000 (13:59 +0000)]
Return the error message as NO_RESPONSE if the server is not responding.

2005-01-27  Chenthill Palanisamy  <pchenthill@novell.com>

* backends/groupwise/e-cal-backend-groupwise-utils.c:
(start_freebusy_session), (close_freebusy_session),
(e_gw_connection_get_freebusy_info): Return the error
message as NO_RESPONSE if the server is not responding.
* backends/groupwise/e-cal-backend-groupwise.c (get_deltas):
Handled the NO_RESPONSE error status.

19 years agoAdded a new STATUS message NO_RESPONSE, and used it in case if the server
Chenthill Palanisamy [Thu, 27 Jan 2005 13:55:38 +0000 (13:55 +0000)]
Added a new STATUS message NO_RESPONSE, and used it in case if the server

2005-01-27  Chenthill Palanisamy  <pchenthill@novell.com>

* e-gw-connection.c: (reauthenticate),
(e_gw_connection_get_error_message), (logout),
(e_gw_connection_get_container_list), (e_gw_connection_get_items),
(e_gw_connection_get_items_from_ids), (e_gw_connection_get_deltas),
(e_gw_connection_send_item), (e_gw_connection_create_item),
(e_gw_connection_modify_item), (e_gw_connection_get_item),
(e_gw_connection_remove_item), (e_gw_connection_remove_items),
(e_gw_connection_accept_request),
(e_gw_connection_decline_request),
(e_gw_connection_retract_request), (e_gw_connection_create_book),
(e_gw_connection_get_address_book_list),
(e_gw_connection_modify_settings), (e_gw_connection_get_settings),
(e_gw_connection_get_categories), (e_gw_connection_add_members),
(e_gw_connection_remove_members), (e_gw_connection_create_cursor),
(e_gw_connection_destroy_cursor),
(e_gw_connection_position_cursor), (e_gw_connection_read_cursor),
(e_gw_connection_get_quick_messages),
(e_gw_connection_create_folder), (e_gw_connection_get_attachment),
(e_gw_connection_add_item), (e_gw_connection_add_items),
(e_gw_connection_rename_folder), (e_gw_connection_move_item),
(e_gw_connection_accept_shared_folder),
(e_gw_connection_purge_deleted_items), (e_gw_connection_mark_read),
(e_gw_connection_mark_unread):
* e-gw-connection.h: Added a new STATUS message NO_RESPONSE, and used
it in case if the server does not respond.

19 years agoadded a GMutex for the idle saving callback. (save_file_when_idle, save):
Rodrigo Moya [Thu, 27 Jan 2005 12:55:32 +0000 (12:55 +0000)]
added a GMutex for the idle saving callback. (save_file_when_idle, save):

2005-01-27  Rodrigo Moya <rodrigo@novell.com>

* backends/file/e-cal-backend-file.c: added a GMutex for the idle saving
callback.
(save_file_when_idle, save): lock/unlock the mutex while setting values.
(e_cal_backend_file_finalize): unref the mutex.
(e_cal_backend_file_init): create the mutex.

19 years agofixed a type-o
Jeffrey Stedfast [Wed, 26 Jan 2005 22:02:28 +0000 (22:02 +0000)]
fixed a type-o

19 years agoCheck whether or not we have mlist info in our summary.
Jeffrey Stedfast [Wed, 26 Jan 2005 21:40:39 +0000 (21:40 +0000)]
Check whether or not we have mlist info in our summary.

2005-01-26  Jeffrey Stedfast  <fejj@novell.com>

* providers/imap4/camel-imap4-summary.c (imap4_header_load): Check
whether or not we have mlist info in our summary.
(imap4_header_save): Save have_mlist.
(camel_imap4_summary_flush_updates): Modified to clear the summary
and do a complete refetch if enable_mlist has been newly enabled
and we don't already have mlist info in our summary info's.
(imap4_fetch_all_add): If the \Recent flag is set, also add it to
the "recent" changes structure so the filetr code knows to filter
it.

19 years agoCheck whether or not we have mlist info in our summary.
Jeffrey Stedfast [Wed, 26 Jan 2005 21:30:58 +0000 (21:30 +0000)]
Check whether or not we have mlist info in our summary.

2005-01-26  Jeffrey Stedfast  <fejj@novell.com>

* providers/imap4/camel-imap4-summary.c (imap4_header_load): Check
whether or not we have mlist info in our summary.
(imap4_header_save): Save have_mlist.
(camel_imap4_summary_flush_updates): Modified to clear the summary
and do a complete refetch if enable_mlist has been newly enabled
and we don't already have mlist info in our summary info's.

19 years agosave the file when we add the component to the toplevel.
Rodrigo Moya [Wed, 26 Jan 2005 17:31:07 +0000 (17:31 +0000)]
save the file when we add the component to the toplevel.

2005-01-26  Rodrigo Moya <rodrigo@novell.com>

* backends/file/e-cal-backend-file.c (add_component): save the file
when we add the component to the toplevel.
(remove_component): make sure we always save the file.

19 years agoonly show categories that are searchable (ie, user visible).
Rodrigo Moya [Wed, 26 Jan 2005 12:39:44 +0000 (12:39 +0000)]
only show categories that are searchable (ie, user visible).

2005-01-26  Rodrigo Moya <rodrigo@novell.com>

* e-categories-dialog.c (e_categories_dialog_init): only show categories
that are searchable (ie, user visible).

19 years agoFixes #69909
JP Rosevear [Wed, 26 Jan 2005 06:12:45 +0000 (06:12 +0000)]
Fixes #69909

2005-01-26  JP Rosevear  <jpr@novell.com>

Fixes #69909

* src/server-logging.h: add private structure to instance

* src/server-logging.c (server_logging_register_domain): track the
information for the registration so we can later unregister it
(server_logging_dispose): unregister the log handlers and from the
information and list
(server_logging_finalize): free the private structure
(server_logging_class_init): set finalize/dispose methods

19 years agofix leak in the error case
JP Rosevear [Wed, 26 Jan 2005 05:06:21 +0000 (05:06 +0000)]
fix leak in the error case

2005-01-26  JP Rosevear  <jpr@novell.com>

* libecal/e-cal.c (e_cal_send_objects): fix leak in the error case

19 years agoUpdated Portuguese translation.
Duarte Loreto [Wed, 26 Jan 2005 00:22:43 +0000 (00:22 +0000)]
Updated Portuguese translation.

2005-01-26  Duarte Loreto <happyguy_pt@hotmail.com>

* pt.po: Updated Portuguese translation.

19 years agoSetup filtering and junk filtering stuff.
Jeffrey Stedfast [Tue, 25 Jan 2005 16:57:19 +0000 (16:57 +0000)]
Setup filtering and junk filtering stuff.

2005-01-25  Jeffrey Stedfast  <fejj@novell.com>

* providers/imap4/camel-imap4-folder.c (camel_imap4_folder_new):
Setup filtering and junk filtering stuff.

19 years agouninstall idle handler when successfully saving the file.
Rodrigo Moya [Tue, 25 Jan 2005 16:34:38 +0000 (16:34 +0000)]
uninstall idle handler when successfully saving the file.

2005-01-25  Rodrigo Moya <rodrigo@novell.com>

* backends/file/e-cal-backend-file.c (save_file_when_idle):
uninstall idle handler when successfully saving the file.