aboutsummaryrefslogtreecommitdiffstats
path: root/commands/account/next.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/account/next.go')
-rw-r--r--commands/account/next.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/commands/account/next.go b/commands/account/next.go
index 92624316..5454f1e5 100644
--- a/commands/account/next.go
+++ b/commands/account/next.go
@@ -23,6 +23,10 @@ func init() {
commands.Register(NextPrevMsg{})
}
+func (NextPrevMsg) Description() string {
+ return "Select the next or previous message in the message list."
+}
+
func (NextPrevMsg) Context() commands.CommandContext {
return commands.MESSAGE_LIST | commands.MESSAGE_VIEWER
}