Gnus development mailing list
 help / color / mirror / Atom feed
From: j.cubizolles@free.fr
To: ding@gnus.org
Subject: Wrong message count on IMAP servers
Date: Mon, 25 Jul 2011 23:33:46 +0200 (CEST)	[thread overview]
Message-ID: <243707459.6230241311629626614.JavaMail.root@zimbra3-e1.priv.proxad.net> (raw)

I've set up gnus to read mail from two IMAP servers, but the read message
counts are awfully wrong :

* at free.fr (french provider) gnus announces 301740 unread emails
  instead of the 1732 from the webmail

* at gmail.com gnus announces 862 unread emails instead of 520 from the
  webmail.

This makes commands like / o N completely useless since I need to ask
for N in the hundreds to get a few emails.

Could it be that some old emails are not completely deleted from the
imap server but nevertheless not displayed by the webmail ? 

Is the number of read imap emails correct for some of you ?

Here are the nnimap lines from my .gnus.el

,----
| (setq nnimap-fetch-partial-articles "text/")
| (setq gnus-secondary-select-methods
|       '(
| 	(nnimap "gmail"
|                 (nnimap-address "imap.gmail.com")
| 		(nnimap-authentificator "j.cubizolles")
|                 (nnimap-authinfo-file "~/.authinfo")
|                 (nnimap-server-port 993)
|                 (nnimap-stream ssl))
| 	(nnimap "free"
| 		(nnimap-address "imap.free.fr")
| 		(nnimap-authentificator "j.cubizolles")
| 		(nnimap-authinfo-file "~/.authinfo")
| ;		(nnimap-server-port 143)
| 		)
| ))
| (setq nnimap-split-inbox '("INBOX"))
| 
| (setq nnimap-split-rule 'nnimap-split-fancy)
| (setq nnimap-split-fancy
|    `(|
|         (: gnus-registry-split-fancy-with-parent)
|         (: spam-split 'spam-use-bogofilter)
| 	(any "\\b\\(\\w+\\)@.*bretagne.*" "ml.ups.\\1")
| 	(any ".*ups-\\b\\(\\w+\\)@listes\\.prepas\\.org" "ml.ups.\\1")
| 	("gnus-warning" "duplicat\\(e\\|ion\\) of message" "duplicate")
|     )
| )
`----

I'm using the gnus version shipped with GNU Emacs 24.0.50.1.



             reply	other threads:[~2011-07-25 21:33 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-25 21:33 j.cubizolles [this message]
2011-08-21  4:20 ` Lars Magne Ingebrigtsen
2011-09-02 18:18   ` Julien Cubizolles

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=243707459.6230241311629626614.JavaMail.root@zimbra3-e1.priv.proxad.net \
    --to=j.cubizolles@free.fr \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).