From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/89006 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Florian Weimer Newsgroups: gmane.emacs.gnus.general Subject: Re: Moving the Incoming* safety files to a separate directory Date: Wed, 26 Feb 2020 22:22:07 +0100 Message-ID: <87eeuh59j4.fsf@mid.deneb.enyo.de> References: <87tv3d5bqt.fsf@mid.deneb.enyo.de> <87v9ntxecg.fsf@tullinup.koldfront.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="67467"; mail-complaints-to="usenet@ciao.gmane.io" Cc: ding@gnus.org To: Adam =?iso-8859-1?Q?Sj=F8gren?= Original-X-From: ding-owner+M37209@lists.math.uh.edu Wed Feb 26 22:24:13 2020 Return-path: Envelope-to: ding-account@m.gmane-mx.org Original-Received: from lists1.math.uh.edu ([129.7.128.208]) by ciao.gmane.io with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1j74A9-000HQo-Jt for ding-account@m.gmane-mx.org; Wed, 26 Feb 2020 22:24:13 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.92.3) (envelope-from ) id 1j749q-00022R-EB; Wed, 26 Feb 2020 15:23:54 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtps (TLSv1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.92.3) (envelope-from ) id 1j749m-0001zj-Db for ding@lists.math.uh.edu; Wed, 26 Feb 2020 15:23:50 -0600 Original-Received: from quimby.gnus.org ([95.216.78.240]) by mx1.math.uh.edu with esmtps (TLSv1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.92.3) (envelope-from ) id 1j749k-0000nd-Qb for ding@lists.math.uh.edu; Wed, 26 Feb 2020 15:23:50 -0600 Original-Received: from albireo.enyo.de ([37.24.231.21]) by quimby.gnus.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1j749e-0004qY-7V for ding@gnus.org; Wed, 26 Feb 2020 22:23:44 +0100 Original-Received: from [172.17.203.2] (helo=deneb.enyo.de) by albireo.enyo.de with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) id 1j749c-0004dX-Je; Wed, 26 Feb 2020 21:23:40 +0000 Original-Received: from fw by deneb.enyo.de with local (Exim 4.92) (envelope-from ) id 1j7487-0003p8-Nj; Wed, 26 Feb 2020 22:22:07 +0100 In-Reply-To: <87v9ntxecg.fsf@tullinup.koldfront.dk> ("Adam \=\?iso-8859-1\?Q\?Sj\=F8gren\=22's\?\= message of "Wed, 26 Feb 2020 21:50:39 +0100") List-ID: Precedence: bulk Xref: news.gmane.io gmane.emacs.gnus.general:89006 Archived-At: * Adam Sj=C3=B8gren: > Florian writes: > >> Is there a way to tell Gnus to keep those files in a separate >> directory? > > I think this is the variable to change: > > ,----[ C-h v mail-source-directory RET ] > | mail-source-directory is a variable defined in =E2=80=98mail-source.el= =E2=80=99. > | Its value is "/home/asjo/Mail/incoming" > | Original value was "~/Mail/" > |=20 > | You can customize this variable. > |=20 > | Documentation: > | Directory where incoming mail source files (if any) will be stored. > `---- Ahh! mail-source-directory can be set separately from message-directory. This looks promising. I will give it a try. Thanks.