platform/upstream/evolution-data-server.git
18 years agoNot retrieving and displaying entire LDAP address book in name selector dialog.
Sushma Rai [Sat, 13 Aug 2005 06:27:51 +0000 (06:27 +0000)]
Not retrieving and displaying entire LDAP address book in name selector dialog.

18 years agoeturn error if we fail to get the DN for the user. Fixes #312988.
Sushma Rai [Sat, 13 Aug 2005 06:19:37 +0000 (06:19 +0000)]
eturn error if we fail to get the DN for the user. Fixes  #312988.

18 years agoFixed some memory leak.
Sushma Rai [Sat, 13 Aug 2005 06:11:27 +0000 (06:11 +0000)]
Fixed some memory leak.

18 years agoRemove stray trailing slashes from some -I options.
Tor Lillqvist [Sat, 13 Aug 2005 02:34:55 +0000 (02:34 +0000)]
Remove stray trailing slashes from some -I options.

2005-08-13  Tor Lillqvist  <tml@novell.com>

* src/Makefile.am (INCLUDES): Remove stray trailing slashes from
some -I options.

18 years agoUse NO_UNDEFINED.
Tor Lillqvist [Sat, 13 Aug 2005 02:33:16 +0000 (02:33 +0000)]
Use NO_UNDEFINED.

2005-08-13  Tor Lillqvist  <tml@novell.com>

* Makefile.am: Use NO_UNDEFINED.

18 years agoLink with libedataserver. Link with E_DATA_SERVER_UI_LIBS, not
Tor Lillqvist [Sat, 13 Aug 2005 02:29:01 +0000 (02:29 +0000)]
Link with libedataserver. Link with E_DATA_SERVER_UI_LIBS, not

2005-08-13  Tor Lillqvist  <tml@novell.com>

* Makefile.am: Link with libedataserver. Link with
E_DATA_SERVER_UI_LIBS, not E_DATA_SERVER_LIBS. Use NO_UNDEFINED.

18 years agoLink with SOCKET_LIBS. Use NO_UNDEFINED.
Tor Lillqvist [Sat, 13 Aug 2005 02:27:01 +0000 (02:27 +0000)]
Link with SOCKET_LIBS. Use NO_UNDEFINED.

2005-08-13  Tor Lillqvist  <tml@novell.com>

* libedataserver/Makefile.am: Link with SOCKET_LIBS. Use
NO_UNDEFINED.

18 years agoReorder: put libcamel after libcameltest.
Tor Lillqvist [Sat, 13 Aug 2005 02:24:47 +0000 (02:24 +0000)]
Reorder: put libcamel after libcameltest.

2005-08-13  Tor Lillqvist  <tml@novell.com>

* message/Makefile.am (LDADD): Reorder: put libcamel after
libcameltest.

18 years agoCall atexit() directly on Win32, not g_atexit(). As g_atexit() is
Tor Lillqvist [Sat, 13 Aug 2005 02:14:15 +0000 (02:14 +0000)]
Call atexit() directly on Win32, not g_atexit(). As g_atexit() is

2005-08-13  Tor Lillqvist  <tml@novell.com>

* camel.c (camel_init): Call atexit() directly on Win32, not
g_atexit(). As g_atexit() is currently implemented, the registered
function gets called when the GLib DLL is detached, not when the
process exits. This causes problems. Calling atexit() in the camel
DLL at least means the function gets called when the camel DLL is
detached, which works OK.

18 years agogroupwise/Makefile.am imap/Makefile.am imap4/Makefile.am local/Makefile.am
Tor Lillqvist [Fri, 12 Aug 2005 23:51:36 +0000 (23:51 +0000)]
groupwise/Makefile.am imap/Makefile.am imap4/Makefile.am local/Makefile.am

2005-08-12  Tor Lillqvist  <tml@novell.com>

* groupwise/Makefile.am
* imap/Makefile.am
* imap4/Makefile.am
* local/Makefile.am
* nntp/Makefile.am
* pop3/Makefile.am
* smtp/Makefile.am: Use NO_UNDEFINED. Link with libcamel-provider,
libcamel and CAMEL_LIBS.

* local/Makefile.am: Include the mh, maildir and spool stores
only on Unix.

18 years agoFixes #311078
Chenthill Palanisamy [Fri, 12 Aug 2005 15:20:24 +0000 (15:20 +0000)]
Fixes #311078

18 years agoLeave out sendmail on Win32.
Tor Lillqvist [Fri, 12 Aug 2005 12:58:54 +0000 (12:58 +0000)]
Leave out sendmail on Win32.

2005-08-12  Tor Lillqvist  <tml@novell.com>

* providers/Makefile.am: Leave out sendmail on Win32.

18 years agoLeave out camel-lock-client and camel-stream-process from
Tor Lillqvist [Fri, 12 Aug 2005 12:54:51 +0000 (12:54 +0000)]
Leave out camel-lock-client and camel-stream-process from

2005-08-12  Tor Lillqvist  <tml@novell.com>

* Makefile.am: Leave out camel-lock-client and
camel-stream-process from libcamel-provider on Win32. Leave out
camel-movemail and camel-sasl-kerberos4 from libcamel on
Win32. Include camel-win32 in libcamel on Win32. Don't build
lock-helper on Win32. Use NO_UNDEFINED. Link with CAMEL_LIBS,
SOCKET_LIBS and REGEX_LIBS.

* camel-win32.c: New file, some Win32-specific functions.

18 years agofix the message on the status bar when downloading summary for new
Parthasarathi Susarla [Thu, 11 Aug 2005 15:02:48 +0000 (15:02 +0000)]
fix the message on the status bar when downloading summary for new

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

* camel-groupwise-folder.c: (gw_update_cache):
fix the message on the status bar when downloading
summary for new messages
* camel-groupwise-store.c: remove commented code.

18 years agoUpdated German translation.
Frank Arnold [Thu, 11 Aug 2005 12:29:37 +0000 (12:29 +0000)]
Updated German translation.

2005-08-11  Frank Arnold  <farnold@cvs.gnome.org>

* de.po: Updated German translation.

18 years agoUse -no-undefined on Win32.
Tor Lillqvist [Wed, 10 Aug 2005 22:43:41 +0000 (22:43 +0000)]
Use -no-undefined on Win32.

2005-08-11  Tor Lillqvist  <tml@novell.com>

* libedata-cal/Makefile.am: Use -no-undefined on Win32.

* libedata-cal/e-cal-backend-factory.c: : Drop inclusion of
<pthread.h>, this file does not use any pthread API.

18 years agoNo getgid() or getppid() on Win32, #define as 0.
Tor Lillqvist [Wed, 10 Aug 2005 22:40:43 +0000 (22:40 +0000)]
No getgid() or getppid() on Win32, #define as 0.

2005-08-11  Tor Lillqvist  <tml@novell.com>

* libecal/e-cal-component.c: No getgid() or getppid() on
Win32, #define as 0.
(e_cal_component_gen_uid): Use g_get_host_name() on Win32.

* libecal/e-cal-recur.h (e_cal_recur_nth): Importing variables
from DLLs can be a bit problematic, so use a functional API
instead on Win32.

* libecal/e-cal-recur.c (e_cal_get_recur_nth): Win32-only function
that returns a pointer to the e_cal_recur_nth array.

18 years agoUse -no-undefined on Win32.
Tor Lillqvist [Wed, 10 Aug 2005 22:26:36 +0000 (22:26 +0000)]
Use -no-undefined on Win32.

2005-08-11  Tor Lillqvist  <tml@novell.com>

* libecal/Makefile.am: Use -no-undefined on Win32.

18 years agoLink with all used libraries. Use -no-undefined on Win32.
Tor Lillqvist [Wed, 10 Aug 2005 21:29:26 +0000 (21:29 +0000)]
Link with all used libraries. Use -no-undefined on Win32.

2005-08-11  Tor Lillqvist  <tml@novell.com>

* backends/weather/Makefile.am: Link with all used libraries. Use
-no-undefined on Win32.

* backends/weather/e-cal-backend-weather-factory.c: Drop inclusion
of <pthread.h>, this file does not use any pthread API.

18 years agoLink with all used libraries. Use -no-undefined on Win32.
Tor Lillqvist [Wed, 10 Aug 2005 21:27:19 +0000 (21:27 +0000)]
Link with all used libraries. Use -no-undefined on Win32.

2005-08-11  Tor Lillqvist  <tml@novell.com>

* backends/http/Makefile.am: Link with all used libraries. Use
-no-undefined on Win32.

* backends/file/e-cal-backend-http-factory.c: Drop inclusion of
<pthread.h>, this file does not use any pthread API.

18 years agoLink with all used libraries. Use -no-undefined on Win32.
Tor Lillqvist [Wed, 10 Aug 2005 21:25:00 +0000 (21:25 +0000)]
Link with all used libraries. Use -no-undefined on Win32.

2005-08-11  Tor Lillqvist  <tml@novell.com>

* backends/groupwise/Makefile.am: Link with all used
libraries. Use -no-undefined on Win32.

* backends/file/e-cal-backend-groupwise-factory.c: Drop inclusion
of <pthread.h>, this file does not use any pthread API.

18 years agoLink with all used libraries. Use -no-undefined on Win32.
Tor Lillqvist [Wed, 10 Aug 2005 21:20:18 +0000 (21:20 +0000)]
Link with all used libraries. Use -no-undefined on Win32.

2005-08-11  Tor Lillqvist  <tml@novell.com>

* backends/file/Makefile.am: Link with all used
libraries. Use -no-undefined on Win32.

* backends/file/e-cal-backend-file-factory.c: Drop inclusion of
<pthread.h>, this file does not use any pthread API.

18 years agoDrop inclusion of <pthread.h>, this file does not use any pthread API.
Tor Lillqvist [Wed, 10 Aug 2005 21:16:41 +0000 (21:16 +0000)]
Drop inclusion of <pthread.h>, this file does not use any pthread API.

2005-08-11  Tor Lillqvist  <tml@novell.com>

* backends/contacts/e-cal-backend-contacts-factory.c: Drop
inclusion of <pthread.h>, this file does not use any pthread API.

18 years agoLink with all used libraries. (LDFLAGS): Use -no-undefined on Win32.
Tor Lillqvist [Wed, 10 Aug 2005 21:14:34 +0000 (21:14 +0000)]
Link with all used libraries. (LDFLAGS): Use -no-undefined on Win32.

2005-08-10  Tor Lillqvist  <tml@novell.com>

* backends/contacts/Makefile.am (LIBADD): Link with all used
libraries.
(LDFLAGS): Use -no-undefined on Win32.

18 years agoAdded Bulgarian translation by Rostislav Raykov <zbrox@i-space.org>
Alexander Shopov [Wed, 10 Aug 2005 15:12:33 +0000 (15:12 +0000)]
Added Bulgarian translation by Rostislav Raykov <zbrox@i-space.org>

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

        * bg.po: Added Bulgarian translation by
        Rostislav Raykov <zbrox@i-space.org>

18 years agoPatch by "Ross Burton <ross@burtonini.com>" to removed the assignment of
Sushma Rai [Wed, 10 Aug 2005 13:26:55 +0000 (13:26 +0000)]
Patch by "Ross Burton  <ross@burtonini.com>" to removed the assignment of
g_string_append() return value to a variable, which is not used anywhere.
Fixes #313091

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.