summaryrefslogtreecommitdiff
path: root/alot/commands/thread.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/commands/thread.py')
-rw-r--r--alot/commands/thread.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/alot/commands/thread.py b/alot/commands/thread.py
index 2ac3f335..468ae149 100644
--- a/alot/commands/thread.py
+++ b/alot/commands/thread.py
@@ -1110,14 +1110,6 @@ class TagCommand(Command):
def refresh_widgets():
for mt in messagetrees:
mt.refresh()
-
- # put currently selected message id on a block list for the
- # auto-remove-unread feature. This makes sure that explicit
- # tag-unread commands for the current message are not undone on the
- # next keypress (triggering the autorm again)...
- mid = tbuffer.get_selected_mid()
- tbuffer._auto_unread_dont_touch_mids.add(mid)
-
tbuffer.refresh()
tags = [t for t in self.tagsstring.split(',') if t]