Gnus development mailing list
 help / color / mirror / Atom feed
From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>
To: ding@gnus.org
Subject: Messages on IMAP server are somtimes disappeared when two Gnus are running in parallel
Date: Sat, 03 Mar 2012 11:56:44 +0900	[thread overview]
Message-ID: <87obseie8j.fsf@tsuchiya.vaj.namazu.org> (raw)

Hi,

I frequently meet the following trouble:

(1) On the system A, I read new messages on my IMAP server with Gnus.
    Gnus on the system A is kept on running.

(2) On the other system B, I can check messages on my IMAP server, but I
    cannot find messages checked on the system A.

(3) On the system A, I can see the messages which was checked at the
    first step.  Contrary, I cannot see the messages whith was checked
    on the system B at the second step.

Unfortunately, I have not identified a reproduction condition of this
trouble.  I hope that someone may give me either a solution or a hint to
identify it.

The related information are:

(a) I use the newest version of Gnus on Git master branch.

(b) My IMAP server is Dovecot 1.2.15 which is running on Debian
    GNU/Linux 6.0.4.

(c) A snippet of my Gnus configuration:

      (setq gnus-select-method `(nnimap "hostname"
				        (nnimap-stream shell)
				        (nnimap-shell-program "ssh hostname connect localhost 143")
				        (nnimap-authenticator cram-md5)))

(d) Because the largest folder on my IMAP server contains over 60000
    messages, the following code is also required.

      (setq gnus-large-newsgroup 2000)

-- 
TSUCHIYA Masatoshi



             reply	other threads:[~2012-03-03  2:56 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-03  2:56 TSUCHIYA Masatoshi [this message]
2012-03-10  0:35 ` Lars Magne Ingebrigtsen
2012-03-16  8:04   ` TSUCHIYA Masatoshi
2012-03-22 20:25     ` Lars Magne Ingebrigtsen
2012-03-28 13:41       ` TSUCHIYA Masatoshi
2012-04-10 19:04         ` Lars Magne Ingebrigtsen

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=87obseie8j.fsf@tsuchiya.vaj.namazu.org \
    --to=tsuchiya@namazu.org \
    --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).