* gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
authorAndrew Cohen <cohen@andy.bu.edu>
Mon, 12 Sep 2011 00:31:43 +0000 (20:31 -0400)
committerAndrew Cohen <cohen@andy.bu.edu>
Mon, 12 Sep 2011 00:31:43 +0000 (20:31 -0400)
(gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
articles.

lisp/ChangeLog
lisp/gnus-group.el

index 551edd6..7f92152 100644 (file)
@@ -1,3 +1,9 @@
+2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
+
+       * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
+       (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
+       articles.
+
 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
 
        * message.el (message-pop-to-buffer): Default to switch-to-buffer.
index f6cf724..720881a 100644 (file)
@@ -710,7 +710,8 @@ simple manner.")
   "M"  gnus-group-list-limit
   "l"  gnus-group-list-limit
   "c"  gnus-group-list-limit
-  "?"  gnus-group-list-limit)
+  "?"  gnus-group-list-limit
+  "!"  gnus-group-list-limit)
 
 (gnus-define-keys (gnus-group-list-flush-map "f" gnus-group-list-map)
   "k"  gnus-group-list-flush
@@ -722,7 +723,8 @@ simple manner.")
   "M"  gnus-group-list-flush
   "l"  gnus-group-list-flush
   "c"  gnus-group-list-flush
-  "?"  gnus-group-list-flush)
+  "?"  gnus-group-list-flush
+  "!"  gnus-group-list-flush)
 
 (gnus-define-keys (gnus-group-list-plus-map "p" gnus-group-list-map)
   "k"  gnus-group-list-plus
@@ -734,7 +736,8 @@ simple manner.")
   "M"  gnus-group-list-plus
   "l"  gnus-group-list-plus
   "c"  gnus-group-list-plus
-  "?"  gnus-group-list-plus)
+  "?"  gnus-group-list-plus
+  "!"  gnus-group-list-plus)
 
 (gnus-define-keys (gnus-group-score-map "W" gnus-group-mode-map)
   "f" gnus-score-flush-cache