Subject: | setup x2 will croak |
Running setup after "containters" table is already in place will make program croak. The fix is easy to be done (at least for MySQL), by issuing:
perl -pi -e 's/CREATE TABLE container/CREATE TABLE IF NOT EXISTS container/' lib/Email/Store/Thread.pm