From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/6310 Path: main.gmane.org!not-for-mail From: Mark Eichin Newsgroups: gmane.emacs.gnus.general Subject: Re: mail Date: 21 May 1996 14:47:29 -0400 Sender: eichin@cygnus.com Message-ID: References: <6ivivdvozdb.fsf@erpland.engin.umich.edu> <6ivn333kpex.fsf@erpland.engin.umich.edu> NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035146785 3258 80.91.224.250 (20 Oct 2002 20:46:25 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:46:25 +0000 (UTC) Cc: Lars Magne Ingebrigtsen , ding@ifi.uio.no 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 MAA24954 for ; Tue, 21 May 1996 12:16:54 -0700 Original-Received: from cygnus.com (cygnus.com [140.174.1.1]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id ; Tue, 21 May 1996 20:48:06 +0200 Original-Received: from tweedledumb.cygnus.com (tweedledumb.cygnus.com [192.80.44.1]) by cygnus.com (8.6.12/8.6.9) with SMTP id LAA04612; Tue, 21 May 1996 11:47:58 -0700 Original-Received: from maneki-neko.cygnus.com by tweedledumb.cygnus.com (4.1/4.7) id AA00389; Tue, 21 May 96 14:47:41 EDT Original-Received: by maneki-neko.cygnus.com; (8.7.5/1.1.8.2/20Sep95-0235PM) id OAA19656; Tue, 21 May 1996 14:47:30 -0400 Original-To: Ketil Z Malde In-Reply-To: Ketil Z Malde's message of 21 May 1996 09:29:34 +0200 Original-Lines: 19 X-Mailer: September Gnus v0.84/Emacs 19.30 Xref: main.gmane.org gmane.emacs.gnus.general:6310 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:6310 As far as I can tell, it's sufficient to change (setq gnus-startup-file "~/.mit-newsrc") (setq nnml-directory "~/MITmail/") (setq nnmail-crash-box "~/.mit-gnus-crash-box") (setq nnml-newsgroups-file (concat (file-name-as-directory nnml-directory) "newsgroups")) (setq gnus-message-archive-method '(nnfolder "archive" (nnfolder-directory "~/MITmail/archive/") (nnfolder-active-file "~/MITmail/archive/active") (nnfolder-get-new-mail nil) (nnfolder-inhibit-expiry t))) but that's only for mail, that doesn't cover news at all. I had to read source to find these (and didn't get it right the first few times, but we've already established that gnus is more clever than I am :-) so it might be useful to put an example in the doc somewhere...