From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/60884 Path: news.gmane.org!not-for-mail From: Rodolfo Medina Newsgroups: gmane.emacs.gnus.general Subject: Re: How to change the default =?utf-8?b?fi9NYWls?= and =?utf-8?b?fi9OZXdz?= dirs with their subdirs? [solved] Date: Sun, 4 Sep 2005 11:35:21 +0000 (UTC) Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1125834361 19429 80.91.229.2 (4 Sep 2005 11:46:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 4 Sep 2005 11:46:01 +0000 (UTC) Original-X-From: ding-owner+m9415=ding+2daccount=gmane.org@lists.math.uh.edu Sun Sep 04 13:45:59 2005 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EBsw4-0002rV-95 for ding-account@gmane.org; Sun, 04 Sep 2005 13:45:20 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1EBsw3-0001cb-01 for ding-account@gmane.org; Sun, 04 Sep 2005 06:45:19 -0500 Original-Received: from nas01.math.uh.edu ([129.7.128.39]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1EBsnm-0001ba-00 for ding@lists.math.uh.edu; Sun, 04 Sep 2005 06:36:46 -0500 Original-Received: from quimby.gnus.org ([80.91.224.244]) by nas01.math.uh.edu with esmtp (Exim 4.52) id 1EBsnh-0008Fl-OW for ding@lists.math.uh.edu; Sun, 04 Sep 2005 06:36:45 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1EBsng-0002R9-00 for ; Sun, 04 Sep 2005 13:36:40 +0200 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1EBsmc-0001Wr-CD for ding@gnus.org; Sun, 04 Sep 2005 13:35:34 +0200 Original-Received: from ppp-231-48.26-151.libero.it ([151.26.48.231]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 04 Sep 2005 13:35:34 +0200 Original-Received: from romeomedina by ppp-231-48.26-151.libero.it with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 04 Sep 2005 13:35:34 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: ding@gnus.org Original-Lines: 75 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: main.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 151.26.48.231 (Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.2) Gecko/20040804) X-Spam-Score: -2.6 (--) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:60884 Archived-At: Thanks to this list, and in particular to Adam and Katsumi, it seems that I managed to change the gnus default ~/Mail and ~/News dirs with all their subdirs into other dirs and subdirs at my pleasure. Other adjustments will probably necessary in the future, using Gnus, and I'll be seeing if it really works: it seems it does, now. I'm reporting my ~/.gnus.el to show the necessary settings I had to do. I have: Gnus version 5.11, included in Emacs CVS 21.3.50.1 of 2005-03-13. Thanks, Rodolfo ------------------------------------------------------------------- ; see Gnus Manual, FAQ, question 3.1 p.327: (setq user-mail-address "rodolfo.medina@libero.it") (setq user-full-name "Rodolfo Medina") (setq gnus-select-method '(nnml "" ; see Gnus Manual §6.1.5, 'Server Variables', p.128: (nnml-directory "~/mail") (nnml-active-file "~/mail/received-mail/active") (nnml-newsgroups-file "~/mail/newsgroups") )) ; See Gnus Manual, §6.3.2 'Getting Started Reading Mail' p.137 (setq nnmail-split-methods '(("received-mail" ""))) ; see Gnus Manual § 6.3.4.1 `Mail source specifiers' pp.138 , 139 ; see also... (setq mail-sources '((pop :server "popmail.libero.it" :user "rodolfo.medina"))) ; see... (setq send-mail-function 'smtpmail-send-it) (setq message-send-mail-function 'smtpmail-send-it) (setq smtpmail-default-smtp-server "mail.libero.it") ; this will prevent gnus from creating the ; 'agent', 'agent/lib' and 'queue' directories. ; I just tried and observed this (setq gnus-agent nil) ; See Gnus Manual, § 5.4 `Archived Messages' p.119, ; and also §6.1.5, 'Server Variables', p.128: (setq gnus-message-archive-method '(nnml "" (nnml-directory "~/mail/sent-mail") (nnml-active-file "~/mail/sent-mail/active") (nnml-newsgroups-file "~/mail/sent-mail/newsgroups") )) (setq gnus-message-archive-group "sent-mail") (setq mm-text-html-renderer 'w3m) (setq mm-inline-text-html-with-images t) (setq mm-w3m-safe-url-regexp nil) ; tells gnus to not split large messages: (setq message-send-mail-partially-limit nil) ; see Gnus Manual, § 4.1 `Hiding headers' p.109 ;(setq gnus-show-all-headers t) ; see Gnus Manual, § 5.6 `Drafts' p.123: in the draft-directory ; will be stored the messages you save with C-x C-s. The default value ; should be '~/News/drafts' (not sure, verify) (setq nndraft-directory "~/mail")