Re: The current state of gnus-cloud
John Haman <[email protected]>
| Newsgroups | gmane.emacs.gnus.general |
|---|---|
| Message-ID | <[email protected]> |
Steinar Bang <[email protected]> writes: > Second hurdle: gnus sync fails because it can't handle files with ":" in > their names on Windows. Stack trace here: > https://gist.github.com/steinarb/8806d9ac18f00a4504eb00ece117c0bf I use the following in my gnus.el ;;; Colon is illegal on Windows filesystem (setq nnheader-file-name-translation-alist '((?: . ?_))) now, no colons in score files. -- Dr. John Haman Maryland, USA