Gnus development mailing list
 help / color / mirror / Atom feed
From: Richard Riley <rileyrg@googlemail.com>
To: nognus <ding@gnus.org>
Subject: Re: gnus-agent-synchronize-flags bug?
Date: Thu, 31 Mar 2011 15:42:55 +0200	[thread overview]
Message-ID: <e5tyejmmn4.fsf@news.eternal-september.org> (raw)
In-Reply-To: <qok4ffo228.fsf@news.eternal-september.org> (Richard Riley's message of "Thu, 31 Mar 2011 15:24:31 +0200")

Richard Riley <rileyrg@googlemail.com> writes:

> ,----
> | gnus-agent-synchronize-flags is a variable defined in `gnus-agent.el'.
> | Its value is ask
> | 
> | Documentation:
> | Indicate if flags are synchronized when you plug in.
> | If this is `ask' the hook will query the user.
> `----
>
> When I plug in using Jj I am getting no prompt to sync the flags. git
> HEAD as of a day or two ago.
>
> Could something else be the cause?

OK, it's a doc issue aligned with impatient user issue... It does it on
a per server level only when you fetch (g) when plugged from particular
servers. I jumped the gun.. or gnus.. Its not when you plug in Gnus
per-se but when you connect that server.

As a side note, I cleaned out the agent dirs, purged my .newsrc.eld,
resubscribed to 3 INBOXs on 3 different imap servers (settings below)
and tried again with the agent and, well, the numbers are all over the
place with 2 of the 3 groups seemingly sharing the same numbers after a
plug in/out and read/plugin/sync/restart combo. I suspect but cant
possibly know that somewhere the agent code isnt using the "pseudo"
server name to uniquely address the agent cache. Where "pseudo" name
here is the riley, shamrockpub and friends component of the following
select methods. 

,----
|    (add-to-list 'gnus-secondary-select-methods
|                 '(nnimap "riley"
|                          (nnir-search-engine imap)
|                          (nnimap-address "imap.gmail.com")
|                          ))
|    (add-to-list 'gnus-secondary-select-methods
|                 '(nnimap "shamrockpub"
|                          (nnir-search-engine imap)
|                          (nnimap-address "imap.gmail.com")
|                          ))
|    
|    (add-to-list 'gnus-secondary-select-methods
|                 '(nnimap "friends"
|                          (nnir-search-engine imap)
|                          (nnimap-address "imap.gmail.com")
|                          ))
`----

and matches, for auth, lines of the following form in my .authinfo.gpg

machine friends login feinds2001 password **
machine riley login rileyrg password **
machine shamrockpub login shamrockirishbar password **

regards

r.




      reply	other threads:[~2011-03-31 13:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-31 13:24 Richard Riley
2011-03-31 13:42 ` Richard Riley [this message]

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=e5tyejmmn4.fsf@news.eternal-september.org \
    --to=rileyrg@googlemail.com \
    --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).