#ifndef _MESSAGE_THREAD_H #define _MESSAGE_THREAD_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 */ }; struct _container *thread_messages(CamelFolder *folder, GPtrArray *uids); void thread_messages_free(struct _container *); /* for debug only */ int dump_tree(struct _container *c, int depth); #endif /* !_MESSAGE_THREAD_H */ ts-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/bsd.gstreamer.mk
Commit message (Expand)AuthorAgeFilesLines
* Update GStreamer1 ports to 1.12.2.kwm2017-07-221-59/+298
* Remove the now unneeded ${PORTSDIR} from dependency definition inbapt2016-03-271-4/+4
* Add GStreamer1 gstsink plugin.kwm2016-03-041-1/+3
* Update gstreamer1 ports to 1.6.0.kwm2015-09-261-3/+23
* Big Gstreamer update:kwm2014-12-161-7/+13