aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/local/camel-spool-store.c
Commit message (Expand)AuthorAgeFilesLines
* removed.Not Zed2004-05-261-4/+0
* turn off NOINFERIORS always, translate to nochildren.Not Zed2004-03-111-9/+9
* remove unused var.Not Zed2003-03-281-1/+0
* Undo jeff's changes.Not Zed2003-02-271-3/+7
* Replace calls to g_string_sprintfa() with g_string_append_printf() sinceJeffrey Stedfast2002-12-181-2/+2
* Use a bag instead of a hashtable to track the cache streams.Not Zed2002-12-091-15/+14
* Use g_strerror when setting an exception string (we need it to be inJeffrey Stedfast2002-11-111-18/+19
* 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-261-13/+75
* Include <sys/time.h> for struct timeval.Not Zed2002-06-261-48/+251
* We want to set unread_count to get_unread_message_count, notNot Zed2002-04-291-2/+1
* The day number has to be 2 chars wide, space filled to work properly withNot Zed2002-02-081-1/+1
* Fixing the license text.Ettore Perazzoli2001-10-281-1/+0
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-271-2/+2
* Don't munge the URL; CamelSession's caching relies on it not changing.Dan Winship2001-10-021-19/+2
* Build the path on the folderinfo.02001-09-211-3/+14
* General cleanup of camel debug printfs.92001-09-191-4/+4
* If filter inbox is set on the store, and we're opening inbox '', then82001-09-191-7/+3
* Return the default folder (ie. INBOX) rather than saying we don't supportJeffrey Stedfast2001-08-311-3/+1
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-1/+1
* Only create a missing uid if we have indexing turned on.Not Zed2001-06-181-27/+64
* A new provider, for spool mailboxes. Mostly a cut and paste of the mboxNot Zed2001-06-121-0/+194