#ifndef _MESSAGE_THREAD_H #define _MESSAGE_THREAD_H #include #include "message-list.h" struct _container { /* Next must be the first member */ struct _container *next, *parent, *child; const CamelMessageInfo *message; char *root_subject; /* cached root equivalent subject */ int re; /* re version of subject? */ int order; }; void mail_do_thread_messages (MessageList *ml, GPtrArray *uids, gboolean use_camel_uidfree, void (*build) (MessageList *, struct _container *)); #endif /* !_MESSAGE_THREAD_H */ repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update to version 23.Tim Bishop2014-09-042-3/+3
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-07-171-1/+1
* Remove ftp://ftp.i-scream.org/ master site. The http equivalent stillTim Bishop2014-05-13