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

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

struct _container *thread_messages(CamelMessageInfo **messages, int count);
void thread_messages_free(struct _container *);

/* for debug only */
int dump_tree(struct _container *c, int depth);

#endif /* !_MESSAGE_THREAD_H */

-toolkits?h=dependabot/npm_and_yarn/devel/electron6/files/ini-1.3.8&id=52cb44fba0486562301488aa6ef8ff6e7494821c'>x11-toolkits/xview
Commit message (Expand)AuthorAgeFilesLines
* Fix build errors related to stage and pkg-plist consistency.cy2014-06-271-4/+9
* Support stage. Update to new LIB_DEPENDS.cy2014-06-102-3/+3
* Fix typo.cy2013-11-231-1/+1
* Address conflict with x11/xloadimagecy2013-11-212-2/+15
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* Fix xview family builds under 10-CURRENT.cy2013-09-1818-7/+408
* New USES imake to handle the dependency on imake.bapt2013-06-281-1/+1
* Fix build with clangbapt2013-06-131-5/+2
* Update 3.2p1-X11R6 --> 3.2p1.4-19ccy2012-02-08123-1977/+1291
* The vast majority of pkg-descr files had the following format when theydougb2011-10-241-2/+2
* Fix unresolved external reference in xview-clients under 9.0.cy2011-09-272-9/+32
* Fix build under 9.0 (with new utmpx).cy2011-09-252-11/+94
* - remove MD5ohauer2011-07-031-1/+0
* Fix XAllocID assertion in Xview applications.cy2011-06-092-6/+27
* - Fix build when custom CFLAGS are set in make.confpav2010-04-072-10/+21
* - Mark BROKEN on HEAD: fails to build with new utmpxmiwi2010-03-201-0/+4
* The port needs COMPAT_43TTY defined to build on -CURRENTdougb2009-08-061-0/+6
* Convert most of remaining ports that depend on xorg-libraries toamdmi32009-06-091