Paulo Matos <[EMAIL PROTECTED]> 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-- _______________________________________________ info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
