(imap4d_select_status): Use util_uidvalidity.
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -92,7 +92,7 @@ imap4d_select_status () | ... | @@ -92,7 +92,7 @@ imap4d_select_status () |
92 | if (state != STATE_SEL) | 92 | if (state != STATE_SEL) |
93 | return 0; /* FIXME: this should be something! */ | 93 | return 0; /* FIXME: this should be something! */ |
94 | 94 | ||
95 | if ((status = mailbox_uidvalidity (mbox, &uidvalidity)) | 95 | if ((status = util_uidvalidity (mbox, &uidvalidity)) |
96 | || (status = mailbox_uidnext (mbox, &uidnext)) | 96 | || (status = mailbox_uidnext (mbox, &uidnext)) |
97 | || (status = mailbox_messages_count (mbox, &count)) | 97 | || (status = mailbox_messages_count (mbox, &count)) |
98 | || (status = mailbox_messages_recent (mbox, &recent)) | 98 | || (status = mailbox_messages_recent (mbox, &recent)) | ... | ... |
-
Please register or sign in to post a comment