Compare commits

..

No commits in common. "83421c072a6aa0f1483632625e8fb4e5f2043e1d" and "5178d039f4933dbdebf1bfad43f63cd31788afbc" have entirely different histories.

2 changed files with 2 additions and 4 deletions

View File

@ -1871,8 +1871,7 @@
;; Automatically scan for new news ;; Automatically scan for new news
(gnus-demon-add-handler 'db/gnus-demon-scan-news-on-level-2 5 5) (gnus-demon-add-handler 'db/gnus-demon-scan-news-on-level-2 5 5)
;; Automatically expire groups on idle (add-hook 'gnus-started-hook #'gnus-demon-init)
(gnus-demon-add-handler 'gnus-group-expire-all-groups 10 5)
;; Visit group under point and immediately close it; this updates ;; Visit group under point and immediately close it; this updates
;; gnus registry as a side-effect ;; gnus registry as a side-effect

View File

@ -460,8 +460,7 @@ Does not replace CRLF with CRCRLF, and so on."
(interactive "f") (interactive "f")
(unless (file-readable-p file) (unless (file-readable-p file)
(user-error "Cannot read file: %s" file)) (user-error "Cannot read file: %s" file))
(shr-render-buffer (find-file-noselect file)) (shr-render-buffer (find-file-noselect file)))
(delete-trailing-whitespace))
;; Base45 Decoding ;; Base45 Decoding