Don't encode the cloud storage at all

Who knows this might bite me in the foot
This commit is contained in:
Case Duckworth 2021-05-05 17:55:55 -05:00
parent b4d439908f
commit cb48096404
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
;;; Gnus cloud
(setq gnus-cloud-method "nnimap:fastmail.com"
gnus-cloud-storage-method 'base64 ; Don't always have GPG or gzip
gnus-cloud-storage-method nil ; Don't always have GPG or gzip
)
(add-hook 'gnus-started-hook #'gnus-cloud-download-all-data)
(add-hook 'gnus-exit-gnus-hook #'gnus-cloud-upload-all-data)