WIP move thread loading for notmuch into nm mod

This commit is contained in:
2024-07-21 09:31:37 -07:00
parent dd09bc3168
commit 65fcbd4b77
5 changed files with 688 additions and 659 deletions

View File

@@ -1,7 +1,7 @@
pub mod error;
pub mod graphql;
mod newsreader;
mod nm;
pub mod newsreader;
pub mod nm;
use css_inline::{CSSInliner, InlineError, InlineOptions};
use linkify::{LinkFinder, LinkKind};