aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/local/camel-local-provider.c
Commit message (Expand)AuthorAgeFilesLines
* Replace calls to g_string_sprintfa() with g_string_append_printf() sinceJeffrey Stedfast2002-12-181-3/+3
* Changed the mbox and spool provider descriptions to try and be more clear.Jeffrey Stedfast2002-07-161-2/+2
* Remove the #include for camel-spoold-store.hJeffrey Stedfast2002-06-261-1/+0
* Include <sys/time.h> for struct timeval.Not Zed2002-06-261-27/+4
* Remove the CONF_DEFAULT_PATH entry, as this is handled by the url configNot Zed2002-06-061-2/+4
* Configure the default paths for mh, mbox, maildir, spools, etc.Jeffrey Stedfast2002-04-251-15/+52
* make service_cache be an array of CAMEL_NUM_PROVIDER_TYPES elements so youDan Winship2002-04-041-5/+0
* The day number has to be 2 chars wide, space filled to work properly withNot Zed2002-02-081-2/+18
* 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
* String cleanup for bug #6640.Jeffrey Stedfast2001-10-191-2/+2
* 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
* Fix up the provider flags to specify things more completely so we don'tDan Winship2001-10-021-3/+4
* Init the nntp url hash and url_equal functions.Jeffrey Stedfast2001-09-291-0/+8
* If filter inbox is set on the store, and we're opening inbox '', then82001-09-191-0/+8
* Changed the description/names of some of the local providers to try andJeffrey Stedfast2001-08-281-6/+6
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-2/+2
* A new provider, for spool mailboxes. Mostly a cut and paste of the mboxNot Zed2001-06-121-0/+15
* Big header cleanups and nntp compile fixKjartan Maraas2001-03-301-1/+4
* add a "GList *authtypes", so you can get the list of authtypes used by aDan Winship2001-03-221-6/+3
* mbox, mh, and maildir camel-url's need absolute paths.Jeffrey Stedfast2001-02-131-3/+3
* Changed the descriptions for mh, mbox, and maildir to be moreJeffrey Stedfast2001-01-111-3/+3
* Set the info size's properly, oops!Not Zed2000-11-281-2/+0
* Maildir lives.Michael Zucci2000-11-151-3/+21
* Initial cut for local provider, to handle mh/mailbox/maildir atMichael Zucci2000-11-151-0/+64