Jump to next message in Gnus when reaching the end
This is what I am used to, the option to stop at the end of a message did not convince me.
This commit is contained in:
parent
c50689c38c
commit
1ad53d298f
2
init.el
2
init.el
@ -1688,7 +1688,7 @@ Note that this workaround is incomplete, as explained in this comment."
|
|||||||
gnus-fetch-old-headers nil
|
gnus-fetch-old-headers nil
|
||||||
gnus-auto-select-first nil
|
gnus-auto-select-first nil
|
||||||
gnus-auto-select-next nil
|
gnus-auto-select-next nil
|
||||||
gnus-summary-stop-at-end-of-message t
|
gnus-summary-stop-at-end-of-message nil
|
||||||
gnus-summary-line-format "%U%ub%R%O%6k %(%&user-date; %-18,18f %B%s%)\n"
|
gnus-summary-line-format "%U%ub%R%O%6k %(%&user-date; %-18,18f %B%s%)\n"
|
||||||
gnus-thread-sort-functions '(gnus-thread-sort-by-most-recent-date)
|
gnus-thread-sort-functions '(gnus-thread-sort-by-most-recent-date)
|
||||||
gnus-subthread-sort-functions '(gnus-thread-sort-by-date)
|
gnus-subthread-sort-functions '(gnus-thread-sort-by-date)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user