sblaisot / automatic_addressbook

roundcube automatic-addressbook plugin
GNU General Public License v3.0
26 stars 14 forks source link

Contacts Flagged to Delete are Never Deleted #19

Closed rmcaninch closed 4 years ago

rmcaninch commented 6 years ago

If I delete a contact from the Automatically Collected addressbook it changes the del field to 1 but there is nothing as of RC 1.1 that will clean those records out. The Roundcube cleandb.sh script can be easily modified to do it. Anyone know if Roundcube 1.2 or 1.3 will pickup the plugin tables to delete records flagged for deletion?

I'm reading through Roundcube master rcmail_utils::db_clean and it doesn't look like it will do this.