Michal Nazarewicz <[EMAIL PROTECTED]> writes: > 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- >
Great! :) Thanks a lot for the code. I thought it was a bit more complicated. Cheers, -- Paulo Jorge Matos - pocm at soton.ac.uk http://www.personal.soton.ac.uk/pocm PhD Student @ ECS University of Southampton, UK _______________________________________________ info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
