From 30dbe55e0281210af339a13fa6c12c7aa5167313 Mon Sep 17 00:00:00 2001 From: Patrick Totzke Date: Sat, 2 Aug 2014 18:01:57 +0200 Subject: just formating (pep8 etc.) --- alot/buffers.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'alot/buffers.py') diff --git a/alot/buffers.py b/alot/buffers.py index 3c1bf4c1..29cfb846 100644 --- a/alot/buffers.py +++ b/alot/buffers.py @@ -312,7 +312,6 @@ class SearchBuffer(Buffer): self.rebuild(reverse=True) - class ThreadBuffer(Buffer): """displays a thread as a tree of messages""" @@ -383,7 +382,7 @@ class ThreadBuffer(Buffer): summary_pos = (self.body.get_focus()[1][0], (0,)) cursor_on_non_summary = (focus_pos != summary_pos) if cursor_on_non_summary: - if not mid in self._auto_unread_dont_touch_mids: + if mid not in self._auto_unread_dont_touch_mids: if 'unread' in msg.get_tags(): logging.debug('Tbuffer: removing unread') -- cgit v1.2.3