From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/84906 Path: news.gmane.org!not-for-mail From: jorge.alfaro-murillo@yale.edu (Jorge A. Alfaro-Murillo) Newsgroups: gmane.emacs.gnus.general Subject: Re: unused ~/News and ~/Mail get recreated Date: Tue, 09 Sep 2014 10:47:31 -0400 Message-ID: <87fvg0vojg.fsf@yale.edu> References: <87tx4glw1q.fsf@grothesque.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-Trace: ger.gmane.org 1410274147 2534 80.91.229.3 (9 Sep 2014 14:49:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 9 Sep 2014 14:49:07 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M33150@lists.math.uh.edu Tue Sep 09 16:49:00 2014 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XRMj2-00021z-Li for ding-account@gmane.org; Tue, 09 Sep 2014 16:48:57 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1XRMij-0006bN-2f; Tue, 09 Sep 2014 09:48:37 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1XRMih-0006b9-9N for ding@lists.math.uh.edu; Tue, 09 Sep 2014 09:48:35 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES128-SHA:128) (Exim 4.76) (envelope-from ) id 1XRMic-0006u5-Hw for ding@lists.math.uh.edu; Tue, 09 Sep 2014 09:48:35 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1XRMib-0006Rr-1o for ding@gnus.org; Tue, 09 Sep 2014 16:48:29 +0200 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XRMiT-0001hu-St for ding@gnus.org; Tue, 09 Sep 2014 16:48:21 +0200 Original-Received: from nat-130-132-173-153.central.yale.edu ([130.132.173.153]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 09 Sep 2014 16:48:21 +0200 Original-Received: from jorge.alfaro-murillo by nat-130-132-173-153.central.yale.edu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 09 Sep 2014 16:48:21 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 25 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: nat-130-132-173-153.central.yale.edu User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) Cancel-Lock: sha1:qnQ75fPx6MJ3iKxstqyvVUOSDxs= X-Spam-Score: -5.4 (-----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:84906 Archived-At: Hi Christoph. Christoph Groth writes: > In ~/.emacs I set the variable gnus-directory to "~/.news". I do > not use nnml, only nntp and nnimap. [...] Sill, Gnus keeps > recreating the ~/News and ~/Mail directories [...] Any > suggestions? You can move the gnus-home-directory to another place. Also change message-directory, because that is set by message.el, not gnus. For example I moved them to Dropbox to keep my gnus synchronized between machines: #+BEGIN_SRC emacs-lisp (setq gnus-home-directory "~/Dropbox/gnus/") (setq message-directory "~/Dropbox/gnus/Mail/") #+END_SRC This has to go in your .emacs, not your .gnus.el. Best, -- Jorge.