update unseen sequence after display
authorPhilipp Takacs <philipp@bureaucracy.de>
Sun, 15 Dec 2019 13:44:57 +0000 (14:44 +0100)
committerPhilipp Takacs <philipp@bureaucracy.de>
Thu, 26 Mar 2020 20:36:00 +0000 (21:36 +0100)
commit9e6f6b822a6de620c0aab4b122937e2c598169ed
tree5c22d8fbd6050ac93071b39263c99e533a5c4d7e
parent7af26a5bed6efce10f3e5dd8cd7520420453c4f2
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.
test/common.sh
test/tests/show/test-unseen-update [new file with mode: 0644]
uip/mhshow.c