aboutsummaryrefslogtreecommitdiffstats
path: root/commands/account/sort.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/account/sort.go')
-rw-r--r--commands/account/sort.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/commands/account/sort.go b/commands/account/sort.go
index b41d4920..16060aa0 100644
--- a/commands/account/sort.go
+++ b/commands/account/sort.go
@@ -21,6 +21,10 @@ func init() {
commands.Register(Sort{})
}
+func (Sort) Description() string {
+ return "Sort the message list by the given criteria."
+}
+
func (Sort) Context() commands.CommandContext {
return commands.MESSAGE_LIST
}