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

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

Re: Changing ~/Mail and ~/News


From: Michal Nazarewicz
Subject: Re: Changing ~/Mail and ~/News
Date: Sat, 10 May 2008 08:19:22 +0200
User-agent: Gnus/5.110009 (No Gnus v0.9) Emacs/23.0 (Slckware Linux)

Paulo Matos <pocmatos@gmail.com> writes:
> Reading from the manual this doesnt seem a trivial task because there
> seems to be many variables that set subdirectories of ~/Mail and ~/
> News so you just have to reset them all.
>
> Has anyone done this? If yes, can you please post all the variables
> you need to set to change them to ~/Common/Mail and ~/Common/News?

#v+
(setq
 gnus-home-directory        (expand-file-name "~/.gnus")
 message-directory          (concat gnus-home-directory "/Mail")
 message-directory          (concat gnus-home-directory "/Mail")
 nndraft-directory          (concat gnus-home-directory "/drafts")
 gnus-startup-file          (concat gnus-home-directory "/newsrc"))
#v-

Works for me.

-- 
Best regards,                                         _     _
 .o. | Liege of Serenly Enlightened Majesty of      o' \,=./ `o
 ..o | Computer Science,  Michal "mina86" Nazarewicz   (o o)
 ooo +--<mina86*tlen.pl>--<jid:mina86*jabber.org>--ooO--(_)--Ooo--


reply via email to

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