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