summaryrefslogtreecommitdiff
path: root/alot/commands/thread.py
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2018-07-25 13:56:27 -0700
committerGitHub <noreply@github.com>2018-07-25 13:56:27 -0700
commit6ad6cbf33fe203e504c8623631746068850ee16f (patch)
tree63d5e46943761b9d49f3ffe4d3ae235ddd395ed6 /alot/commands/thread.py
parentce7bda011f1e0efe2edc8eb04311ca6bc384989f (diff)
parent474f7c8477ed6c88c56815a09cc98a7cabc4f70d (diff)
Merge pull request #1276 from alexshpilkin/copyedit
Copyedit documentation
Diffstat (limited to 'alot/commands/thread.py')
-rw-r--r--alot/commands/thread.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/alot/commands/thread.py b/alot/commands/thread.py
index b6eee44f..f2e85ad9 100644
--- a/alot/commands/thread.py
+++ b/alot/commands/thread.py
@@ -1069,9 +1069,9 @@ class MoveFocusCommand(MoveCommand):
@registerCommand(MODE, 'select')
class ThreadSelectCommand(Command):
- """select focussed element. The fired action depends on the focus:
- - if message summary, this toggles visibility of the message,
- - if attachment line, this opens the attachment"""
+ """select focussed element:
+ - if it is a message summary, toggle visibility of the message;
+ - if it is an attachment line, open the attachment"""
def apply(self, ui):
focus = ui.get_deep_focus()
if isinstance(focus, AttachmentWidget):