Add background mail checking and new mail notifications
This commit is contained in:
@@ -46,6 +46,22 @@ CREATE TABLE IF NOT EXISTS `ident_switch`
|
||||
smallint
|
||||
NOT NULL
|
||||
DEFAULT 1,
|
||||
`notify_check`
|
||||
smallint
|
||||
NOT NULL
|
||||
DEFAULT 1,
|
||||
`notify_basic`
|
||||
smallint
|
||||
DEFAULT NULL,
|
||||
`notify_sound`
|
||||
smallint
|
||||
DEFAULT NULL,
|
||||
`notify_desktop`
|
||||
smallint
|
||||
DEFAULT NULL,
|
||||
`notify_sound_url`
|
||||
varchar(255)
|
||||
DEFAULT NULL,
|
||||
`drafts_mbox`
|
||||
varchar(64),
|
||||
`sent_mbox`
|
||||
|
||||
Reference in New Issue
Block a user