From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/7299 Path: main.gmane.org!not-for-mail From: Ville Kullervo Mattila Newsgroups: gmane.emacs.gnus.general Subject: Problems with nnml-groups Date: 22 Jul 1996 17:05:55 +0300 Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035147632 6729 80.91.224.250 (20 Oct 2002 21:00:32 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 21:00:32 +0000 (UTC) Return-Path: ding-request@ifi.uio.no Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.7.5/8.6.9) with SMTP id HAA21476 for ; Mon, 22 Jul 1996 07:27:53 -0700 Original-Received: from nukkekoti.cs.hut.fi (root@nukkekoti.cs.hut.fi [130.233.40.128]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Mon, 22 Jul 1996 16:05:59 +0200 Original-Received: from soittorasia.cs.hut.fi (mulperi@soittorasia.cs.hut.fi [130.233.40.159]) by nukkekoti.cs.hut.fi (8.7.5/8.7.3) with ESMTP id RAA18234 for ; Mon, 22 Jul 1996 17:05:58 +0300 (EET DST) Original-Received: (from mulperi@localhost) by soittorasia.cs.hut.fi (8.7.5/8.7.3) id RAA03326; Mon, 22 Jul 1996 17:05:56 +0300 (EET DST) Original-To: ding@ifi.uio.no Original-Lines: 35 X-Mailer: Gnus v5.2.25/Emacs 19.31 Xref: main.gmane.org gmane.emacs.gnus.general:7299 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:7299 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.