Searched refs:unseen (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/mailx/
H A Dimap.c223 int unseen; /* first unseen message */ member in struct:__anon128::__anon130
1114 if (state.msg.count < imap->mailbox.unseen || !imap->mailbox.unseen)
1117 if (imap->mailbox.unseen < 0)
1118 imap->mailbox.unseen = 1;
1119 else if (imap->mailbox.unseen > state.msg.count)
1120 imap->mailbox.unseen = state.msg.count;
1292 imap->mailbox.unseen = sp && sp->type == IMAP_number ? sp->value.number : 0;
1812 state.msg.dot = state.msg.list + imap->mailbox.unseen
[all...]

Completed in 15 milliseconds