From c5212445ee7afc68ab02303fa76f2366c95fa806 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Fri, 2 Jun 2000 02:19:11 +0000 Subject: Don't call e_setup_base_dir. 2000-06-01 Christopher James Lahey * tests/test-movemail.c (main): Don't call e_setup_base_dir. svn path=/trunk/; revision=3362 --- ChangeLog | 4 ++++ tests/test-movemail.c | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a996cfb703..0109466af7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-06-01 Christopher James Lahey + + * tests/test-movemail.c (main): Don't call e_setup_base_dir. + 2000-06-01 Dan Winship * configure.in (AC_OUTPUT): add doc, doc/C diff --git a/tests/test-movemail.c b/tests/test-movemail.c index bcd5334b5a..c766146c60 100644 --- a/tests/test-movemail.c +++ b/tests/test-movemail.c @@ -48,7 +48,6 @@ 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 (); -- cgit v1.2.3