astroid icon indicating copy to clipboard operation
astroid copied to clipboard

A graphical threads-with-tags style, lightweight and fast, e-mail client for Notmuch

Results 120 astroid issues
Sort by recently updated
recently updated
newest added

Since I'm copying some from https://github.com/astroidmail/astroid/issues/19, I will bold the original parts. It seems I feel much the same way as OP so I'll let them do (most) of the...

Arch gave me this version of protobuf in a recent system update, and astroid no longer builds with it. This patch fixes the build. Based on https://gitlab.archlinux.org/archlinux/packaging/packages/astroid/-/blob/main/protobuf-23.patch

Default keybindings make a lot of sense, but Ctrl+Tab to switch tabs would be nice as well. Doesn't seem to work though. Template generated with: ` src/astroid/devel/get_keys.py > ~/.config/astroid/keybindings.orig` I've...

I'm arch linux with the 0.16.0 package I ran `astroid --new-config` initially. ``` astroid --new-config [2023-05-25 16:42:20.814875] [0x00007f7e265ae580] [info] welcome to astroid! - 0.16.0 [2023-05-25 16:42:20.841616] [0x00007f7e265ae580] [info] creating new...

This is a problem I noticed with the https://asciinema.org/ login emails. The messages don't have a Date header (but I see `X-Amavis-Alert: BAD HEADER SECTION, Missing required header field: "Date"`)...

This updates the URI parsing for `astroid --mailto` to use Glib instead of libsoup-2.0 (since the api was removed in libsoup-3.0). https://libsoup.org/libsoup-3.0/migrating-from-libsoup-2.html https://github.com/astroidmail/astroid/issues/744 I tested the mailto parsing appears to...

I think, we should do a new release (v0.17), with the recent severe bugs and build errors fixed. The following issues should be closed before that: - [x] must: #744...

- close #756 - close #714 - require libnotmuch >= 5.4 / notmuch >= 0.32 - drop ci support for Debian bullseye and Ubuntu focal because of too old libnotmuch...

- https://github.com/astroidmail/astroid/pull/753#issuecomment-2152605916 - https://github.com/astroidmail/astroid/pull/753#issuecomment-2152854177 This would require libnotmuch >= 5.4. @ibuclaw In my opinion, this issue is not a priority until after the next release, because it does not fix...

> I'd like to add that we should not forget to support the common [mailto syntax](https://en.wikipedia.org/wiki/Mailto). So astroid should be able to understand `astroid mailto:[email protected]?subject=test%20space`. > > It should not...