diff options
Diffstat (limited to 'commands/account/export-mbox.go')
-rw-r--r-- | commands/account/export-mbox.go | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/commands/account/export-mbox.go b/commands/account/export-mbox.go index 6a36d375..53f22d87 100644 --- a/commands/account/export-mbox.go +++ b/commands/account/export-mbox.go @@ -22,7 +22,11 @@ type ExportMbox struct { } func init() { - register(ExportMbox{}) + commands.Register(ExportMbox{}) +} + +func (ExportMbox) Context() commands.CommandContext { + return commands.ACCOUNT } func (ExportMbox) Aliases() []string { |