aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-folder-thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-folder-thread.h')
-rw-r--r--camel/camel-folder-thread.h75
1 files changed, 0 insertions, 75 deletions
diff --git a/camel/camel-folder-thread.h b/camel/camel-folder-thread.h
deleted file mode 100644
index 8bb78e27a0..0000000000
--- a/camel/camel-folder-thread.h
+++ /dev/null
@@ -1,75 +0,0 @@
-/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
-/*
- * Copyright (C) 2000 Ximian Inc.
- *
- * Authors: Michael Zucchi <notzed@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_FOLDER_THREAD_H
-#define _CAMEL_FOLDER_THREAD_H
-
-#ifdef __cplusplus
-extern "C" {
-#pragma }
-#endif /* __cplusplus */
-
-#include <camel/camel-folder-summary.h>
-#include <camel/camel-folder.h>
-
-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 */
/span>1-15/+26 * Fix BROTLI optionSunpoet Po-Chuan Hsieh2018-01-301-1/+1 * Remove LIBSSH option to avoid circular dependencySunpoet Po-Chuan Hsieh2018-01-281-5/+1 * Update to 7.58.0Sunpoet Po-Chuan Hsieh2018-01-253-5/+12 * ftp/wget: Upgrade from 1.19.2 to 1.19.4Vasil Dimov2018-01-232-4/+4 * Return kevlo's ports to the pool, he handed in his commit bit.Rene Ladan2018-01-121-1/+1 * - Update to 4.8Danilo Egea Gondolfo2017-12-272-4/+4 * Remove unneeded USE_AUTOTOOLS.Tijl Coosemans2017-12-251-1/+0 * Convert to USES=autoreconf.Tijl Coosemans2017-12-251-2/+3 * New slaveport: ftp/php72-fastdfsJochen Neumeister2017-12-192-0/+13 * ftp/php*-fastdfs: Remake to Master/Slave PortsJochen Neumeister2017-12-149-88/+13 * Update to 7.29.0-42.el7_4.1.Tijl Coosemans2017-12-112-13/+13 * Update to 7.43.0.1Sunpoet Po-Chuan Hsieh2017-12-112-5/+4 * Disable brotli support to fix build with old brotli installedSunpoet Po-Chuan Hsieh2017-12-081-1/+1 * Add DOCS optionSunpoet Po-Chuan Hsieh2017-12-082-0/+19 * Update to 0.56Sunpoet Po-Chuan Hsieh2017-12-042-4/+4 * Fix configure options for gnustep-makeDavid Chisnall2017-12-032-2/+2 * - Update WWWDmitry Marakasov2017-12-031-1/+1 * Update to 7.57.0Sunpoet Po-Chuan Hsieh2017-12-023-12/+12 * Convert Python ports to FLAVORS.Mathieu Arnold2017-11-302-3/+3 * - Update to 1.5.3Li-Wen Hsu2017-11-302-5/+4 * For ports that are marked BROKEN on armv6, and also fail to build onMark Linimon2017-11-302-0/+2 * php*-fastdfs: remove hard-code patchingJochen Neumeister2017-11-256-37/+5 * PHP 7.2: Remove bad repocopies.Torsten Zuehlsdorff2017-11-172-22/+0 * Add PHP 7.2 RC6Torsten Zuehlsdorff2017-11-165-0/+46 * - Update to 4.6Danilo Egea Gondolfo2017-11-062-3/+4 * ftp/fastdfs: Add status commandDanilo G. Baio2017-11-053-0/+14 * Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.Jimmy Olgeni2017-11-031-1/+1 * Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.Jimmy Olgeni2017-10-311-2/+2 * Update to 1.0.47Sunpoet Po-Chuan Hsieh2017-10-282-5/+4 * ftp/wget: Upgrade from 1.19.1 to 1.19.2Vasil Dimov2017-10-272-5/+5 * Update Linux CentOS 7 ports to 7.4.1708.Tijl Coosemans2017-10-272-13/+13 * Update to 0.39Sunpoet Po-Chuan Hsieh2017-10-262-4/+4 * Update to 7.56.1Sunpoet Po-Chuan Hsieh2017-10-252-4/+4 * - Update libsodium to 1.0.15 [1]Vsevolod Stakhov2017-10-221-0/+1 * Update to 4.8.3Ganael LAPLANCHE2017-10-112-4/+4 * Update to 7.56.0Sunpoet Po-Chuan Hsieh2017-10-043-5/+20 * Update to 4.8.2Ganael LAPLANCHE2017-09-263-19/+4 * Update to 0.54Sunpoet Po-Chuan Hsieh2017-09-252-5/+4 * - Add LICENSEDmitry Marakasov2017-09-255-12/+15 * Horde package update:Martin Matuska2017-09-222-4/+4 * Fix build on 11.0Ganael LAPLANCHE2017-09-191-0/+18 * Fix build on i386 and armv6Ganael LAPLANCHE2017-09-171-0/+15 * Update to 4.8.1Ganael LAPLANCHE2017-09-153-20/+5 * Fix license information for portgs that use "the same license as Perl".Mathieu Arnold2017-09-154-4/+4 * Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-113-2/+3 * ftp/net2ftp: Update to 1.1Bernard Spil2017-09-103-592/+532 * - Update to 2.8.1TAKATSU Tomonari2017-08-282-4/+4 * Update to 0.9.4Sunpoet Po-Chuan Hsieh2017-08-282-3/+4 * Update MASTER_SITESSunpoet Po-Chuan Hsieh2017-08-231-1/+1 * Update GNUstep core libraries.David Chisnall2017-08-212-2/+2 * Pet portlint: move BROKEN_* upwardSunpoet Po-Chuan Hsieh2017-08-201-2/+2 * Change RESOLV from RADIO to SINGLESunpoet Po-Chuan Hsieh2017-08-171-3/+3 * ftp/fastdfs, ftp/php[5.6|70|71]-fastdfs: Update to 5.0.11Danilo G. Baio2017-08-168-25/+26 * Update to 7.55.1Sunpoet Po-Chuan Hsieh2017-08-153-6/+12 * Update to 7.55.0Sunpoet Po-Chuan Hsieh2017-08-103-7/+8 * - Update The Glorious Glasgow Haskell Compiler to version 8.0.2Tobias C. Berner2017-08-091-1/+1 * - Pass maintainership to me. marino@ is not part of FreeBSD committersJose Alonso Cardenas Marquez2017-08-041-1/+0 * Horde package update:Martin Matuska2017-08-032-4/+4 * Set MAKEINFO to the full path of makeinfo when USES=makeinfo is set.Jung-uk Kim2017-07-291-1/+1 * Update ftp/proftpd to 1.3.6Martin Matuska2017-07-279-260/+73 * ftp/wget: Enforce rebuilding of the info pageVasil Dimov2017-07-271-0/+1 * ftp/wget: Fix makeinfo pathVasil Dimov2017-07-261-1/+0 * ftp/wget: Tweak docs optionsVasil Dimov2017-07-262-13/+22 * ftp/wget: Make installing docs optionalVasil Dimov2017-07-202-19/+26 * Fix build on powerpc64Ganael LAPLANCHE2017-07-161-0/+4 * Update ProFTPd to 1.3.5eMartin Matuska2017-07-142-4/+4 * Fix build with LibreSSLGanael LAPLANCHE2017-07-121-0/+13 * Update to 4.8.0Ganael LAPLANCHE2017-07-113-5/+6 * Update to netdumpd-20170706.Mark Johnston2017-07-072-4/+4 * Remove Perl core modulesSunpoet Po-Chuan Hsieh2017-07-011-3/+4 * Remove Perl core modulesSunpoet Po-Chuan Hsieh2017-07-012-3/+4 * Use USES=mysqlSunpoet Po-Chuan Hsieh2017-06-291-1/+1 * - Update to 2.7TAKATSU Tomonari2017-06-282-4/+4 * Update devel/readline to 7.0 patch 3Sunpoet Po-Chuan Hsieh2017-06-274-3/+4 * qa: add check for NO_ARCHDavid Naylor2017-06-191-1/+2 * Add PERL_LEVEL checkSunpoet Po-Chuan Hsieh2017-06-181-4/+9 * Update COMMENT and pkg-descrSunpoet Po-Chuan Hsieh2017-06-162-7/+11 * Update to 7.54.1Sunpoet Po-Chuan Hsieh2017-06-164-20/+20 * Update to netdumpd-20170615.Mark Johnston2017-06-162-4/+4 * - Update WWWDmitry Marakasov2017-06-161-1/+1 * Add port ftp/netdumpd.Mark Johnston2017-06-144-0/+33