From bd6bb30bef65bdaba79c75312f68850b4652db3d Mon Sep 17 00:00:00 2001 From: Not Zed Date: Mon, 25 Sep 2000 22:20:06 +0000 Subject: Function to convert a folder name/path to a filename for per-folder data. 2000-09-25 Not Zed * 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 --- mail/ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'mail/ChangeLog') diff --git a/mail/ChangeLog b/mail/ChangeLog index e3e3ccdb46..648b921d80 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,18 @@ +2000-09-25 Not Zed + + * 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. + 2000-09-25 Jeffrey Stedfast * message-list.c (address_compare): Updated to use Nat's -- cgit v1.2.3