summaryrefslogtreecommitdiff
path: root/alot/commands/thread.py
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2018-06-23 23:08:49 +0100
committerGitHub <noreply@github.com>2018-06-23 23:08:49 +0100
commit34bc46fd07f355df9b7a07c4f1dcab469a0a2346 (patch)
tree4bbc68de2452572e1652d3063375ece0ab65188f /alot/commands/thread.py
parent1482bf87794a9422f0ff383820f6693b2bfe094f (diff)
parent0a1840b3940db108277de1c113a5c29dd74d7d33 (diff)
Merge pull request #1222 from mjg/thread-retagprompt
provide retagprompt command in thread mode
Diffstat (limited to 'alot/commands/thread.py')
-rw-r--r--alot/commands/thread.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/alot/commands/thread.py b/alot/commands/thread.py
index 05f73d6a..b6eee44f 100644
--- a/alot/commands/thread.py
+++ b/alot/commands/thread.py
@@ -21,6 +21,7 @@ from .globals import FlushCommand
from .globals import ComposeCommand
from .globals import MoveCommand
from .globals import CommandCanceled
+from .common import RetagPromptCommand
from .envelope import SendCommand
from ..completion import ContactsCompleter, PathCompleter
from ..db.utils import decode_header
@@ -1080,6 +1081,9 @@ class ThreadSelectCommand(Command):
ui.apply_command(ChangeDisplaymodeCommand(visible='toggle'))
+RetagPromptCommand = registerCommand(MODE, 'retagprompt')(RetagPromptCommand)
+
+
@registerCommand(
MODE, 'tag', forced={'action': 'add'},
arguments=[