diff options
Diffstat (limited to 'commands/account/sort.go')
-rw-r--r-- | commands/account/sort.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/account/sort.go b/commands/account/sort.go index a7edd552..d9eaf16a 100644 --- a/commands/account/sort.go +++ b/commands/account/sort.go @@ -31,6 +31,7 @@ func (Sort) Complete(args []string) []string { "size", "subject", "to", + "flagged", } if len(args) == 0 { return supportedCriteria |