Add mark read/unread support for news
This commit is contained in:
@@ -755,7 +755,7 @@ fn render_content_type_tree(m: &ParsedMail) -> String {
|
||||
|
||||
pub async fn set_read_status<'ctx>(
|
||||
nm: &Notmuch,
|
||||
query: String,
|
||||
query: &str,
|
||||
unread: bool,
|
||||
) -> Result<bool, ServerError> {
|
||||
if unread {
|
||||
|
||||
Reference in New Issue
Block a user