From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/78101 Path: news.gmane.org!not-for-mail From: Antoine Levitt Newsgroups: gmane.emacs.gnus.general Subject: Re: Errors with archive methods Date: Sat, 26 Mar 2011 11:31:26 +0100 Message-ID: <87aagifa0x.fsf@gmail.com> References: <7xvcz6dyo8.fsf@news.eternal-september.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1301135518 28527 80.91.229.12 (26 Mar 2011 10:31:58 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 26 Mar 2011 10:31:58 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M26412@lists.math.uh.edu Sat Mar 26 11:31:50 2011 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Q3Qmc-0002nx-3i for ding-account@gmane.org; Sat, 26 Mar 2011 11:31:50 +0100 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 1Q3QmW-00008g-UL; Sat, 26 Mar 2011 05:31:44 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Q3QmV-00008K-59 for ding@lists.math.uh.edu; Sat, 26 Mar 2011 05:31:43 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1Q3QmU-0003FD-1I for ding@lists.math.uh.edu; Sat, 26 Mar 2011 05:31:42 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1Q3QmR-00030v-Ni for ding@gnus.org; Sat, 26 Mar 2011 11:31:39 +0100 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Q3QmR-0002kc-9c for ding@gnus.org; Sat, 26 Mar 2011 11:31:39 +0100 Original-Received: from ney92-7-78-233-218-202.fbx.proxad.net ([78.233.218.202]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 26 Mar 2011 11:31:39 +0100 Original-Received: from antoine.levitt by ney92-7-78-233-218-202.fbx.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 26 Mar 2011 11:31:39 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 13 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: ney92-7-78-233-218-202.fbx.proxad.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Spam-Score: -1.0 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:78101 Archived-At: 26/03/11 10:21, Richard Riley > I finally decided to see if I could get rid of the the ~/Mail link which > links to my "real" Mail in ~/.emacs.d I'm not sure about your other problems, but here's what I use to put everything in .emacs.d. ;; put everything in ~/.emacs.d (setq gnus-init-file "~/.emacs.d/gnus.el" gnus-home-directory "~/.emacs.d" mail-default-directory "~/.emacs.d" message-directory "~/.emacs.d/Mail" bbdb-file "~/.emacs.d/bbdb")