diff options
| author | Lars Ingebrigtsen | 2019-09-29 09:56:31 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2019-09-29 09:56:31 +0200 |
| commit | 0695f5383f67ebbe606e63e5349db63cf650e7da (patch) | |
| tree | 8a18ab0a4560886dfc0bb836ef4ac3b887ce5eea /etc | |
| parent | 82c79220f58caa8ee6b78c8704aa97191c2352c7 (diff) | |
| download | emacs-0695f5383f67ebbe606e63e5349db63cf650e7da.tar.gz emacs-0695f5383f67ebbe606e63e5349db63cf650e7da.zip | |
Add new Gnus summary commands and keystrokes for "unseen" navigation
* doc/misc/gnus.texi (Choosing Commands): Document them.
* lisp/gnus/gnus-sum.el (gnus-summary-next-unseen-article)
(gnus-summary-prev-unseen-article): New commands and
keystrokes (bug#35213).
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
| @@ -1047,6 +1047,13 @@ Of course it will still find it if you have it in '~/.ecompleterc'. | |||
| 1047 | ** Gnus | 1047 | ** Gnus |
| 1048 | 1048 | ||
| 1049 | +++ | 1049 | +++ |
| 1050 | *** Two new Gnus summary mode navigation commands have been added, | ||
| 1051 | bound to the '[' and ']' keys: `gnus-summary-prev-unseen-article' and | ||
| 1052 | `gnus-summary-next-unseen-article'. These take you (respectively) to | ||
| 1053 | the previous unseen or next unseen article. (These are the ones that | ||
| 1054 | are marked with "." in the summary mode lines.) | ||
| 1055 | |||
| 1056 | +++ | ||
| 1050 | *** The Gnus user variable 'nnimap-expunge' supports three new values: | 1057 | *** The Gnus user variable 'nnimap-expunge' supports three new values: |
| 1051 | 'never' for never expunging messages, 'immediately' for immediately | 1058 | 'never' for never expunging messages, 'immediately' for immediately |
| 1052 | expunging deleted messages, and 'on-exit' to expunge deleted articles | 1059 | expunging deleted messages, and 'on-exit' to expunge deleted articles |