aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-migrate.c
Commit message (Expand)AuthorAgeFilesLines
* Use G_STRLOC or G_STRFUNC instead of deprecated G_GNUC_PRETTY_FUNCTION.Matthew Barnes2008-08-051-1/+1
* Use G_GNUC_PRETTY_FUNCTION instead of __PRETTY__FUNCTIONJeff Cai2008-07-281-1/+1
* Guard against camel_store_get_folder() returning NULL, which happened atTor Lillqvist2008-07-211-1/+2
* Rearrange G_OS_WIN32 ifdefs a bit, as we need to compile more of this fileTor Lillqvist2008-07-211-8/+18
* Add support for migration.Srinivasa Ragavan2008-07-211-8/+118
* fixed copyright noticesJeffrey Stedfast2008-06-211-1/+1
* ** Fixes part of bug #424744Matthew Barnes2008-05-071-1/+0
* ** Fix for bug #515786Milan Crha2008-03-131-0/+28
* Part of fix for #492702 from Milan Crha : New mail notify and preferences ui ...Johnny Jacob2007-12-151-0/+89
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-321/+321
* ** Fix for bug #492170Michael Monreal2007-11-061-5/+5
* ** Fixes bug #469657Matthew Barnes2007-10-021-13/+9
* ** Fixes part of bug #474000Matthew Barnes2007-09-281-2/+5
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-1/+1
* ** Move away from g_assert to g_return* calls Srinivasa Ragavan2007-08-311-1/+1
* 2007-08-13 mcrha Fix for bug #352346Milan Crha2007-08-131-0/+37
* Fix compilation warnings in mail folder (#437935).Matthew Barnes2007-06-031-56/+57
* Massive code cleanup (bug #429422)Matthew Barnes2007-04-201-10/+10
* Fix for evolution crash on startup on assistant.Srinivasa Ragavan2007-04-041-1/+2
* ** Fixes bug #419524Matthew Barnes2007-03-211-20/+15
* Committing fix for 323402 from Vincent NoelSrinivasa Ragavan2006-04-261-0/+1
* s/int/guint/g for 1-bit bitfield. Remove cruft use guint for 1-bitKjartan Maraas2006-02-081-2/+2
* Use e_util_mkdir_hier() instead of e_mkdir_hier().Simon Zheng2006-01-101-10/+11
* use libedataserver/e-account-list.h instead of e-util/e-account-list.h.Simon Zheng2006-01-061-1/+1
* em-folder-browser.c em-folder-view.c em-format-html.cTor Lillqvist2005-12-181-22/+41
* Retired GAL from Head. The relevant files have moved inside evolution.Kaushal Kumar2005-06-171-2/+2
* move e-error into e-util/Not Zed2005-05-161-1/+1
* ** See bug #71528.Not Zed2005-02-241-42/+78
* Moved various things from e-util to libedataserver.Not Zed2004-12-031-2/+81
* fix uninitialised pointer.David Malcolm2004-09-301-1/+1
* Free uri and name strings. Fixes a leak.Jeffrey Stedfast2004-07-211-0/+2
* finally put the 1.2 password upgrade patch in. Untested. #42721.Not Zed2004-05-211-1/+97
* move ignore case outside of block. Stupid c language.Not Zed2004-05-131-1/+1
* add for translators.Not Zed2004-05-121-287/+252
* ** See bug #57720.Not Zed2004-05-051-1/+0
* do the imap cmeta files, it just does the sync offline stuff. #56674.Not Zed2004-04-221-56/+133
* Don't bother adding the autogen sig here, e-signature-list.c handles thisJeffrey Stedfast2004-04-101-0/+36
* Now takes a pattern argument to limit files that get copied over (so weJeffrey Stedfast2004-04-091-4/+4
* fixedJeffrey Stedfast2004-04-061-4/+4
* Migrate the thread_list setting. Fixes bug #56297.Jeffrey Stedfast2004-04-061-51/+106
* Revert my "fix" from yesterday. We can't necessarily show progressJeffrey Stedfast2004-04-031-2/+1
* Report progress. "Fixes" bug #56355.Jeffrey Stedfast2004-04-021-3/+5
* If event == NULL, don't try to use event->key.timeJeffrey Stedfast2004-03-051-3/+46
* Removed unneeded debug printfs.Jeffrey Stedfast2004-01-281-11/+4
* Copy the imap cache into the right place. Duh.Jeffrey Stedfast2004-01-281-1/+1
* ** See bug #53084 and others.Not Zed2004-01-271-3/+1
* Fixes for bug #53251.Jeffrey Stedfast2004-01-271-0/+41
* Handle where the file: url is roken (ie, points to a location out of theJeffrey Stedfast2004-01-241-1/+7
* Migrate the ETree expanded state files as well as the GalView files.Jeffrey Stedfast2004-01-221-32/+264
* use camel_mkdir(0777) rather than 0777 & st.st_mode which isn't setNot Zed2004-01-211-19/+39
* oopsJeffrey Stedfast2004-01-211-1/+1
* New function to migrate the imap cache. (em_migrate_1_4): Migrate the IMAPJeffrey Stedfast2004-01-211-0/+10
* fixed a type-o that omehow made it in between building and committingJeffrey Stedfast2004-01-211-2/+1
* New function to migrate the imap cache. (em_migrate_1_4): Migrate the IMAPJeffrey Stedfast2004-01-211-3/+78
* Make displayed_uid public.Not Zed2004-01-201-0/+2
* if we can't open the pop3 cache dir, because it doesn't exist, it is notNot Zed2004-01-191-0/+5
* Oops, still need to stat() the src file so we can report what percentageJeffrey Stedfast2004-01-171-1/+4
* Startup files/folders.Not Zed2004-01-161-8/+69
* oopsJeffrey Stedfast2004-01-161-1/+1
* fixed a type-oJeffrey Stedfast2004-01-161-1/+1
* oops, add major, minor, revision args to g_warningJeffrey Stedfast2004-01-161-4/+6
* Only abort the copy if the dest folder both exists and contains data.Jeffrey Stedfast2004-01-161-2/+9
* Only abort the copy if the dest folder both exists and contains data.Jeffrey Stedfast2004-01-161-1/+3
* Split out the remapping code into e-util/e-bconf-map.[c,h] to be sharedJeffrey Stedfast2004-01-151-529/+135
* s/<= 0/== 0/Jeffrey Stedfast2004-01-141-1/+1
* Handle upgrading from 1.0.x and 1.2.x (code basically moved verbatim fromJeffrey Stedfast2004-01-141-143/+1469
* Don't O_TRUNC the dest file, instead use O_EXC and don't do anything ifJeffrey Stedfast2004-01-121-1/+1
* Don't migrate stuff here anymore.Jeffrey Stedfast2004-01-081-8/+141
* Modified to simply copy mbox files from one place to another (and theJeffrey Stedfast2003-12-111-62/+209
* Fixed a leak.Jeffrey Stedfast2003-12-111-0/+1
* fixed a compile warningJeffrey Stedfast2003-12-031-3/+1
* Don't leak the message objects.Jeffrey Stedfast2003-11-191-0/+2
* Call em_migrate_uri() instead of em_uri_from_camel(). (em_migrate_uri):Jeffrey Stedfast2003-11-071-2/+40
* User vfolder rules should be in ${evolution_dir}/mail/vfolders.xml ratherJeffrey Stedfast2003-11-071-0/+132
* New source files to migrate from the old mail directory to the new mailJeffrey Stedfast2003-11-061-0/+536