Gnus development mailing list
 help / color / mirror / Atom feed
From: Ville Kullervo Mattila <mulperi@niksula.hut.fi>
Subject: Problems with nnml-groups
Date: 22 Jul 1996 17:05:55 +0300	[thread overview]
Message-ID: <l9apw5oo01o.fsf@soittorasia.cs.hut.fi> (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.


             reply	other threads:[~1996-07-22 14:05 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-07-22 14:05 Ville Kullervo Mattila [this message]
1996-07-23  6:46 ` Lars Magne Ingebrigtsen
1996-07-24  6:50   ` John McClary Prevost

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=l9apw5oo01o.fsf@soittorasia.cs.hut.fi \
    --to=mulperi@niksula.hut.fi \
    /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).