aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-05-07 11:15:22 +0800
committerDan Winship <danw@src.gnome.org>2000-05-07 11:15:22 +0800
commit58837630600292086b88a1994328d2908bc29b4d (patch)
treecaf51be65989d6ff74777b739f0002a78452b095 /mail/ChangeLog
parentfcaa6565ec3885f3e2b537d2a0c5aa449378d1fb (diff)
downloadgsoc2013-evolution-58837630600292086b88a1994328d2908bc29b4d.tar
gsoc2013-evolution-58837630600292086b88a1994328d2908bc29b4d.tar.gz
gsoc2013-evolution-58837630600292086b88a1994328d2908bc29b4d.tar.bz2
gsoc2013-evolution-58837630600292086b88a1994328d2908bc29b4d.tar.lz
gsoc2013-evolution-58837630600292086b88a1994328d2908bc29b4d.tar.xz
gsoc2013-evolution-58837630600292086b88a1994328d2908bc29b4d.tar.zst
gsoc2013-evolution-58837630600292086b88a1994328d2908bc29b4d.zip
Don't hardcode "inbox" here.
* folder-browser-factory.c (folder_browser_factory): Don't hardcode "inbox" here. * folder-browser.c (folder_browser_set_uri): Don't hardcode "inbox" here either. (folder_browser_load_folder): Create a new store according to the folder browser's URI, and load the mbox file from that store. Parts of this are temporary. * session.c, mail.h: There is no longer a global store, just a global session. * mail-config.c, mail-ops.c: Update for default_session -> session change. fetch_mail is currently broken. svn path=/trunk/; revision=2853
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index db7e063473..9355968765 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,22 @@
2000-05-06 Dan Winship <danw@helixcode.com>
+ * folder-browser-factory.c (folder_browser_factory): Don't
+ hardcode "inbox" here.
+
+ * folder-browser.c (folder_browser_set_uri): Don't hardcode
+ "inbox" here either.
+ (folder_browser_load_folder): Create a new store according to the
+ folder browser's URI, and load the mbox file from that store.
+ Parts of this are temporary.
+
+ * session.c, mail.h: There is no longer a global store, just a
+ global session.
+
+ * mail-config.c, mail-ops.c: Update for default_session -> session
+ change. fetch_mail is currently broken.
+
+2000-05-06 Dan Winship <danw@helixcode.com>
+
* mail-config.c: New code to configure identity, mail source, and
mail transport.
(mail_config_druid): A druid using the config widgets. (Only