-
It would be beneficial to be able to build a statically linked binary of Astroid. This would prevent the frequent breakages due to dependency library incompatibilities (usually libboost), and improve…
ghost updated
6 years ago
-
More and more people are using Enigmail with [Memoryhole](https://github.com/autocrypt/memoryhole) activated, i.e. encrypted headers. This is unconvenient for astroid users because you only see "Encry…
-
I am having trouble distinguishing between read and unread using the emboldened font in a dark GTK theme. I woud like to change the font colour of unread emails if possible. I tried poking around the …
-
I have recently installed astroid, and I am liking it a lot. It is being a very good experience. But I am having some troubles with some html mails (as always), for which links are not opened in the b…
-
If you have an astroid instance running and you open a new one, a segmentation fault happens. This causes both instances to stop working and the original closes itself if you try to do anything on it.
-
Hi there,
When trying to build astroid on macOS I get an error
````
[11/108] Linking C executable gir_main
FAILED: gir_main
: && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault…
-
With large threads (>30 messages) I tend to loose overview in astroid unfortunately. When opening an unread thread in Thread Index, I can hardly tell which emails in this thread are new and it's a lot…
-
I just upgraded afew (from 3f1e5e93119) to 1.2.0 and I'm getting this crash.
```
$ notmuch new
$ afew -nt
terminate called after throwing an instance of 'Xapian::DatabaseCorruptError'
```
Th…
-
Recently I noticed a lot of crashes of astroid. They seemed to be related to an invalid `thread_view` pointer in `PageClient`. When receiving new mails or editing their tags, segmentation faults occur…
-
When `thread_view.preferred_type` is set to `html`, composing a plain text email ends up in wiping out message body after exiting from the editor.
When `preferred_type` is reverted back to `plain`,…