* imap.el (imap-parse-resp-text-code): The UNSEEN value in
authorSimon Josefsson <jas@extundo.com>
Thu, 26 Sep 2002 22:20:27 +0000 (22:20 +0000)
committerSimon Josefsson <jas@extundo.com>
Thu, 26 Sep 2002 22:20:27 +0000 (22:20 +0000)
commit16fe4c940747835afaa174b3dc7a53369ccdfeab
treeb4ecd4036ba6faee20b683a0562cb4f0d9a174e1
parent5b8ffea1719cf683a0651cf7c7541b728b5d8e54
* imap.el (imap-parse-resp-text-code): The UNSEEN value in
SELECT/EXAMINE is first unseen article, not number of unseen
articles.  Make them distinct by renaming the former to
`first-unseen' instead of `unseen'.

* nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
too.
(nnimap-retrieve-groups): Don't used cached data if uidvalidity
changed.
(nnimap-retrieve-groups): Store uidvalidity and unseen data too.
lisp/ChangeLog
lisp/imap.el
lisp/nnimap.el