Allow external images from whitelisted senders to be displayed: Closes #5642

This also cleans up some of the update logic for ContactTable, which
could drop contacts' human-readable names when updating their
importance.
This commit is contained in:
Robert Schroll 2013-05-14 18:07:53 -07:00 committed by Jim Nelson
parent 6ce275f61d
commit 974e9459a3
17 changed files with 392 additions and 148 deletions

6
sql/version-009.sql Normal file
View file

@ -0,0 +1,6 @@
--
-- Add flags column to the ContactTable
--
ALTER TABLE ContactTable ADD COLUMN flags TEXT;