diff options
| author | fpi | 2020-08-01 18:44:32 +0200 | 
|---|---|---|
| committer | fpi | 2020-08-01 18:44:59 +0200 | 
| commit | ab3de4324bd56cde6916e183e9670f684e6f6fa8 (patch) | |
| tree | d1392afce1bfda699c111284cfeafc87ab9b893d | |
| parent | Adjust adaptive scoring rules (diff) | |
Add dotfiles patch files to gnus cloud
| -rw-r--r-- | gnus.org | 5 | 
1 files changed, 4 insertions, 1 deletions
@@ -257,7 +257,10 @@ To enable it go to the gnus server buffer and mark the servers to be synced with  #+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\\)"))) +(setq gnus-cloud-synced-files '("~/.authinfo.gpg" +                                "~/.gnus.registry.eieio" +                                (:directory "~/News" :match ".*.\\(SCORE\\|ADAPT\\)") +                                (:directory "~/git/projects/dotfiles" :match "[0-9]+-.*\\.patch")))  #+end_src  *** Display  Sort by newest first  | 
