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 e988685 commit a7cac16Copy full SHA for a7cac16
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(s[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