Gnus development mailing list
 help / color / mirror / Atom feed
* Problems with nnml-groups
@ 1996-07-22 14:05 Ville Kullervo Mattila
  1996-07-23  6:46 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 3+ messages in thread
From: Ville Kullervo Mattila @ 1996-07-22 14:05 UTC (permalink / raw)



I have defined two functions:

(defun gnus-avantComp-with-news-and-mail()
	"Connects to avantcomp news server. Gets news feed and personal email"
	(interactive)
	(setq gnus-select-method  '(nntp "ns2.avantcomp.fi"))
	(setq gnus-secondary-select-methods
	      '((nnml "")))
	(setq gnus-startup-file "~/.newsrc-avantcomp")
	(gnus))

  (defun gnus-avantComp-only-mail()
	"Gets user's personal email"
	(interactive)
	(setq gnus-select-method  '(nnml ""))
	(setq gnus-secondary-select-methods nil) ;;'((nnml "")))
	;;      '((nnml "")))
	(setq gnus-startup-file "~/.newsrc-avantcomp")
	(gnus))

 My problem is that groups read articles numbering get screwed when
 starting gnus with gnus-avantComp-only-mail after using
 gnus-avantComp-with-news-and-mail, the numbering is like if it would
 be my first time reading INBOX. What I am doing wrong or is there any
 solutions to this problem. I'm using 5.2.32 gnus.

 -Ville


-- 
http://www.hut.fi/~mulperi/
..
My head hurts, my feet stink, and I don't love Jesus.
 - Some unknown country singer.


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

* Re: Problems with nnml-groups
  1996-07-22 14:05 Problems with nnml-groups Ville Kullervo Mattila
@ 1996-07-23  6:46 ` Lars Magne Ingebrigtsen
  1996-07-24  6:50   ` John McClary Prevost
  0 siblings, 1 reply; 3+ messages in thread
From: Lars Magne Ingebrigtsen @ 1996-07-23  6:46 UTC (permalink / raw)


Ville Kullervo Mattila <mulperi@niksula.hut.fi> writes:

> 	(setq gnus-secondary-select-methods
> 	      '((nnml "")))

[...]

> 	(setq gnus-select-method  '(nnml ""))

I don't think you can do this.  Foreign (and secondary) groups get
that prefix added to their names, and native groups do not, so
switching the nnml server between secondary and native will cause
problems.  I think.

-- 
  "Yes.  The journey through the human heart 
     would have to wait until some other time."


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

* Re: Problems with nnml-groups
  1996-07-23  6:46 ` Lars Magne Ingebrigtsen
@ 1996-07-24  6:50   ` John McClary Prevost
  0 siblings, 0 replies; 3+ messages in thread
From: John McClary Prevost @ 1996-07-24  6:50 UTC (permalink / raw)


Lars Magne Ingebrigtsen <larsi@ifi.uio.no> writes:

> > 	(setq gnus-select-method  '(nnml ""))
> 
> I don't think you can do this.  Foreign (and secondary) groups get
> that prefix added to their names, and native groups do not, so
> switching the nnml server between secondary and native will cause
> problems.  I think.

If I recall correctly, I did this for a while.  If you try to switch
from one to the other, you can--you'll have to mung your files by hand
or lose tags and other info, but it will work.

Er.  Or, I guess that falls under the description of "problems".

John.


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

end of thread, other threads:[~1996-07-24  6:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-07-22 14:05 Problems with nnml-groups Ville Kullervo Mattila
1996-07-23  6:46 ` Lars Magne Ingebrigtsen
1996-07-24  6:50   ` John McClary Prevost

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