aboutsummaryrefslogtreecommitdiffstats
path: root/commands/account/view.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/account/view.go')
-rw-r--r--commands/account/view.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/commands/account/view.go b/commands/account/view.go
index 5f5bd289..0e3ca09c 100644
--- a/commands/account/view.go
+++ b/commands/account/view.go
@@ -21,6 +21,10 @@ func init() {
commands.Register(ViewMessage{})
}
+func (ViewMessage) Description() string {
+ return "View the selected message in a new tab."
+}
+
func (ViewMessage) Context() commands.CommandContext {
return commands.MESSAGE_LIST
}