aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-preferences.h
diff options
context:
space:
mode:
authornobody <nobody@localhost>2003-05-03 19:02:31 +0800
committernobody <nobody@localhost>2003-05-03 19:02:31 +0800
commit003db0ae2e1ed2b175e0b69c860d07e9967534a7 (patch)
tree1445967f5c0ef4c749bc1b4030295ea1a12e3c00 /mail/mail-preferences.h
parent19f2626e65d1700ff9c631a70ecb917f98dfcb38 (diff)
downloadgsoc2013-evolution-GNOME_PILOT_CONDUITS_2_0_8.tar.gz
gsoc2013-evolution-GNOME_PILOT_CONDUITS_2_0_8.tar.zst
gsoc2013-evolution-GNOME_PILOT_CONDUITS_2_0_8.zip
This commit was manufactured by cvs2svn to create tagGNOME_PILOT_CONDUITS_2_0_8
'GNOME_PILOT_CONDUITS_2_0_8'. svn path=/tags/GNOME_PILOT_CONDUITS_2_0_8/; revision=21067
Diffstat (limited to 'mail/mail-preferences.h')
-rw-r--r--mail/mail-preferences.h130
1 files changed, 0 insertions, 130 deletions
diff --git a/mail/mail-preferences.h b/mail/mail-preferences.h
deleted file mode 100644
index 210f1e3e15..0000000000
--- a/mail/mail-preferences.h
+++ /dev/null
@@ -1,130 +0,0 @@
-/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
-/*
- * Authors: Jeffrey Stedfast <fejj@ximian.com>
- *
- * Copyright 2002 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_PREFERENCES_H__
-#define __MAIL_PREFERENCES_H__
-
-#ifdef __cplusplus
-extern "C" {
-#pragma }
-#endif
-
-#include <gtk/gtk.h>
-#include <glade/glade.h>
-#include <gconf/gconf-client.h>
-#include <libgnomeui/gnome-file-entry.h>
-#include <libgnomeui/gnome-color-picker.h>
-#include <libgnomeui/gnome-font-picker.h>
-
-#warning "gtkhtml-propmanger"
-/*#include <gtkhtml/gtkhtml-propmanager.h>*/
-
-#include "evolution-config-control.h"
-
-#include <shell/Evolution.h>
-
-#define MAIL_PREFERENCES_TYPE (mail_preferences_get_type ())
-#define MAIL_PREFERENCES(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), MAIL_PREFERENCES_TYPE, MailPreferences))
-#define MAIL_PREFERENCES_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), MAIL_PREFERENCES_TYPE, MailPreferencesClass))
-#define IS_MAIL_PREFERENCES(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), MAIL_PREFERENCES_TYPE))
-#define IS_MAIL_PREFERENCES_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), MAIL_PREFERENCES_TYPE))
-
-typedef struct _MailPreferences MailPreferences;
-typedef struct _MailPreferencesClass MailPreferencesClass;
-
-struct _MailPreferences {
- GtkVBox parent_object;
-
- GNOME_Evolution_Shell shell;
-
- EvolutionConfigControl *control;
-
- GladeXML *gui;
- GConfClient *gconf;
-
- /* General tab */
-
- /* Message Display */
- GtkToggleButton *timeout_toggle;
- GtkSpinButton *timeout;
- GtkOptionMenu *charset;
- GtkToggleButton *citation_highlight;
- GnomeColorPicker *citation_color;
-
- /* Deleting Mail */
- GtkToggleButton *empty_trash;
- GtkToggleButton *confirm_expunge;
-
- /* New Mail Notification */
- GtkToggleButton *notify_not;
- GtkToggleButton *notify_beep;
- GtkToggleButton *notify_play_sound;
- GnomeFileEntry *notify_sound_file;
-
- /* HTML Mail tab */
- GnomeFontPicker *font_variable;
- GnomeFontPicker *font_fixed;
- GtkToggleButton *font_share;
-
- /* Loading Images */
- GtkToggleButton *images_always;
- GtkToggleButton *images_sometimes;
- GtkToggleButton *images_never;
-
- GtkToggleButton *show_animated;
- GtkToggleButton *autodetect_links;
- GtkToggleButton *prompt_unwanted_html;
-
- /* GtkHTML Properties */
- struct _GtkHTMLPropmanager *pman;
-
- /* Labels and Colours tab */
- struct {
- GtkEntry *name;
- GnomeColorPicker *color;
- } labels[5];
- GtkButton *restore_labels;
-};
-
-struct _MailPreferencesClass {
- GtkVBoxClass parent_class;
-
- /* signals */
-
-};
-
-
-GtkType mail_preferences_get_type (void);
-
-GtkWidget *mail_preferences_new (void);
-
-void mail_preferences_apply (MailPreferences *prefs);
-
-/* needed by global config */
-#define MAIL_PREFERENCES_CONTROL_ID "OAFIID:GNOME_Evolution_Mail_Preferences_ConfigControl"
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif /* __MAIL_PREFERENCES_H__ */
1-1/+1 * Remove myself from MAINTAINERache2004-12-141-1/+1 * Update to KDE 3.3.2lofi2004-12-1412-32/+134 * Remove myself from MAINTAINERache2004-12-141-1/+1 * - Update to 7.1rc4pav2004-11-1626-212/+422 * Update to KDE 3.3.1lofi2004-11-0810-13/+489 * Add artwiz-ru, a russian version of the artwiz fonts.pav2004-11-076-0/+82 * Update to 1.3.33 + 2.8.22 + PL30.21lev2004-11-063-14/+11 * Update to 1.3.33+PL30.21. It fixes all security problems, found in 1.3.31 a...lev2004-11-063-11/+8 * - Finish ports/73231, I forgot to commit this part last night.pav2004-11-031-1/+0 * Clean up time for email addresses MIA!edwin2004-10-251-1/+1 * Shift my manitainer address to FreeBSD.org domain.marck2004-10-191-1/+1 * Update CONFLICTS and fix portlint warnings.krion2004-10-141-3/+3 * - Remove russian/gaim port, it's functionality was merged into original Gaimpav2004-10-123-93/+0 * Update to KDE 3.3lofi2004-08-319-55/+579 * Fix build with gcc-3.4krion2004-08-221-0/+15 * fix build on 4.x.sem2004-08-171-2/+2 * Update to 1.2.sem2004-08-1613-343/+509 * Factor out all but one of the build switches of the KDE main module portslofi2004-08-119-12/+9 * Shorten COMMENT to satisfy portlint.sem2004-08-101-1/+1 * Client for the OpenNAP network with Russian koi8 <> win1251 encoding patch.sem2004-08-103-0/+192 * Change maintainer's email.krion2004-08-081-1/+1 * Distfile was modified by author. Minor changes.sem2004-08-031-2/+2 * Add prawda 0.3.0, english-Russian translator.sem2004-07-318-0/+423 * Utilize DATADIR macro.osa2004-07-282-17/+17 * Change maintainer's email.krion2004-07-221-1/+1 * Gaim with underclared charsets support for oscar protocol.sem2004-07-173-0/+93 * nagios v 1.1 with Russian language patchessem2004-07-1513-0/+657 * Establish a correct master-slave relationship betweenlinimon2004-06-241-1/+2 * fix ircd-hybrid-7 low-bandwidth DoSeik2004-06-214-2/+24 * Add a new port russian/bogofilter (ru-bogofilter), which isyar2004-06-182-0/+19 * Update to version 3.2.3lofi2004-06-104-6/+174 * Don't remove www/ now that it is created by the system.kris2004-06-093-5/+0 * Update to latest mod_ssl 2.8.18: security fix.lev2004-06-072-4/+3 * Add `www/apache2' port with non-default MPMs to CONFLICTS.lev2004-05-242-0/+4 * Make CONFLICTS more specific: conflicts with apache-[0-9]*, not with apache-*lev2004-05-242-2/+2 * Update to latest, 1.3.31 based, version.lev2004-05-234-124/+20 * Update to latest, 1.3.31 based, version.lev2004-05-234-123/+17 * - Fix typokrion2004-05-212-2/+2 * - Unregister the old UID/GID and register the new one in thekrion2004-05-216-8/+14 * BROKEN: Uses unregistered, out-of-range uidkris2004-05-212-0/+4 * clean up after various repocopieseik2004-05-185-74/+0 * - Fix MASTER_SITESkrion2004-05-172-2/+2 * Move port to better category:vs2004-05-121-1/+0 * Oops. Forgot the language categories.lofi2004-05-079-9/+12 * - remove obsolte ports of gd1 and realativesdinoex2004-05-0510-29031/+0 * - disconnect obsolete ports gd1 and relativesdinoex2004-05-051-1/+0 * - Fix WWW:krion2004-05-041-1/+1 * Update to KDE 3.2.2lofi2004-04-204-40/+22 * - Change maintainer's emailkrion2004-04-162-2/+2 * - Fix MASTER_SITESkrion2004-04-141-2/+1 * Fix LATEST_LINK conflictsmaho2004-04-121-0/+1 * Tidy up whitespace.trevor2004-04-111-2/+2 * Cram into 80 columns by 24 rows.trevor2004-04-111-8/+4 * Chase the glib20 update, and bump all affected ports' PORTREVISIONs.marcus2004-04-051-1/+1 * Remove category pkg/COMMENT files in favour of a COMMENT variable in thekris2004-04-022-1/+2 * SIZEify (maintainer timeout)trevor2004-03-3112-0/+16 * - mark DEPRECATEDdinoex2004-03-301-0/+3 * - use INSTALLS_SHLIBdinoex2004-03-302-5/+1 * Add size data, approved by maintainers.trevor2004-03-214-0/+6 * SIZEifyerwin2004-03-202-0/+2 * - extend CONFLICTSdinoex2004-03-192-1/+11 * Add size data.trevor2004-03-191-0/+1 * E-mail to the maintainer bounced:trevor2004-03-181-1/+1 * bump PORTREVISION for the netmask fixeik2004-03-121-0/+1 * Unbreak slave port by updating to the version 27.3 of the encoding patch.kan2004-03-112-6/+4 * Update to KDE 3.2.1 / QT 3.3.1lofi2004-03-109-4/+59 * Add patch for netmask problems on 64bit machines.lev2004-03-091-0/+113 * Add patch for netmask problems on 64bit machineslev2004-03-092-0/+114 * - Unbreak on alpha, sparc64 and other non-i386 platforms.fjoe2004-03-067-124/+137 * BROKEN on sparc64 as wellkris2004-03-051-2/+2 * - Mark BROKEN, doesn't build with multimedia/xmms version 1.2.10"krion2004-02-241-0/+2 * BROKEN: inconsistent dependencies (linux_base 7.x and 8.x)kris2004-02-171-0/+2 * Use PLIST_FILES (bento-tested, marcus-reviewed).trevor2004-02-068-4/+4 * Use PLIST_FILES.trevor2004-02-064-2/+2 * Update to KDE 3.2.0lofi2004-02-0515-123/+776 * - Unbreak ru-xmms [1].fjoe2004-02-042-1/+5 * Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-042-0/+2 * Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-043-1/+3 * Add USE_GETTEXT and bump PORTREVISION.marcus2004-02-045-10/+10 * - Mark BROKEN, does not build with multimedia/xmms version 1.2.9krion2004-02-011-0/+1 * - Fix typo.krion2004-01-311-1/+1 * - Fix plist and bump PORTREVISIONkrion2004-01-312-0/+15 * - SIZEifykrion2004-01-302-0/+4 * The linux-atk port was repo-copied into the accessibility category.trevor2004-01-301-1/+1 * SIZEify.trevor2004-01-304-0/+4 * Now gettext 0.12.1 is gettext-old.trevor2004-01-245-5/+5 * - Maintainer gave maintainership to Alexander Pohoyda (alexander.pohoyda@gmx....clement2004-01-231-1/+1 * Use the SORT macro from bsd.port.mk.trevor2004-01-221-1/+1 * Add mueller-dic 1.2,krion2004-01-176-0/+91 * New port: libcyrillic.demon2004-01-076-0/+78 * Update to version 0.99f7demon2004-01-022-2/+2 * - Fix REINPLACE_CMDkrion2003-12-192-2/+2 * Add ircd-hybrid-ru 7.1,krion2003-12-1526-0/+978 * Add conflicts on xmms-[0-9]*fjoe2003-12-081-0/+2 * New port: ru-xmmsfjoe2003-12-082-0/+19 * - Add WITH_MOTIF knob to enable pixmaps in indicator iconsergei2003-12-062-6/+26 * Update to version 1.3.29+30.19+2.8.16lev2003-11-214-33/+10 * Update to latest version 30.19+1.3.29lev2003-11-214-31/+8 * new Russian-language, i386 Linux binary port of Firebird Web browser,trevor2003-11-204-0/+39 * USE_REINPLACE must be defined before REINPLACE_CMD may be used.trevor2003-11-171-0/+1 * Do not attempt to apply patches for OO 1.0.3 to version 1.1.kan2003-11-141-3/+0 * Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.trevor2003-11-131-1/+1 * Bump PORTREVISION.fjoe2003-11-101-0/+1 * Obey CFLAGS.fjoe2003-11-091-2/+1 * OpenOffice -> OpenOffice.orgmaho2003-11-093-3/+3 * Add OpenOffice.org 1.1 for russian languagemaho2003-11-092-0/+23 * Forgot to change Makefile s..maho2003-11-081-1/+1 * rename openoffice* to openoffice-1.0* accodingly (repo copy).maho2003-11-081-1/+1 * rename openoffice to openoffice-1.0 after repocopymaho2003-11-082-23/+1 * Partial backout. I missed fjoe's commit from a few days ago thatlinimon2003-11-021-4/+0 * Per bento logs, mark broken on 5.x (gcc3.3) and alpha. The distfilelinimon2003-11-021-1/+11 * ports with possibly unreachable MAINTAINERsedwin2003-11-021-1/+1 * Clean up the patch.fjoe2003-10-281-1/+1 * Fix build with gcc 3.3.1.fjoe2003-10-282-3/+4 * Fix typo.lev2003-10-251-1/+1 * [1] Use bsd.port.(pre|post).mklev2003-10-244-720/+732 * utilize SITE_PERLijliao2003-10-246-22/+20 * Fix problem with zombies.lev2003-10-234-1/+52 * Update to version 0.99f6.demon2003-10-192-2/+2 * - Make tarballs fetchablekrion2003-10-181-3/+5 *