Nick Wynja
Nick Wynja
# Description In markdown, a link that spreads across multiple lines is still considered a valid link. For example, this is a valid markdown link: ``` I use hard wrapping...
This feature would allow using queries to send to a segment of a list. This is a pretty standard approach in email service providers. This is somewhat related to #129....
As discussed in #3280, using `z^'z` is a valid workaround to refresh a mailbox after changes were made in notmuch. This works nicely except for when the mailbox is empty....
**Description** I like the style changes from #410 but would like to be able to customize the fg and bg color of the "header" row (Task, Projects, Calendar) and (Filter...
## What's the problem you want solved? Related to https://github.com/fraction/oasis/issues/274#issuecomment-630269651, the current copy can be confusing about what button does. ## Is there a solution you'd like to recommend? Improve...
I sometimes send emails to myself and it seems like mujmap applies the `sent` tag but also remove the `inbox` tag (and I'm guessing but haven't verified that it'll remove...
I currently have ~70k messages in my index which is... notmuch. 🥁 Each time I run mujmap it runs the `format!("path:\"{}/**\"", relative_mail_dir.to_str().unwrap())` query, which takes 6+ seconds for me. ```...