/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * Copyright (C) 2000 Ximian Inc. * * Authors: Michael Zucchi * * 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_FOLDER_THREAD_H #define _CAMEL_FOLDER_THREAD_H #ifdef __cplusplus extern "C" { #pragma } #endif /* __cplusplus */ #include #include typedef struct _CamelFolderThreadNode { struct _CamelFolderThreadNode *next, *parent, *child; const CamelMessageInfo *message; char *root_subject; /* cached root equivalent subject */ int re; /* re version of subject? */ int order; } CamelFolderThreadNode; typedef struct _CamelFolderThread { guint32 refcount : 31; guint32 subject : 1; struct _CamelFolderThreadNode *tree; struct _EMemChunk *node_chunks; CamelFolder *folder; GPtrArray *summary; } CamelFolderThread; /* interface 1: using uid's */ CamelFolderThread *camel_folder_thread_messages_new(CamelFolder *folder, GPtrArray *uids, gboolean thread_subject); void camel_folder_thread_messages_apply(CamelFolderThread *thread, GPtrArray *uids); /* interface 2: using messageinfo's. Currently disabled. */ #if 0 /* new improved interface */ CamelFolderThread *camel_folder_thread_messages_new_summary(GPtrArray *summary); void camel_folder_thread_messages_add(CamelFolderThread *thread, GPtrArray *summary); void camel_folder_thread_messages_remove(CamelFolderThread *thread, GPtrArray *uids); #endif void camel_folder_thread_messages_ref(CamelFolderThread *threads); void camel_folder_thread_messages_unref(CamelFolderThread *threads); /* debugging function only */ int camel_folder_threaded_messages_dump(CamelFolderThreadNode *c); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* !_CAMEL_FOLDER_THREAD_H */ n4/files/minimist-1.2.2 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 1: Stagify.vanilla2014-06-112-12/+4
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-5/+2
* - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0
* - Fix MASTER_SITESehaupt2011-10-181-4/+6
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-2/+2
* Mark BROKEN: Does not fetchbapt2011-08-031-0/+2
* point to the new SF homebapt2011-03-123-3/+2
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0
* Fix access control and logging of IPv6 addresses.jhay2007-03-151-0/+35
* - Add SHA256pav2005-11-261-0/+1
* Drop maintership.krion2005-04-221-1/+1
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1
* Update to 1.6krion2005-01-174-55/+56
* - Remove USE_SIZE knobkrion2004-04-161-1/+0
* - SIZEifykrion2004-01-302-0/+2
* - Update to 1.5.1krion2003-08-182-3/+2
* Add 2 new manpageskrion2003-08-111-1/+9
* Update to 1.5krion2003-08-103-3/+2
* Honor CFLAGSkrion2003-08-031-0/+1
* Update to 1.4.1krion2003-08-024-17/+16