From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/8803 Path: news.gmane.org!not-for-mail From: Michael Widerkrantz Newsgroups: gmane.emacs.gnus.user Subject: Re: Maildir as simultaneous spool and backend. Date: Thu, 15 Mar 2007 10:34:55 +0100 Organization: Temple of the Moby Hack, http://hack.org/mc/ Message-ID: <8664924zpc.fsf@tim.hack.org> References: <1173810306.506120.66710@8g2000cwh.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1173951634 6209 80.91.229.12 (15 Mar 2007 09:40:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 15 Mar 2007 09:40:34 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Thu Mar 15 10:40:28 2007 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HRmRe-0003lI-08 for gegu-info-gnus-english@m.gmane.org; Thu, 15 Mar 2007 10:40:26 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HRmSc-0001rF-KF for gegu-info-gnus-english@m.gmane.org; Thu, 15 Mar 2007 04:41:26 -0500 Original-Newsgroups: gnu.emacs.gnus Original-Lines: 22 Original-NNTP-Posting-Host: koeberg.lysator.liu.se Original-X-Trace: news.lysator.liu.se 1173946985 24054 130.236.254.29 (15 Mar 2007 08:23:05 GMT) Original-X-Complaints-To: root@lysator.liu.se Original-NNTP-Posting-Date: Thu, 15 Mar 2007 08:23:05 +0000 (UTC) User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.3 (berkeley-unix) Cancel-Lock: sha1:xfWfSfeEPMZmS8cgwUNpDrdnrfA= Original-Path: shelby.stanford.edu!newshub.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsfeed1.swip.net!swipnet!newsfeed1.funet.fi!newsfeeds.funet.fi!newsfeed.sunet.se!news01.sunet.se!130.238.4.166.MISMATCH!griseus.its.uu.se!news.Update.UU.SE!news.lysator.liu.se!not-for-mail Original-Xref: shelby.stanford.edu gnu.emacs.gnus:78987 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:8803 Archived-At: prj@po.cwru.edu (Paul Jarc) writes: > I don't recommend running more than one Gnus simultaneously. Gnus > keeps some state information that isn't stored in the maildirs, or > isn't always kept synchronized with the disk state while it's > running. You might be interested in using gnus-slave, though. From the manual: Each subsequent slave Gnusae should be started with `M-x gnus-slave'. These slaves won't save normal `.newsrc' files, but instead save "slave files" that contain information only on what groups have been read in the slave session. When a master Gnus starts, it will read (and delete) these slave files, incorporating all information from them. (The slave files will be read in the sequence they were created, so the latest changes will have precedence.) > Personally, I keep a single Gnus running under screen, and use > screen -x to reconnect to it. Me too for my home Gnus, but I usually use screen -rd.