We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2feda82 commit e988685Copy full SHA for e988685
commands/list.go
@@ -46,7 +46,7 @@ func (cmd *List) Parse(fields []interface{}) error {
46
s[i] = fmt.Sprint(v)
47
}
48
49
- if mailbox, err := imap.ParseString(fields[0]); err != nil {
+ if mailbox, err := imap.ParseString(s[0]); err != nil
50
return err
51
} else if mailbox, err := dec.String(mailbox); err != nil {
52
0 commit comments