Clément DOUIN

Results 407 comments of Clément DOUIN

> @soywod To be honest, I'm a little bit unsure how I should test it with the raw data. You can use the `save` command. Let's say you save the...

Sorry, the `-m` argument should be before the command (it is like the `--account` argument). > Anyways, if I store the raw-mail into `text.txt` and execute > > ``` >...

> 1. cargo run -- save text.txt You need to use Unix pipes: `cargo run -- save < text.txt`, otherwise you just save `"text.txt"` as email.

I can reproduce the bug with the following steps: 1. Copy/paste the full email in a file called `test.eml` 2. `cargo run -- save < test.eml` 3. `cargo run` ```...

Ah maybe because of the pagination. Try to add the email in an empty mailbox to see?

Really strange :sweat_smile: put aside then, I will have a look whenever I can.

Maybe somehow gmail sanitizes emails before saving them :thinking:? Could you try with another provider if you have?

Not sure to understand. What do you propose exactly?

I see. I don't think setting the `GPG_TTY` is the good approach, himalaya should not be aware of gpg. I checked the source code of `isync`, `vdirsyncer` and `aerc`, I...