comparison lisp/gnus/ChangeLog @ 110140:a80e744f12ea

gnus.el (gnus-mode-non-string-length): Change default to 30; gnus-sum.el (gnus-auto-select-subject): Change default to `unseen-or-unread'; gnus.el (gnus-refer-article-method): Change default to 'current.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Thu, 02 Sep 2010 03:35:06 +0000
parents 53415017c4cc
children e6f89f34c02d
comparison
equal deleted inserted replaced
110139:53415017c4cc 110140:a80e744f12ea
1 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org> 1 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2
3 * gnus.el (gnus-refer-article-method): Change default to 'current.
4 When referring an article, the common behaviour is to refer it from the
5 current select method, not the native select method. The chances of
6 the native select method having the message in question is rather slim
7 these days.
8
9 * gnus-sum.el (gnus-auto-select-subject): Change default to
10 `unseen-or-unread'. I think it's likely that most people want to
11 select an unseen article over a previously seen, but unread one.
12
13 * gnus.el (gnus-mode-non-string-length): Change default to 30. nil
14 means that in the article buffer none of the minor mode elements will
15 be shown, usually, and this is not desirable in most cases.
2 16
3 * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so 17 * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
4 that commands like `d' (and the like) go to the next line in the 18 that commands like `d' (and the like) go to the next line in the
5 buffer, instead of the next unread article. I think this is the 19 buffer, instead of the next unread article. I think this is the
6 behaviour that is most natural for most users. 20 behaviour that is most natural for most users.