Skip to main content

max / goingson

156 B · 3 lines History Blame Raw
1 -- Per-account opt-in notification on new email arrival (off by default)
2 ALTER TABLE email_accounts ADD COLUMN notify_new_emails INTEGER NOT NULL DEFAULT 0;
3