Re: emacs/notmuch hangs opening email

2023-02-22 Thread Jon Fineman
David Bremner writes: > Jon Fineman writes: > >> When I try and open one specific email, I get a message of >> "Fontifying..." and then the mouse pointer turns into a watch. >> >> If I C-G it breaks out and shows the email message with a red warning >> at the top of "[some mark read tag

Re: crash on incoming email

2023-02-22 Thread David Bremner
Antoine Beaupré writes: > When I have the attached email in my `inbox` and hit ENTER on the email > (notmuch-search-show-thread here), Emacs crashes completely with: > > fév 22 11:57:10 angela emacs[112721]: >

crash on incoming email

2023-02-22 Thread Antoine Beaupré
When I have the attached email in my `inbox` and hit ENTER on the email (notmuch-search-show-thread here), Emacs crashes completely with: fév 22 11:57:10 angela emacs[112721]: Backtrace: fév 22 11:57:10 angela emacs[112721]: /usr/bin/emacs(+0x1536c3)[0x55d10804b6c3] fév 22 11:57:10 angela

Re: Thread safety?

2023-02-22 Thread David Bremner
Kevin Boulain writes: > The documentation of MatchNothing says it's thread-safe. > > If you'd like, I'm happy to submit a patch (likely very small, given the > limited number of occurrences) after I review a bit more the > documentation and the code (I'm just starting with Notmuch and Xapian so