Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Leon <sdl.web@gmail.com>
Subject: Re: move ~/News ~/Mail dir?
Date: Wed, 24 May 2006 20:41:17 +0100	[thread overview]
Message-ID: <m2fyizjjmq.fsf@sl392.st-edmunds.cam.ac.uk> (raw)
In-Reply-To: <v9psi3elvw.fsf@marauder.physik.uni-ulm.de>

Reiner Steib <reinersteib+gmane@imap.cc> writes:

> On Wed, May 24 2006, Leon wrote:
>
>> Leon <sdl.web@gmail.com> writes:
>>> Bill Atkins <NOatkinwSPAM@rpi.edu> writes:
>>>> (setq gnus-directory "~/srcf/gnus")
>>>> (setq message-directory "~/srcf/gnus/Mail")
>
> Yes, this settings should be sufficient.  All Gnus & Message variables
> should be derived from this variables.  If not, it's a bug.
>
>>> But with these settings, gnus still will create ~/Mail and ~/News and
>>> use score file in ~/News stead of ~/srcf/News.
>>
>> Customize gnus-kill-files-directory will sort out the score file
>> problem. 
>
> `gnus-kill-files-directory' _is_ derived from `gnus-directory':
>
> (defcustom gnus-kill-files-directory gnus-directory
>   ...)
>
> Maybe you are (implicitly) loading parts of Gnus before evaluating
> (setq gnus-directory "~/srcf/gnus") in your ~/.emacs file?
>
>> Any idea why ~/Mail/archive is created?
>
> This probably is `nnfolder-directory' which should be derived from
> `message-directory':
>
> (defvoo nnfolder-directory (expand-file-name message-directory)
>   "The name of the nnfolder directory.")
>
> Bye, Reiner.

With this setting in ~/.emacs 

(require 'message)
(setq
 gnus-startup-file "~/srcf/.newsrc"
 gnus-kill-files-directory "~/srcf/News"
 message-directory "~/srcf/Mail"
 gnus-directory "~/srcf/News"
 ;; mail-source-directory "~/srcf/Mail"
 )

message-auto-save-directory : Its value is "~/Mail/drafts/"
nnfolder-directory : Its value is "~/Mail/archive"

-- 
Leon

  reply	other threads:[~2006-05-24 19:41 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.2227.1148429123.9609.info-gnus-english@gnu.org>
2006-05-24  5:31 ` Bill Atkins
2006-05-24  8:37   ` Leon
2006-05-24  8:51     ` Leon
2006-05-24 10:51       ` Reiner Steib
2006-05-24 19:41         ` Leon [this message]
2006-05-24 19:48           ` Leon
2006-05-25 18:52           ` Reiner Steib
2006-05-26  8:17             ` Leon
     [not found]             ` <mailman.2311.1148631492.9609.info-gnus-english@gnu.org>
2006-05-26 12:36               ` CHENG Gao
2006-05-26 16:45                 ` Leon
     [not found]     ` <mailman.2235.1148460681.9609.info-gnus-english@gnu.org>
2006-05-24 11:17       ` CHENG Gao
2006-05-26 21:25 ` Rodolfo Medina
2006-05-24  0:05 Leon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m2fyizjjmq.fsf@sl392.st-edmunds.cam.ac.uk \
    --to=sdl.web@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).