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