platform/upstream/evolution-data-server.git
19 years agore-arrange some bitfields (this is not public api), and add a refresh
Not Zed [Thu, 21 Jul 2005 04:02:42 +0000 (04:02 +0000)]
re-arrange some bitfields (this is not public api), and add a refresh

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

        * camel-imap-store.h: re-arrange some bitfields (this is not
        public api), and add a refresh stamp so we know when to next
        refresh the list of folders from the server.

        * camel-imap-store.c (imap_build_folder_info): set unknown counts
        -1, not 0.
        (get_folder_online): if the folder is on disk, just get it
        offline, only go to the server if we need to.
        (fill_fi): dont refresh the folder here, let the client code do
        it.

        * camel-imap-command.c (imap_command_start): add some asserts,
        time to fix those 'stream == NULL' warnings properly.
        (camel_imap_command_continuation): same.

        * camel-imap-store.c (get_folder_counts): remove this, we rely on
        the client calling folder.refresh_info instead.
        (get_one_folder_offline): removed, handled more directly from the
        storesummary now.
        (refresh_refresh): new async function to update the list of
        folders (not the folder counts) from the server.  We now just use
        "*" to get all the folders rather than frobbing around with
        partial fetches.
        (get_folder_info_online): changed radically, if we are getting
        subscribed folders, always go to the local list, but update it
        asynchronously if we need to.  if we're not, then always go to the
        server, but use a simplified listing mechanism.
        (camel_imap_store_connected): changed to hide some hidden logic,
        we want not only connected, but online as well; so make it
        actually do that.
        (fill_fi): dont do anything slow here, dont honour the 'not fast'
        flag anymore.

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

        * camel-imap-folder.c (imap_get_message): dont force a connect
        until we need it.
        (camel_imap_folder_fetch_data): force a connect if we need it.
        (imap_refresh_info): force connect if we need to.
        (imap_get_message): touch the summary if we changed the body
        content info record.

        * camel-imap-store.c (camel_imap_store_init): we always support
        subscriptions, this is a backend property not a store instance
        property.
        (imap_connect_online, rename_folder, get_one_folder_offline)
        (get_folder_info_offline): fix for above.
        (get_folder_offline): wtf is it connecting for???

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

        * camel-imap-folder.c (imap_refresh_info): copy over counts to the
        store summary & save all summaries.

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

        * camel-imap-store.c (imap_connect_online): only get the folder
        list if we dont have any yet.

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

        * camel-imap-store.c (get_folder_info_online): if we are fast,
        then dont go to the server at all, if we have any folders
        recorded.
        (get_folder_counts): never request STATUS on unselected folders.
        (get_folder_info_offline): build the list directly from the
        summary, dont scan the filesystem.
        (parse_list_response_as_folder_info): always initialise counts to
        unknown (-1).

19 years agoUpdated Translation
Ankitkumar Rameshchandra Patel [Wed, 20 Jul 2005 13:44:12 +0000 (13:44 +0000)]
Updated Translation

19 years ago** Fix for bug ** 310953
Parthasarathi Susarla [Wed, 20 Jul 2005 05:38:15 +0000 (05:38 +0000)]
** Fix for bug ** 310953

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

* camel-groupwise-folder.c:
  ** Fix for bug ** 310953

19 years agoEnable building with Mozilla nspr and nss on Win32. No -ldl on Win32. No
Tor Lillqvist [Tue, 19 Jul 2005 22:37:39 +0000 (22:37 +0000)]
Enable building with Mozilla nspr and nss on Win32. No -ldl on Win32. No

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

* configure.in: Enable building with Mozilla nspr and nss on
Win32. No -ldl on Win32. No import library for softokn3.dll.

19 years agoUpdated the ChangeLog.
Chenthill Palanisamy [Tue, 19 Jul 2005 14:32:32 +0000 (14:32 +0000)]
Updated the ChangeLog.

19 years agoAdded the needed parameters for accepting/declining recurring appointments.
Chenthill Palanisamy [Tue, 19 Jul 2005 14:21:46 +0000 (14:21 +0000)]
Added the needed parameters for accepting/declining recurring appointments.
Set the item_id while accepting the single instance of the appoitment.

19 years agoUse the recurrence key as the uid for the recurring appointment.
Chenthill Palanisamy [Tue, 19 Jul 2005 14:14:38 +0000 (14:14 +0000)]
Use the recurrence key as the uid for the recurring appointment.

19 years agoRemoved the two functions for accepting/declining recurring appointments and
Chenthill Palanisamy [Tue, 19 Jul 2005 14:11:49 +0000 (14:11 +0000)]
Removed the two functions for accepting/declining recurring appointments and
handled them with the exisinting functions.

19 years agochecks if a folder exists or not ** Fixes bug 310716
Parthasarathi Susarla [Tue, 19 Jul 2005 12:27:04 +0000 (12:27 +0000)]
checks if a folder exists or not ** Fixes bug 310716

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

* camel-groupwise-store.c:
(does_folder_exist): checks if a folder exists or not
** Fixes bug 310716

19 years agoTranslation updated by Reinout van Schouwen.
Vincent van Adrighem [Tue, 19 Jul 2005 11:57:57 +0000 (11:57 +0000)]
Translation updated by Reinout van Schouwen.

2005-07-19  Vincent van Adrighem  <adrighem@gnome.org>

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

19 years ago: removed Changed the name hash. Now it stores full names of the folders
Vivek Jain [Tue, 19 Jul 2005 10:27:02 +0000 (10:27 +0000)]
: removed Changed the name hash. Now it stores full names of the folders

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

* camel-groupwise-store.[ch] :
(gw_get_path) : removed
* camel-groupwise-store.c:
(groupwise_get_folder_info): Changed the name hash. Now
it stores full names of the folders
(groupwise_rename_folder):
(groupwise_delete_folder):
(groupwise_create_folder):
(groupwise_get_folder) :
use full name of the folder to perform any operation, when
folder name is to be taken from name_hash
(groupwise_build_folder_info): we don't need to call gw_get_path
use full name passed directly

* camel-groupwise-folder.c :
(groupwise_transfer_messages_to):
(groupwise_append_message):
(groupwise_expunge):
(groupwise_sync):
(groupwise_folder_get_message):
(groupwise_folder_get_message):
(groupwise_refresh_folder):
(groupwise_update_summary):
use full_name in container id lookup
also fixed some memory leaks and removed unnecesary white spaces
**Fixes #309502 sort of bugs

19 years agoadding g_list_reverse(..) after the loop shows the addresses in the same
S.Antony Vincent Pandian [Tue, 19 Jul 2005 10:19:41 +0000 (10:19 +0000)]
adding g_list_reverse(..) after the loop shows the addresses in the same

2005-07-07  S.Antony Vincent Pandian <santony@gmail.com>

       * e-destination-store.c (e_destination_store_list_destinations):
       adding g_list_reverse(..) after the loop shows the
       addresses in the same order as sent thus solving the bug.

       Fixes #301922

       ** committed on behalf of antony, since he does not have commit rights

19 years agochecks if a folder exists or not ** Fixes bug 310716
Parthasarathi Susarla [Tue, 19 Jul 2005 10:09:07 +0000 (10:09 +0000)]
checks if a folder exists or not ** Fixes bug 310716

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

* camel-groupwise-store.c:
(does_folder_exist): checks if a folder exists or not
** Fixes bug 310716

19 years agoRemove some redundant code in groupwise_get_folder which was crashing
Shreyas Srinivasan [Tue, 19 Jul 2005 09:06:22 +0000 (09:06 +0000)]
Remove some redundant code in groupwise_get_folder which was crashing

2005-07-19  Shreyas Srinivasan <sshreyas@novell.com>

        * camel-groupwise-store.c: Remove some redundant code in
        groupwise_get_folder which was crashing evolution on Mac.

19 years agoTo kill a e-password-dialog, we shall send a cancel reply, but not just
Jedy Wang [Tue, 19 Jul 2005 08:12:10 +0000 (08:12 +0000)]
To kill a e-password-dialog, we shall send a cancel reply, but not just

2005-07-15  Jedy Wang  <jedy.wang@sun.com>

* e-passwords.c: (e_passwords_cancel): To kill a e-password-dialog,
we shall send a cancel reply, but not just simply destroy the widget.

19 years agoTranslation updated by Ivar Smolin.
Priit Laes [Mon, 18 Jul 2005 18:44:41 +0000 (18:44 +0000)]
Translation updated by Ivar Smolin.

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

* et.po: Translation updated by Ivar Smolin.

19 years agoUpdated Canadian English translation.
Adam Weinberger [Mon, 18 Jul 2005 08:28:30 +0000 (08:28 +0000)]
Updated Canadian English translation.

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

* en_CA.po: Updated Canadian English translation.

19 years agoTranslation updated by Ivar Smolin.
Priit Laes [Sun, 17 Jul 2005 22:34:33 +0000 (22:34 +0000)]
Translation updated by Ivar Smolin.

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

* et.po: Translation updated by Ivar Smolin.

19 years agoUpdated Spanish translation.
Francisco Javier F. Serrador [Sun, 17 Jul 2005 10:14:48 +0000 (10:14 +0000)]
Updated Spanish translation.

2005-07-17  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>

* es.po: Updated Spanish translation.

19 years agovi.po: Updated Vietnamese translation.CVS: -------------------------------------...
Clytie Siddall [Sun, 17 Jul 2005 08:00:39 +0000 (08:00 +0000)]
vi.po: Updated Vietnamese translation.CVS: ----------------------------------------------------------------------

19 years agoUpdated Serbian translation by Igor Nestorovic.
Danilo Šegan [Sat, 16 Jul 2005 10:27:47 +0000 (10:27 +0000)]
Updated Serbian translation by Igor Nestorovic.

19 years agoUpdated Norwegian bokmål translation. Same
Kjartan Maraas [Sat, 16 Jul 2005 09:31:02 +0000 (09:31 +0000)]
Updated Norwegian bokmål translation. Same

2005-07-16  Kjartan Maraas  <kmaraas@gnome.org>

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

19 years agoUpdate the error value before looping. This fixes #310483.
Arunprakash [Sat, 16 Jul 2005 07:13:34 +0000 (07:13 +0000)]
Update the error value before looping. This fixes #310483.

2005-07-15  Arunprakash <arunp@novell.com>

        * storage/exchange-account.c (exchange_account_connect) :  Update the
        error value before looping. This fixes #310483.

19 years agoAdded a missing exchange file. And removed the files which didnt have any
Sarfraaz Ahmed [Sat, 16 Jul 2005 06:43:22 +0000 (06:43 +0000)]
Added a missing exchange file. And removed the files which didnt have any

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

        * POTFILES.in : Added a missing exchange file. And removed the files
        which didnt have any translations needed

19 years agoUpdated pt_BR translation
Raphael Higino [Fri, 15 Jul 2005 20:49:42 +0000 (20:49 +0000)]
Updated pt_BR translation

19 years agoupdated by rranjan@redhat.com
Rajesh Ranjan [Fri, 15 Jul 2005 09:53:53 +0000 (09:53 +0000)]
updated by rranjan@redhat.com

19 years agoHungarian translation updated.
Gabor Kelemen [Fri, 15 Jul 2005 08:46:09 +0000 (08:46 +0000)]
Hungarian translation updated.

2005-07-15  Gabor Kelemen  <kelemeng@gnome.hu>

* hu.po: Hungarian translation updated.

19 years agoupdate for Punjabi
Amanpreet Singh Alam [Fri, 15 Jul 2005 05:00:42 +0000 (05:00 +0000)]
update for Punjabi

19 years agoUse the version-info Fix a warning
Sarfraaz Ahmed [Thu, 14 Jul 2005 11:51:35 +0000 (11:51 +0000)]
Use the version-info Fix a warning

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

        * storage/Makefile.am : Use the version-info
        * storage/exchange-account.c : Fix a warning

19 years agoSubstituting the CURRENT:REVISION:AGE variables for library versions
Sarfraaz Ahmed [Thu, 14 Jul 2005 11:50:26 +0000 (11:50 +0000)]
Substituting the CURRENT:REVISION:AGE variables for library versions

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

        * configure.in : Substituting the CURRENT:REVISION:AGE variables for
        library versions

19 years agoTranslation updated.
Priit Laes [Thu, 14 Jul 2005 11:26:38 +0000 (11:26 +0000)]
Translation updated.

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

* et.po: Translation updated.

19 years agoUpdated Czech translation.
Miloslav Trmac [Thu, 14 Jul 2005 08:56:33 +0000 (08:56 +0000)]
Updated Czech translation.

2005-07-14  Miloslav Trmac  <mitr@volny.cz>

* cs.po: Updated Czech translation.

19 years agoUpdated Serbian translation by Igor Nestorovic.
Danilo Šegan [Thu, 14 Jul 2005 06:18:40 +0000 (06:18 +0000)]
Updated Serbian translation by Igor Nestorovic.

19 years agoThe esource removal should be moved to the eplugins code.
Sarfraaz Ahmed [Thu, 14 Jul 2005 03:46:17 +0000 (03:46 +0000)]
The esource removal should be moved to the eplugins code.

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

        * storage/exchange-hierarchy-foreign.c (remove_folder) : The esource
        removal should be moved to the eplugins code.

19 years agoinitialise the mode to something which reflects the actual mode.
Not Zed [Thu, 14 Jul 2005 03:05:11 +0000 (03:05 +0000)]
initialise the mode to something which reflects the actual mode.

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

        * camel-store.c (camel_store_init): initialise the mode to
        something which reflects the actual mode.

        * camel-store.h: fix the permission bit names and mode name.

        * camel-session.c (camel_session_class_init,
        camel_session_set_online): Create/emit a new event 'online'.

19 years agoAdded peek while the items from the server.
Chenthill Palanisamy [Wed, 13 Jul 2005 08:55:30 +0000 (08:55 +0000)]
Added peek while the items from the server.

19 years agovi.po: Updated Vietnamese translation.CVS: -------------------------------------...
Clytie Siddall [Wed, 13 Jul 2005 08:08:39 +0000 (08:08 +0000)]
vi.po: Updated Vietnamese translation.CVS: ----------------------------------------------------------------------

19 years agoFreezing the cache during updates, and writing to disk at once, fixes the
Sushma Rai [Wed, 13 Jul 2005 05:32:11 +0000 (05:32 +0000)]
Freezing the cache during updates, and writing to disk at once, fixes the
problem of high CPU usage during huge cache updates.

19 years ago*****Release 1.3.5******* bump version, libtool numbers
Harish Krishnaswamy [Tue, 12 Jul 2005 06:21:09 +0000 (06:21 +0000)]
*****Release 1.3.5******* bump version, libtool numbers

2005-07-12 Harish Krishnaswamy <kharish@novell.com>
*****Release 1.3.5******* bump version, libtool numbers

19 years agoMaking the name selector dialog modal. Committing the patch once again..
Sushma Rai [Mon, 11 Jul 2005 08:25:32 +0000 (08:25 +0000)]
Making the name selector dialog modal. Committing the patch once again..

19 years agoAdding the BOOK URI property to the contact. Needed for getting the e-mail
Sushma Rai [Mon, 11 Jul 2005 08:08:04 +0000 (08:08 +0000)]
Adding the BOOK URI property to the contact. Needed for  getting the e-mail
IDs for autocompletion with groupwise backend.

19 years agoInitial patch submitted by Arun Prakash <arunp@novell.com>. The private
Sarfraaz Ahmed [Mon, 11 Jul 2005 06:32:50 +0000 (06:32 +0000)]
Initial patch submitted by Arun Prakash <arunp@novell.com>. The private

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

        Initial patch submitted by Arun Prakash <arunp@novell.com>.
        * storage/exchange-account.c : The private ExchangeAccount structure
        now also stores the quota_limit which can be used by the plugins to
        display.
        (get_password) : Now returns the error status
        (exchange_account_set_password) : Similar
        (exchange_account_connect) : This now accepts a password for connecting
        and also returns the appropriate error code so that the plugins can
        print appropriate messages.
        (exchange_account_get_quota_limit) : Newly added.
        (exchange_account_check_password_expiry) : Newly added
        * storage/exchange-account.h : Added a new ExchangeAccountResult enum
        for returning the connection status. Also modified the appropriate
        function declarations.

19 years agoIncluded files exchange-hierarchy-foreign.c and
Shakti Sen [Mon, 11 Jul 2005 06:16:23 +0000 (06:16 +0000)]
Included files exchange-hierarchy-foreign.c and

2005-07-11  Shakti Sen <shprasad@novell.com>

        * storage/Makefile.am: Included files exchange-hierarchy-foreign.c
        and exchange-hierarchy-foreign.h
        * storage/exchange-account.c: Added foreign hierarchy support.
        * storage/exchange-hierarchy-foreign.[ch]: Added newly for foreign
        hierarchy support.

19 years agoReduce the number of is_readonly and get_caladdress calls to the backend.
Chenthill Palanisamy [Mon, 11 Jul 2005 02:19:28 +0000 (02:19 +0000)]
Reduce the number of is_readonly and get_caladdress calls to the backend.

19 years agoAdded a new API for getting a list of attachments for an calendar object
Chenthill Palanisamy [Mon, 11 Jul 2005 00:51:08 +0000 (00:51 +0000)]
Added a new API for getting a list of attachments for an calendar object

19 years agoUpdated Canadian English translation.
Adam Weinberger [Sun, 10 Jul 2005 21:56:00 +0000 (21:56 +0000)]
Updated Canadian English translation.

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

* en_CA.po: Updated Canadian English translation.

19 years agoUpdated Czech translation.
Miloslav Trmac [Sun, 10 Jul 2005 17:17:36 +0000 (17:17 +0000)]
Updated Czech translation.

2005-07-10  Miloslav Trmac  <mitr@volny.cz>

* cs.po: Updated Czech translation.

19 years agoCommitted code for the proxy feature for GroupWise.
Sankar P [Sun, 10 Jul 2005 10:35:02 +0000 (10:35 +0000)]
Committed code for the proxy feature for GroupWise.

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

Committed code for the proxy feature for GroupWise.

19 years agoAdd check that uses parents password for a proxy.
Shreyas Srinivasan [Sun, 10 Jul 2005 10:15:28 +0000 (10:15 +0000)]
Add check that uses parents password for a proxy.

2005-07-10  Shreyas Srinivasan <sshreyas@novell.com>

* camel-groupwise-store.c: Add check that uses parents password
for a proxy.

19 years agoAdd a new #define to identify proxy stores and a new data member
Shreyas Srinivasan [Sun, 10 Jul 2005 10:10:15 +0000 (10:10 +0000)]
Add a new #define to identify proxy stores and a new data member

2005-07-05  Shreyas Srinivasan <sshreyas@novell.com>

* camel-store.h: Add a new #define to identify proxy stores
and a new data member permissions to hold store specific permissions.

19 years agoFix some more compiler warnings.
Harish Krishnaswamy [Sat, 9 Jul 2005 13:36:28 +0000 (13:36 +0000)]
Fix some more compiler warnings.

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

* libecal/e-cal.c: (e_cal_open_async), (e_cal_get_object),
(e_cal_get_objects_for_uid), (e_cal_generate_instances_for_object),
(e_cal_get_error_message): Fix some more compiler warnings.

19 years agoFix compiler warnings.
Harish Krishnaswamy [Sat, 9 Jul 2005 12:12:40 +0000 (12:12 +0000)]
Fix compiler warnings.

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

* backends/groupwise/e-cal-backend-groupwise.c: (get_deltas):
Fix compiler warnings.

19 years agoFix compiler warnings.
Harish Krishnaswamy [Sat, 9 Jul 2005 12:08:46 +0000 (12:08 +0000)]
Fix compiler warnings.

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

* e-gw-item.c: (e_gw_item_set_calendar_item_elements):
Fix compiler warnings.

19 years agoSelecting the e-mail ID while trying ot delete it. Patch by
Sushma Rai [Sat, 9 Jul 2005 11:36:40 +0000 (11:36 +0000)]
Selecting the e-mail ID while trying ot delete it. Patch by
"Philip Van Hoof"

19 years agoUpdated Traditional Chinese translation.
Chao-Hsiung Liao [Sat, 9 Jul 2005 08:40:34 +0000 (08:40 +0000)]
Updated Traditional Chinese translation.

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

        * zh_TW.po: Updated Traditional Chinese translation.

19 years agoAdded entry for ek-sid.h in the headers files to be installed
Praveen Kumar [Fri, 8 Jul 2005 13:04:05 +0000 (13:04 +0000)]
Added entry for ek-sid.h in the headers files to be installed

2005-07-08  Praveen Kumar <kpraveen@novell.com>

        * lib/Makefile.am : Added entry for ek-sid.h in the headers files to
        be installed

19 years agoFixed the compilation error
Chenthill Palanisamy [Fri, 8 Jul 2005 11:16:02 +0000 (11:16 +0000)]
Fixed the compilation error

19 years agoSupport for groupwise recurrences.
Chenthill Palanisamy [Fri, 8 Jul 2005 11:04:19 +0000 (11:04 +0000)]
Support for groupwise recurrences.

19 years agoWe should be using the CURRENT, REVISION and AGE variables for the
Sarfraaz Ahmed [Fri, 8 Jul 2005 10:34:06 +0000 (10:34 +0000)]
We should be using the CURRENT, REVISION and AGE variables for the

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

        * storage/Makefile.am : We should be using the CURRENT, REVISION and
        AGE variables for the version-info of the exchange library.

19 years agoCorrected the file name.
Sushma Rai [Fri, 8 Jul 2005 08:31:54 +0000 (08:31 +0000)]
Corrected the file name.

19 years agoChangelog entry for fix for 309684, was missed in the previous commit.
Sushma Rai [Fri, 8 Jul 2005 08:31:05 +0000 (08:31 +0000)]
Changelog entry for fix for 309684, was missed in the previous commit.

19 years agoAdded the Reccurrence handling
Chenthill Palanisamy [Fri, 8 Jul 2005 08:07:02 +0000 (08:07 +0000)]
Added the Reccurrence handling

19 years agoCommiting the new files for recurrence handling.
Chenthill Palanisamy [Fri, 8 Jul 2005 08:00:28 +0000 (08:00 +0000)]
Commiting the new files for recurrence handling.

19 years agoFix a small leak.
Kjartan Maraas [Fri, 8 Jul 2005 07:25:48 +0000 (07:25 +0000)]
Fix a small leak.

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

* e-source-option-menu.c: (populate): Fix a small leak.

19 years agoFree filename and dirname in the error cases.
Kjartan Maraas [Fri, 8 Jul 2005 07:25:25 +0000 (07:25 +0000)]
Free filename and dirname in the error cases.

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

* backends/file/e-book-backend-file.c:
(e_book_backend_file_load_source): Free filename and dirname
in the error cases.

19 years agoMoving out of getQuickMessages in Calendar to overcome the problems caused by it.
Sankarasivasubramanian Pasupathilingam [Fri, 8 Jul 2005 06:28:04 +0000 (06:28 +0000)]
Moving out of getQuickMessages in Calendar to overcome the problems caused by it.
A combination of getItems and readCursor is used.

19 years agoUnref the view. Patch by Ross Burton, fixes #309684.
Sushma Rai [Fri, 8 Jul 2005 05:00:55 +0000 (05:00 +0000)]
Unref the view. Patch by Ross Burton, fixes #309684.

19 years ago*** empty log message ***
Parthasarathi Susarla [Fri, 8 Jul 2005 04:27:20 +0000 (04:27 +0000)]
*** empty log message ***

19 years ago** Patch submitted by Greg Hudson <ghudson@mit.edu> ** See bug #308209
Harish Krishnaswamy [Fri, 8 Jul 2005 04:02:48 +0000 (04:02 +0000)]
** Patch submitted by Greg Hudson <ghudson@mit.edu> ** See bug #308209

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

** Patch submitted by Greg Hudson <ghudson@mit.edu>
** See bug #308209
* camel-sasl-login.c: (login_challenge): Wait for the
server to initiate the challenge.

19 years agoRemove dead code Make ExchangeFolderSize a member of ExchangeAccount. Also
Sarfraaz Ahmed [Thu, 7 Jul 2005 11:23:49 +0000 (11:23 +0000)]
Remove dead code Make ExchangeFolderSize a member of ExchangeAccount. Also

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

        * storage/e-folder-exchange.c : Remove dead code
        * storage/exchange-account.c : Make ExchangeFolderSize a member of
        ExchangeAccount. Also removed some dead codE
        (exchange_account_folder_size_add) (exchange_account_folder_size_remove)
        (exchange_account_folder_size_rename)
        (exchange_account_folder_size_get_model) : Added new
        * storage/exchange-account.h : Similar
        * storage/exchange-folder-size.c : Replaced E2K_MAKE_TYPE with
        G_DEFINE_TYPE and made necessary changes to init and class_init members
        (format_size_func)(parent_destroyed)(exchange_folder_size_display) :
        All moved to plugins.
        * storage/exchange-folder-size.h : Similar
        * storage/exchange-hierarchy-somedav.c : Fixed a warning
        * storage/exchange-hierarchy-webdav.c : Removed ExchangeFolderSize as
        its member and updated the methods used to access it. We should now
        query the ExchangeAccount object for FolderSize information updation
        * storage/exchange-hierarchy-webdav.h : Removed dead code

19 years agovi.po: Updated Vietnamese translation.CVS: -------------------------------------...
Clytie Siddall [Thu, 7 Jul 2005 10:29:43 +0000 (10:29 +0000)]
vi.po: Updated Vietnamese translation.CVS: ----------------------------------------------------------------------

19 years agodo not insert ',' if there are no mail ids in 'TO' field. ** Fixes bug
Parthasarathi Susarla [Thu, 7 Jul 2005 09:17:47 +0000 (09:17 +0000)]
do not insert ',' if there are no mail ids in 'TO' field. ** Fixes bug

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

* camel-groupwise-folder.c: (gw_update_summary):
  do not insert ',' if there are no mail ids in 'TO'
  field.
  ** Fixes bug 302965 **

19 years agocheck for the junk flags (move_to_junk), (move_to_mailbox),
Vivek Jain [Thu, 7 Jul 2005 07:10:59 +0000 (07:10 +0000)]
check for the junk flags (move_to_junk), (move_to_mailbox),

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

* camel-groupwise-folder.c:(groupwise_sync)
check for the junk flags
(move_to_junk), (move_to_mailbox), (update_junk_list)
(free_node): are new utility functions
(gw_update_summary): ensure messages in "Junk Mail" folder
have JUNK flag set
* camel-groupwise-summary.c: implemented virtual function
(gw_info_set_flag): extends default (info_set_flag) to have
checks for junk flags
* came-groupwise-summary.h : added extra summary flags for junk
* camel-groupwise-store.[ch]: (create_junk_folder):creates a juk
folder by modifying the junk settings

19 years agoTranslation updated by Ivar Smolin.
Priit Laes [Thu, 7 Jul 2005 05:28:22 +0000 (05:28 +0000)]
Translation updated by Ivar Smolin.

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

* et.po: Translation updated by Ivar Smolin.

19 years agoUpdated Spanish translation.
Francisco Javier F. Serrador [Wed, 6 Jul 2005 16:39:05 +0000 (16:39 +0000)]
Updated Spanish translation.

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

* es.po: Updated Spanish translation.

19 years agoRemove a function which is in glib
Ross Burton [Wed, 6 Jul 2005 16:01:42 +0000 (16:01 +0000)]
Remove a function which is in glib

19 years agoUpdated Norwegian bokmål translation. Same.
Terance Sola [Wed, 6 Jul 2005 14:22:45 +0000 (14:22 +0000)]
Updated Norwegian bokmål translation. Same.

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

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

19 years agoadded padding to 'struct _EGwItemPrivate' (free_link_info):
Parthasarathi Susarla [Wed, 6 Jul 2005 10:19:14 +0000 (10:19 +0000)]
added padding to 'struct _EGwItemPrivate' (free_link_info):

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

* e-gw-connection.[ch] :
  (e_gw_connection_forward_item):
* e-gw-item.[ch]:
     added padding to  'struct _EGwItemPrivate'
  (free_link_info):
  (e_gw_item_new_from_soap_parameter):
    Support for Groupwise Notes.
    Adds size of the mail, for display in summary.
    Support for message body > 64 K
    Added linkInfo element for thread information to the server
  (add_attachment_to_soap_message):
    set itemReference in case of forwarded mails.

19 years agofunction to convert an item to a CamelMimeMessage
Parthasarathi Susarla [Wed, 6 Jul 2005 09:35:37 +0000 (09:35 +0000)]
function to convert an item to a CamelMimeMessage

2005-07-06  Parthasarathi Susarla <sparthasarathi@novell.com>
* camel-groupwise-folder.c:
  (groupwise_folder_item_to_msg): function to convert
   an item to a CamelMimeMessage
  (groupwise_refresh_folder): This calls get Item for
   each id that is being update in the summary. This
   operates in a new thread.
  (gw_update_all_items): Free summary after working on
   it
* camel-groupwise-store.c:
  (store_refresh_refresh): This method works in a
   thread. And refreshes the summary of all the 'open'
   folders.
  (folder_refresh_refresh): This method refreshes a
   folder the first time it is opened. This works in a
   new thread.

* camel-groupwise-transport.c:
  (groupwise_send_to): set LinkInfo when a mail is
   replied to.

* camel-groupwise-utils.c:
  (camel_groupwise_util_item_from_message): set LinkInfo
  when a mail is forwarded.

19 years agoadded padding to 'struct _EGwItemPrivate' (free_link_info):
Parthasarathi Susarla [Wed, 6 Jul 2005 09:33:18 +0000 (09:33 +0000)]
added padding to 'struct _EGwItemPrivate' (free_link_info):

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

* e-gw-connection.[ch] :
  (e_gw_connection_forward_item):
* e-gw-item.[ch]:
     added padding to  'struct _EGwItemPrivate'
  (free_link_info):
  (e_gw_item_new_from_soap_parameter):
    Support for Groupwise Notes.
    Adds size of the mail, for display in summary.
    Support for message body > 64 K
    Added linkInfo element for thread information to the server
  (add_attachment_to_soap_message):
    set itemReference in case of forwarded mails.

19 years agoFree the private data
Ross Burton [Wed, 6 Jul 2005 09:08:03 +0000 (09:08 +0000)]
Free the private data

19 years agoFixed compile time warnings.
Sushma Rai [Wed, 6 Jul 2005 08:39:04 +0000 (08:39 +0000)]
Fixed compile time warnings.

19 years agoUpdated Bulgarian translation by Rostislav Raykov <zbrox@i-space.org>
Alexander Shopov [Wed, 6 Jul 2005 08:06:16 +0000 (08:06 +0000)]
Updated Bulgarian translation by Rostislav Raykov <zbrox@i-space.org>

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

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

19 years agoReturn FALSE instead of NULL on bad parameter.
Sushma Rai [Wed, 6 Jul 2005 06:47:54 +0000 (06:47 +0000)]
Return FALSE instead of NULL on bad parameter.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* en_CA.po: Updated Canadian English translation.

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

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

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

* configure.in : set exchange-storage libtool numbers

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

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

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

* configure.in : bump version, libtool numbers.

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

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

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