diff options
Diffstat (limited to 'gnus.el')
-rw-r--r-- | gnus.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gnus.el b/gnus.el index 846966d..eacce0f 100644 --- a/gnus.el +++ b/gnus.el | |||
@@ -139,6 +139,10 @@ | |||
139 | smtpmail-smtp-user "acdw@fastmail.com" | 139 | smtpmail-smtp-user "acdw@fastmail.com" |
140 | message-kill-buffer-on-exit t) | 140 | message-kill-buffer-on-exit t) |
141 | 141 | ||
142 | ;;; Hooks | ||
143 | (add-hook 'gnus-started-hook #'gnus-cloud-download-all-data) | ||
144 | (add-hook 'gnus-exit-gnus-hook #'gnus-cloud-upload-all-data) | ||
145 | |||
142 | ;;; Packages | 146 | ;;; Packages |
143 | 147 | ||
144 | ;; searching (?) | 148 | ;; searching (?) |