diff options
author | Dan Winship <danw@src.gnome.org> | 2000-09-08 04:00:03 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-09-08 04:00:03 +0800 |
commit | 1b3a2114eed8a2d2fee8fa0ad3056d5685730c25 (patch) | |
tree | 18d79eb0e28703db1054a231970d3c48607c0aa2 /mail/ChangeLog | |
parent | 1fb4f1bfee3badccac9419a6115aefa34ab8f6b1 (diff) | |
download | gsoc2013-evolution-1b3a2114eed8a2d2fee8fa0ad3056d5685730c25.tar gsoc2013-evolution-1b3a2114eed8a2d2fee8fa0ad3056d5685730c25.tar.gz gsoc2013-evolution-1b3a2114eed8a2d2fee8fa0ad3056d5685730c25.tar.bz2 gsoc2013-evolution-1b3a2114eed8a2d2fee8fa0ad3056d5685730c25.tar.lz gsoc2013-evolution-1b3a2114eed8a2d2fee8fa0ad3056d5685730c25.tar.xz gsoc2013-evolution-1b3a2114eed8a2d2fee8fa0ad3056d5685730c25.tar.zst gsoc2013-evolution-1b3a2114eed8a2d2fee8fa0ad3056d5685730c25.zip |
Pass a storage dir to camel_session_new now.
* session.c (session_init): Pass a storage dir to
camel_session_new now.
* main.c (main): Can't call session_init here now, because it
requires evolution_dir to be set.
* component-factory.c (owner_set_cb): call session_init here.
svn path=/trunk/; revision=5240
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 58c5f4226d..51f632dc78 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,13 @@ 2000-09-07 Dan Winship <danw@helixcode.com> + * session.c (session_init): Pass a storage dir to + camel_session_new now. + + * main.c (main): Can't call session_init here now, because it + requires evolution_dir to be set. + + * component-factory.c (owner_set_cb): call session_init here. + * mail-ops.c (do_fetch_mail): Fix previous fix. (Free the uids, just do it correctly.) |