aboutsummaryrefslogtreecommitdiffstats
path: root/mail/message-thread.h
blob: 46a7a36b0395c30463c3424f896419e84beb7391 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#ifndef _MESSAGE_THREAD_H
#define _MESSAGE_THREAD_H

#include <gnome.h>
#include "message-list.h"

struct _container {
    struct _container *next,
        *parent,
        *child;
    const CamelMessageInfo *message;
    char *root_subject; /* cached root equivalent subject */
    int re;         /* re version of subject? */
    int order;      /* the order of this message in the folder */
};

void mail_do_thread_messages (MessageList *ml, GPtrArray *uids, 
                  gboolean use_camel_uidfree,
                  void (*build) (MessageList *, ETreePath *,
                         struct _container *, int *));

#endif /* !_MESSAGE_THREAD_H */

8ec7da96df12146a2cc428077258141791cf'>Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-271-1/+1 * Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1 * USES=compiler:c++11-lang is necessary to fix build on GCC-basedMark Linimon2018-12-021-1/+1 * - Drop deprecated WX_UNICODEDmitry Marakasov2016-08-165-15/+15 * Remove ansi version fo wxGTK 2.8 and only keep the unicode versionBaptiste Daroussin2015-09-171-1/+1 * math category: Remove $PTHREAD_LIBSJohn Marino2015-03-251-3/+1 * Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-111-1/+1 * Use only 2.8 and unicode version of wxGTKBaptiste Daroussin2014-03-251-4/+4