diff options
author | Dan Winship <danw@src.gnome.org> | 2000-07-08 05:54:14 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-07-08 05:54:14 +0800 |
commit | 0c9c8a55f81cfd4274b96a13d26f224f48f0a1aa (patch) | |
tree | 7e9c0ed210bfbce4628101b5bfbf075730cc6a98 /mail/message-thread.h | |
parent | b817b9cb3e461f253d54b10e5a1b802b1b5b2058 (diff) | |
download | gsoc2013-evolution-0c9c8a55f81cfd4274b96a13d26f224f48f0a1aa.tar gsoc2013-evolution-0c9c8a55f81cfd4274b96a13d26f224f48f0a1aa.tar.gz gsoc2013-evolution-0c9c8a55f81cfd4274b96a13d26f224f48f0a1aa.tar.bz2 gsoc2013-evolution-0c9c8a55f81cfd4274b96a13d26f224f48f0a1aa.tar.lz gsoc2013-evolution-0c9c8a55f81cfd4274b96a13d26f224f48f0a1aa.tar.xz gsoc2013-evolution-0c9c8a55f81cfd4274b96a13d26f224f48f0a1aa.tar.zst gsoc2013-evolution-0c9c8a55f81cfd4274b96a13d26f224f48f0a1aa.zip |
(sort_node): sort the tree by the original order of the messages
in the folder rather than by date.
svn path=/trunk/; revision=3963
Diffstat (limited to 'mail/message-thread.h')
-rw-r--r-- | mail/message-thread.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/message-thread.h b/mail/message-thread.h index ffde0019b9..d66baacbdd 100644 --- a/mail/message-thread.h +++ b/mail/message-thread.h @@ -8,6 +8,7 @@ struct _container { 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); |