aboutsummaryrefslogblamecommitdiffstats
path: root/camel/camel-digest-summary.h
blob: 16bf5e5c9f79993fa69bfdbabf807d3514630d45 (plain) (tree)




























































                                                                                                                                   
/* -*- 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 __CAMEL_DIGEST_SUMMARY_H__
#define __CAMEL_DIGEST_SUMMARY_H__

#ifdef __cplusplus
extern "C" {
#pragma }
#endif /* __cplusplus */

#include <camel/camel-folder-summary.h>
#include <camel/camel-folder.h>
#include <camel/camel-exception.h>

#define CAMEL_DIGEST_SUMMARY(obj)         CAMEL_CHECK_CAST (obj, camel_digest_summary_get_type (), CamelDigestSummary)
#define CAMEL_DIGEST_SUMMARY_CLASS(klass) CAMEL_CHECK_CLASS_CAST (klass, camel_digest_summary_get_type (), CamelDigestSummaryClass)
#define CAMEL_IS_DIGEST_SUMMARY(obj)      CAMEL_CHECK_TYPE (obj, camel_digest_summary_get_type ())

typedef struct _CamelDigestSummary      CamelDigestSummary;
typedef struct _CamelDigestSummaryClass CamelDigestSummaryClass;

struct _CamelDigestSummary {
    CamelFolderSummary parent_object;
    
};

struct _CamelDigestSummaryClass {
    CamelFolderSummaryClass parent_class;
    
};


CamelType camel_digest_summary_get_type (void);

CamelFolderSummary *camel_digest_summary_new (void);

#ifdef __cplusplus
}
#endif /* __cplusplus */

#endif /* __CAMEL_DIGEST_SUMMARY_H__ */
an title='2006-10-07 03:15:16 +0800'>2006-10-073-76/+104 * - drop maintainershipclsung2006-10-051-1/+1 * - Fix plistpav2006-09-302-1/+3 * upgrade to 0.42ijliao2006-09-272-6/+6 * - Download from jpilot.org fails (403 forbidden), add mirrorservice.org aspav2006-09-261-1/+2 * Mark both of ports as BROKEN, doesn't build with new pilot-link. As formezz2006-09-252-0/+6 * Chase pilot-link's shared library version bump. Bump the PORTREVISION. As formezz2006-09-254-4/+8 * add usb supportijliao2006-09-231-5/+14 * add jpilot-db 1.3.20ijliao2006-09-225-0/+54 * upgrade to 0.99.9ijliao2006-09-226-55/+21 * remove palm/pilot-link-develijliao2006-09-228-230/+0 * upgrade to 0.12.1ijliao2006-09-229-143/+133 * Update to 2.0.14.marcus2006-09-0710-90/+46 * Reset inactive maintainer who has not responded to email.linimon2006-09-061-1/+1 * Now builds on 7.xkris2006-08-171-4/+0 * - s,INSTALLS_SHLIB,USE_LDCONFIG,gclsung2006-08-159-9/+9 * - Add missing locale files to plist. [1]shaun2006-08-082-4/+5 * Add support for DESTDIR part I.erwin2006-08-041-1/+1 * Mark as BROKEN on amd64: does not compile.linimon2006-07-032-2/+14 * - MAN3PREFIX is implied when PERL_CONFIGURE is defined.clsung2006-06-261-1/+0 * Mark broken on amd64 (needs -fPIC).linimon2006-06-242-0/+8 * Fix crash on startup when compiled with latest GTK2.anray2006-06-172-1/+19 * - Add patch to fix a memory problem resulting in a segfault whenanray2006-06-163-2/+29 * Reset maintainershiperwin2006-05-291-1/+1 * - Modernize COMMENTpav2006-05-281-1/+1 * - Rename portspav2006-05-2817-427/+5 * devel/libgtop2 -> devel/libgtopmezz2006-05-281-1/+1 * - Fix master sitesmnag2006-05-251-1/+2 * Add USE_GETTEXT to appease portlint.mezz2006-05-164-0/+4 * Remove USE_REINPLACE from all categories starting with Pedwin2006-05-138-9/+0 * Add amd64 to ONLY_FOR_ARCHS, i tested it here and built without problemsgarga2006-05-101-1/+1 * - Update to 1.60pav2006-05-019-90/+21 * Presenting GNOME 2.14.1 for FreeBSD! Checkoutmarcus2006-04-301-4/+4 * Reset nik's ports due to no response to email about status and variouslinimon2006-04-151-1/+1 * Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.ade2006-03-072-1/+2 * Conversion to a single libtool environment.ade2006-02-2324-24/+67 * Revert my last commit, i didn't test it accordingly and this version is notgarga2006-02-0314-182/+254 * - Update to 0.12.0-pre4garga2006-02-0214-252/+182 * Up to 0.8. Tiny change to chase the renaming of ucom* to cuaU*.lawrance2006-01-312-5/+7 * SHA256ifyedwin2006-01-241-4/+8 * SHA256ifyedwin2006-01-2413-0/+16 * * update to 4.30skv2006-01-232-4/+10 * Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-223-11/+11 * Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-225-7/+7 * Chase libversion bumb to libMagick.so.9edwin2006-01-051-0/+1 * [Maintainer-update] palm/malsync: update 2.10 -> 2.20edwin2005-12-204-37/+22 * Remove install-info from Makefile, it's automatically done when INFO is definededwin2005-12-051-1/+0 * - Restore sourceforge as a master site, I removed it errorneouslypav2005-11-291-3/+4 * - Style: ports@freebsd.org -> ports@FreeBSD.orgpav2005-11-261-1/+1 * - Add SHA256pav2005-11-2626-0/+30 * - These files so aren't on Sourceforgepav2005-11-261-1/+1 * - Add SHA256 checksumspav2005-11-244-0/+4 * Update MASTER_SITES.sumikawa2005-11-171-1/+1 * Chase master sitekris2005-11-161-1/+1 * Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-1517-17/+17 * With portmgr hat on, reset maintainership of knu's ports since he haslinimon2005-11-112-2/+2 * - Fix broken condition: OSVERSION >= 700000 not 70000pav2005-11-091-1/+1 * Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-0510-7/+10 * - Update to 0.99.8pav2005-11-045-30/+13 * Drop maintainership since I no longer have a pocket pc. I'll be keepinglawrance2005-10-2913-13/+13 * Reset maintainer, does not respond to mails for 19 days. Since a fewehaupt2005-10-292-2/+2 * - Roll back my path. It fixes nothing but magicaly breaks build on 6.0.sem2005-10-282-102/+2 * BROKEN on 6.0 as wellkris2005-10-281-2/+2 * - Mark the port as BROKEN on -CURRENT.sem2005-10-211-0/+4 * Remove expired port palm/hdconv: master site disappearedvs2005-10-194-47/+0 * - Introduce *-*-freebsd-7 as a first step to unbreak build on CURRENT.sem2005-10-182-0/+100 * - Mega patch to unbreak pkg-plistsem2005-10-139-182/+401 * - Extend an expiration period to give a submitter a chance to fix the port.sem2005-10-111-1/+1 * Dirk forgot to copy malsync_2.1.0 to his public_distfiles whenfenner2005-10-101-1/+1 * search.cpan.org redirect reduction canonicalization project, pass 1:fenner2005-09-221-1/+1 * Update to 0.9.1lawrance2005-08-028-23/+23 * Update to 0.9.1lawrance2005-08-022-3/+3 * Update to 0.9.1lawrance2005-08-023-3/+24 * Update to 0.9.1lawrance2005-08-024-6/+6 * This port is scheduled for deletion on 2005-09-22 if it is still brokenkris2005-07-231-0/+2 * Directory share/pixmaps is now included in mtreelesi2005-06-151-1/+0 * - Update WWW: lineahze2005-06-112-2/+2 * - Update or add WWW: linesahze2005-06-102-2/+2 * Use MAKE_ARGS and friendsvs2005-06-072-11/+2 * - Use MAKE_ARGS & PLIST_FILESvs2005-06-073-34/+2 * Use MAKE_ARGSvs2005-06-072-46/+3 * - Use PLIST_FILES/PORTDOCSvs2005-06-073-10/+9 * change the libtool version to use from 1.3 to 1.5oliver2005-06-044-10/+2 * - Fix build with gcc-3.4pav2005-05-282-4/+154 * Changed MASTER_SITES because of missing the distfile.sumikawa2005-05-081-1/+1 * Fix C99-ism.bland2005-05-012-4/+4 * Add USB devices support for 5.x.bland2005-04-274-2/+176 * Commit a patch forgotten in the last commit:marcus2005-04-224-2/+24 * Link the gnome-pilot libraries correctly so they play nice with the newmarcus2005-04-224-0/+42 * Set my ports to their shiny new MAINTAINER address.lawrance2005-04-1213-13/+13 * At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-128-8/+8 * Assist getting more ports working on AMD64 by obeying theobrien2005-04-118-8/+8 * Update to 2.0.13.marcus2005-04-1112-16/+38 * Fix MASTER_SITES.krion2005-03-311-3/+1 * BROKEN: Unfetchablekris2005-03-271-0/+2 * Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-1210-5/+10 * Update to 0.13arved2005-03-092-2/+3 * Remove more copies of Tcl's SunOS shared library hack.das2005-02-202-0/+34 * As previously announced, remove ports that have reached their expiry date,kris2005-02-196-55/+0 * Fix gzip namespace pollution (bump PORTREV)vs2005-02-172-1/+10 * BROKEN: Incorrect pkg-plistkris2005-02-121-0/+2 * ColdSync 2.2.5 fails to work with devices running PalmOS 4.0 and above,vs2005-02-123-6/+54 * - Fix pkg-plistleeym2005-02-081-0/+1 * - Look for pilot-link in ${LOCALBASE}pav2005-02-061-1/+2 * Unquote IGNORE.vs2005-01-201-1/+1 * [maintainer] palm/synce-kde: update to 0.8.0; transform from rapipedwin2005-01-145-434/+40 * - remove palm/rapip after repocopysem2005-01-105-484/+0 * Add synce-multisync, a SynCE synchronization plugin for Multisync.pav2005-01-095-0/+42 * repo copy palm/rapip -> palm/synce-kdesem2005-01-091-1/+1 * - Fix build on 4.xpav2005-01-092-0/+52 * - Update to 0.9.0pav2005-01-0927-140/+84 * Now buildable on 4.x, still broken on >= 5.x.kris2005-01-081-2/+4 * Say hello to the linux mega patch, it consolidates our linux bits anetchild2005-01-011-1/+1 * This port is scheduled to be removed on 2005-02-18 if it is stillkris2004-12-191-0/+2 * BROKEN on 4.x: Does not buildkris2004-12-121-1/+7 * o) I'm not using syncal anymore for several month so it would be best to givelkoeller2004-11-301-1/+1 * Use new GCONF_SCHEMAS.mezz2004-11-244-6/+2 * Use new INSTALLS_OMF.mezz2004-11-234-4/+2 * More pthread-check fixes.lofi2004-11-124-2/+840 * Bump PORTREVISIONS for all ports that depend on atk or pango to ease in themarcus2004-11-089-5/+9 * Update tp 1.3.0kevlo2004-11-062-3/+4 * - Update to 1.8pav2004-11-038-42/+84 * Updated to 4.15skv2004-10-192-3/+3 * Now builds on amd64kris2004-09-281-4/+0 * BROKEN: Configure failskris2004-09-261-0/+2 * BROKEN on 4.x alsokris2004-09-261-4/+2 * BROKEN on 5.x: Does not compilekris2004-09-261-0/+4 * - Fix package on 4.x (perl 5.0) - Pod:Man is needed for generating of some ma...pav2004-09-262-0/+5 * - Fix plist and unbreakpav2004-09-262-284/+303 * Update to 0.7 to fix build failure (deal with usbdevs changes).thierry2004-09-252-4/+4 * Update to 2.0.12.marcus2004-09-0412-12/+16 * Update to KDE 3.3lofi2004-08-315-189/+0 * Use intlhack.adamw2004-08-282-2/+2 * Update to 2.0.11.marcus2004-08-2726-162/+52 * Optionalize building of tcl/tk bindings.lofi2004-08-264-20/+38 * Change maintainer's email.krion2004-08-212-4/+1 * Fix build with gcc-3.4krion2004-08-181-2/+11 * - Fix build with gcc-3.4pav2004-08-142-0/+78 * Factor out all but one of the build switches of the KDE main module portslofi2004-08-115-0/+189 * - Upgrade to 3.2 (1).kuriyama2004-08-064-5/+18 * Fix build with GCC 3.4.2. This patch was originally submitted bymarcus2004-08-062-0/+22 * Fix build with GCC 3.4.2.marcus2004-08-038-0/+80 * Add pdbc, the PalmOS database compiler/decompiler.pav2004-08-017-0/+122 * Move a bunch of now unique stuff out of gnomehier and intoadamw2004-07-288-4/+12 * re-organize Makefileijliao2004-07-192-142/+42 * Change the default configuration to use GTK2 rather than GTK1.vs2004-07-151-3/+4 * Fix build w/ GCC2 / GTK2vs2004-07-141-0/+20 * Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-108-8/+8 * Use the new GConf handling policy, this will be required for GNOME 2.7/2.8 ormezz2004-07-082-8/+4 * After many hours of fiddling with ugen and uvisor and coldsync and such,green2004-07-022-1/+41 * Update to version 0.6krion2004-06-252-3/+3 * BROKEN on sparc64: Fails to linkkris2004-06-111-0/+4 * Sync with new bsd.autotools.mkade2004-06-051-2/+1 * - Fix build on 5.x and unbreakpav2004-05-112-13/+13 * Make TCL_VER a knob. Default it to 8.4, there for bump PORTREVISION.mi2004-05-092-8/+10 * - Support WITHOUT_NLS to disable gettextpav2004-05-032-49/+59 * Correct pkg-plistkris2004-04-174-2/+22 * Fix /bin/bash-ism (approved by maintainer)vs2004-04-121-0/+8 * Tidy up whitespace.trevor2004-04-111-1/+0 * - Update to 0.40: http://jasonday.home.att.net/code/libmal/ChangeLogvs2004-04-104-7/+19 * Chase the glib20 update, and bump all affected ports' PORTREVISIONs.marcus2004-04-059-9/+9 * - drop math libdinoex2004-04-041-1/+0 * - fix linkage with netpbmdinoex2004-04-041-0/+2 * BROKEN on !i386: Does not compilekris2004-04-031-1/+7 * Remove category pkg/COMMENT files in favour of a COMMENT variable in thekris2004-04-022-1/+2 * BROKEN: Incorrect pkg-plistkris2004-04-011-0/+2 * SIZEify (maintainer timeout)trevor2004-03-315-0/+6 * - Use USE_ICONV knobkrion2004-03-313-6/+5 * Add pdbar, an utility to create and manipulates PalmOS database (.pdb)pav2004-03-307-0/+268 * Update to 0.5kevlo2004-03-262-4/+5 * Updated to 4.01skv2004-03-232-3/+4 * - SIZE'ifykrion2004-03-231-0/+3 * Add SIZE data.knu2004-03-222-0/+2 * Add p5-Palm-PalmDoc 0.12, perl 5 modules for reading and writing PalmDocvanilla2004-03-215-0/+35 * Add size data, approved by maintainers.trevor2004-03-192-0/+2 * Add size data, approved by maintainers.trevor2004-03-191-0/+1 * - Add SIZE to GNOME portspav2004-03-184-0/+4 * - Remove SIZE of old tarballkrion2004-03-181-1/+0 * - Update to version 3.1krion2004-03-183-28/+8 * Add SIZE.sumikawa2004-03-181-0/+1 * SIZEifyijliao2004-03-182-0/+2 * Add size data.trevor2004-03-187-0/+7 * SIZEify.kuriyama2004-03-181-0/+1 * SIZEify.trevor2004-03-184-0/+8 * o) Update to version 0.8.9lkoeller2004-03-172-2/+3 * Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-1416-16/+16 * - Fix build on gcc-3.3, patch obtained from Gentoo ebuildpav2004-03-143-9/+1746 * Add synce-rra, a project for connecting to devices running Windows CE or Pock...pav2004-03-1413-0/+161 * - Update to version 0.8.9krion2004-03-124-6/+20 * - Update to version 0.8.9krion2004-03-122-3/+4 * - Update to version 0.8.9krion2004-03-122-2/+3 * Date: Wed, 10 Mar 2004 23:30:56 -0800 (PST)edwin2004-03-122-2/+2 * - Update to 0.99.7 [1]pav2004-03-024-55/+55