aboutsummaryrefslogtreecommitdiffstats
path: root/commands/account/export-mbox.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/account/export-mbox.go')
-rw-r--r--commands/account/export-mbox.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/commands/account/export-mbox.go b/commands/account/export-mbox.go
index 619c24a2..fed8568e 100644
--- a/commands/account/export-mbox.go
+++ b/commands/account/export-mbox.go
@@ -26,6 +26,10 @@ func init() {
commands.Register(ExportMbox{})
}
+func (ExportMbox) Description() string {
+ return "Export messages in the current folder to an mbox file."
+}
+
func (ExportMbox) Context() commands.CommandContext {
return commands.MESSAGE_LIST
}