summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* s/Can't/Cannot/.EVOLUTION_1_5_90evolution-1-5-90Christian Neumair2004-07-022-11/+15
* Set the size of the ptrarray to prevent potentially realloc'ing severalJeffrey Stedfast2004-06-302-6/+16
* Aded a new %formatter 'V' which takes a string vector (needed for SEARCH).Jeffrey Stedfast2004-06-299-166/+650
* add any parents of the new name before we actually do the rename so theNot Zed2004-06-292-5/+33
* Translation updated.Laurent Dhima2004-06-282-57/+82
* Updated Norwegian translation.Kjartan Maraas2004-06-282-58/+68
* override CAMEL_FOLDER_NAME arg so we can translate "." into "Inbox".Not Zed2004-06-283-2/+37
* take url argument directly, fixes a memleak. (camel_folder_info_new): makeNot Zed2004-06-282-7/+30
* More fixes.Jeffrey Stedfast2004-06-282-25/+9
* same. (remodel): same.Chris Toshok2004-06-263-3/+21
* remove more debugging printfsJeffrey Stedfast2004-06-251-3/+0
* fixed an uninitialised memory read from my last fixJeffrey Stedfast2004-06-251-10/+17
* Updated Brazilian Portuguese translation done by Gustavo Maciel DiasGustavo Maciel Dias Vieira2004-06-252-58/+72
* Fixed to handle :pass in proto://user:pass@host. Fixes bug #60104.Jeffrey Stedfast2004-06-252-9/+41
* See bug #51127.Hans Petter Jansson2004-06-253-2/+21
* Error out and set an exception if camel_pop3_engine_new() returns NULLJeffrey Stedfast2004-06-243-30/+63
* If we fail to lock the folder, close the lockfd and reset it to -1. FixesJeffrey Stedfast2004-06-242-1/+10
* Add a call to e_source_selector_set_select_new here so that we can selectRodney Dawes2004-06-242-1/+24
* First LIST/LSUB the toplevel folder, and then LIST/LSUB the subfolders (itJeffrey Stedfast2004-06-242-6/+63
* Same.Jeffrey Stedfast2004-06-244-10/+18
* ref in the assignment. (e_book_response_get_supported_fields): same.Chris Toshok2004-06-242-23/+45
* Register a segv handler to popup bug-buddy or whatever. Fixes bug #51165.Jeffrey Stedfast2004-06-232-4/+46
* Keep a ref on the book while we're accessing it, since the callback mightHans Petter Jansson2004-06-232-0/+9
* Hide password, etc info in the fi->uri's. (imap4_create_folder): Don'tJeffrey Stedfast2004-06-232-20/+79
* Hide password, etc info in the fi->uri's.Jeffrey Stedfast2004-06-233-2/+10
* Add preconditions. Make sure garbage or NULL data doesn't get used.Hans Petter Jansson2004-06-221-5/+17
* allow consumers of EDataBookView to control the thresholds used inChris Toshok2004-06-222-5/+28
* clamp the search result limit to the ldap backend's limit.Chris Toshok2004-06-222-3/+20
* i2004-06-21 Chris Toshok <toshok@ximian.com>Chris Toshok2004-06-222-3/+8
* cache the most recently fetched const pointer so we can hand it out moreChris Toshok2004-06-222-7/+29
* Really set the path if tag is CAMEL_SERVICE_PATH.Christian Kellner2004-06-212-1/+6
* Fixed a number of issues described in bug #49497.Jeffrey Stedfast2004-06-212-11/+28
* [ fixes #59978 ]Chris Toshok2004-06-182-19/+77
* make camel_shutdown() an atexit handler againJeffrey Stedfast2004-06-183-4/+3
* Call camel_mime_utils_shutdown() and camel_operation_shutdown().Jeffrey Stedfast2004-06-183-4/+5
* Call camel_mime_utils_shutdown() and camel_operation_shutdown().Jeffrey Stedfast2004-06-185-1/+35
* Need to re-init sbf->ptr and sbf->end too, or we'll be sorrryy!Jeffrey Stedfast2004-06-182-0/+8
* "oops".Chris Toshok2004-06-182-1/+4
* [ fixes #57628 ]Chris Toshok2004-06-182-9/+55
* setup for static inititialisation.Not Zed2004-06-183-5/+7
* make 'colon' a const char *Jeffrey Stedfast2004-06-182-3/+3
* init tail->last to (guint32) -1, so that index = tail->last + 1 will startJeffrey Stedfast2004-06-182-2/+9
* down with e-book-async.h, up with e-book.h.Chris Toshok2004-06-1720-2154/+2350
* Add support for the webcal, callto, and h323 URIs when we get them inRodney Dawes2004-06-172-0/+8
* Don't foolishly unmunge From_ lines. First off, we don't even know if ourJeffrey Stedfast2004-06-172-1/+15
* Make sure we have elements in the array, if not then we're done (return aJeffrey Stedfast2004-06-172-1/+13
* Fixed to work properly. It was getting ranges wrong before sometimes whichJeffrey Stedfast2004-06-172-62/+148
* Thanks to Christian Kellner for pointing out these bugs (and submittingJeffrey Stedfast2004-06-172-7/+10
* simplified furtherJeffrey Stedfast2004-06-171-4/+0
* Only ignore if (tag & CAMEL_ARG_TAG) == CAMEL_ARG_IGNORE, not if (tag &Jeffrey Stedfast2004-06-172-1/+7