granquet
granquet
I spent a bit more time digging into this. Although the In-Reply-To field of the subsequent messages mentions the Message-Id of the first message: ``` First message: Message-Id: Subsequent messages:...
> Think a fix would require the In-Reply-To of the following messages to be updated with the new id. Seems like a lot of hassle? We could override it in...
I've looked into it and think I've solved the `ls -L -Z` issue. Though with GNU coreutils 9.1, I see `ls -L` returns 0, which is aligned with the behaviour...
`ls -L -Z` * returns 0 in uutils * returns 1 in GNU coreutils Attempting to fix this case with : https://github.com/uutils/coreutils/pull/4960 `ls -L` returns 0 on both, @jtracey seemed...
@tertsdiepraam : makes more sense to do it the way you describe it, will make the change ASAP. btw, gnu cp accepts both empty strings and non existant files. both...
I've updated to use an OsString instead of a custom struct in the parsing and then filter out the non existant paths in the `parse_path_args`. A quick test here with...
@BenWiederhake : thanks for your feedback, I've updated to coreutils 9.5 and I'm seeing the same behaviour. For the `tests/cp/abuse` issue, yes this is a regression. I need to look...
@BenWiederhake : Thanks for the feedback. I've pushed a new version where I'm checking the existence of the path closer to its actual usage. It should reduce the TOCTOU-timespan significantly....
The theme and syntax are hardcoded for now. Just pushing this MR as a draft to gather some feedback? Using syntect as the syntax highlighter: https://github.com/trishume/syntect
Yes, the result would be similar to piping the mail content into `syncat` or other modern pager using `syntect` as their syntax highlighting engine. Though I expect to be able...