summaryrefslogtreecommitdiff
path: root/alot/commands/search.py
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2019-05-25 12:19:50 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2019-06-02 15:15:10 +0100
commit8e0b2ff69268ef0bb1700ee5512048c7325fd9ed (patch)
treeda4775e3f49cdbb3d2aec4437c29c523015aec53 /alot/commands/search.py
parent03b652c3b34c0478ed83a5176134a72d29d730cb (diff)
cosmetics
Diffstat (limited to 'alot/commands/search.py')
-rw-r--r--alot/commands/search.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/alot/commands/search.py b/alot/commands/search.py
index 80aecb24..e2e135d4 100644
--- a/alot/commands/search.py
+++ b/alot/commands/search.py
@@ -38,9 +38,9 @@ class OpenThreadCommand(Command):
query = ui.current_buffer.querystring
logging.info('open thread view for %s', self.thread)
- sb = buffers.ThreadBuffer(ui, self.thread)
- ui.buffer_open(sb)
- sb.unfold_matching(query)
+ tb = buffers.ThreadBuffer(ui, self.thread)
+ ui.buffer_open(tb)
+ tb.unfold_matching(query)
@registerCommand(MODE, 'refine', help='refine query', arguments=[