Reverted removal of e_setup_base_dir.

2000-06-02  Christopher James Lahey  <clahey@helixcode.com>

	* tests/test-movemail.c: Reverted removal of e_setup_base_dir.

svn path=/trunk/; revision=3399
This commit is contained in:
Christopher James Lahey
2000-06-02 19:27:02 +00:00
committed by Chris Lahey
parent cf4799b253
commit 87593b9797
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2000-06-02 Christopher James Lahey <clahey@helixcode.com>
* tests/test-movemail.c: Reverted removal of e_setup_base_dir.
2000-06-02 Jesus Bravo Alvarez <jba@pobox.com>
* configure.in: Added pt (Portuguese) to ALL_LINGUAS

View File

@ -48,6 +48,7 @@ int main (int argc, char **argv)
fprintf (stderr, "Usage: test-movemail [--delete] url\n");
exit (1);
}
e_setup_base_dir ();
session = camel_session_new (auth_callback);
ex = camel_exception_new ();