[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: wrong unread count on imap server synced with offlineimap
From: |
Bob Newell |
Subject: |
Re: wrong unread count on imap server synced with offlineimap |
Date: |
Sat, 10 Feb 2018 16:34:06 -1000 |
Aloha,
I use and sync the same .newsrc.eld file across several computers and
two IMAP servers, but I let Gnus pull from the servers directly and
don't use offlineimap. There is never a discrepancy this way.
FWIW you can check the unread count directly by capturing (and
parsing, if you wish) the output of this command:
curl -s --insecure --url "imaps://whatever.imap.server" --user
"myuserid:mypassword" --request "STATUS INBOX (UNSEEN)"
Bob Newell
Honolulu, Hawai`i