aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-migrate.c
Commit message (Expand)AuthorAgeFilesLines
* ** 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