aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLars Ingebrigtsen2019-09-29 09:56:31 +0200
committerLars Ingebrigtsen2019-09-29 09:56:31 +0200
commit0695f5383f67ebbe606e63e5349db63cf650e7da (patch)
tree8a18ab0a4560886dfc0bb836ef4ac3b887ce5eea /etc
parent82c79220f58caa8ee6b78c8704aa97191c2352c7 (diff)
downloademacs-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/NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 3d8480cb461..f858c958317 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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,
1051bound to the '[' and ']' keys: `gnus-summary-prev-unseen-article' and
1052`gnus-summary-next-unseen-article'. These take you (respectively) to
1053the previous unseen or next unseen article. (These are the ones that
1054are 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
1052expunging deleted messages, and 'on-exit' to expunge deleted articles 1059expunging deleted messages, and 'on-exit' to expunge deleted articles