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

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