aboutsummaryrefslogtreecommitdiffstats
path: root/commands/msg/archive.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/msg/archive.go')
-rw-r--r--commands/msg/archive.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/commands/msg/archive.go b/commands/msg/archive.go
index c262de41..0b4b8258 100644
--- a/commands/msg/archive.go
+++ b/commands/msg/archive.go
@@ -51,6 +51,10 @@ func init() {
commands.Register(Archive{})
}
+func (Archive) Description() string {
+ return "Move the selected message to the archive."
+}
+
func (Archive) Context() commands.CommandContext {
return commands.MESSAGE_LIST | commands.MESSAGE_VIEWER
}