aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-03-09 06:46:58 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-03-09 06:46:58 +0800
commit9bc3b7b0371d9a221330e107b17579f1cf80f730 (patch)
treea812c97c07b87ab388c913a3b563beda58e9dd6f /mail/ChangeLog
parentc64038a75a5c00d5976e505191b4adda5eb06774 (diff)
downloadgsoc2013-evolution-9bc3b7b0371d9a221330e107b17579f1cf80f730.tar
gsoc2013-evolution-9bc3b7b0371d9a221330e107b17579f1cf80f730.tar.gz
gsoc2013-evolution-9bc3b7b0371d9a221330e107b17579f1cf80f730.tar.bz2
gsoc2013-evolution-9bc3b7b0371d9a221330e107b17579f1cf80f730.tar.lz
gsoc2013-evolution-9bc3b7b0371d9a221330e107b17579f1cf80f730.tar.xz
gsoc2013-evolution-9bc3b7b0371d9a221330e107b17579f1cf80f730.tar.zst
gsoc2013-evolution-9bc3b7b0371d9a221330e107b17579f1cf80f730.zip
Removed from cvs
2001-03-08 Jeffrey Stedfast <fejj@ximian.com> * mail-vtrash.[c,h]: Removed from cvs * Makefile.am: Removed mail-vtrash.[c,h] * main.c: Don't #include "mail-vtrash" anymore. * component-factory.c: Add "vtrash" as a folder type we support. (create_view): Kludgy-kludge around the vtrash type. (owner_set_cb): Don't create the vTrash folder here anymore... * folder-browser.c (on_double_click): Call open_msg here so that it does the Right Thing (tm). svn path=/trunk/; revision=8604
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 8d76173f2d..f6a3ef6da5 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,11 @@
2001-03-08 Jeffrey Stedfast <fejj@ximian.com>
+ * mail-vtrash.[c,h]: Removed from cvs
+
+ * Makefile.am: Removed mail-vtrash.[c,h]
+
+ * main.c: Don't #include "mail-vtrash" anymore.
+
* component-factory.c: Add "vtrash" as a folder type we support.
(create_view): Kludgy-kludge around the vtrash type.
(owner_set_cb): Don't create the vTrash folder here anymore...