aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-account-editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mail-account-editor.h')
-rw-r--r--mail/mail-account-editor.h67
1 files changed, 0 insertions, 67 deletions
diff --git a/mail/mail-account-editor.h b/mail/mail-account-editor.h
deleted file mode 100644
index 84b183b65d..0000000000
--- a/mail/mail-account-editor.h
+++ /dev/null
@@ -1,67 +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 version 2 of the GNU General Public
- * License as published by the Free Software Foundation.
- *
- * 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 Place - Suite 330,
- * Boston, MA 02111-1307, USA.
- *
- */
-
-#ifndef MAIL_ACCOUNT_EDITOR_H
-#define MAIL_ACCOUNT_EDITOR_H
-
-#ifdef __cplusplus
-extern "C" {
-#pragma }
-#endif /* __cplusplus */
-
-#include <gtk/gtkwindow.h>
-#include <libgnomeui/gnome-dialog.h>
-#include <libgnomeui/gnome-file-entry.h>
-#include "mail-account-gui.h"
-#include "mail-accounts.h"
-
-#define MAIL_ACCOUNT_EDITOR_TYPE (mail_account_editor_get_type ())
-#define MAIL_ACCOUNT_EDITOR(o) (GTK_CHECK_CAST ((o), MAIL_ACCOUNT_EDITOR_TYPE, MailAccountEditor))
-#define MAIL_ACCOUNT_EDITOR_CLASS(k) (GTK_CHECK_CLASS_CAST((k), MAIL_ACCOUNT_EDITOR_TYPE, MailAccountEditorClass))
-#define MAIL_IS_ACCOUNT_EDITOR(o) (GTK_CHECK_TYPE ((o), MAIL_ACCOUNT_EDITOR_TYPE))
-#define MAIL_IS_ACCOUNT_EDITOR_CLASS(k) (GTK_CHECK_CLASS_TYPE ((k), MAIL_ACCOUNT_EDITOR_TYPE))
-
-struct _MailAccountEditor {
- GnomeDialog parent;
-
- MailAccountGui *gui;
- GtkNotebook *notebook;
-};
-
-typedef struct _MailAccountEditor MailAccountEditor;
-
-typedef struct {
- GnomeDialogClass parent_class;
-
- /* signals */
-
-} MailAccountEditorClass;
-
-GtkType mail_account_editor_get_type (void);
-
-MailAccountEditor *mail_account_editor_new (MailConfigAccount *account, GtkWindow *parent, MailAccountsTab *dialog);
-
-#ifdef __cplusplus
-}
-#endif /* __cplusplus */
-
-#endif /* MAIL_ACCOUNT_EDITOR_H */
nsertions'>+1 * Chase boost and icu bumpbapt2014-02-071-1/+1 * In preparation for Qt 5 ports:makc2014-01-074-709/+653 * - Replace QT_.*_REL with QT_.* in PLIST_SUB.avilla2013-11-171-2/+2 * Update Qt to 4.8.5 and Qt Creator to 2.8.0.rakuco2013-10-145-138/+8 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-1/+2 * Add an upstream commit to fix libc++-related issues.rakuco2013-09-092-1/+82 * - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0 * The FreeBSD GNOME team presents a Glib and Gtk+ 3 update.kwm2013-07-311-2/+2 * Add upstream commit that fixes a plasma-desktop crash in x11/kde4-workspace.rakuco2013-07-102-1/+17 * Import my upstream commit to fix the detection of 3dNOW! support.rakuco2013-05-122-2/+36 * Rely on bsdtar to autodetermine the format of the distfiles when possiblebapt2013-04-291-1/+0 * Convert devel to USES=pkgconfigbapt2013-04-231-1/+1 * - Make qt4 compile under FreeBSD 10miwi2013-04-221-0/+1 * * Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 whichkwm2013-03-081-0/+1 * - Explicitly disable features if they are not set in QT4_OPTIONS [1]makc2013-02-273-8/+29 * KDE/FreeBSD team presents Qt 4.8.4 and QtCreator 2.6.1 ports.makc2013-02-043-50/+0 * - Add dependency on devel/icu.avilla2013-01-091-7/+4 * Apply an upstream patch that fixes warning with clang.kevlo2012-11-231-0/+11 * Add my upstream patch to make these Qt ports build with libc++.rakuco2012-07-191-0/+38 * - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4miwi2012-06-061-2/+1