diff options
author | Case Duckworth | 2021-05-03 15:10:45 -0500 |
---|---|---|
committer | Case Duckworth | 2021-05-03 15:10:45 -0500 |
commit | eaf4eb54085fbe5134663e6f2413c700328ae0b3 (patch) | |
tree | c890dd1c24b65dedd0cc9089f92198ceffa5fd7e | |
parent | Add hooks to download and upload gnus data to the cloud (diff) | |
download | emacs-eaf4eb54085fbe5134663e6f2413c700328ae0b3.tar.gz emacs-eaf4eb54085fbe5134663e6f2413c700328ae0b3.zip |
Add Gwene
I still need to import my OPML using one of these: - https://wpc.io/blog/posts/bulk-import-rss-feeds-to-gnus-via-gwene.html - http://gwene.org/opml.php ... when I get home.
-rw-r--r-- | gnus.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnus.el b/gnus.el index eacce0f..e3a0f49 100644 --- a/gnus.el +++ b/gnus.el | |||
@@ -25,7 +25,8 @@ | |||
25 | (nnimap-server-port 993) | 25 | (nnimap-server-port 993) |
26 | (nnimap-stream ssl) | 26 | (nnimap-stream ssl) |
27 | (nnir-search-engine imap)) | 27 | (nnir-search-engine imap)) |
28 | (nntp "news.tilde.club"))) | 28 | (nntp "news.tilde.club") |
29 | (nntp "news.gwene.org"))) | ||
29 | 30 | ||
30 | ;;; Gnus cloud | 31 | ;;; Gnus cloud |
31 | (setq gnus-cloud-method "nnimap:fastmail.com" | 32 | (setq gnus-cloud-method "nnimap:fastmail.com" |