3.11 Listing Groups

These commands all list various slices of the groups available.

l
A s

List all groups that have unread articles (gnus-group-list-groups). If the numeric prefix is used, this command will list only groups of level ARG and lower. By default, it only lists groups of level five (i.e., gnus-group-default-list-level) or lower (i.e., just subscribed groups).

L
A u

List all groups, whether they have unread articles or not (gnus-group-list-all-groups). If the numeric prefix is used, this command will list only groups of level ARG and lower. By default, it lists groups of level seven or lower (i.e., just subscribed and unsubscribed groups).

A l

List all unread groups on a specific level (gnus-group-list-level). If given a prefix, also list the groups with no unread articles.

A k

List all killed groups (gnus-group-list-killed). If given a prefix argument, really list all groups that are available, but aren’t currently (un)subscribed. This could entail reading the active file from the server.

A z

List all zombie groups (gnus-group-list-zombies).

A m

List all unread, subscribed groups with names that match a regexp (gnus-group-list-matching).

A M

List groups that match a regexp (gnus-group-list-all-matching).

A A

List absolutely all groups in the active file(s) of the server(s) you are connected to (gnus-group-list-active). This might very well take quite a while. It might actually be a better idea to do a A M to list all matching, and just give ‘.’ as the thing to match on. Also note that this command may list groups that don’t exist (yet)—these will be listed as if they were killed groups. Take the output with some grains of salt.

A a

List all groups that have names that match a regexp (gnus-group-apropos).

A d

List all groups that have names or descriptions that match a regexp (gnus-group-description-apropos).

A c

List all groups with cached articles (gnus-group-list-cached).

A ?

List all groups with dormant articles (gnus-group-list-dormant).

A !

List all groups with ticked articles (gnus-group-list-ticked).

A /

Further limit groups within the current selection (gnus-group-list-limit). If you’ve first limited to groups with dormant articles with A ?, you can then further limit with A / c, which will then limit to groups with cached articles, giving you the groups that have both dormant articles and cached articles.

A f

Flush groups from the current selection (gnus-group-list-flush).

A p

List groups plus the current selection (gnus-group-list-plus).

Groups that match the gnus-permanently-visible-groups regexp will always be shown, whether they have unread articles or not. You can also add the visible element to the group parameters in question to get the same effect.

Groups that have just ticked articles in it are normally listed in the group buffer. If gnus-list-groups-with-ticked-articles is nil, these groups will be treated just like totally empty groups. It is t by default.