dodo icon indicating copy to clipboard operation
dodo copied to clipboard

A graphical, hackable email client based on notmuch

Results 40 dodo issues
Sort by recently updated
recently updated
newest added

Hello, I am used to the following notmuch setup: all my emails are stored on a remote server and I use neomutt to access it throught ssh. I have also...

Glad to see this keeps growing! :) I find myself hitting 'j' in order to browse the help window containing the bindings. Would it be possible to customize bindings in...

This simplifies the code as we don't have to copy the data over from the temporary Message object. The header copying in particular was failing when using multiline headers as...

I hit `/` and searched for `tag:delete` (all my deleted mail), and dodo froze up for a few seconds before core dumping

Here's an attempt to solve https://github.com/akissinger/dodo/issues/29 I've tested - [x] see correct [read/unread] counts for `tags like/this` in the tag panel - [x] double clicking a tag in the tag...

Building off https://github.com/akissinger/dodo/pull/30 to work with complex tags, I added the ability to filter the tag view with increasing narrowing. - allow narrowing to tags - N = new panel...

hey I'm using lieer which syncs tags to gmail labels so I'll have tags that looks like this "the tag/with stuff" In dodo it lists all the tags but says...

When viewing a message that's in the mail directory, but (I think?) not yet indexed by `notmuch new`, dodo crashes with: ```pytb Error opening /home/florian/mail/news/new/1685093528_0.355627.aragog,U=453271,FMD5=508c75c8507a2ae5223dfd2faeb98122:2,: No such file or directory...

For my setup, on a reasonably modern machine (Thinkpad T14 AMD), pressing `T` causes the UI to freeze for >50 seconds before displaying the list of 10 tags. This mostly...

I tried to run dodo without having `notmuch` set up properly yet: ```console $ notmuch search Error: cannot load config file. ``` doing so results in a rather confusing error:...