diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-01-13 12:23:02 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-01-13 12:23:02 +0800 |
commit | 911b3978080cf82b9af95864477bfc194e8789a1 (patch) | |
tree | f583cd2f6b8bd24e5ed180a422c83c89abd2422a /mail/ChangeLog | |
parent | 75c4fd98b64414d2e102002a5259f554f5b27b69 (diff) | |
download | gsoc2013-evolution-911b3978080cf82b9af95864477bfc194e8789a1.tar gsoc2013-evolution-911b3978080cf82b9af95864477bfc194e8789a1.tar.gz gsoc2013-evolution-911b3978080cf82b9af95864477bfc194e8789a1.tar.bz2 gsoc2013-evolution-911b3978080cf82b9af95864477bfc194e8789a1.tar.lz gsoc2013-evolution-911b3978080cf82b9af95864477bfc194e8789a1.tar.xz gsoc2013-evolution-911b3978080cf82b9af95864477bfc194e8789a1.tar.zst gsoc2013-evolution-911b3978080cf82b9af95864477bfc194e8789a1.zip |
Now takes a 'is_account_data' variable to specify whether the sources is a
2001-01-12 Jeffrey Stedfast <fejj@ximian.com>
* component-factory.c (mail_load_storages): Now takes a
'is_account_data' variable to specify whether the sources is a
list of accounts of a list of services. Basically, the only time
you should pass in FALSE is when you are setting up NNTP storages.
(add_storage): Now takes a 'name' argument that specifies the name
to use in the storage.
(owner_set_cb): Updated to pass TRUE for accounts and FALSE for
news servers into mail_load_storages.
svn path=/trunk/; revision=7469
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 2827d2d552..7c9df25b2d 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,14 @@ +2001-01-12 Jeffrey Stedfast <fejj@ximian.com> + + * component-factory.c (mail_load_storages): Now takes a + 'is_account_data' variable to specify whether the sources is a + list of accounts of a list of services. Basically, the only time + you should pass in FALSE is when you are setting up NNTP storages. + (add_storage): Now takes a 'name' argument that specifies the name + to use in the storage. + (owner_set_cb): Updated to pass TRUE for accounts and FALSE for + news servers into mail_load_storages. + 2001-01-12 Christopher James Lahey <clahey@helixcode.com> * message-list.c: Changed filter_date and filter_size to match the |