On Fri, 24 Oct 2014 15:44:57 +1000 "Paul W. Rankin" <[email protected]> 
wrote: 

PWR> Can I customize the path of the .newsrc.eld file? I'd like to store it
PWR> inside another folder that I can sync to Dropbox.

PWR> Caveat: without altering the paths of the ~/News and ~/Mail directories,
PWR> if possible?

I use:

(let ((f "~/Dropbox/newsrc"))
  (if (file-exists-p (concat f ".eld"))
      (setq gnus-startup-file f)
    (message "Dropbox newsrc is not present")
    (sit-for 2)))

Ted
_______________________________________________
info-gnus-english mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to