Re: notmuch-emacs inline image display broken in emacs-29

2023-03-01 Thread Alex Murray
On Sat, 2023-02-25 at 09:48:08 -0400, David Bremner wrote: > David Bremner writes: > >> Alex Murray writes: >> >> I tried replacing indent-rigidly with a simplified version the and that >> leaves the image inserted, but unfortunately doesn't indent it >> properly. If you want to play with it,

[PATCH 2/2] lib/message-property: sync removed properties to the database

2023-03-01 Thread Kevin Boulain
_notmuch_message_remove_all_properties wasn't syncing the message back to the database but was still invalidating the metadata, giving the impression the properties had actually been removed. Also move the metadata invalidation to _notmuch_message_remove_terms to be closer to what's done in

[PATCH 1/2] test: display key name in property tests

2023-03-01 Thread Kevin Boulain
To ease the review of the next patch. --- test/T610-message-property.sh | 26 +- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/test/T610-message-property.sh b/test/T610-message-property.sh index 2685f3b5..7ebddae3 100755 ---

Re: crash on incoming email

2023-03-01 Thread David Bremner
Antoine Beaupré writes: > > Still, one has to wonder: if emacs can just dump core if someone messes > with my eln-cache, that's... bad, no? Yes, it is bad, but the native compilation functionality is new, so hopefully things will get better over time.