diff options
author | Not Zed <NotZed@HelixCode.com> | 2000-09-26 06:20:06 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2000-09-26 06:20:06 +0800 |
commit | bd6bb30bef65bdaba79c75312f68850b4652db3d (patch) | |
tree | 147e43e9093989bb38357e3a350dd4b69b80af88 /mail/message-thread.h | |
parent | 3efafe586b428af5061eb619abcfb5cb79c3dff0 (diff) | |
download | gsoc2013-evolution-bd6bb30bef65bdaba79c75312f68850b4652db3d.tar gsoc2013-evolution-bd6bb30bef65bdaba79c75312f68850b4652db3d.tar.gz gsoc2013-evolution-bd6bb30bef65bdaba79c75312f68850b4652db3d.tar.bz2 gsoc2013-evolution-bd6bb30bef65bdaba79c75312f68850b4652db3d.tar.lz gsoc2013-evolution-bd6bb30bef65bdaba79c75312f68850b4652db3d.tar.xz gsoc2013-evolution-bd6bb30bef65bdaba79c75312f68850b4652db3d.tar.zst gsoc2013-evolution-bd6bb30bef65bdaba79c75312f68850b4652db3d.zip |
Function to convert a folder name/path to a filename for per-folder data.
2000-09-25 Not Zed <NotZed@HelixCode.com>
* message-list.c (folder_to_cachename): Function to convert a
folder name/path to a filename for per-folder data.
(save_tree_state):
(load_tree_state):
(free_tree_state): For loading/saving the state of the expansion
of nodes in the tree.
(message_list_destroy): Save the tree state when done.
(save_node_state): Changed logic, we save when the node should be
closed on startup. i.e. any new nodes with children automatically
default to being open.
(subtree_unread): Check for unread messages in a subtree. So
false messages (for tree roots) are properly displayed.
svn path=/trunk/; revision=5584
Diffstat (limited to 'mail/message-thread.h')
-rw-r--r-- | mail/message-thread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/message-thread.h b/mail/message-thread.h index daff7451d4..cf4665663f 100644 --- a/mail/message-thread.h +++ b/mail/message-thread.h @@ -12,7 +12,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 */ + int order; }; void mail_do_thread_messages (MessageList *ml, GPtrArray *uids, |