Gnus development mailing list
 help / color / mirror / Atom feed
* Re: pgnus 0.91 -- "*" with nnimap groups?
       [not found] <vafso74dv6f.fsf@petty.cs.uni-dortmund.de>
@ 1999-07-08 13:52 ` Simon Josefsson
  1999-07-08 15:29   ` Kai.Grossjohann
  0 siblings, 1 reply; 14+ messages in thread
From: Simon Josefsson @ 1999-07-08 13:52 UTC (permalink / raw)
  Cc: ding

Kai.Grossjohann@CS.Uni-Dortmund.DE writes:

> I just upgraded from pgnus 0.89 to 0.91 and suddenly I get "*" in
> front of every nnimap group.

In 0.93 all groups except thoose containing SPC works. I guess the
Gnus Agent have to escape " " in the active file into "? " too.


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: pgnus 0.91 -- "*" with nnimap groups?
  1999-07-08 13:52 ` pgnus 0.91 -- "*" with nnimap groups? Simon Josefsson
@ 1999-07-08 15:29   ` Kai.Grossjohann
  1999-07-08 15:55     ` Simon Josefsson
  1999-07-09 17:56     ` Lars Magne Ingebrigtsen
  0 siblings, 2 replies; 14+ messages in thread
From: Kai.Grossjohann @ 1999-07-08 15:29 UTC (permalink / raw)
  Cc: ding

Simon Josefsson <jas@pdc.kth.se> writes:

> Kai.Grossjohann@CS.Uni-Dortmund.DE writes:
> 
> > I just upgraded from pgnus 0.89 to 0.91 and suddenly I get "*" in
> > front of every nnimap group.
> 
> In 0.93 all groups except thoose containing SPC works. I guess the
> Gnus Agent have to escape " " in the active file into "? " too.

With pgnus 0.93 and nnimap 0.122 I still get "*" in front of every
nnimap group when (gnus-agentize) is used.  Commenting out this
statement makes it work again.

How can I help to debug this?

kai
-- 
Life is hard and then you die.


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: pgnus 0.91 -- "*" with nnimap groups?
  1999-07-08 15:29   ` Kai.Grossjohann
@ 1999-07-08 15:55     ` Simon Josefsson
  1999-07-08 16:07       ` Kai.Grossjohann
  1999-07-09 17:56     ` Lars Magne Ingebrigtsen
  1 sibling, 1 reply; 14+ messages in thread
From: Simon Josefsson @ 1999-07-08 15:55 UTC (permalink / raw)
  Cc: nnimap, ding

Kai.Grossjohann@CS.Uni-Dortmund.DE writes:

> > > I just upgraded from pgnus 0.89 to 0.91 and suddenly I get "*" in
> > > front of every nnimap group.
> > 
> > In 0.93 all groups except thoose containing SPC works. I guess the
> > Gnus Agent have to escape " " in the active file into "? " too.
> 
> With pgnus 0.93 and nnimap 0.122 I still get "*" in front of every
> nnimap group when (gnus-agentize) is used.  Commenting out this
> statement makes it work again.
> 
> How can I help to debug this?

Does it help to remove ~/News/agent/*/*/agent.lib/groups and have them
regenerated when starting Gnus?  You might want to backup the files,
of course.


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: pgnus 0.91 -- "*" with nnimap groups?
  1999-07-08 15:55     ` Simon Josefsson
@ 1999-07-08 16:07       ` Kai.Grossjohann
  0 siblings, 0 replies; 14+ messages in thread
From: Kai.Grossjohann @ 1999-07-08 16:07 UTC (permalink / raw)


Simon Josefsson <jas@pdc.kth.se> writes:

> Kai.Grossjohann@CS.Uni-Dortmund.DE writes:
> 
> > With pgnus 0.93 and nnimap 0.122 I still get "*" in front of every
> > nnimap group when (gnus-agentize) is used.  Commenting out this
> > statement makes it work again.
> > 
> > How can I help to debug this?
> 
> Does it help to remove ~/News/agent/*/*/agent.lib/groups and have them
> regenerated when starting Gnus?  You might want to backup the files,
> of course.

I exited Gnus and Emacs, then did

mv News/agent/nnimap/unnamed/agent.lib/groups News/agent/nnimap/unnamed/agent.lib/groups.SAV

then re-enabled (gnus-agentize), then started Emacs, then Gnus -- same
problem.

kai
-- 
Life is hard and then you die.


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: pgnus 0.91 -- "*" with nnimap groups?
  1999-07-08 15:29   ` Kai.Grossjohann
  1999-07-08 15:55     ` Simon Josefsson
@ 1999-07-09 17:56     ` Lars Magne Ingebrigtsen
  1999-07-09 22:46       ` Kai.Grossjohann
  1 sibling, 1 reply; 14+ messages in thread
From: Lars Magne Ingebrigtsen @ 1999-07-09 17:56 UTC (permalink / raw)


Kai.Grossjohann@CS.Uni-Dortmund.DE writes:

> With pgnus 0.93 and nnimap 0.122 I still get "*" in front of every
> nnimap group when (gnus-agentize) is used.  Commenting out this
> statement makes it work again.

If you have `gnus-read-active-file' set to nil, it's likely that the
changes to the agent a few days ago broke something.  I should test
that... 

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: pgnus 0.91 -- "*" with nnimap groups?
  1999-07-09 17:56     ` Lars Magne Ingebrigtsen
@ 1999-07-09 22:46       ` Kai.Grossjohann
  1999-07-11  9:04         ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 14+ messages in thread
From: Kai.Grossjohann @ 1999-07-09 22:46 UTC (permalink / raw)


Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

> Kai.Grossjohann@CS.Uni-Dortmund.DE writes:
> 
> > With pgnus 0.93 and nnimap 0.122 I still get "*" in front of every
> > nnimap group when (gnus-agentize) is used.  Commenting out this
> > statement makes it work again.
> 
> If you have `gnus-read-active-file' set to nil, it's likely that the
> changes to the agent a few days ago broke something.  I should test
> that... 

I have `some'.  Same bug?

kai
-- 
Life is hard and then you die.


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: pgnus 0.91 -- "*" with nnimap groups?
  1999-07-09 22:46       ` Kai.Grossjohann
@ 1999-07-11  9:04         ` Lars Magne Ingebrigtsen
  1999-07-11 10:32           ` Kai Großjohann
  0 siblings, 1 reply; 14+ messages in thread
From: Lars Magne Ingebrigtsen @ 1999-07-11  9:04 UTC (permalink / raw)


Kai.Grossjohann@CS.Uni-Dortmund.DE writes:

> > If you have `gnus-read-active-file' set to nil, it's likely that the
> > changes to the agent a few days ago broke something.  I should test
> > that... 
> 
> I have `some'.  Same bug?

No, if it's some, then I don't understand where the bug is coming
from.  Hm.  0.95 has some changes in this area -- does it fix this for 
you?

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: pgnus 0.91 -- "*" with nnimap groups?
  1999-07-11  9:04         ` Lars Magne Ingebrigtsen
@ 1999-07-11 10:32           ` Kai Großjohann
  1999-08-27 17:18             ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 14+ messages in thread
From: Kai Großjohann @ 1999-07-11 10:32 UTC (permalink / raw)


Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

> Kai.Grossjohann@CS.Uni-Dortmund.DE writes:
> 
> > I have `some'.  Same bug?
> 
> No, if it's some, then I don't understand where the bug is coming
> from.  Hm.  0.95 has some changes in this area -- does it fix this for 
> you?

No.  Additional data point: I quit Gnus, enabled (gnus-agentize) in
~/.gnus, restarted Gnus, got "*".  After that I quit Gnus again,
commented out (gnus-agentize) in ~/.gnus and started Gnus again (from
the same Emacs).  The "*" remained.

kai
-- 
Life is hard and then you die.


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: pgnus 0.91 -- "*" with nnimap groups?
  1999-07-11 10:32           ` Kai Großjohann
@ 1999-08-27 17:18             ` Lars Magne Ingebrigtsen
  1999-08-27 18:43               ` Simon Josefsson
  0 siblings, 1 reply; 14+ messages in thread
From: Lars Magne Ingebrigtsen @ 1999-08-27 17:18 UTC (permalink / raw)


Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann) writes:

> No.  Additional data point: I quit Gnus, enabled (gnus-agentize) in
> ~/.gnus, restarted Gnus, got "*".  After that I quit Gnus again,
> commented out (gnus-agentize) in ~/.gnus and started Gnus again (from
> the same Emacs).  The "*" remained.

Does nnimap support nnimap-retrieve-groups?

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: pgnus 0.91 -- "*" with nnimap groups?
  1999-08-27 17:18             ` Lars Magne Ingebrigtsen
@ 1999-08-27 18:43               ` Simon Josefsson
  1999-08-27 19:01                 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 14+ messages in thread
From: Simon Josefsson @ 1999-08-27 18:43 UTC (permalink / raw)


Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

> Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann) writes:
> 
> > No.  Additional data point: I quit Gnus, enabled (gnus-agentize) in
> > ~/.gnus, restarted Gnus, got "*".  After that I quit Gnus again,
> > commented out (gnus-agentize) in ~/.gnus and started Gnus again (from
> > the same Emacs).  The "*" remained.
> 
> Does nnimap support nnimap-retrieve-groups?

Yes.


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: pgnus 0.91 -- "*" with nnimap groups?
  1999-08-27 18:43               ` Simon Josefsson
@ 1999-08-27 19:01                 ` Lars Magne Ingebrigtsen
  1999-08-27 19:20                   ` Simon Josefsson
  0 siblings, 1 reply; 14+ messages in thread
From: Lars Magne Ingebrigtsen @ 1999-08-27 19:01 UTC (permalink / raw)


Simon Josefsson <jas@pdc.kth.se> writes:

> > Does nnimap support nnimap-retrieve-groups?
> 
> Yes.

Hm.  Uhm.  Hm.

Has anybody gotten the rewritten Agent (that is, after the last "bug
fix") to work with nnimap?  I did some rather wide-ranging changes
here and there (when `g'-ing and the like), and I'm sure I broke lots
of stuff...

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: pgnus 0.91 -- "*" with nnimap groups?
  1999-08-27 19:01                 ` Lars Magne Ingebrigtsen
@ 1999-08-27 19:20                   ` Simon Josefsson
  1999-08-27 19:48                     ` Kai Großjohann
  0 siblings, 1 reply; 14+ messages in thread
From: Simon Josefsson @ 1999-08-27 19:20 UTC (permalink / raw)


Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

> Has anybody gotten the rewritten Agent (that is, after the last "bug
> fix") to work with nnimap?  I did some rather wide-ranging changes
> here and there (when `g'-ing and the like), and I'm sure I broke lots
> of stuff...

With a patch that was included in 0.96 I was able to use the Agent
with nnimap, I _think_ Kai tried the patch and it still didn't work. I
recall asking Kai to try to start+exit Gnus twice, and then things
started working. I think. Kai?


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: pgnus 0.91 -- "*" with nnimap groups?
  1999-08-27 19:20                   ` Simon Josefsson
@ 1999-08-27 19:48                     ` Kai Großjohann
  1999-08-27 20:53                       ` Kai Großjohann
  0 siblings, 1 reply; 14+ messages in thread
From: Kai Großjohann @ 1999-08-27 19:48 UTC (permalink / raw)


Simon Josefsson <jas@pdc.kth.se> writes:

> With a patch that was included in 0.96 I was able to use the Agent
> with nnimap, I _think_ Kai tried the patch and it still didn't work. I
> recall asking Kai to try to start+exit Gnus twice, and then things
> started working. I think. Kai?

Yes.  I _think_ it didn't work and then I exited Gnus and started it
and then it worked.

I now know the cause of the slowness I reported: the first message in
nnimap:INBOX (it is ticked) is almost 1MB...

Now if I could find out which messages are downloaded by the
Agent...  It used to be only the unread ones were downloaded, but I
think it now does all of them.  At least the ticked ones.  Hm.

(I have two categories which have predicate true, no groups, and score
nil.  I have gnus-agent-handle-level to something I like, though.)

But the good news is: I think the Agent will work just dandy with
nnimap -- I only need to get around to using it.

kai
-- 
I like BOTH kinds of music.


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: pgnus 0.91 -- "*" with nnimap groups?
  1999-08-27 19:48                     ` Kai Großjohann
@ 1999-08-27 20:53                       ` Kai Großjohann
  0 siblings, 0 replies; 14+ messages in thread
From: Kai Großjohann @ 1999-08-27 20:53 UTC (permalink / raw)


Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> writes:

> But the good news is: I think the Agent will work just dandy with
> nnimap -- I only need to get around to using it.

This is being posted from the Agent, so if you see this, it worked.
Hah!

Good job, Lars and Simon!  I just *love* Gnus!

kai
-- 
I like BOTH kinds of music.


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~1999-08-27 20:53 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <vafso74dv6f.fsf@petty.cs.uni-dortmund.de>
1999-07-08 13:52 ` pgnus 0.91 -- "*" with nnimap groups? Simon Josefsson
1999-07-08 15:29   ` Kai.Grossjohann
1999-07-08 15:55     ` Simon Josefsson
1999-07-08 16:07       ` Kai.Grossjohann
1999-07-09 17:56     ` Lars Magne Ingebrigtsen
1999-07-09 22:46       ` Kai.Grossjohann
1999-07-11  9:04         ` Lars Magne Ingebrigtsen
1999-07-11 10:32           ` Kai Großjohann
1999-08-27 17:18             ` Lars Magne Ingebrigtsen
1999-08-27 18:43               ` Simon Josefsson
1999-08-27 19:01                 ` Lars Magne Ingebrigtsen
1999-08-27 19:20                   ` Simon Josefsson
1999-08-27 19:48                     ` Kai Großjohann
1999-08-27 20:53                       ` Kai Großjohann

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).