Re: [PATCH 2/2] test/smime: fix signature verification test with newer gmime.

2022-04-11 Thread Michael J Gruber
Am Mo., 11. Apr. 2022 um 02:36 Uhr schrieb Daniel Kahn Gillmor < d...@debian.org>: > Thanks, Bremner! > > This series looks reasonable to me. nice clever hack to reuse the > gmime embedded .c source for the test. > Just so that others don't have to be wondering, too: notmuch does not embed gmime

Re: [PATCH] emacs/smime: render decrypted MIME entities in notmuch-show

2022-04-11 Thread Alexander Adolf
David Bremner writes: > [...] > You could also run T355-smime with --debug and inspect > tmp.T355-smime/mail afterwards, there should be some signed and > encrypted mails. > [...] $ ./T355-smime.sh --debug Run tests in a subdir of built notmuch tree. Any way around the effort of building from s

Re: [PATCH] emacs/smime: render decrypted MIME entities in notmuch-show

2022-04-11 Thread David Bremner
Alexander Adolf writes: > David Bremner writes: > >> [...] >> You could also run T355-smime with --debug and inspect >> tmp.T355-smime/mail afterwards, there should be some signed and >> encrypted mails. >> [...] > > $ ./T355-smime.sh --debug > Run tests in a subdir of built notmuch tree. > > An

Re: [PATCH 2/2] test/smime: fix signature verification test with newer gmime.

2022-04-11 Thread Daniel Kahn Gillmor
On Mon 2022-04-11 10:44:47 +0200, Michael J Gruber wrote: > Just so that others don't have to be wondering, too: notmuch does not embed > gmime sources and does not reuse them. (It would be very wrong to do so.) > notmuch has a file `_check_gmime_cert.c` which is used for configure checks > and whi