diff options
author | fpi | 2020-07-08 16:25:31 +0200 |
---|---|---|
committer | fpi | 2020-07-08 16:27:17 +0200 |
commit | 6903fe548d3625e1497e999a6bc71931bb2370d7 (patch) | |
tree | 2b47d3814a3b308c4bca0c78b81874ff8ae9da56 | |
parent | Merge branch 'emacs' into gnus+ (diff) |
Enable gnus cloud
-rw-r--r-- | gnus.org | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -218,6 +218,14 @@ Also automatically set message tags #+begin_src emacs-lisp (setq gnorb-gnus-auto-tag-messages t) #+end_src +**** Gnus Cloud +The [[info:gnus#The Gnus Cloud][Gnus Cloud]] lets you synchronize marks and general data (whatever that is) across different machines. This seems more complete than manually (with Nextcloud, …) syncing the news related files (=~/.newsrc.eld=, =~/News=, …). + +To enable it go to the gnus server buffer and mark the servers to be synced with =i= and the (imap) server which is used as host with =I=. +#+begin_src emacs-lisp +(setq gnus-cloud-method (concat "nnimap:" (car private/personal-imap-info))) +#+end_src +Commands to interact with the gnus cloud are prefixed with =~= in the group buffer. *** Display Sort by newest first #+begin_src emacs-lisp |