diff --git a/oni-gnus.el b/oni-gnus.el index 443226f..ef6bbc2 100644 --- a/oni-gnus.el +++ b/oni-gnus.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 2020.0415.011434 +;; Version: 2020.0423.103027 ;; Package-Requires: (oni-data-dir) ;; This program is free software; you can redistribute it and/or modify @@ -62,6 +62,8 @@ Do this N times." (setq gnus-group-line-format "%P%(%20G%): %-10s %S%p%B %5y %5T\n") (setq gnus-summary-line-format "%U%R%z %&user-date;%20= %I%(%[%4L: %-23,23f%]%) %s\n") +(setq gnus-treat-from-gravatar t) + (setq gnus-select-method '(nnmaildir "ryuslash" (directory "~/documents/mail/ryuslash/")))