David

Results 23 comments of David

> This is interesting. While I was re-working you code I realized a few things: > > 1. it does not save the images or re-bind them in the ``...

> I don't know. I added it for safety but you can probably remove the call to this function. > […](#) > On Wed, May 5, 2021, 5:57 PM David...

> What do you mean by most emails? Does it work with some email? What is different in this emails! Did a bit of more testing. Seems the error happens...

> What do you mean by most emails? Does it work with some email? What is different in this emails! seems the error is emitted from line [2845 ](https://github.com/emacs-mirror/emacs/blob/b8bdf64377120d2c802e4ef13cfab1fec8c37a27/lisp/gnus/gnus-art.el#L2856) of...

It seems gnus relies on the local variable `gnus-article-mime-handles` in the `gnus-article-buffer` to save cid contents. so how about this: ``` emacs-lisp (defun org-msg-save-article-for-reply-notmuch () (let ((id (string-trim (org-msg-message-fetch-field "in-reply-to")))...

@jeremy-compostella Thank you so much for that. I did a bit of testing of the experimental branch, made some minor fixes. Now it pretty much works perfectly for me. Have...

> I've also tested the experimental branch and it's working for me as well using notmuch! Thanks @whudwl + @jeremy-compostella ! Emm. Strange. It worked for you as it is?...

I saw that “select all” effect too. I think it’s the result of an error. Lets see if it’s fixed once jemery pulls my change. On 7 May 2021, 8:56...

@jeremy-compostella , could you perhaps add a line to kill the notmuch buffer after using it? (notmuch-show) Returns the buffer containing the messages. I was testing and replying to the...