Skip to content

Commit 17771fb

Browse files
authored
imapclient: fix typo in FLAGS handler
1 parent 21ff41a commit 17771fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

imapclient/select.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ func (c *Client) handleFlags() error {
5151
c.mutex.Lock()
5252
if c.state == imap.ConnStateSelected {
5353
c.mailbox = c.mailbox.copy()
54-
c.mailbox.PermanentFlags = flags
54+
c.mailbox.Flags = flags
5555
}
5656
c.mutex.Unlock()
5757

0 commit comments

Comments
 (0)