summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove extra space following -I which is not kind to Tru64 Unix CHarish Krishnaswamy2006-05-109-7/+25
| | | | | | | | | | | | | | 2006-05-10 Harish Krishnaswamy <kharish@novell.com> * addressbook/libebook/libebook.pc.in, addressbook/libedata-book/libedata-book.pc.in, calendar/libecal/libecal.pc.in, calendar/libedata-cal/libedata-cal.pc.in, configure.in, evolution-data-server.pc.in, libedataserver/libedataserver.pc.in, servers/groupwise/libegroupwise.pc.in: Remove extra space following -I which is not kind to Tru64 Unix C compilers. Patch suggested by the Written Word. Fixes #271839.
* Reverted. David Woodhouse can fix his own damn server since he configuredJeffrey Stedfast2006-05-092-39/+6
| | | | | | | 2006-05-09 Jeffrey Stedfast <fejj@novell.com> * camel-smtp-transport.c (smtp_helo): Reverted. David Woodhouse can fix his own damn server since he configured it to be broken.
* Allow EDataServerModule to remove unused modules (#319396).Ross Burton2006-05-093-0/+17
| | | | | | | | 2006-05-09 Ross Burton <ross@openedhand.com> * libedataserver/e-data-server-module.h: * libedataserver/e-data-server-module.c: Allow EDataServerModule to remove unused modules (#319396).
* Fix typos. We were copying the wrong variable in a couple of places. InKjartan Maraas2006-05-072-2/+8
| | | | | | | | 2006-05-07 Kjartan Maraas <kmaraas@gnome.org> * backends/caldav/e-cal-backend-caldav.c: (process_object): Fix typos. We were copying the wrong variable in a couple of places. In plain english: Use the right etag on invitation updates.
* Updated Spanish translation.Francisco Javier F. Serrador2006-05-062-497/+482
| | | | | | 2006-05-06 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
* Fixed a mis-ordering of an if-statement clause that caused bug #340717.Jeffrey Stedfast2006-05-053-8/+13
| | | | | | | 2006-05-05 Jeffrey Stedfast <fejj@novell.com> * camel-charset-map.c (camel_charset_best_mask): Fixed a mis-ordering of an if-statement clause that caused bug #340717.
* Fix memory leak in and optimize the performance of compare_im (#340036).Ross Burton2006-05-042-3/+12
| | | | | | | | 2006-05-04 Ross Burton <ross@openedhand.com> * libedata-book/e-book-backend-sexp.c: Fix memory leak in and optimize the performance of compare_im (#340036).
* Patch from Sushuma Rai to fix build with modern openldap versions. ClosesKjartan Maraas2006-05-022-1/+7
| | | | | | | 2006-05-02 Kjartan Maraas <kmaraas@gnome.org> * configure.in: Patch from Sushuma Rai to fix build with modern openldap versions. Closes part of bug #325957.
* Updated TranslationAnkitkumar Rameshchandra Patel2006-05-022-184/+198
|
* Fix for bug #315976.Jeffrey Stedfast2006-05-012-9/+31
| | | | | | | | | | | | | 2006-05-01 Jeffrey Stedfast <fejj@novell.com> Fix for bug #315976. * camel-imap-store.c (construct): Only override the namespace if the URL param override_namespace is also set. (get_folder_info_offline): Always include INBOX if we are being asked for the toplevel folder-info tree. (refresh_refresh): Make sure to always query the server for INBOX. (get_folder_info_online): Same.
* Handle prompts from GnuPG asking for the user's PIN for their SmartCard.Jeffrey Stedfast2006-05-012-33/+65
| | | | | | | | 2006-05-01 Jeffrey Stedfast <fejj@novell.com> * camel-gpg-context.c (gpg_ctx_parse_status): Handle prompts from GnuPG asking for the user's PIN for their SmartCard. Fixes bug #335386.
* Initialize a pointer to NULL so that we wont have any dangling referenceSankar P2006-04-282-2/+8
| | | | | | | | 2006-04-28 Sankar P <psankar@novell.com> * camel-groupwise-folder.c: Initialize a pointer to NULL so that we wont have any dangling reference to be freed
* Updated GNOME Keyring code.Srinivasa Ragavan2006-04-263-5/+80
|
* Commited patch to use po/LINGUAS (#337998)Claudio Saavedra2006-04-253-2/+79
|
* patch didn't apply 100% cleanly last commitJeffrey Stedfast2006-04-251-2/+0
|
* Figure out auto-magically what the mozilla-nss pkg-config module name is.Jeffrey Stedfast2006-04-252-6/+33
| | | | | | | 2006-04-25 Jeffrey Stedfast <fejj@novell.com> * configure.in: Figure out auto-magically what the mozilla-nss pkg-config module name is.
* revert an accidental commit that changed mozilla-nss to nss (pkgconfig checks)Jeffrey Stedfast2006-04-251-4/+4
|
* Don't do fallback for SSL/TLS. Fixes bug #321797.Jeffrey Stedfast2006-04-242-7/+7
| | | | | | | 2006-04-21 Jeffrey Stedfast <fejj@novell.com> * camel-pop3-store.c (connect_to_server_wrapper): Don't do fallback for SSL/TLS. Fixes bug #321797.
* Set some socket options like keepalive and nodelay.Jeffrey Stedfast2006-04-242-7/+4
| | | | | | | | | 2006-04-21 Jeffrey Stedfast <fejj@novell.com> * camel-imap4-store.c (connect_to_server): Set some socket options like keepalive and nodelay. (connect_to_server_wrapper): Don't do fallback with SSL/TLS. Fixes bug #321797.
* Don't do fallback for SSL/TLS. Fixes bug #321797.Jeffrey Stedfast2006-04-242-7/+7
| | | | | | | 2006-04-21 Jeffrey Stedfast <fejj@novell.com> * camel-smtp-transport.c (connect_to_server_wrapper): Don't do fallback for SSL/TLS. Fixes bug #321797.
* Don't do fallback for SSL/TLS. Fixes bug #321797.Jeffrey Stedfast2006-04-242-11/+10
| | | | | | | 2006-04-21 Jeffrey Stedfast <fejj@novell.com> * camel-imap-store.c (connect_to_server_wrapper): Don't do fallback for SSL/TLS. Fixes bug #321797.
* Release updates. Bump version. ***** Release 1.7.1 *****EVOLUTION_DATA_SERVER_1_7_1Harish Krishnaswamy2006-04-243-2/+18
| | | | | | | 2006-04-24 Harish Krishnaswamy <kharish@novell.com> * NEWS, configure.in: Release updates. Bump version. ***** Release 1.7.1 *****
* Added support for dynamic linking with libdbDevashish Sharma2006-04-245-8/+54
|
* Removes multiple items by a single call instead of deleting one-by-one.Sankar P2006-04-242-23/+107
| | | | | | | | 2006-04-24 Sankar P <psankar@novell.com> * camel-groupwise-folder.c: Removes multiple items by a single call instead of deleting one-by-one.
* Changed the keybinding to e-name-selector-listSrinivasa Ragavan2006-04-242-1/+6
|
* Reviewed by Harish Krishnaswamy <kharish@novell.com>Julio M. Merino Vidal2006-04-242-1/+8
| | | | | | | | | 2006-04-24 Julio M. Merino Vidal <jmmv@NetBSD.org> Reviewed by Harish Krishnaswamy <kharish@novell.com> * servers/groupwise/e-gw-item.c: Remove C99ism so that this builds with gcc 2.95, shipped with e.g. NetBSD 1.6. Fixes bug #337197.
* No need to get the unread count for Sent Items folder. All will be read bySankar P2006-04-222-3/+11
| | | | | | | | 2006-04-22 Sankar P <psankar@novell.com> * camel-groupwise-store.c: (convert_to_folder_info): No need to get the unread count for Sent Items folder. All will be read by default.
* Send item_id with recurence key while delegating multiple instances. FixesHarish Krishnaswamy2006-04-222-5/+10
| | | | | | | | | 2006-04-22 Harish Krishnaswamy <kharish@novell.com> * backends/groupwise/e-cal-backend-groupwise.c: (e_cal_backend_groupwise_modify_object): Send item_id with recurence key while delegating multiple instances. Fixes #165714 (bugzilla.novell.com)
* Set some socket options like keepalive and nodelay.Jeffrey Stedfast2006-04-212-0/+15
| | | | | | | 2006-04-21 Jeffrey Stedfast <fejj@novell.com> * camel-imap4-store.c (connect_to_server): Set some socket options like keepalive and nodelay.
* unfuck the imap4 codeJeffrey Stedfast2006-04-212-92/+1
|
* Added a new function for turning the incoming vcard string into valid UTF-8.Devashish Sharma2006-04-212-9/+52
|
* Instead of downloading HEADERS try to download the specific HEADER FIELDSSankar P2006-04-212-1/+8
| | | | | | | | | 2006-04-19 Sankar P <psankar@novell.com> * camel-imap-folder.c : (imap_update_summary): Instead of downloading HEADERS try to download the specific HEADER FIELDS so that the initial loading time is considerably reduced.
* Updated TranslationAnkitkumar Rameshchandra Patel2006-04-212-52/+57
|
* don't make the pop3_passwd_authtype privateJeffrey Stedfast2006-04-201-1/+1
|
* don't make the nntp_passwd_authtype privateJeffrey Stedfast2006-04-201-1/+1
|
* fixed some formattingJeffrey Stedfast2006-04-202-13/+9
|
* *** empty log message ***Ignacio Casal Quinteiro2006-04-202-360/+373
|
* Patch suggested by Carlos Lozano <clozano at andago dot com>Harish Krishnaswamy2006-04-202-2/+11
| | | | | | | | | | | 2006-04-19 Harish Krishnaswamy <kharish@novell.com> Patch suggested by Carlos Lozano <clozano at andago dot com> * storage/exchange-account.c (is_password_expired), (exchange_account_set_password): Ensure checks for expiry or weakness take effect while trying for nt domain. The conditionals should be AND'ed not OR'ed.
* ** See bug 167640 on bnc Add space at the end of a string.Parthasarathi Susarla2006-04-202-1/+6
| | | | | | | 2006-04-20 Parthasarathi Susarla <sparthasarathi@novell.com> ** See bug 167640 on bnc * camel-groupwise-store.c: Add space at the end of a string.
* Removes from summary based on uid instead of info. This will avoidSankar P2006-04-202-3/+11
| | | | | | | | 2006-04-20 Sankar P <psankar@novell.com> * camel-groupwise-summary.c : (groupwise_summary_clear): Removes from summary based on uid instead of info. This will avoid double-free crash of info.
* You cannot CANNOT modify the input strings. EVER. Fixed to not do that andJeffrey Stedfast2006-04-192-45/+65
| | | | | | | | | | 2006-04-19 Jeffrey Stedfast <fejj@novell.com> * camel-mime-filter-pgp.c (filter_run): You cannot CANNOT modify the input strings. EVER. Fixed to not do that and to also work if there is preface before the pgp block (previous code failed in that case). (reset): Reset the filter state.
* *** empty log message ***Devashish Sharma2006-04-191-0/+5
|
* Handling the case where username is of the form e-mail id.Sushma Rai2006-04-194-15/+44
| | | | Fixes #329371.
* *** empty log message ***Devashish Sharma2006-04-191-5/+0
|
* 100 % cpu issue patchDevashish Sharma2006-04-191-31/+36
|
* fixed a type-oJeffrey Stedfast2006-04-181-1/+1
|
* If the hostname isn't valid (contains invalid chars, etc), then fallbackJeffrey Stedfast2006-04-182-8/+56
| | | | | | | | 2006-04-18 Jeffrey Stedfast <fejj@novell.com> * camel-smtp-transport.c (smtp_helo): If the hostname isn't valid (contains invalid chars, etc), then fallback to numeric host address. Fixes bug #336035. Based on a patch by David Woodhouse.
* Added the Mail Directory configure info.Jeffrey Stedfast2006-04-182-3/+8
| | | | | | 2006-04-18 Jeffrey Stedfast <fejj@novell.com> * configure.in: Added the Mail Directory configure info.
* Corrected an erroneous commit.Sankar P2006-04-182-5/+10
| | | | | | | 2006-04-18 Sankar P <psankar@novell.com> * camel-groupwise-folder.c: (groupwise_sync): Corrected an erroneous commit.
* Protect against possible NULL dereference (#338880).Ross Burton2006-04-182-1/+9
| | | | | | | 2006-04-18 Ross Burton <ross@openedhand.com> * libebook/e-address-western.c: Protect against possible NULL dereference (#338880).