diff options
Diffstat (limited to 'commands/account/compose.go')
-rw-r--r-- | commands/account/compose.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/account/compose.go b/commands/account/compose.go index e45f77c3..c9e36379 100644 --- a/commands/account/compose.go +++ b/commands/account/compose.go @@ -28,7 +28,7 @@ func init() { } func (Compose) Context() commands.CommandContext { - return commands.ACCOUNT + return commands.MESSAGE_LIST } func (c *Compose) ParseHeader(arg string) error { |