Though I don’t know how to manage permissions with the Adminimize plugin, the capability necessary for viewing Flamingo’s inbound messages is flamingo_edit_inbound_messages. Normally it is mapped to the edit_users capability.
This is an old thread, but I thought I would contribute.
Manual edit, file:
/plugins/flamingo/admin-functions.php
Line 25, changed
‘flamingo_edit_inbound_messages’, ‘flamingo_inbound’,
to
‘edit_pages’, ‘flamingo_inbound’,
…only for viewing the forms submitted. We don’t need the address book functionality, but I assume that would be somewhere else in the file.
Re: Jessi’s instructions.
I found this line of code in
/plugins/flamingo/admin/admin.php
not the file he mentions.
I changed the line as instructed and now my editors can see the incoming messages.