Struct

CamelFolderThread

Description

struct CamelFolderThread {
  guint32 refcount : 31;
  guint32 subject : 1;
  _CamelFolderThreadNode* tree;
  CamelMemChunk* node_chunks;
  CamelFolder* folder;
  GPtrArray* summary;
}
No description available.
Structure members
refcount
No description available.
subject
No description available.
tree
No description available.
node_chunks
No description available.
folder
No description available.
summary
No description available.

Constructors

camel_folder_thread_messages_new

Thread a (subset) of the messages in a folder. And sort the result in summary order.

Instance methods

camel_folder_thread_messages_apply

Adds new uids into the threaded tree.

camel_folder_thread_messages_ref

Increase the reference of thread.

camel_folder_thread_messages_unref

Free all memory associated with the thread descriptor thread.