summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfpi2020-07-08 16:25:31 +0200
committerfpi2020-07-08 16:27:17 +0200
commit6903fe548d3625e1497e999a6bc71931bb2370d7 (patch)
tree2b47d3814a3b308c4bca0c78b81874ff8ae9da56
parentMerge branch 'emacs' into gnus+ (diff)
Enable gnus cloud
-rw-r--r--gnus.org8
1 files changed, 8 insertions, 0 deletions
diff --git a/gnus.org b/gnus.org
index 71f7041..d8aaa0f 100644
--- a/gnus.org
+++ b/gnus.org
@@ -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