diff options
author | fpi | 2020-07-08 16:44:30 +0200 |
---|---|---|
committer | fpi | 2020-07-08 16:44:54 +0200 |
commit | 07911468c09a7fe25fce4ff79ded5d05826504d5 (patch) | |
tree | d5e3786c08722f9edb9399c79a99eee76f0637d8 | |
parent | Reorganize adaptive scoring & remove scoring on from (diff) |
Add .ADAPT files to gnus-cloud
-rw-r--r-- | gnus.org | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |