#1486587 closed Feature Requests (fixed)
Feedback on contactgroups feature
| Reported by: | brandond | Owned by: | thomasb |
|---|---|---|---|
| Priority: | 3 | Milestone: | 0.4-beta |
| Component: | Addressbook | Version: | git-master |
| Severity: | normal | Keywords: | contactgroups |
| Cc: | thomasb |
Description
I'd like to thanks Thomas for starting work on the Contact Groups feature! This has been a often-requested item for users migrating from our old webmail system.
First - how soon will we see plugin hooks for contact groups? I have a plugin that syncs contacts with our old webmail, and it currently skips groups due to lack of support in Roundcube. I'd like to add support for them as soon as a stable plugin interface is available.
Second - some feedback on the action names. For consistency's sake, can I suggest:
group-create
group-delete
group-addmember
group-delmember
Change History (3)
comment:1 Changed 3 years ago by thomasb
- Owner set to thomasb
- Status changed from new to assigned
comment:2 Changed 3 years ago by thomasb
- Resolution set to fixed
- Status changed from assigned to closed
Plugin hooks added in [aa12df20] and [65c8764b] (see Plugin_Hooks and Plugin_Events)
comment:3 Changed 3 years ago by JohnDoh
could you may be consider adding an 'updategroup' client side even too, like 'insertgroup' and 'removegroup'? Thanks.

The feature isn't complete yet but I'll take your suggestions under consideration. Thanks!