summaryrefslogtreecommitdiff
path: root/gnus.org
diff options
context:
space:
mode:
authorfpi2020-08-01 18:44:32 +0200
committerfpi2020-08-01 18:44:59 +0200
commitab3de4324bd56cde6916e183e9670f684e6f6fa8 (patch)
treed1392afce1bfda699c111284cfeafc87ab9b893d /gnus.org
parentAdjust adaptive scoring rules (diff)
Add dotfiles patch files to gnus cloud
Diffstat (limited to '')
-rw-r--r--gnus.org5
1 files changed, 4 insertions, 1 deletions
diff --git a/gnus.org b/gnus.org
index de2a60d..907a387 100644
--- a/gnus.org
+++ b/gnus.org
@@ -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