diff options
author | Case Duckworth | 2021-05-01 15:23:49 -0500 |
---|---|---|
committer | Case Duckworth | 2021-05-01 15:23:49 -0500 |
commit | 93e124e05867f43339d7e5ca83f2a0292715297a (patch) | |
tree | 594a9750980ca8ca7efc53a95f611c7c0d757ac5 | |
parent | Switch to SLY for Lisp REPL (diff) | |
download | emacs-93e124e05867f43339d7e5ca83f2a0292715297a.tar.gz emacs-93e124e05867f43339d7e5ca83f2a0292715297a.zip |
Configure Gnus Cloud
This is going to cause a merge conflict later. I've made `gnus-cloud-storage-method' `base64' because work doesn't have GPG or gzip and I don't want to bother downloading them.
-rw-r--r-- | gnus.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gnus.el b/gnus.el index 5b9df7d..846966d 100644 --- a/gnus.el +++ b/gnus.el | |||
@@ -27,6 +27,11 @@ | |||
27 | (nnir-search-engine imap)) | 27 | (nnir-search-engine imap)) |
28 | (nntp "news.tilde.club"))) | 28 | (nntp "news.tilde.club"))) |
29 | 29 | ||
30 | ;;; Gnus cloud | ||
31 | (setq gnus-cloud-method "nnimap:fastmail.com" | ||
32 | gnus-cloud-storage-method 'base64 ; Don't always have GPG or gzip | ||
33 | ) | ||
34 | |||
30 | ;;; Gnus subscriptions | 35 | ;;; Gnus subscriptions |
31 | (setq gnus-options-subscribe (rx (or ;; all alternatives go under this | 36 | (setq gnus-options-subscribe (rx (or ;; all alternatives go under this |
32 | (seq string-start | 37 | (seq string-start |