mailbox_notify_status
| Default | no | 
|---|---|
| Value | boolean | 
Whether notifications for a single mailbox or mailbox wildcards are enabled.
Example:
mailbox INBOX {
  notify_status = yes
}
mailbox Spam {
  notify_status = yes
}
mailbox *BOX {
  notify_status = yes
}