Jérémy Compostella

Results 51 comments of Jérémy Compostella

Even simpler: ``` (defun org-msg-save-article-for-reply-notmuch () (let ((id (trim-string (org-msg-message-fetch-field "in-reply-to"))) header parts) (cl-flet ((get-field (field) (when-let ((value (org-msg-message-fetch-field field))) (concat (capitalize field) ": " value)))) (save-window-excursion (let ((notmuch-show-only-matching-messages t))...

I pushed the improved changes to the `experimental` branch. On this branch I also implemented `org-msg-article-htmlp-notmuch`. I don't use `notmuch` so I can't really test. Could you test and debug...

@whudwl I integrated all your changes. Let me know if it works better. BTW, I removed the call to `string-trim` because the `message-fetch-field` function already does it.

@jonathanwilner and @whudwl Is the "select all" effect gone now ?

I suggest that you submit a patch. On Fri, May 7, 2021, 10:25 PM David ***@***.***> wrote: > @jeremy-compostella , could you > perhaps add a line to kill the...

Hi, This is expected. I you read carefully the README.org you'll see that > OrgMsg composes reply to HTML emails in top-posting style. This behavior can be disabled by setting...

The text below the citation line is not intended to be sent in text form. It is present in the composition buffer for reference.

I don't get it. If you are in non posting-style the idea should be to reply inline so why would you want the signature to precede the inline response ?

In your example you are in `top-posting` style. If so the code you want to change is not even executed.