Jason Earl <[email protected]> writes: > On Thu, Sep 02 2010, Paulo J. Matos Paulo J. Matos wrote: > >> Hi, >> >> I am currently using GNUS widely at home, on the laptop and at >> work. However, annoyingly I don't have any sync setup between gnus >> besides the config file through git and dropbox. >> >> What I would like is to sync >> - the topic setup >> - subscribed newsgroups >> - newsgroup message status (read, expired, etc) >> >> Any tips on how to do this or workarounds to this? >> >> Cheers, > > Dropbox would probably be far easier (and mostly automatic). My > experience that if you keep the files in these directories in sync > then things simply work as you would expect.
Since Monday I have been using the following (in .emacs). (setq gnus-home-directory "~/Dropbox/gnus") (setq gnus-directory "~/Dropbox/gnus/News") (setq message-directory "~/Dropbox/gnus/Mail") and so far everything seems to work. According to the documentation, only the first should suffice, but not for me. _______________________________________________ info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
