diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-11-06 06:07:31 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-11-06 06:07:31 +0800 |
commit | 20a1f88f75f89e2f041bf700b8d8efca08bcfc32 (patch) | |
tree | 281fb7b85ae06a0f8e45c0f53f70c9f6fb5d69ab /mail/Makefile.am | |
parent | 189d7b0fc6f3fe05e69ce67c9239bab0bff4ec63 (diff) | |
download | gsoc2013-evolution-20a1f88f75f89e2f041bf700b8d8efca08bcfc32.tar.gz gsoc2013-evolution-20a1f88f75f89e2f041bf700b8d8efca08bcfc32.tar.zst gsoc2013-evolution-20a1f88f75f89e2f041bf700b8d8efca08bcfc32.zip |
New source files to migrate from the old mail directory to the new mail
2003-11-05 Jeffrey Stedfast <fejj@ximian.com>
* em-migrate.[c,h]: New source files to migrate from the old mail
directory to the new mail directory.
* mail-component.c (mail_component_init): Changed to use
~/.evolution and added code to migrate the old mail folders over
if ~/.evolution/mail does not yet exist.
svn path=/trunk/; revision=23193
Diffstat (limited to 'mail/Makefile.am')
-rw-r--r-- | mail/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/Makefile.am b/mail/Makefile.am index d0bd2eb38f..6b79d2f7e7 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -98,6 +98,8 @@ libevolution_mail_la_SOURCES = \ em-marshal.h \ em-message-browser.c \ em-message-browser.h \ + em-migrate.c \ + em-migrate.h \ em-composer-utils.c \ em-composer-utils.h \ em-popup.c \ |