From: Philipp Takacs Date: Sun, 15 Dec 2019 13:44:57 +0000 (+0100) Subject: update unseen sequence after display X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=9e6f6b822a6de620c0aab4b122937e2c598169ed;hp=9e6f6b822a6de620c0aab4b122937e2c598169ed update unseen sequence after display before this patch, if messages are displaied with a pager and during that time a new message comes to the folder. The new message is added to the unseen sequence. But after closing the pager the unseen sequence gets overwritten and the new message is removed from the unseen sequence. Now the sequence file gets reread before remove the shown messages from the unseen sequenece. ---