aboutsummaryrefslogtreecommitdiffstats
path: root/commands/msgview/next-part.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/msgview/next-part.go')
-rw-r--r--commands/msgview/next-part.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/commands/msgview/next-part.go b/commands/msgview/next-part.go
index b5375d75..5f1a8fb6 100644
--- a/commands/msgview/next-part.go
+++ b/commands/msgview/next-part.go
@@ -13,6 +13,10 @@ func init() {
commands.Register(NextPrevPart{})
}
+func (NextPrevPart) Description() string {
+ return "Cycle between message parts being shown."
+}
+
func (NextPrevPart) Context() commands.CommandContext {
return commands.MESSAGE_VIEWER
}