diff options
Diffstat (limited to 'commands/account/next-folder.go')
-rw-r--r-- | commands/account/next-folder.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/account/next-folder.go b/commands/account/next-folder.go index c16a7717..369249ce 100644 --- a/commands/account/next-folder.go +++ b/commands/account/next-folder.go @@ -16,7 +16,7 @@ func init() { } func (NextPrevFolder) Context() commands.CommandContext { - return commands.ACCOUNT + return commands.MESSAGE_LIST } func (NextPrevFolder) Aliases() []string { |