Clément DOUIN

Results 407 comments of Clément DOUIN

Duplicate https://github.com/soywod/himalaya/issues/85. In summary: it already works for the `delete` and `flag` commands, but it does not for the others (mostly because of the `read` command that can not accept...

> will need to improve my completion though ! What do you mean? The completion section from the wiki?

Yes indeed. But there is other priorities like #109, #81, #49, #42... (in fact, all that is included in the [v1 roadmap](https://github.com/soywod/himalaya/milestone/5)). My main goal is to consolidate this tool...

Indeed, it is a good point. I like the idea!

The only way to do this right now is to use the `--raw` arg of the `read` command, and then grep headers you are intersted in. Which is horribly unefficient....

In a more generic way, it could be nice to retrieve _all_ headers from the message. If you need to pick some of them, you can pipe the JSON result...

In fact, this issue can be split in two: - with the `list` command: shows specific columns (headers) in the table and in the JSON output [[#140](https://github.com/soywod/himalaya/issues/140)] - with the...

I think I also prefer the second version for the same reasons. How you would get the sender's name or sender's email with this second version?

I like this idea of adding special suffix starting by `:` to select a subpart of a value. For example, everything that carries addresses can have a `:name` and `:email`...

Totally agreed for the dot, it matches way better than colon. What did you have in mind for the `.raw`? I think it should be the default behaviour (no .something...