aboutsummaryrefslogtreecommitdiffstats
path: root/mail/main.c
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/main.c
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/main.c')
-rw-r--r--mail/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/main.c b/mail/main.c
index 5900ee5625..2551815213 100644
--- a/mail/main.c
+++ b/mail/main.c
@@ -30,7 +30,6 @@
#include "composer/evolution-composer.h"
#include "mail.h"
#include "mail-mt.h"
-#include "mail-vtrash.h"
/*#define DO_MCHECK*/