/* -*- 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 #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 _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 (CamelStore *parent_store, CamelMimeMessage *message); #endif /* ! _CAMEL_DIGEST_FOLDER_H */ n/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
* - Replace DEPENDS, which are about to be removedpav2007-01-311-3/+5
* Mark as broken due to dependency error (currently only seen on sparc64-6).linimon2006-07-161-1/+8
* - Fix MASTER_SITESmnag2006-04-141-3/+1
* SHA256ifyedwin2006-01-241-0/+1
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-7/+7
* Update to 1.2.34. Please see the PR for changelog.vs2004-11-163-3/+4
* - Add new MASTER_SITESkrion2004-05-211-7/+4
* Add missing filekris2004-04-171-0/+1
* Upgrade to 1.2.32, remove dependency to bash2.vanilla2004-03-213-13/+19
* Fix typos.olgeni2004-03-201-1/+1
* Add size data, approved by maintainers.trevor2004-03-191-0/+1
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
* Use the new Apache bits from bsd.port.mk.marcus2003-11-071-1/+1