diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-03-09 05:52:27 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-03-09 05:52:27 +0800 |
commit | b55ef8b5232d98892526560ac2c974e1a3f8adee (patch) | |
tree | 68bccad18a395111c2caf173c7a46a89084d1205 /mail/ChangeLog | |
parent | 61066010dcf502a4e3879b8539b92dde34bb27ff (diff) | |
download | gsoc2013-evolution-b55ef8b5232d98892526560ac2c974e1a3f8adee.tar gsoc2013-evolution-b55ef8b5232d98892526560ac2c974e1a3f8adee.tar.gz gsoc2013-evolution-b55ef8b5232d98892526560ac2c974e1a3f8adee.tar.bz2 gsoc2013-evolution-b55ef8b5232d98892526560ac2c974e1a3f8adee.tar.lz gsoc2013-evolution-b55ef8b5232d98892526560ac2c974e1a3f8adee.tar.xz gsoc2013-evolution-b55ef8b5232d98892526560ac2c974e1a3f8adee.tar.zst gsoc2013-evolution-b55ef8b5232d98892526560ac2c974e1a3f8adee.zip |
Call open_msg here so that it does the Right Thing (tm).
2001-03-08 Jeffrey Stedfast <fejj@ximian.com>
* folder-browser.c (on_double_click): Call open_msg here so that
it does the Right Thing (tm).
svn path=/trunk/; revision=8600
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index a7ccac55fd..ba09dd6f11 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,10 @@ 2001-03-08 Jeffrey Stedfast <fejj@ximian.com> + * folder-browser.c (on_double_click): Call open_msg here so that + it does the Right Thing (tm). + +2001-03-08 Jeffrey Stedfast <fejj@ximian.com> + * mail-local.c (mail_local_store_class_init): Override the default init_trash() with the our custom one (since MailLocalStore doesn't let the CamelStore keep a hash of opened folders and instead |