Skip to content

Minor improvements

Compare
Choose a tag to compare
@vphantom vphantom released this 29 Oct 18:06
· 25 commits to master since this release
  • New: replaced Summernote with CKEditor 4 for WYSIWYG editing
  • New: in Outbox, allow sending from oneself as an option

A new column was added to the emails table and thus to upgrade, one must run the following SQLite query:

ALTER TABLE emails ADD COLUMN mailfrom INTEGER NOT NULL DEFAULT '0';