server: reenable per-account unread counts
This commit is contained in:
parent
cffc228b3a
commit
60e2824167
@ -135,7 +135,6 @@ pub fn tags(nm: &Notmuch, needs_unread: bool) -> Result<Vec<Tag>, ServerError> {
|
|||||||
unread,
|
unread,
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
/*
|
|
||||||
.chain(
|
.chain(
|
||||||
nm.unread_recipients()?
|
nm.unread_recipients()?
|
||||||
.into_iter()
|
.into_iter()
|
||||||
@ -153,7 +152,6 @@ pub fn tags(nm: &Notmuch, needs_unread: bool) -> Result<Vec<Tag>, ServerError> {
|
|||||||
})
|
})
|
||||||
}),
|
}),
|
||||||
)
|
)
|
||||||
*/
|
|
||||||
.collect();
|
.collect();
|
||||||
Ok(tags)
|
Ok(tags)
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user