Christophe Troestler

Results 166 comments of Christophe Troestler

Thanks — I can reproduce the bug. The first problem is that the message is _not_ recognized as an invite, the buttons do not show up automatically. I'll check whether...

> org-msg sort of does this, but it has its own set of problems: > > 1. enforces an Outlook type workflow > 2. always sends html > 3. top...

Don't know the inner workings of the `*mu4e-headers*` but couldn't a hidden information be put on the first message of each thread and _goto-next-thread_ would just seek forward for it?

Would there be a relation to the [marks lost issue](https://github.com/djcb/mu/issues/474)?

@djcb Since, obviously, your knowledge of `mu4e` is greater that ours, it would help if you could point to the likely places where one has to look to fix this.

I'm using Emacs 27.1 (Debian) and it works fine (both with mouse-1 and M-RET). Did you try with _Enter Debugger on Error_? ![image](https://user-images.githubusercontent.com/1255665/130809506-3e9a8d81-f9bd-478c-9a7a-35076181bdbc.png)

This is actually a duplicate of https://github.com/djcb/mu/issues/2257 — same cause: `^M` ending lines.

For the time being, you should set, say, ```elisp (setq mu4e-get-mail-command (expand-file-name "~/bin/mu4e-get-mail.sh")) ``` where, in addition to fetching your mail, `mu4e-get-mail.sh` cleans the messages from all terminating `^M` (provided...

The patch https://github.com/djcb/mu/pull/2258 works — but I agree with @djcb that [we should understand why `gnus-article-remove-cr` does not do the job already](https://github.com/djcb/mu/issues/2257#issuecomment-1126667881).

On 31 May 2022 at 08:56 -07, scfrank-pri ***@***.***> wrote: […] I could not figure out where to find the script mu4e-get-mail.sh, but would be eager to test it. You...