| www.delorie.com/gnu/docs/emacs/gnus_285.html | search |
![]() Buy the book! | |
| [ < ] | [ > ] | [ << ] | [ 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")))
|
More information is available in the info doc at Select Methods -> Getting Mail -> Mail Sources
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.
| webmaster donations bookstore | delorie software privacy |
| Copyright © 2003 by The Free Software Foundation | Updated Jun 2003 |