On Wed, May 24 2006, Leon wrote:
> Leon <[EMAIL PROTECTED]> writes:
>> Bill Atkins <[EMAIL PROTECTED]> 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.
--
,,,
(o o)
---ooO-(_)-Ooo--- | PGP key available | http://rsteib.home.pages.de/
_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english