server: disable per-email counts in tags, it's breaking production
This commit is contained in:
parent
90d7f79ca0
commit
318c366d82
@ -135,6 +135,7 @@ 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()
|
||||||
@ -152,6 +153,7 @@ 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