gianlucagiacometti / Roundcube-Forward

RoundCube plugin to set forward addresses in PostfixAdmin database
GNU General Public License v2.0
7 stars 10 forks source link

Added: Now creates row if no previous alias record exists #8

Closed iBL1nK closed 7 years ago

iBL1nK commented 8 years ago

I had a problem with the plugin not doing anything if no previous alias record exists and where the SQL row didn't exist. I modified the plugin so that it now REPLACE INTO the SQL instead of UPDATE so that it creates a row if none is found. I also clarified some instructions.