aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-03-09 06:42:53 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-03-09 06:42:53 +0800
commitc64038a75a5c00d5976e505191b4adda5eb06774 (patch)
treed6f2cbbbfa28c7f297bba6a0ae0da45fb9649f3d /mail/ChangeLog
parentda166efb51a0b205be4d534eebedd9e2aae62839 (diff)
downloadgsoc2013-evolution-c64038a75a5c00d5976e505191b4adda5eb06774.tar
gsoc2013-evolution-c64038a75a5c00d5976e505191b4adda5eb06774.tar.gz
gsoc2013-evolution-c64038a75a5c00d5976e505191b4adda5eb06774.tar.bz2
gsoc2013-evolution-c64038a75a5c00d5976e505191b4adda5eb06774.tar.lz
gsoc2013-evolution-c64038a75a5c00d5976e505191b4adda5eb06774.tar.xz
gsoc2013-evolution-c64038a75a5c00d5976e505191b4adda5eb06774.tar.zst
gsoc2013-evolution-c64038a75a5c00d5976e505191b4adda5eb06774.zip
Add "vtrash" as a folder type we support. (create_view): Kludgy-kludge
2001-03-08 Jeffrey Stedfast <fejj@ximian.com> * 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... svn path=/trunk/; revision=8603
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index ba09dd6f11..8d76173f2d 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,9 @@
2001-03-08 Jeffrey Stedfast <fejj@ximian.com>
+ * 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).