Gnus development mailing list
 help / color / mirror / Atom feed
* Experiences with 0.31
@ 1998-02-24 16:59 Johan Danielsson
  1998-02-27 11:59 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 9+ messages in thread
From: Johan Danielsson @ 1998-02-24 16:59 UTC (permalink / raw)



I decided to try a slightly newer version of Gnus the other
day. Although most things worked fine, I found one problem that has
now caused me to switch back.

For some reason Gnus sometimes like to set `nnml-directory' to
"~/Mail/archive", which is wrong. The only reference to that directory
is in my gnus-message-archive-method, which looks like:

(setq gnus-message-archive-method
      '(nnml "archive" 
	     (nnml-active-file "~/Mail/archive/active")
	     (nnml-directory "~/Mail/archive/")))

The connection is obvious, but I don't expect this to change the
global variable too. Does this sound like a known problem?

/Johan


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

* Re: Experiences with 0.31
  1998-02-24 16:59 Experiences with 0.31 Johan Danielsson
@ 1998-02-27 11:59 ` Lars Magne Ingebrigtsen
  1998-02-27 22:45   ` Johan Danielsson
  0 siblings, 1 reply; 9+ messages in thread
From: Lars Magne Ingebrigtsen @ 1998-02-27 11:59 UTC (permalink / raw)


joda@pdc.kth.se (Johan Danielsson) writes:

> For some reason Gnus sometimes like to set `nnml-directory' to
> "~/Mail/archive", which is wrong.

No, it isn't.  Or rather, it's only wrong if this leads the nnml
directory to be somewhere other than it should be.  Does it?

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


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

* Re: Experiences with 0.31
  1998-02-27 11:59 ` Lars Magne Ingebrigtsen
@ 1998-02-27 22:45   ` Johan Danielsson
  1998-02-28  5:55     ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 9+ messages in thread
From: Johan Danielsson @ 1998-02-27 22:45 UTC (permalink / raw)


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

> No, it isn't.  Or rather, it's only wrong if this leads the nnml
> directory to be somewhere other than it should be.  Does it?

I'd like it to have the default value of "~/Mail". With older Gnusen,
I've never had to set this variable.

/Johan


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

* Re: Experiences with 0.31
  1998-02-27 22:45   ` Johan Danielsson
@ 1998-02-28  5:55     ` Lars Magne Ingebrigtsen
  1998-02-28 19:45       ` Johan Danielsson
  0 siblings, 1 reply; 9+ messages in thread
From: Lars Magne Ingebrigtsen @ 1998-02-28  5:55 UTC (permalink / raw)


joda@pdc.kth.se (Johan Danielsson) writes:

> > No, it isn't.  Or rather, it's only wrong if this leads the nnml
> > directory to be somewhere other than it should be.  Does it?
> 
> I'd like it to have the default value of "~/Mail". With older Gnusen,
> I've never had to set this variable.

You don't have so set it now either.  That variable isn't a variable,
it is a slot in the virtual server definition.  It will change
accoring to what server happens to be open at any time.

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


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

* Re: Experiences with 0.31
  1998-02-28  5:55     ` Lars Magne Ingebrigtsen
@ 1998-02-28 19:45       ` Johan Danielsson
  1998-03-01 12:55         ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 9+ messages in thread
From: Johan Danielsson @ 1998-02-28 19:45 UTC (permalink / raw)


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

> You don't have so set it now either.

Ok, what should I put in my gnus-select-method, if I wan't my incoming
mail in ~/Mail?

/Johan


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

* Re: Experiences with 0.31
  1998-02-28 19:45       ` Johan Danielsson
@ 1998-03-01 12:55         ` Lars Magne Ingebrigtsen
  1998-03-01 14:03           ` Johan Danielsson
  0 siblings, 1 reply; 9+ messages in thread
From: Lars Magne Ingebrigtsen @ 1998-03-01 12:55 UTC (permalink / raw)


joda@pdc.kth.se (Johan Danielsson) writes:

> Ok, what should I put in my gnus-select-method, if I wan't my incoming
> mail in ~/Mail?

You shouldn't have to do anything special to have your incoming mail
put in "~/Mail/".  That's the default directory for nnml.

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


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

* Re: Experiences with 0.31
  1998-03-01 12:55         ` Lars Magne Ingebrigtsen
@ 1998-03-01 14:03           ` Johan Danielsson
  1998-03-02 17:45             ` David S. Goldberg
  0 siblings, 1 reply; 9+ messages in thread
From: Johan Danielsson @ 1998-03-01 14:03 UTC (permalink / raw)


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

> You shouldn't have to do anything special to have your incoming mail
> put in "~/Mail/".  That's the default directory for nnml.

Which works fine with 5.4.52, but with 0.31 incoming mail lands in
"~/Mail/archive", which also happens to be the value set for
nnml-directory in my gnus-message-archive-method. Clues?

/Johan


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

* Re: Experiences with 0.31
  1998-03-01 14:03           ` Johan Danielsson
@ 1998-03-02 17:45             ` David S. Goldberg
  1998-03-02 20:39               ` Johan Danielsson
  0 siblings, 1 reply; 9+ messages in thread
From: David S. Goldberg @ 1998-03-02 17:45 UTC (permalink / raw)
  Cc: ding

Do you have nnml-get-new-mail set to nil in your
gnus-message-archive-method definition (since I'm pretty sure that's
still nnfolder by default, it sounds like you changed it and therefore
have to fix it yourself).

Dave Goldberg
Post: The Mitre Corporation\MS B305\202 Burlington Rd.\Bedford, MA 01730
Phone: 781-271-3887
Email: dsg@mitre.org


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

* Re: Experiences with 0.31
  1998-03-02 17:45             ` David S. Goldberg
@ 1998-03-02 20:39               ` Johan Danielsson
  0 siblings, 0 replies; 9+ messages in thread
From: Johan Danielsson @ 1998-03-02 20:39 UTC (permalink / raw)
  Cc: ding

dsg@mitre.org (David S. Goldberg) writes:

> Do you have nnml-get-new-mail set to nil in your
> gnus-message-archive-method definition

No, if this is something that has changed, I guess it might be the
problem.

/Johan


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

end of thread, other threads:[~1998-03-02 20:39 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-02-24 16:59 Experiences with 0.31 Johan Danielsson
1998-02-27 11:59 ` Lars Magne Ingebrigtsen
1998-02-27 22:45   ` Johan Danielsson
1998-02-28  5:55     ` Lars Magne Ingebrigtsen
1998-02-28 19:45       ` Johan Danielsson
1998-03-01 12:55         ` Lars Magne Ingebrigtsen
1998-03-01 14:03           ` Johan Danielsson
1998-03-02 17:45             ` David S. Goldberg
1998-03-02 20:39               ` Johan Danielsson

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