[balsa] Clear mn->scanned, so that we append the subtree
- From: Peter Bloomfield <PeterB src gnome org>
- To: svn-commits-list gnome org
- Subject: [balsa] Clear mn->scanned, so that we append the subtree
- Date: Wed, 13 May 2009 14:36:57 -0400 (EDT)
commit c6fd7f6b69ea53f4e44acb7960ca14d6940a8489
Author: Peter Bloomfield <PeterBloomfield bellsouth net>
Date: Wed May 13 14:36:42 2009 -0400
Clear mn->scanned, so that we append the subtree
---
ChangeLog | 5 +++++
src/mailbox-node.c | 2 +-
2 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index c8fe46b..addd797 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-05-13 Peter Bloomfield
+
+ * src/mailbox-node.c (balsa_mailbox_node_rescan): clear
+ mn->scanned, so that we append the subtree.
+
2009-05-07 Peter Bloomfield
Implement select thread
diff --git a/src/mailbox-node.c b/src/mailbox-node.c
index 8e60bd3..469586c 100644
--- a/src/mailbox-node.c
+++ b/src/mailbox-node.c
@@ -760,8 +760,8 @@ balsa_mailbox_node_rescan(BalsaMailboxNode * mn)
} else {
balsa_remove_children_mailbox_nodes(mn);
mn = balsa_app.root_node;
- mn->scanned = FALSE;
}
+ mn->scanned = FALSE;
balsa_mailbox_node_append_subtree(mn);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]