gnus-group.el (gnus-group-list-(limit|flush|plus)-map): Allow limiting, flushing and plusing ticked articles.
This commit is contained in:
parent
0afb49a1bf
commit
be00b56ee3
2 changed files with 12 additions and 3 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue