info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnus-directory and gnus-home-directory


From: Kamil Jońca
Subject: gnus-directory and gnus-home-directory
Date: Sat, 28 Mar 2009 20:50:40 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)


These variables are described:
============
gnus-home-directory
    All Gnus file and directory variables will be initialized from this
    variable
gnus-directory
    Most Gnus storage file and directory variables will be initialized
    from this variable, which defaults to the SAVEDIR environment
    variable, or ~/News/ if that variable isn't set. 
============
Both of them I customized:
===========
(custom-set-variables
'(gnus-directory "~/Gnus/News/")
'(gnus-home-directory "~/Gnus/")
)

===========
but it looks like that  gnus-cache-directory and
gnus-kill-files-directory are not initialized from none of the above,
because with configuration like this both of them point to (subdirs in)
~/News.
Of course I can customize/set these variables, but I'm pozzled with
that, especially that gnus-agent-directory is set as I expected.
Am I missing something?

KJ




reply via email to

[Prev in Thread] Current Thread [Next in Thread]