diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-03-09 06:46:58 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-03-09 06:46:58 +0800 |
commit | 9bc3b7b0371d9a221330e107b17579f1cf80f730 (patch) | |
tree | a812c97c07b87ab388c913a3b563beda58e9dd6f /mail/mail-vtrash.h | |
parent | c64038a75a5c00d5976e505191b4adda5eb06774 (diff) | |
download | gsoc2013-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/mail-vtrash.h')
-rw-r--r-- | mail/mail-vtrash.h | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/mail/mail-vtrash.h b/mail/mail-vtrash.h deleted file mode 100644 index 1aac0c1e9f..0000000000 --- a/mail/mail-vtrash.h +++ /dev/null @@ -1,42 +0,0 @@ -/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ -/* - * Authors: Jeffrey Stedfast <fejj@ximian.com> - * - * Copyright 2001 Ximian, Inc. (www.ximian.com) - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Street #330, Boston, MA 02111-1307, USA. - * - */ - -#ifndef MAIL_VTRASH_H -#define MAIL_VTRASH_H - -#include <camel/camel-store.h> -#include <camel/camel-folder.h> - -#ifdef __cplusplus -extern "C" { -#pragma } -#endif /* __cplusplus */ - -void mail_vtrash_add (CamelStore *store, const char *store_uri, const char *name); - -int mail_vtrash_create (const char *store_uri, const char *name); - -#ifdef __cplusplus -} -#endif /* __cplusplus */ - -#endif /* MAIL_VTRASH_H */ |