aboutsummaryrefslogtreecommitdiff
path: root/dot_emacs.tmpl
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@rak.ac>2023-02-09 20:22:22 -0500
committerRyan Kavanagh <rak@rak.ac>2023-02-09 20:22:22 -0500
commit872702a5bdb9877cdd9239bfcfbe3f0daf58f641 (patch)
tree00eee4dd2de7a95620f569b1209017bd4cd2dd24 /dot_emacs.tmpl
parentsync ~/.newsrc and ~/.newsrc.eld to gnus cloud (diff)
golly
Diffstat (limited to 'dot_emacs.tmpl')
-rw-r--r--dot_emacs.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/dot_emacs.tmpl b/dot_emacs.tmpl
index 40b9b62..56326ed 100644
--- a/dot_emacs.tmpl
+++ b/dot_emacs.tmpl
@@ -366,6 +366,8 @@ Extended Format date in the date field and return it as a string obeing
(gcc "nnimap+mail.cs.mcgill.ca:INBOX.Sent")))))
(gnus-cloud-method "nnimap:imap.rak.ac")
(gnus-cloud-storage-method 'base64)
+ (gnus-cloud-synced-files
+ '("~/.newsrc" "~/.newsrc.eld" (:directory "~/News" :match ".*.SCORE\\'")))
(gnus-update-message-archive-method t)
(gnus-message-archive-method
'(nnfolder "archive" ; this gets included in the server buffer
@@ -376,8 +378,6 @@ Extended Format date in the date field and return it as a string obeing
(gnus-check-new-newsgroups nil)
(gnus-group-line-format "%M%S%p%P%5y:%B%(%G%) %z\n")
(gnus-topic-display-empty-topics nil)
- :config
- (append '("~/.newsrc" "~/.newsrc.eld") gnus-cloud-synced-files)
:hook
(message-send . gnus-score-followup-article)
(gnus-group-mode . gnus-topic-mode))