/cad/

+22 * If our folder has a subdir, but no actual children, then we need to unsetRodney Dawes2004-02-241-0/+2 * kill some debugMichael Zucci2004-02-242-16/+3 * Add sanity checking to the folder name if we are going to create it, justJeffrey Stedfast2004-02-201-0/+14 * Fixes for api changes.Not Zed2004-02-191-6/+6 * ** See bug #51045.Not Zed2004-02-166-38/+154 * Same.Jeffrey Stedfast2004-02-144-45/+50 * ** See bug #53978.Not Zed2004-02-091-1/+5 * ** See bug #51319.Not Zed2004-02-091-9/+9 * changed to return a boolean to indicate if the flags were actually changedNot Zed2004-02-061-3/+3 * rename .cmeta file too, and fix the recovery order.Not Zed2004-02-054-315/+327 * ** See bug #53553.Not Zed2004-02-052-2/+6 * Fix for bug #53755 (local folders case)Jeffrey Stedfast2004-02-051-13/+16 * Make sure the new dir path exists before trying to rename files to avoidJeffrey Stedfast2004-01-291-7/+39 * remove debug printf.Not Zed2004-01-141-2/+0 * Use CAMEL_FODLER_NOCHILDREN rather than NOINFERIORS because NOINFERIORSJeffrey Stedfast2003-12-111-3/+3 * encode the address before sending it out, rather than using the raw/utf8Not Zed2003-12-091-2/+0 * Fixes bug #51881Jeffrey Stedfast2003-12-092-2/+53 * Remove hard coded disable deprecated flagsJP Rosevear2003-12-071-2/+1 * Treat parent_name == NULL and parent_name == "" the same.Jeffrey Stedfast2003-12-041-1/+1 * Fixed an exception to give a more meaningful description.Jeffrey Stedfast2003-11-181-12/+10 * Fixed an exception to give a more meaningful description.Jeffrey Stedfast2003-11-181-1/+2 * set flags in another place tooJeffrey Stedfast2003-11-151-0/+6 * Handle "" as a request for a full dirscan as well (not just NULL). MakesJeffrey Stedfast2003-11-152-19/+24 * Merge new-ui-branch into the trunk.Ettore Perazzoli2003-10-223-11/+25 * If the CREATE flag is set and the parent .sbd directory does not exist,Jeffrey Stedfast2003-09-241-0/+13 * s/HSCAN_/CAMEL_MIME_PARSER_STATE_/g andJeffrey Stedfast2003-09-197-35/+35 * Implement a temp hack so trunk works until we merge in new-ui-branch.Jeffrey Stedfast2003-09-171-10/+15 * Implements CamelLocalFolder::get_full_path() (publicly namespaced so thatJeffrey Stedfast2003-09-135-51/+666 * Need to copy the local properties list before passing it out, since it'sNot Zed2003-08-301-1/+1 * implement PERSISTENT_PROPERTIES, for index mode.Not Zed2003-08-282-12/+82 * temporarily reverting my camel namespace patches until after we merge in some...Jeffrey Stedfast2003-08-277-35/+35 * s/HSCAN_/CAMEL_MIME_PARSER_STATE_/g andJeffrey Stedfast2003-08-273-10/+10 * Namespaced.Jeffrey Stedfast2003-08-265-25/+25 * Get rid of the #ifdef ENABLE_THREADS since we no longer plan toJeffrey Stedfast2003-07-102-50/+44 * Updated for string-utils namespace changes.Jeffrey Stedfast2003-07-086-10/+7 * Ensure cmdbuf is initialized to avoid compiler warning.Jeremy Katz2003-05-171-2/+2 * Only delete the index if it is non-NULL. Fixes bug #42763.Jeffrey Stedfast2003-05-161-2/+3 * ** for #40989Not Zed2003-04-191-0/+12 * remove unused var.Not Zed2003-03-281-1/+0 * Handle raw 8-bit From data "correctly". (The same way we handleDan Winship2003-03-214-76/+1 * Fixes for bug #39168Jeffrey Stedfast2003-03-064-22/+3 * Undo jeff's changes.Not Zed2003-02-271-3/+7 * Define in terms of privincludedir. (camellibexecdir): Define in terms ofDan Winship2003-02-061-2/+1 * Update to the new $(BASE_VERSION)-versioned path. Likewise. Likewise.Ettore Perazzoli2003-01-231-1/+1 * Replace calls to g_string_sprintfa() with g_string_append_printf() sinceJeffrey Stedfast2002-12-1810-63/+68 * Use a bag instead of a hashtable to track the cache streams.Not Zed2002-12-094-29/+28 * Use g_strerror when setting an exception string (we need it to be inJeffrey Stedfast2002-11-1115-168/+207 * Use g_path_get_basename instead of g_strdup (g_basename (filename)).Jeffrey Stedfast2002-11-021-1/+1 * Treat spool as a local folder, so the ref checks work right.Not Zed2002-09-261-3/+1 * Implement FOLDER_CREATE flag. (scan_dir): Dont free name on exception, itsNot Zed2002-09-263-20/+87 * Do proper error checking and return -1 on fail.Jeffrey Stedfast2002-09-112-12/+2 * Change the case sensitive search of subject to expect case insensitiveNot Zed2002-08-292-11/+22 * Add CAMEL_MESSAGE_ANSWERED_ALL, for folders that can distinguish aDan Winship2002-08-051-1/+2 * Clear the summary after building the 'removed uid' list.Not Zed2002-08-021-1/+1 * revert jeff's patch below, and do it slightly differently, and stop theNot Zed2002-08-021-26/+37 * If the path exists and is a directory, return non-NULL. Missed this beforeJeffrey Stedfast2002-07-274-10/+10 * Revert Jeff's previous change, it broke local folders. UninitializedPeter Williams2002-07-274-11/+13 * ioops, this file tooJeffrey Stedfast2002-07-261-3/+2 * If we're gonna do an elite hack, lets do it right.Jeffrey Stedfast2002-07-263-10/+9 * When writing the summary, use TRUNC flag, duh. Also, write to a temp fileNot Zed2002-07-241-0/+1 * Changed the mbox and spool provider descriptions to try and be more clear.Jeffrey Stedfast2002-07-161-2/+2 * If we get an exception from the child sync, update the exception string soNot Zed2002-07-031-1/+2 * Remove the #include for camel-spoold-store.hJeffrey Stedfast2002-06-261-1/+0 * Include <sys/time.h> for struct timeval.Not Zed2002-06-2618-2403/+888 * Updated to use ctx->sign_protocol rather than ctx->protocol.Jeffrey Stedfast2002-06-151-1/+1 * Remove the CONF_DEFAULT_PATH entry, as this is handled by the url configNot Zed2002-06-066-33/+469 * setup/free the mech string.Not Zed2002-06-031-0/+63 * Implement. Run a summary check to update for any newly arrived messages.Not Zed2002-05-292-1/+20 * Add a "char **appended_uid" argument, for the caller to optionally pass inDan Winship2002-05-144-8/+20 * Check for LOGIN xxxx as well if debug is on, so we dont print passwords toNot Zed2002-05-074-5/+5 * We want to set unread_count to get_unread_message_count, notNot Zed2002-04-291-2/+1 * Don't link to libibex.a anymore.Jeffrey Stedfast2002-04-271-2/+1 * Configure the default paths for mh, mbox, maildir, spools, etc.Jeffrey Stedfast2002-04-251-15/+52 * If we get a failure, make sure we set an exception.Not Zed2002-04-181-2/+6 * Added #include <sys/types.h> for dirent.h which needs it on MacOS X.Jeffrey Stedfast2002-04-152-0/+2 * If the last message(s) were deleted, and we had any messages output,Not Zed2002-04-111-0/+7 * make service_cache be an array of CAMEL_NUM_PROVIDER_TYPES elements so youDan Winship2002-04-041-5/+0 * Turn indexing back on, fingers crossed ...Not Zed2002-04-031-1/+1 * Temporarily disable indexing.Not Zed2002-04-021-1/+4 * Use -avoid-version instead of -version-info 0:0:0, and specify -module.Dan Winship2002-04-021-1/+1 * When we add a new name, up all of the cache limits, because we're probablyNot Zed2002-03-2519-58/+120 * The day number has to be 2 chars wide, space filled to work properly withNot Zed2002-02-0810-15/+491 * If PATH_MAX doesn't exist, use _POSIX_PATH_MAX.Jeffrey Stedfast2002-01-111-0/+8 * If the mbox file is a symlink, follow the symlink and get the One TrueJeffrey Stedfast2002-01-101-2/+10 * only use major and minor version in the camel providerdir, not micro and nanoDan Winship2001-12-181-4/+2 * Same as below.12001-11-013-5/+4 * Remove the X-Evolution header before anyone else gets to see this private02001-10-301-0/+2 * Dont try to move ibex if we have none.02001-10-301-4/+7 * w(x) out some warnings.02001-10-301-1/+2 * Changed to call ibex_move to rename it internally.82001-10-281-9/+44 * Use path not protocol as the path part of the uri of the folder_created82001-10-283-7/+55 * More fixing of the license texts.Ettore Perazzoli2001-10-2810-116/+110 * Fixing the license text.Ettore Perazzoli2001-10-2822-22/+0 * Finished implementation.72001-10-271-0/+28 * Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-2722-44/+44 * made d(x) x recompile again.32001-10-231-5/+5 * No, use Storing, as the other code does :p (spool_summary_check): Check22001-10-231-3/+3 * s/summarising/summarizing/. (spool_summary_check): s/summarise/summarize/.Jon Trowbridge2001-10-231-3/+3 * Added CAMEL_CFLAGS so we get the right iconv stuff, patch from Yanko82001-10-191-0/+1 * String cleanup for bug #6640.Jeffrey Stedfast2001-10-191-2/+2 * Use '.' as the inbox name for filter new messages test.72001-10-181-1/+1 * Same as maildir and mbox append-message.Jeffrey Stedfast2001-10-182-6/+14 * Make sure the new description isn't the same as the old descriptionJeffrey Stedfast2001-10-181-4/+8 * Patch from Danw, Use unread count of -1 to mark unflagged messages. Make72001-10-181-5/+6 * oops, we want get_unread_message_count, not get_message_count!02001-10-111-1/+1 * Implement.92001-10-102-0/+87 * replace the ever-growing list of gbooleans with a single guint32 forDan Winship2001-10-093-6/+6 * Dont explicitly save metadata, its saved in summary_sync.32001-10-045-50/+24 * Strange are the ways of alloca. Fixes 11543.Dan Winship2001-10-031-1/+4 * for hashing/comparing local url's, we ignore trailing /'s in paths (maybe22001-10-031-12/+94 * Go back to using the store url's path, not the toplevel_dir thing.22001-10-031-1/+1 * Fix up the provider flags to specify things more completely so we don'tDan Winship2001-10-021-3/+4 * Don't munge the URL; CamelSession's caching relies on it not changing.Dan Winship2001-10-026-42/+33 * Init the nntp url hash and url_equal functions.Jeffrey Stedfast2001-09-291-0/+8 * New function to just load the summary. Not much use yet, until unreadMichael Zucci2001-09-211-0/+29 * Setup unread count properly, and also setup the url properly.Michael Zucci2001-09-212-12/+28 * Build the path on the folderinfo.02001-09-215-12/+22 * And finally here.Jeffrey Stedfast2001-09-212-0/+3 * General cleanup of camel debug printfs.92001-09-195-10/+12 * If filter inbox is set on the store, and we're opening inbox '', then82001-09-1910-22/+49 * Do error-checking based on function return values rather than exceptionsJeffrey Stedfast2001-09-141-7/+7 * Pass in a hashtalbe used for finding visited nodes. (inode_hash):02001-09-111-26/+69 * Progress reporting while moving messages.02001-09-111-4/+4 * Likewise.Not Zed2001-09-082-8/+8 * s/Synchronising/Synchronizing/. (mbox_summary_sync_quick): Likewise.Ettore Perazzoli2001-09-081-4/+4 * Return the default folder (ie. INBOX) rather than saying we don't supportJeffrey Stedfast2001-08-311-3/+1 * Changed the description/names of some of the local providers to try andJeffrey Stedfast2001-08-281-6/+6 * ["Summarising" and "Synchronising" are spelt with a "s" in ENGLISH]Not Zed2001-08-252-8/+8 * Revert Not Zed's previous commits as they apparently can cause seriousPeter Williams2001-08-252-5/+5 * s/Synchronising/Synchronizing/.Ettore Perazzoli2001-08-251-3/+3 * Likewise.Not Zed2001-08-242-8/+8 * Add a missing \n to the end of a printf.Peter Williams2001-08-242-2/+2 * s/Synchronising/Synchronizing/. (mbox_summary_sync_quick): Likewise.Ettore Perazzoli2001-08-202-4/+4 * s/summarising/summarizing/. (summary_rebuild): Likewise.Ettore Perazzoli2001-08-122-7/+7 * If we fail to get the lock, make sure we close our locking fd, and resetNot Zed2001-08-011-1/+7 * Added some operation progress reporting. Actual data transfer is 'tricky'Not Zed2001-07-231-6/+1 * More usage fixes for CamelException. Check our own exception forPeter Williams2001-07-211-2/+6 * Removed some code i wasn't supposed to commit.Not Zed2001-07-121-2/+14 * Create the messageinfo itself, so we can properly set the size.Not Zed2001-07-111-0/+1 * Oops, e_poolv_set free's it for us, so dont double-free here.Not Zed2001-07-091-1/+0 * Fixes bug #1138.Jeffrey Stedfast2001-07-071-0/+9 * Make the `day-of-month' digit take up 2 chars by using "%2d". Fixes bugJeffrey Stedfast2001-07-071-1/+1 * When indexing a new record, create a pseudo word 'ibexindexed' so we canNot Zed2001-07-051-19/+17 * Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-2332-53/+53 * Only create a missing uid if we have indexing turned on.Not Zed2001-06-186-44/+238 * A new provider, for spool mailboxes. Mostly a cut and paste of the mboxNot Zed2001-06-1210-2/+2378 * remove the summary info so we are not out-of-sync with the maildir folder.Jeffrey Stedfast2001-05-263-71/+88 * s/folder_deleted/folder_created - result of a bad copy/paste.Jeffrey Stedfast2001-05-241-1/+1 * new abstract class for disconnectable remote storesDan Winship2001-05-041-6/+2 * New file, with the int, string, time_t, and off_t encode/decode routinesDan Winship2001-04-271-4/+5 * Remove UNICODE_CFLAGS (and some other stuff that's redundant withDan Winship2001-04-271-1/+1 * Applied jacob's patches for e-poolv stuff.Not Zed2001-04-262-10/+18 * Don't we want to tell where we are by using the start of the message? IJeffrey Stedfast2001-04-171-5/+5 * Check if gethostbyname_r take five paramsJP Rosevear2001-04-121-0/+1 * merge from evolution-0-10-branch to evolution-0-10-merge-0Not Zed2001-04-051-0/+4 * Big header cleanups and nntp compile fixKjartan Maraas2001-03-3013-14/+47 * add a "GList *authtypes", so you can get the list of authtypes used by aDan Winship2001-03-221-6/+3 * Modified patch from Dan Berger <dberger@ix.netcom.com> to re-check theNot Zed2001-03-171-0/+3 * Remove some unused stuffDan Winship2001-03-071-59/+0 * Emit the folder_created signal here.Jeffrey Stedfast2001-02-162-1/+27 * mbox, mh, and maildir camel-url's need absolute paths.Jeffrey Stedfast2001-02-13