summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfpi2020-07-08 16:44:30 +0200
committerfpi2020-07-08 16:44:54 +0200
commit07911468c09a7fe25fce4ff79ded5d05826504d5 (patch)
treed5e3786c08722f9edb9399c79a99eee76f0637d8
parentReorganize adaptive scoring & remove scoring on from (diff)
Add .ADAPT files to gnus-cloud
-rw-r--r--gnus.org3
1 files changed, 3 insertions, 0 deletions
diff --git a/gnus.org b/gnus.org
index 6f0302b..c070a3b 100644
--- a/gnus.org
+++ b/gnus.org
@@ -249,6 +249,9 @@ To enable it go to the gnus server buffer and mark the servers to be synced with
(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.
+#+begin_src emacs-lisp
+(setq gnus-cloud-synced-files '("~/.authinfo.gpg" "~/.gnus.registry.eieio" (:directory "~/News" :match ".*.\\(SCORE\\|ADAPT\\)")))
+#+end_src
*** Display
Sort by newest first
#+begin_src emacs-lisp