| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
New features in Gnus 5.8:
If you used procmail like in
(setq nnmail-use-procmail t) (setq nnmail-spool-file 'procmail) (setq nnmail-procmail-directory "~/mail/incoming/") (setq nnmail-procmail-suffix "\\.in") |
this now has changed to
(setq mail-sources
'((directory :path "~/mail/incoming/"
:suffix ".in")))
|
See section 6.3.4.1 Mail Source Specifiers.
gnus-auto-select-first can now be a function to be
called to position point.
gnus-article-display-hook has been removed. Instead, a number
of variables starting with gnus-treat- have been added.
nnslashdot,
nnwarchive and nnultimate. nnweb has been revamped,
again, to keep up with ever-changing layouts.
nnimap.