summaryrefslogtreecommitdiff
path: root/alot
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2012-01-08 18:03:19 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2012-01-08 18:03:19 +0000
commitc83fc4f8e9572729ec17b7fc469dcf2ba34e72c7 (patch)
treecd8f9b735afe5d2b973a450d88e9e5ba6d85875e /alot
parentc15d0394e0d25982b60d23c0ea8e6ad376e0f60c (diff)
cleanup refresh callback used in TagCommand
issue #236
Diffstat (limited to 'alot')
-rw-r--r--alot/commands/thread.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/alot/commands/thread.py b/alot/commands/thread.py
index 078e2cf5..3bab332f 100644
--- a/alot/commands/thread.py
+++ b/alot/commands/thread.py
@@ -654,10 +654,8 @@ class TagCommand(Command):
messages = [mw.get_message() for mw in mwidgets]
logging.debug('TAG %s' % str(messages))
-
def refresh_widgets():
for mw in mwidgets:
- ui.notify(str(mw.get_message().get_tags()))
mw.rebuild()
tags = filter(lambda x: x, self.tagsstring.split(','))