platform/upstream/evolution-data-server.git
18 years ago** see bug 300797
Parthasarathi Susarla [Wed, 10 Aug 2005 12:33:13 +0000 (12:33 +0000)]
** see bug 300797

2005-08-10  Parthasarathi Susarla <sparthasarathi@novell.com>

** see bug 300797

* camel-groupwise-folde.c: (groupwise_refresh_folder):
handle an error.

18 years agoreturn E_GW_CONNECTION_OTHER for error 53530
Parthasarathi Susarla [Wed, 10 Aug 2005 12:23:32 +0000 (12:23 +0000)]
return E_GW_CONNECTION_OTHER for error 53530

2005-08-10  Parthasarathi Susarla <sparthasarathi@novell.com>

* e-gw-connection.c: (e_gw_connection_parse_response_status):
return E_GW_CONNECTION_OTHER for error 53530

18 years ago** see bug 300797
Parthasarathi Susarla [Wed, 10 Aug 2005 10:44:52 +0000 (10:44 +0000)]
** see bug 300797

2005-08-10  Parthasarathi Susarla <sparthasarathi@novell.com>

** see bug 300797

* camel-groupwise-folde.c: (groupwise_refresh_folder):
handle an error.

18 years agoreturn E_GW_CONNECTION_OTHER for error 53530
Parthasarathi Susarla [Wed, 10 Aug 2005 10:21:08 +0000 (10:21 +0000)]
return E_GW_CONNECTION_OTHER for error 53530

2005-08-10  Parthasarathi Susarla <sparthasarathi@novell.com>

* e-gw-connection.c: (e_gw_connection_parse_response_status):
return E_GW_CONNECTION_OTHER for error 53530

18 years agoenable status tracking options by default, unless user modified them.
Vivek Jain [Wed, 10 Aug 2005 03:41:39 +0000 (03:41 +0000)]
enable status tracking options by default, unless user modified them.

2005-08-09 Vivek Jain <jvivek@novell.com>

* camel-groupwise-utils.c : (camel_groupwise_util_item_from_message)
enable status tracking options by default, unless user modified them.
**Fixes #302963

18 years agoadd some debug logging.
Not Zed [Wed, 10 Aug 2005 02:05:39 +0000 (02:05 +0000)]
add some debug logging.

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

        * camel-store.c (camel_store_get_folder): add some debug logging.

18 years ago** See bug #312715 & other little fixes
Not Zed [Wed, 10 Aug 2005 02:05:15 +0000 (02:05 +0000)]
** See bug #312715 & other little fixes

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

        ** See bug #312715 & other little fixes

        * camel-imap-store.c (get_folder_offline): use the store summary
        as the indicator to whether the folder exists or not, not the
        files on disk.

        * camel-imap-utils.c (imap_path_to_physical): greatly simplify
        this awful mess.

        * camel-imap-store.c (get_folder_info_online): re-arrange locking
        so we only run if we need to.
        (imap_connect_online, imap_connect_offline): dont refresh-folders
        on startup, that is handled if we need to/can in get_folder_info.
        (get_folder_online): fix order of create folder checks.
        (delete_folder): fix locking/online check.
        (rename_folder): same here.
        (imap_forget_folder): remove the subfolders subdir too.

18 years agoFixes #309499
Chenthill Palanisamy [Tue, 9 Aug 2005 22:41:01 +0000 (22:41 +0000)]
Fixes #309499

18 years ago** see bug #312857
Parthasarathi Susarla [Tue, 9 Aug 2005 15:29:23 +0000 (15:29 +0000)]
** see bug #312857

2005-08-09  Parthasarathi Susarla <sparthasarathi@novell.com>

** see bug #312857

* camel-groupwise-folder.c: (groupwise_refresh_folder):
update summary only if there are new/modified items

18 years agoAdded check to handle the scenario when the server doesnot return the
Sankar P [Tue, 9 Aug 2005 10:44:04 +0000 (10:44 +0000)]
Added check to handle the scenario when the server doesnot return the

2005-08-09  Sankar P  <psankar@novell.com>

* backends/groupwise/e-cal-backend-groupwise.c:
(e_cal_backend_groupwise_create_object): Added check to handle
the scenario when the server doesnot return the proper list.
Fixes #312457

18 years agocheck for the content type, Message can be none other than text/plain,
Vivek Jain [Tue, 9 Aug 2005 08:23:24 +0000 (08:23 +0000)]
check for the content type, Message can be none other than text/plain,

2005-08-09 Vivek Jain <jvivek@novell.com>

* camel-groupwise-utils.c : (camel_groupwise_util_item_from_message)
check for the content type, Message can be none other than text/plain,
.(server doesn't support it). if its not, send as attachment,
Moved the code of handling attachment part into a new function
:(send_as_attachment).
**Fixes: #310325

18 years ago** See bug #300891
Changwoo Ryu [Tue, 9 Aug 2005 05:44:19 +0000 (05:44 +0000)]
** See bug #300891

2005-04-17  Changwoo Ryu  <cwryu@debian.org>

        ** See bug #300891

        * Makefile.am (INCLUDES): define CAMEL_EXPLICIT_TRANSLATION_DOMAIN
        and EVOLUTION_LOCALEDIR.

        * camel.c (camel_init): initialize gettext with bindtextdomain()
        and bind_textdomain_codeset().

2005-08-09  Changwoo Ryu <cwryu@debian.org>

        ** See bug #300115.

        * camel-mime-utils.c (rfc2047_encode_word): if the last unicode
        character in the input string is non-ASCII, it is always encoded
        as a separated chunk.

18 years ago** See bug #300891
Changwoo Ryu [Tue, 9 Aug 2005 05:43:51 +0000 (05:43 +0000)]
** See bug #300891

2005-04-17  Changwoo Ryu  <cwryu@debian.org>

        ** See bug #300891

        * Makefile.am (INCLUDES): define
        CAMEL_EXPLICIT_TRANSLATION_DOMAIN.

        * camel-smtp-provider.c (camel_provider_module_init):
        set translation_domain in CamelProvider struct.

18 years ago** See bug #300891
Changwoo Ryu [Tue, 9 Aug 2005 05:43:35 +0000 (05:43 +0000)]
** See bug #300891

2005-04-17  Changwoo Ryu  <cwryu@debian.org>

        ** See bug #300891

        * Makefile.am (INCLUDES): define
        CAMEL_EXPLICIT_TRANSLATION_DOMAIN.

        * camel-sendmail-provider.c (camel_provider_module_init):
        set translation_domain in CamelProvider struct.

18 years ago** See bug #300891
Changwoo Ryu [Tue, 9 Aug 2005 05:43:20 +0000 (05:43 +0000)]
** See bug #300891

2005-04-17  Changwoo Ryu  <cwryu@debian.org>

        ** See bug #300891

        * Makefile.am (INCLUDES): define
        CAMEL_EXPLICIT_TRANSLATION_DOMAIN.

        * camel-pop3-provider.c (camel_provider_module_init):
        set translation_domain in CamelProvider struct.

18 years ago** See bug #300891
Changwoo Ryu [Tue, 9 Aug 2005 05:43:06 +0000 (05:43 +0000)]
** See bug #300891

2005-04-17  Changwoo Ryu  <cwryu@debian.org>

        ** See bug #300891

        * Makefile.am (INCLUDES): define
        CAMEL_EXPLICIT_TRANSLATION_DOMAIN.

        * camel-nntp-provider.c (camel_provider_module_init):
        set translation_domain in CamelProvider struct.

18 years ago** See bug #300891
Changwoo Ryu [Tue, 9 Aug 2005 05:42:52 +0000 (05:42 +0000)]
** See bug #300891

2005-04-17  Changwoo Ryu  <cwryu@debian.org>

        ** See bug #300891

        * Makefile.am (INCLUDES): define
        CAMEL_EXPLICIT_TRANSLATION_DOMAIN.

        * camel-local-provider.c (camel_provider_module_init):
        set translation_domain in CamelProvider structs.

18 years ago** See bug #300891
Changwoo Ryu [Tue, 9 Aug 2005 05:42:40 +0000 (05:42 +0000)]
** See bug #300891

2005-04-17  Changwoo Ryu  <cwryu@debian.org>

        ** See bug #300891

        * Makefile.am (INCLUDES): define
        CAMEL_EXPLICIT_TRANSLATION_DOMAIN.

        * camel-imapp-provider.c (camel_provider_module_init):
        set translation_domain in CamelProvider struct.

18 years ago** See bug #300891
Changwoo Ryu [Tue, 9 Aug 2005 05:42:26 +0000 (05:42 +0000)]
** See bug #300891

2005-04-17  Changwoo Ryu  <cwryu@debian.org>

        ** See bug #300891

        * Makefile.am (INCLUDES): define
        CAMEL_EXPLICIT_TRANSLATION_DOMAIN.

        * camel-imap4-provider.c (camel_provider_module_init):
        set translation_domain in CamelProvider struct.

18 years ago** See bug #300891
Changwoo Ryu [Tue, 9 Aug 2005 05:42:03 +0000 (05:42 +0000)]
** See bug #300891

2005-04-17  Changwoo Ryu  <cwryu@debian.org>

        ** See bug #300891

        * Makefile.am (INCLUDES): define
        CAMEL_EXPLICIT_TRANSLATION_DOMAIN.

        * camel-imap-provider.c (camel_provider_module_init):
        set translation_domain in CamelProvider struct.

18 years ago** See bug #300891
Changwoo Ryu [Tue, 9 Aug 2005 05:41:50 +0000 (05:41 +0000)]
** See bug #300891

2005-04-17  Changwoo Ryu  <cwryu@debian.org>

        ** See bug #300891

        * Makefile.am (INCLUDES): define
        CAMEL_EXPLICIT_TRANSLATION_DOMAIN.

        * camel-groupwise-provider.c (camel_provider_module_init):
        set translation_domain in CamelProvider struct.

18 years ago** See bug #312831.
Not Zed [Tue, 9 Aug 2005 04:02:32 +0000 (04:02 +0000)]
** See bug #312831.

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

        ** See bug #312831.

        * camel-folder-thread.c (prune_empty): change to depth-first
        search so we check for empty children before checking if we have
        children.
        (dump_tree_rec): update debug func.

18 years ago** See bug #310496.
Not Zed [Tue, 9 Aug 2005 03:59:39 +0000 (03:59 +0000)]
** See bug #310496.

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

        ** See bug #310496.

        * smime/pgp.c (main): disable ourselves if CAMEL_TEST_GPG isn't
        set.  In reality i've never gotten it to work and it depends on a
        lot of things which change from distro to distro (e.g, gpg-agent
        completely breaks it).

18 years ago** See bug #311639.
Not Zed [Tue, 9 Aug 2005 03:59:22 +0000 (03:59 +0000)]
** See bug #311639.

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

        ** See bug #311639.

        * camel-mh-store.c (folders_update): add a rename mode, fix
        callers.
        (folders_scan): pass top to folder_info_build, otherwise
        get_folder_info doesn't work right.  Fix the check for subfolder
        test.

18 years agoUpdate version, libtool numbers.
Harish Krishnaswamy [Mon, 8 Aug 2005 16:36:05 +0000 (16:36 +0000)]
Update version, libtool numbers.

2005-08-08  Harish Krishnaswamy  <kharish@novell.com>

* configure.in: Update version, libtool numbers.

*****Release 1.3.7*****

18 years agoUpdated Spanish translation.
Francisco Javier F. Serrador [Sat, 6 Aug 2005 12:05:35 +0000 (12:05 +0000)]
Updated Spanish translation.

2005-08-06  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>

* es.po: Updated Spanish translation.

18 years ago'size' will be set conditionally, better initialized as NULL, as we free
Vivek Jain [Sat, 6 Aug 2005 11:26:31 +0000 (11:26 +0000)]
'size' will be set conditionally, better initialized as NULL, as we free

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

* e-gw_item.c: (add_attachment_to_soap_message):
'size' will be set conditionally, better initialized as NULL,
as we free it anyway.

18 years agoUpdated Traditional Chinese translation.
Chao-Hsiung Liao [Fri, 5 Aug 2005 11:37:32 +0000 (11:37 +0000)]
Updated Traditional Chinese translation.

2005-08-05  Chao-Hsiung Liao  <j_h_liau@yahoo.com.tw>

* zh_TW.po: Updated Traditional Chinese translation.

18 years agoRetuning 'other error' for invalid DN, instead of 'contact not found'
Sushma Rai [Fri, 5 Aug 2005 11:23:47 +0000 (11:23 +0000)]
Retuning 'other error' for invalid DN, instead of 'contact not found'

18 years agoFor get_contact_list(), replying from cache for system address book, if cache
Sushma Rai [Fri, 5 Aug 2005 11:12:21 +0000 (11:12 +0000)]
For get_contact_list(), replying from cache for system address book, if cache
is up-to-date. Because server doesn't support get items for given ids for
groupwise system addressbook.

18 years agoUpdated Czech translation.
Miloslav Trmac [Fri, 5 Aug 2005 10:43:57 +0000 (10:43 +0000)]
Updated Czech translation.

2005-08-05  Miloslav Trmac  <mitr@volny.cz>

* cs.po: Updated Czech translation.

18 years agofix for bug #300048. patch submitted by Roland Illig <roland.illig@gmx.de>
Harish Krishnaswamy [Fri, 5 Aug 2005 07:52:41 +0000 (07:52 +0000)]
fix for bug #300048. patch submitted by Roland Illig <roland.illig@gmx.de>

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

* configure.in: fix for bug #300048. patch
submitted by Roland Illig <roland.illig@gmx.de>

18 years ago** See bug #308512.
Not Zed [Fri, 5 Aug 2005 06:48:14 +0000 (06:48 +0000)]
** See bug #308512.

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

        ** See bug #308512.

        * e-passwords.c (ep_ask_password): implement new flag to disable
        the remember password box.

18 years agoTranslation updated by Reinout van Schouwen.
Vincent van Adrighem [Thu, 4 Aug 2005 21:16:55 +0000 (21:16 +0000)]
Translation updated by Reinout van Schouwen.

2002-10-04  Vincent van Adrighem  <adrighem@gnome.org>

* nl.po: Translation updated by Reinout van Schouwen.

18 years agoFixes #305590
Chenthill Palanisamy [Thu, 4 Aug 2005 16:42:14 +0000 (16:42 +0000)]
Fixes #305590

18 years agoset the CamelMimeMsg into a CamelMimePart and then into a CamelMultipart.
Parthasarathi Susarla [Thu, 4 Aug 2005 13:40:16 +0000 (13:40 +0000)]
set the CamelMimeMsg into a CamelMimePart and then into a CamelMultipart.

2005-08-04  Parthasarathi Susarla <sparthasarathi@novell.com>

* camel-groupwise-folder.c
(groupwise_folder_item_to_msg): set the CamelMimeMsg into
a CamelMimePart and then into a CamelMultipart.
Fixes Bug ** #312535

18 years agoFixes bug #305304
Chenthill Palanisamy [Thu, 4 Aug 2005 12:41:42 +0000 (12:41 +0000)]
Fixes bug #305304

18 years agoset the service status flag to connected. purge items if it is a Trash
Parthasarathi Susarla [Thu, 4 Aug 2005 09:47:17 +0000 (09:47 +0000)]
set the service status flag to connected. purge items if it is a Trash

2005-08-04  Parthasarathi Susarla <sparthasarathi@novell.com>

* camel-groupwise-store.c:
(groupwise_connect): set the service status flag to
connected.
* camel-groupwise-folder.c:
(groupwise_expunge): purge items if it is a Trash
Folder.
Fixes Bug ** 311887

18 years ago** See bug #274382.
Not Zed [Thu, 4 Aug 2005 02:50:03 +0000 (02:50 +0000)]
** See bug #274382.

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

        ** See bug #274382.

        * camel-mime-message.c (process_header): return false if we have a
        to/cc/etc, we can have multiple instances of all of these, and we
        dont want to strip them.

18 years agosetup the cache here. (nntp_connect_offline, nntp_connect_online): not
Not Zed [Thu, 4 Aug 2005 02:47:31 +0000 (02:47 +0000)]
setup the cache here. (nntp_connect_offline, nntp_connect_online): not

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

        * camel-nntp-store.c (nntp_construct): setup the cache here.
        (nntp_connect_offline, nntp_connect_online): not here or here.
        (nntp_store_finalize): free the cache.

18 years agoFormatting code. Removed space between statement and ';'.
Parthasarathi Susarla [Wed, 3 Aug 2005 13:59:01 +0000 (13:59 +0000)]
Formatting code. Removed space between statement and ';'.

2005-08-03  Parthasarathi Susarla <sparthasarathi@novell.com>

* camel-groupwise-folder.c:
* camel-groupwise-store.c:
* camel-groupwise-utils.c:
* camel-groupwise-transport.c:
Formatting code. Removed space between statement and ';'.

18 years agoDon't use g_ascii_strncasecmp in all the cases when lenght is going to be
Vivek Jain [Wed, 3 Aug 2005 13:23:23 +0000 (13:23 +0000)]
Don't use g_ascii_strncasecmp in all the cases when lenght is going to be

2005-08-03 Vivek Jain <jvivek@novell.com>

* camel-groupwise-folder.c:
* camel-groupwise-store.c: Don't use g_ascii_strncasecmp in all
the cases when lenght is going to be constant, replace it with
g_ascii_strcasecmp where we need case insensitive comparison,
and strcmp in others.

18 years agoFixes #310328
Chenthill Palanisamy [Wed, 3 Aug 2005 08:34:18 +0000 (08:34 +0000)]
Fixes #310328

18 years agoif account is not even enabled we don't have that store. g_error crashes
Vivek Jain [Wed, 3 Aug 2005 08:08:52 +0000 (08:08 +0000)]
if account is not even enabled we don't have that store. g_error crashes

2005-08-02 Vivek Jain <jvivek@novell.com>

* camel-groupwise-transport.c: (groupwise_send_to)
if account is not even enabled we don't have that store.
g_error crashes evolution for that, use g_warning

18 years ago** See bug #309237.
Not Zed [Wed, 3 Aug 2005 07:56:27 +0000 (07:56 +0000)]
** See bug #309237.

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

        ** See bug #309237.

        * camel-imap-store.c (connect_to_server): add the BRAINDAMAGED
        hack from 2.0.3, since some people seem to be relying on it.

18 years agoonly use command if use_command is set.
Shreyas Srinivasan [Wed, 3 Aug 2005 07:12:37 +0000 (07:12 +0000)]
only use command if use_command is set.

2005-08-02  Shreyas Srinivasan  <sshreyas@novell.com>

* camel-imap-store.c (connect_to_server_wrapper): only use command
if use_command is set.

18 years agoRemove the esources only after we have removed the folder from the server.
Sarfraaz Ahmed [Tue, 2 Aug 2005 13:09:54 +0000 (13:09 +0000)]
Remove the esources only after we have removed the folder from the server.

2005-08-02  Sarfraaz Ahmed <asarfraaz@novell.com>

        * storage/exchange-hierarchy-favorites.c (remove_folder) : Remove
        the esources only after we have removed the folder from the server.
        * storage/exchange-account.c (exchange_account_rescan_tree) : Add the
        toplevel folder of the hierarchy in the fresh folder list manually
        * storage/exchange-hierarchy-somedav.c (scan_subtree) : Temporary fix.
        Allow a rescan for now.
        * storage/exchange-esource.c (remove_folder_esource) : Handle the
        addressbook esource removal properly. We no longer use the absolute
        uri for addressbooks, except for GAL.

18 years agocheck for the flags to be reset while transferring to/from junk folder.
Vivek Jain [Tue, 2 Aug 2005 10:50:06 +0000 (10:50 +0000)]
check for the flags to be reset while transferring to/from junk folder.

2005-08-02 Vivek Jain <jvivek@novell.com>

* camel-groupwise-folder.c: (transfer_messages_to)
check for the flags to be reset while transferring to/from junk
folder.
**Fixes #312190
(groupwise_sync): make sure we never call mark_read when list is NULL

18 years agoCache download indication for GroupWise system address book.
Sushma Rai [Tue, 2 Aug 2005 07:17:22 +0000 (07:17 +0000)]
Cache download indication for GroupWise system address book.

18 years agoAdded code to check the protocol while comparing two URLs. Fixes bug
Sankar P [Tue, 2 Aug 2005 06:10:45 +0000 (06:10 +0000)]
Added code to check the protocol while comparing two URLs. Fixes bug

2005-08-02  Sankar P  <psankar@novell.com>

* camel-groupwise-provider.c: (groupwise_url_equal)
Added code to check the protocol while comparing two URLs.
Fixes bug #312185

18 years agoif we're getting from "", then use the right namespace, with stripped
Not Zed [Tue, 2 Aug 2005 03:00:50 +0000 (03:00 +0000)]
if we're getting from "", then use the right namespace, with stripped

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

        * camel-imap-store.c (get_folder_info_offline): if we're getting
        from "", then use the right namespace, with stripped trailing dir
        separator.
        (get_folders_online): we always do both a list and a lsub for each
        call.  We dont actually return any folders anymore either.
        (refresh_refresh): we just refresh all folders, subscribed or not.
        (get_folder_info_online): if we're getting the folder list, update
        the folder-summary from the server results, and then just get the
        folderinfo from that using get_folder_info_offline.
        (get_folders_sync): renamed from get_folders_online.
        (imap_connect_online): get the root list of folders differently,
        it will explictly check the namespace first.  and just make sure
        inbox is subscribed.
        (imap_is_subfolder, get_subscribed_folders)
        (get_folders_add_folders, get_folders): removed old stuff.

18 years agoCheck if a folder is a system folder or not before deleting or renaming
Parthasarathi Susarla [Mon, 1 Aug 2005 07:24:05 +0000 (07:24 +0000)]
Check if a folder is a system folder or not before deleting or renaming

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

* camel-groupwise-store.c:
(groupwise_is_system_folder):Check if a folder is a system
folder or not before deleting or renaming
(groupwise_store_construct):remove flag CAMEL_STORE_VTRASH

18 years agoformatted code, issues in coding style.
Parthasarathi Susarla [Sat, 30 Jul 2005 19:05:02 +0000 (19:05 +0000)]
formatted code, issues in coding style.

2005-07-30  Parthasarathi Susarla <sparthasarathi@novell.com>

* camel-groupwise-store.c:
formatted code, issues in coding style.

18 years agovi.po: Updated Vietnamese translation.
Clytie Siddall [Sat, 30 Jul 2005 11:11:54 +0000 (11:11 +0000)]
vi.po: Updated Vietnamese translation.

18 years agoupdate libtool numbers for libebook
Harish Krishnaswamy [Sat, 30 Jul 2005 09:35:10 +0000 (09:35 +0000)]
update libtool numbers for libebook

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

* configure.in: update libtool numbers for libebook

18 years agoBump version number
Harish Krishnaswamy [Sat, 30 Jul 2005 09:30:39 +0000 (09:30 +0000)]
Bump version number

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

* configure.in: Bump version number

*****Release 1.3.6.1***** includes fix for
#311731 - (Removing folders from an IMAP)

18 years agoUpdated Italian translation
Marco Ciampa [Fri, 29 Jul 2005 22:28:27 +0000 (22:28 +0000)]
Updated Italian translation

18 years agoin case of forwarded mails, do not populate data and size Fixes bug 303065
Parthasarathi Susarla [Fri, 29 Jul 2005 18:16:16 +0000 (18:16 +0000)]
in case of forwarded mails, do not populate data and size Fixes bug 303065

2005-07-29  Parthasarathi Susarla <sparthasarathi@novell.com>

* camel-groupwise-utils.c :
(camel_groupwise_util_item_from_message): in case of
forwarded mails, do not populate data and size
Fixes bug 303065

18 years agodo not send data and size if the values are not present. Not even NULL
Parthasarathi Susarla [Fri, 29 Jul 2005 17:39:13 +0000 (17:39 +0000)]
do not send data and size if the values are not present. Not even NULL

2005-07-29  Parthasarathi Susarla <sparthasarathi@novell.com>

* e-gw-item.c:
(add_attachment_to_soap_message): do not send data
and size if the values are not present. Not even
NULL data.
Fixes bug 303065

18 years agopass valid exception value in get_folder here NULL, so that clear doesn't
Vivek Jain [Fri, 29 Jul 2005 11:38:55 +0000 (11:38 +0000)]
pass valid exception value in get_folder here NULL, so that clear doesn't

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

* camel-groupwise-folder.c :(move_to_junk)
pass valid exception value in get_folder here NULL, so that clear
doesn't cause crash.

18 years ago** See bug #311731.
Not Zed [Fri, 29 Jul 2005 01:36:40 +0000 (01:36 +0000)]
** See bug #311731.

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

        ** See bug #311731.

        * camel-store.c (camel_folder_info_build): fix this, again, minor
        simplification.  it was messing up the namespace != "" case
        somewhat.

18 years ago** See bug #311731.
Not Zed [Fri, 29 Jul 2005 01:34:32 +0000 (01:34 +0000)]
** See bug #311731.

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

        ** See bug #311731.

        * camel-imap-store.c (get_folder_info_offline): build the
        folderinfo from the search base so we dont over-expand it.

18 years agoUse EXEEXT.
Tor Lillqvist [Thu, 28 Jul 2005 19:01:56 +0000 (19:01 +0000)]
Use EXEEXT.

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

* src/GNOME_Evolution_DataServer.server.in.in: Use EXEEXT.

18 years agoUpdated Finnish translation
Ilkka Tuohela [Thu, 28 Jul 2005 15:55:51 +0000 (15:55 +0000)]
Updated Finnish translation

18 years agoBulk changes to Finnish strings
Ilkka Tuohela [Thu, 28 Jul 2005 15:38:54 +0000 (15:38 +0000)]
Bulk changes to Finnish strings

18 years agoUpdated Polish translation by GNOME PL Team.
Artur Flinta [Thu, 28 Jul 2005 12:02:29 +0000 (12:02 +0000)]
Updated Polish translation by GNOME PL Team.

2005-07-28  Artur Flinta  <aflinta@cvs.gnome.org>

* pl.po: Updated Polish translation by GNOME PL Team.

18 years agoremove unwanted code. This function updates only the summary
Parthasarathi Susarla [Thu, 28 Jul 2005 10:14:33 +0000 (10:14 +0000)]
remove unwanted code. This function updates only the summary

2005-07-28  Parthasarathi Susarla <sparthasarathi@novell.com>

* camel-groupwise-store.c: (groupwise_get_folder)
remove unwanted code.
* camel-groupwise-folder.c:
(groupwise_update_summary):
This function updates only the summary
(groupwise_update_cache):
This method updates the cache with the message body
and attachment

18 years agoUpdated Japanese translation for v1.3.6.
Takeshi AIHANA [Thu, 28 Jul 2005 08:31:01 +0000 (08:31 +0000)]
Updated Japanese translation for v1.3.6.

2005-07-28  Takeshi AIHANA <aihana@gnome.gr.jp>

* ja.po: Updated Japanese translation for v1.3.6.

18 years agoThis should be included only if kerberos is enabled in the configure
Sarfraaz Ahmed [Thu, 28 Jul 2005 08:29:48 +0000 (08:29 +0000)]
This should be included only if kerberos is enabled in the configure

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

        * storage/exchange-account.c (is_password_expired) : This should be
        included only if kerberos is enabled in the configure options.

18 years agoRevert old patch
Shreyas Srinivasan [Thu, 28 Jul 2005 07:09:34 +0000 (07:09 +0000)]
Revert old patch

2005-7-28  Shreyas Srinivasan  <sshreyas@novell.com>

* camel-offline-folder.c: (camel_offline_folder_init): Revert old patch

18 years agoUpdated Translation
Ankitkumar Rameshchandra Patel [Thu, 28 Jul 2005 06:43:28 +0000 (06:43 +0000)]
Updated Translation

18 years agoupdated by rranjan@redhat.com
Rajesh Ranjan [Thu, 28 Jul 2005 05:35:07 +0000 (05:35 +0000)]
updated by rranjan@redhat.com

18 years agoTranslation updated by Ivar Smolin.
Priit Laes [Thu, 28 Jul 2005 04:48:16 +0000 (04:48 +0000)]
Translation updated by Ivar Smolin.

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

* et.po: Translation updated by Ivar Smolin.

18 years agoUpdated Norwegian Bokmål translation. Same.
Terance Sola [Thu, 28 Jul 2005 01:30:52 +0000 (01:30 +0000)]
Updated Norwegian Bokmål translation. Same.

2005-07-28  Terance Sola  <terance@lyse.net>

* nb.po: Updated Norwegian Bokmål translation.
* no.po: Same.

18 years agoUpdated pt_BR translation
Raphael Higino [Wed, 27 Jul 2005 23:47:30 +0000 (23:47 +0000)]
Updated pt_BR translation

18 years agoUpdated Simplified Chinese translation
Funda Wang [Wed, 27 Jul 2005 16:20:43 +0000 (16:20 +0000)]
Updated Simplified Chinese translation

18 years agoVoid function should not return value.
Mengjie Yu [Wed, 27 Jul 2005 10:58:50 +0000 (10:58 +0000)]
Void function should not return value.

2005-07-27  Mengjie Yu  <meng-jie.yu@sun.com>

        * camel-store.c: (camel_isubscribe_subscribe),
        (camel_isubscribe_unsubscribe):
        Void function should not return value.

        Fixes #310198

18 years agoAdd reserved field for an empty structure. Add reserved field for an empty
Mengjie Yu [Wed, 27 Jul 2005 10:57:21 +0000 (10:57 +0000)]
Add reserved field for an empty structure. Add reserved field for an empty

2005-07-27  Mengjie Yu  <meng-jie.yu@sun.com>

        * backends/file/e-cal-backend-file-events.c:
        Add reserved field for an empty structure.
        * backends/file/e-cal-backend-file-journal.c:
        Add reserved field for an empty structure.
        * backends/file/e-cal-backend-file-todos.c:
        Add reserved field for an empty structure.
        * backends/groupwise/e-cal-backend-groupwise-utils.c:
        (e_gw_item_to_cal_component):
        Convert a structure to the same type will fail under sun's compiler.
        * backends/weather/e-weather-source.c: (e_weather_source_parse):
        void function should not return value.

        Fixes #310198

18 years agomake sure we get subscribed folders using lsub too, if we're getting a
Not Zed [Wed, 27 Jul 2005 10:08:44 +0000 (10:08 +0000)]
make sure we get subscribed folders using lsub too, if we're getting a

2005-07-27  Not Zed  <NotZed@Ximian.com>

        * camel-imap-store.c (get_folder_info_online): make sure we get
        subscribed folders using lsub too, if we're getting a list of all
        folders.  See bug #311658.

18 years agoSetting an exception if delivery fails, so as to retain unsent items in
Sankar P [Wed, 27 Jul 2005 09:23:18 +0000 (09:23 +0000)]
Setting an exception if delivery fails, so as to retain unsent items in

2005-07-27  Sankar P  <psankar@novell.com>

* camel-groupwise-transport.c: (groupwise_send_to)
Setting an exception if delivery fails, so as to
retain unsent items in Outbox.
Fixes #302968

18 years agoSetting the proper array lenght for emails. Patch submitted by
Sushma Rai [Wed, 27 Jul 2005 09:15:07 +0000 (09:15 +0000)]
Setting the proper array lenght for emails. Patch submitted by
"weo@weo1.de (Wolfgang Ocker)" fixes #311684.

18 years agoremove some unnecessary locks (gw_update_summary): remove unused code
Parthasarathi Susarla [Wed, 27 Jul 2005 08:26:30 +0000 (08:26 +0000)]
remove some unnecessary locks (gw_update_summary): remove unused code

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

* camel-groupwise-folder.c
(groupwise_folder_get_message): remove some unnecessary locks
(gw_update_summary): remove unused code

* camel-groupwise-store.c
(groupwise_get_folder): remove locks

18 years agoProvided summary file support to cache, so that cache lookup becomes faster.
Sushma Rai [Wed, 27 Jul 2005 08:00:33 +0000 (08:00 +0000)]
Provided summary file support to cache, so that cache lookup becomes faster.
Also, replying GW system address book queries from cache, as now we sync. the
cache periodically. Fixes all the performance issues with huge GW system address
book and #303111.

18 years agoUpdated Translation
Ankitkumar Rameshchandra Patel [Wed, 27 Jul 2005 05:49:40 +0000 (05:49 +0000)]
Updated Translation

18 years agoTranslation updated by Ivar Smolin.
Priit Laes [Wed, 27 Jul 2005 05:30:45 +0000 (05:30 +0000)]
Translation updated by Ivar Smolin.

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

* et.po: Translation updated by Ivar Smolin.

18 years agomake sure we're connected before issuing a command.
Not Zed [Wed, 27 Jul 2005 04:48:09 +0000 (04:48 +0000)]
make sure we're connected before issuing a command.

2005-07-27  Not Zed  <NotZed@Ximian.com>

        * camel-imap-folder.c (imap_sync_online): make sure we're
        connected before issuing a command.

2005-07-26  Not Zed  <NotZed@Ximian.com>

        * camel-imap-store.c (connect_to_server_wrapper): only use command
        if use_command is set.

        * camel-imap-store-summary.c
        (camel_imap_store_summary_add_from_full): set the inbox folder
        type properly.

18 years agoUpdated and fixed Indonesian translation done by Imam Musthaqim
Ahmad Riza H Nst [Wed, 27 Jul 2005 04:25:29 +0000 (04:25 +0000)]
Updated and fixed Indonesian translation done by Imam Musthaqim

2005-07-27  Ahmad Riza H Nst  <rizahnst@eriagempita.co.id>

        * id.po: Updated and fixed Indonesian translation
                 done by Imam Musthaqim  <imam@infoflow.co.id>

18 years agobump version ****** Release 1.3.6 *****
Harish Krishnaswamy [Tue, 26 Jul 2005 14:37:50 +0000 (14:37 +0000)]
bump version ****** Release 1.3.6 *****

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

* configure.in : bump version
****** Release 1.3.6 *****

18 years agoAdded missing files. Updated Canadian English translation.
Adam Weinberger [Tue, 26 Jul 2005 07:57:02 +0000 (07:57 +0000)]
Added missing files. Updated Canadian English translation.

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

* POTFILES.in: Added missing files.
* en_CA.po: Updated Canadian English translation.

18 years agovi.po: Updated Vietnamese translation.
Clytie Siddall [Tue, 26 Jul 2005 07:47:18 +0000 (07:47 +0000)]
vi.po: Updated Vietnamese translation.

18 years agoUpdated German translation.
Frank Arnold [Tue, 26 Jul 2005 07:21:09 +0000 (07:21 +0000)]
Updated German translation.

2005-07-26  Frank Arnold  <farnold@cvs.gnome.org>

* de.po: Updated German translation.

18 years agoUpdated Indonesian translation done by Imam Musthaqim
Ahmad Riza H Nst [Tue, 26 Jul 2005 05:07:24 +0000 (05:07 +0000)]
Updated Indonesian translation done by Imam Musthaqim

2005-07-26  Ahmad Riza H Nst  <rizahnst@eriagempita.co.id>

        * id.po: Updated Indonesian translation
                 done by Imam Musthaqim  <imam@infoflow.co.id>

18 years agoFixes #271837 Fix for build break in sun compiler. Committing for
Chenthill Palanisamy [Mon, 25 Jul 2005 14:12:58 +0000 (14:12 +0000)]
Fixes #271837 Fix for build break in sun compiler. Committing for

2005-07-25  Chenthill Palanisamy  <pchenthill@novell.com>

Fixes #271837
* libecal/e-cal.c:
(e_cal_get_object): Fix for build break in sun
compiler.
Committing for bugzilla-novell@thewrittenword.com.

18 years agoFixes #303548 Removed the getItems call for getting the new items, instead
Chenthill Palanisamy [Mon, 25 Jul 2005 13:55:59 +0000 (13:55 +0000)]
Fixes #303548 Removed the getItems call for getting the new items, instead

2005-07-25  Chenthill Palanisamy  <pchenthill@novell.com>

Fixes #303548
* backends/groupwise/e-cal-backend-groupwise.c: (populate_cache),
(get_deltas): Removed the getItems call for getting the new items,
instead check for new items with all ids returned in read cursors
request.

18 years agoFixes #303548 Get buffer and buffer_length if soap response gets the param
Chenthill Palanisamy [Mon, 25 Jul 2005 13:55:19 +0000 (13:55 +0000)]
Fixes #303548 Get buffer and buffer_length if soap response gets the param

2005-07-25  Chenthill Palanisamy  <pchenthill@novell.com>

Fixes #303548
* e-gw-connection.[ch]:
(e_gw_connection_get_attachment): Get buffer and buffer_length
if soap response gets the param for "part".
(e_gw_connection_read_cal_ids): Renamed the old function
read_ical_ids.
* e-gw-item.c:
(e_gw_item_free_cal_id): New function to free the structure
EGwItemCalId.
(e_gw_item_set_calendar_item_elements): Fixed a warning.
* e-gw-item.h: New structure to store the ids w.r.t calendar
items.

18 years agoFreezing the file cache for GroupWise system address book at the proper place.
Sushma Rai [Mon, 25 Jul 2005 10:33:02 +0000 (10:33 +0000)]
Freezing the file cache for GroupWise system address book at the proper place.

18 years agofix a crash freeing attachment buffer
Parthasarathi Susarla [Mon, 25 Jul 2005 10:16:05 +0000 (10:16 +0000)]
fix a crash freeing attachment buffer

2005-07-25  Parthasarathi Susarla <sparthasarathi@novell.com>

* camel-groupwise-folder.c: (groupwise_folder_item_to_msg)
fix a crash freeing attachment buffer

19 years agoinitialization of a variable. fixes Bug 301871.
Parthasarathi Susarla [Mon, 25 Jul 2005 09:20:12 +0000 (09:20 +0000)]
initialization of a variable. fixes Bug 301871.

2005-07-25  Parthasarathi Susarla <sparthasarathi@novell.com>

* camel-imap-store.c (connect_to_server): initialization of a
variable. fixes Bug 301871.

19 years agosome initialisation. ** Fixes Bug 301871
Parthasarathi Susarla [Mon, 25 Jul 2005 09:11:22 +0000 (09:11 +0000)]
some initialisation. ** Fixes Bug 301871

2005-07-25  Parthasarathi Susarla <sparthasarathi@novell.com>
* camel-pop3-store.c: (connect_to_server):
some initialisation. ** Fixes Bug 301871

19 years ago (get_folder_online): remove duplicate lock.
Michael Zucci [Mon, 25 Jul 2005 09:08:25 +0000 (09:08 +0000)]
    (get_folder_online): remove duplicate lock.