From ce81244b58470f11c2e4faa31ef0269f3d0a8d48 Mon Sep 17 00:00:00 2001 From: pazz Date: Mon, 30 May 2011 17:47:13 +0100 Subject: fix typo --- alot/buffer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alot/buffer.py b/alot/buffer.py index 3b6f0ee2..99632409 100644 --- a/alot/buffer.py +++ b/alot/buffer.py @@ -170,7 +170,7 @@ class SearchBuffer(Buffer): class SingleThreadBuffer(Buffer): def __init__(self, ui, thread): self.message_count = thread.get_total_messages() - self.subject = thread.get_subject() + self.thread = thread self.messages = [(0, m) for m in thread.get_toplevel_messages()] self.rebuild() Buffer.__init__(self, ui, self.body, 'thread') -- cgit v1.2.3