/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * Authors: Jeffrey Stedfast * * 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 _CAMEL_DIGEST_FOLDER_H #define _CAMEL_DIGEST_FOLDER_H #include #include #include #define CAMEL_DIGEST_FOLDER(obj) CAMEL_CHECK_CAST (obj, camel_digest_folder_get_type (), CamelDigestFolder) #define CAMEL_DIGEST_FOLDER_CLASS(klass) CAMEL_CHECK_CLASS_CAST (klass, camel_digest_folder_get_type (), CamelDigestFolderClass) #define CAMEL_IS_DIGEST_FOLDER(obj) CAMEL_CHECK_TYPE (obj, camel_digest_folder_get_type ()) typedef struct _CamelDigestFolder CamelDigestFolder; typedef struct _CamelDigestFolderClass CamelDigestFolderClass; struct _CamelDigestFolder { CamelFolder parent; struct _CamelDigestFolderPrivate *priv; }; struct _CamelDigestFolderClass { CamelFolderClass parent_class; }; CamelType camel_digest_folder_get_type (void); CamelFolder *camel_digest_folder_new (CamelMimeMessage *message); #endif /* ! _CAMEL_DIGEST_FOLDER_H */ yarn/devel/electron4/files/elliptic-6.5.4'>dependabot/npm_and_yarn/devel/electron4/files/elliptic-6.5.4 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Update to 1.3.0 RC1miwi2007-05-272-9/+9
* Reset maintainership of ports assigned to antonio@php.net after numerouslinimon2006-09-231-1/+1
* - Update to 1.2.2pav2006-01-122-4/+6
* Remove pear ports obsolated by devel/pear and switchale2005-12-101-2/+2
* Upgrade to to 1.2.0.thierry2005-04-032-3/+3
* - Upgrade to 1.1.0;thierry2005-02-222-12/+3
* Update port: sysutils/pear-File to 1.1.0RC4edwin2005-02-052-4/+6
* PORTVERSION -> DISTVERSIONedwin2005-01-211-2/+1
* Update port: sysutils/pear-File to 1.1.0RC3edwin2005-01-202-5/+5
* Update port: sysutils/pear-File to 1.1.0RC2edwin2005-01-192-5/+15
* - Update to 1.1.0pav2004-12-193-9/+9
* Take maintainership.thierry2004-10-131-1/+1
* SIZEify.trevor2004-03-181-0/+1
* [PATCH] simplify pear-* portsedwin2003-12-282-16/+5
* Add the virtual category "pear" to the Makefiles of these ports.edwin2003-11-131-1/+1
* Update to pear-Archive_Tar 1.1.nork2003-06-084-36/+8
* sysutils/pear-File: upgrading to 1.0.3.edwin2003-03-303-3/+3
* Fix "make index"edwin2003-02-251-1/+1
* PEAR ports: handling PEAR's registry.edwin2003-02-243-5/+25
* De-pkg-comment.knu2003-02-212-1/+1