Emanuel writes:

> I just wrote this for Gnus which makes it possible to add groups from
> the "server browse" list

"add" as in "create a new group", or "add" as in "subscribe to a group
in the list"?

> there *is* a function to unsubscribe a group, namely
> `gnus-browse-unsubscribe-group'

Bound to 'u' in the browse server buffer is
gnus-browse-unsubscribe-current-group, which toggles whether a group is
subscribed (despite the name):

,----[ C-h f gnus-browse-unsubscribe-current-group RET ]
| gnus-browse-unsubscribe-current-group is an interactive compiled Lisp
| function in `gnus-srvr.el'.
| 
| (gnus-browse-unsubscribe-current-group ARG)
| 
| (Un)subscribe to the next ARG groups.
| The variable `gnus-browse-subscribe-newsgroup-method' determines
| how new groups will be entered into the group buffer.
`----

The function you mention also toggles:

,----[ C-h f gnus-browse-unsubscribe-group RET ]
| gnus-browse-unsubscribe-group is a compiled Lisp function in
| `gnus-srvr.el'.
| 
| (gnus-browse-unsubscribe-group)
| 
| Toggle subscription of the current group in the browse buffer.
`----


  Best regards,

    Adam

-- 
 "Alla för alla, en för en                                    Adam Sjøgren
  Alla för alla, en för en                               [email protected]
  Så börjar vi om igen"


_______________________________________________
info-gnus-english mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to