diff options
author | Case Duckworth | 2021-04-27 17:30:06 -0500 |
---|---|---|
committer | Case Duckworth | 2021-04-27 17:30:06 -0500 |
commit | b281c6d9c6cedadf3546f5cb6d1565b5e25e555a (patch) | |
tree | e1710dbf3bd3b975823780117e3030a2bd226761 | |
parent | Add gnus-options{,-not}-subscribe settings (diff) | |
download | emacs-b281c6d9c6cedadf3546f5cb6d1565b5e25e555a.tar.gz emacs-b281c6d9c6cedadf3546f5cb6d1565b5e25e555a.zip |
Don't worry about a ~/.newsrc file
I don't plan on using any other news readers.
-rw-r--r-- | gnus.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnus.el b/gnus.el index e0171e3..e87e67b 100644 --- a/gnus.el +++ b/gnus.el | |||
@@ -76,7 +76,9 @@ | |||
76 | ;;; Gnus behavior options | 76 | ;;; Gnus behavior options |
77 | (setq gnus-gcc-mark-as-read t | 77 | (setq gnus-gcc-mark-as-read t |
78 | message-signature (or (file-exists-p message-signature-file) | 78 | message-signature (or (file-exists-p message-signature-file) |
79 | "~ acdw")) | 79 | "~ acdw") |
80 | gnus-save-newsrc-file nil | ||
81 | gnus-read-newsrc-file nil) | ||
80 | 82 | ||
81 | ;;; Gnus UI options | 83 | ;;; Gnus UI options |
82 | (setq gnus-thread-sort-functions '(gnus-thread-sort-by-most-recent-date | 84 | (setq gnus-thread-sort-functions '(gnus-thread-sort-by-most-recent-date |