More implementation
This commit is contained in:
@@ -64,6 +64,10 @@ pub async fn search(
|
||||
last: Option<i32>,
|
||||
query: &Query,
|
||||
) -> Result<Vec<(i32, ThreadSummary)>, async_graphql::Error> {
|
||||
if query.is_snoozed {
|
||||
warn!("TODO implement snooze for nm::search");
|
||||
return Ok(Vec::new());
|
||||
}
|
||||
if !is_notmuch_query(query) {
|
||||
return Ok(Vec::new());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user