Add hooks to download and upload gnus data to the cloud

Gnus Cloud ... sort of works?  I'm honestly not sure about it, lol.
This commit is contained in:
Case Duckworth 2021-05-03 11:45:50 -05:00
parent 666e7c53b4
commit 2e53f03bb0
1 changed files with 4 additions and 0 deletions

View File

@ -139,6 +139,10 @@
smtpmail-smtp-user "acdw@fastmail.com"
message-kill-buffer-on-exit t)
;;; Hooks
(add-hook 'gnus-started-hook #'gnus-cloud-download-all-data)
(add-hook 'gnus-exit-gnus-hook #'gnus-cloud-upload-all-data)
;;; Packages
;; searching (?)