mails_news wrong count when used with mboxes and Status header is set to
O[ld] by the MUA.
( This is how mutt flags a mail as notified to the user, however this
is not the same as R[ead].)
Patch to mail.c:
254,255c254
< if (strchr(buf + 7, 'R') == NULL
&&
< strchr(buf + 7, 'O') == NULL) {
---
Thanks,
Fer
Also, I think the ctime of the mbox should be cheked along (or instead of) mtime, because of noatime or relatime mount options (mail.c:186). Thanks,
This continues in 1.8.0 in Debian Sid Conky 1.8.0 compiled Tue Apr 6 23:19:18 UTC 2010 for Linux 2.6.32.11-dsa-amd64 (x86_64) Thanks,
Considering that 1.8.0 doesn't close this bug, this isn't really a surprise, is it?