Re: The current state of gnus-cloud
Andy Moreton <[email protected]>
| Newsgroups | gmane.emacs.gnus.general |
|---|---|
| Message-ID | <[email protected]> |
On Wed 17 Jan 2024, Steinar Bang wrote:
> For now, this is what I've done in my ~/.emacs:
>
> (when windows-emacs
> (setq gnus-cloud-synced-files nil))
>
You could use (when (eq system-type 'windows-nt).
AndyM