summaryrefslogtreecommitdiff
path: root/alot
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2011-08-30 13:17:39 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2011-08-30 13:17:39 +0100
commit7f9743305bd9e2c343e2441bd1151fb77b482fe4 (patch)
tree1c5b1a257d7ce51d74f6d5395ac349ec2b347a97 /alot
parentd4c67504b31d8a4c6a89f02425f50c28970fcd43 (diff)
issue #40: call thread.refresh upon redraw
Diffstat (limited to 'alot')
-rw-r--r--alot/buffer.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/alot/buffer.py b/alot/buffer.py
index eb476530..dc37d5e2 100644
--- a/alot/buffer.py
+++ b/alot/buffer.py
@@ -206,6 +206,7 @@ class ThreadBuffer(Buffer):
self._build_pile(acc, reply, msg, depth + 1)
def rebuild(self):
+ self.thread.refresh()
# depth-first traversing the thread-tree, thereby
# 1) build a list of tuples (parentmsg, depth, message) in DF order
# 2) create a dict that counts no. of direct replies per message