On Tue, Mar 08 2016, Tomi Ollila wrote: > [ text/plain ] > On Tue, Mar 08 2016, David Bremner wrote: > >> [ text/plain ] >> Matthew Lear <matt@bubblegen.co.uk> writes: >> >> >> Thanks for the test case. I can duplicate a (the?) bug as >> follows. Replying to that message from notmuch-show mode works, but >> replying from notmuch-search mode yields >> >>> !!! Bodypart insert error: Wrong type argument: number-or-marker-p, nil !!! >>> [ application/pgp-encrypted ] >>> Version: 1 >>> [ encrypted.asc: application/octet-stream (as text/plain) ] >>> !!! Bodypart insert error: Internal error: No :content from ("show" "--format=sexp" "--include-html" "--part=3" "id:56DDE706.6060702@bubblegen.co.uk") !!! >> >> Followed by the ciphertext. >>> -----BEGIN PGP MESSAGE----- >> >> If anyone wants to play with this, you just need to import the notmuch >> test key into your keyring, something like >> >> gpg --import path/to/notmuch-source/test/gnupg-secret-key.asc >> >> What's odd is that the notmuch command in the error message works on the >> command line. > > I got these to my log: > > when replying from search: > > 2016-03-08 (Tue) 14:16:01: reply --format=sexp --format-version=1 --reply-to=sender thread:0000000000004a6f > 2016-03-08 (Tue) 14:16:01: show --format=raw --part=2 id:56DDE706.6060702@bubblegen.co.uk > 2016-03-08 (Tue) 14:16:01: show --format=sexp --include-html --part=3 id:56DDE706.6060702@bubblegen.co.uk The above line returns (same as in latest !!! bodypart insert error !!!) (:id 3 :content-type "application/octet-stream" :filename "encrypted.asc" :content-length 1875) -- there is no content to be included from that line :/ (and wat is this "encrypted.asc" anyway ?) > when replying from show: > > 2016-03-08 (Tue) 14:16:37: reply --format=sexp --format-version=1 --decrypt --reply-to=sender id:56DDE706.6060702@bubblegen.co.uk the --decrypt here provided the content (from part=3) in this case. Tomi