+
+
Sidebar Badge
+
+ When you have multiple services you can show the total unread count for those
+ services in the sidebar, so at a glance you know what's new
+
+
{
+ mailboxActions.reduce(mailbox.id, MailboxReducer.setShowCumulativeSidebarUnreadBadge, toggled)
+ }} />
+
+ sms}
+ value={mailbox.cumulativeSidebarUnreadBadgeColor}
+ onChange={(col) => {
+ mailboxActions.reduce(mailbox.id, MailboxReducer.setCumulativeSidebarUnreadBadgeColor, col)
+ }} />
+
+
+ ) : undefined}