From cc2f57b706c2deda1a045624ce51ee0a662151ef Mon Sep 17 00:00:00 2001 From: pazz Date: Mon, 18 Jul 2011 18:02:13 +0100 Subject: toggletag in thread buffer works again --- alot/buffer.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'alot/buffer.py') diff --git a/alot/buffer.py b/alot/buffer.py index 500873cf..d05b7c19 100644 --- a/alot/buffer.py +++ b/alot/buffer.py @@ -148,6 +148,9 @@ class SingleThreadBuffer(Buffer): def __str__(self): return '%s, (%d)' % (self.thread.get_subject(), self.message_count) + def get_selected_thread(self): + return self.thread + def _build_pile(self, acc, msg, parent, depth): acc.append((parent, depth, msg)) for reply in self.thread.get_replies_to(msg): -- cgit v1.2.3