diff options
Diffstat (limited to 'commands/account/import-mbox.go')
-rw-r--r-- | commands/account/import-mbox.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/account/import-mbox.go b/commands/account/import-mbox.go index 1b05f16d..cdf99c96 100644 --- a/commands/account/import-mbox.go +++ b/commands/account/import-mbox.go @@ -27,7 +27,7 @@ func init() { } func (ImportMbox) Context() commands.CommandContext { - return commands.ACCOUNT + return commands.MESSAGE_LIST } func (ImportMbox) Aliases() []string { |