From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/87291 Path: news.gmane.org!.POSTED!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: two server which I did not add Date: Wed, 05 Oct 2016 09:20:06 +0900 Organization: Emacsen advocacy group Message-ID: References: NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: blaine.gmane.org 1475626896 2642 195.159.176.226 (5 Oct 2016 00:21:36 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 5 Oct 2016 00:21:36 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (i686-pc-cygwin) To: ding@gnus.org Original-X-From: ding-owner+M35511@lists.math.uh.edu Wed Oct 05 02:21:31 2016 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from lists1.math.uh.edu ([129.7.128.208]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1brZxK-0005KT-TQ for ding-account@gmane.org; Wed, 05 Oct 2016 02:21:07 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.87) (envelope-from ) id 1brZwd-0005Di-Cv; Tue, 04 Oct 2016 19:20:23 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.87) (envelope-from ) id 1brZwa-0005D8-Pj for ding@lists.math.uh.edu; Tue, 04 Oct 2016 19:20:20 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.87) (envelope-from ) id 1brZwZ-0005Nd-PC for ding@lists.math.uh.edu; Tue, 04 Oct 2016 19:20:20 -0500 Original-Received: from mail-hampton.hostforweb.net ([205.234.186.191] helo=hampton.hostforweb.net) by quimby.gnus.org with esmtps (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1brZwY-0006xR-5w for ding@gnus.org; Wed, 05 Oct 2016 02:20:18 +0200 Original-Received: from s70.gtokyofl21.vectant.ne.jp ([202.215.75.70]:60000 helo=localhost) by hampton.hostforweb.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.87) (envelope-from ) id 1brZwP-001ult-7D for ding@gnus.org; Tue, 04 Oct 2016 19:20:10 -0500 X-Face: #kKnN,xUnmKia.'[pp`;Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu;B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( Cancel-Lock: sha1:p7eKd4B2X0NON+6SbgxcB7Fkqlg= X-OutGoing-Spam-Status: No, score=-2.9 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - hampton.hostforweb.net X-AntiAbuse: Original Domain - gnus.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Get-Message-Sender-Via: hampton.hostforweb.net: authenticated_id: yamaoka/from_h X-Authenticated-Sender: hampton.hostforweb.net: yamaoka@jpl.org X-Source: X-Source-Args: X-Source-Dir: List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:87291 Archived-At: On Tue, 04 Oct 2016 11:50:50 +0200, Rainer M Krug wrote: > I have the following two server in gnus, in addition to a local imap and > gmane, which I have no idea where they come from and if I need them. > ,---- >| {nnfolder:archive} (opened) >| {nndraft:} (opened) > `---- > My questions are: > 1) how did they get here, are they part of the default setup of gnus? > 2) what are they used for? > 3) how can I get rid of them if they are not needed (I assume that > nndraft might be useful?)? The nnfolder:archive method will be created when a user uses Gnus for the first time (w/o ~/.newsrc.eld, ~/.gnus.el) for archiving sent messages. See: (info "(gnus)Archived Messages") To remove it, quit Gnus, edit the ~/.newsrc.eld file and delete the ("archive" ...) portion in the (setq gnus-server-alist...) section. Be extremely careful! To turn on the show-paren-mode is recommended. There may be similar one, named nndoc:gnus-help . It used to be used by the nndoc+gnus-help:gnus-help group that was created when a user uses Gnus for the first time, too. But the automatic creation of the group was removed at 2010-10-30. The group should exist even now if you haven't explicitly killed it. Or you can create it by `G h' in the group buffer. The contents are that of etc/gnus-tut.txt . The draft: method is used for handling draft messages to send. I don't know alternative way of it, so never remove it. See: (info "(gnus)Drafts") Regards,