-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prefix string is sometimes incorrectly indented #10
Comments
I think you need to add a fake column with 2 spaces as explained in the README. Did you do that? That might explain the problem:
|
I did. Although on the screenshot my |
Do you know why do you have |
It was on purpose, I tried if having a bigger or smaller empty space somehow affects the issue. |
You have also to make sure that the size of prefix (e.g. "> " or "< ") is smaller than the size of the empty space. |
Thank you @rougier for the hints, I appreciated the help. Especially since we don't know whether it is a bug or I am just messing something up.
This should be fine when using the default configuration from your readme, right? I also tried leaving the space from the prefix
It moves the symbols in the empty column to the left or to the right up until the point when they leave the column and are not visible anymore. But they are still misaligned and when I set the lowest or highest value, at that point I see only those misaligned ones. I also tried to change the
to
to see where those "spaces" appear. And they are always bellow or right of the |
Can you try to reduce the display to one or two mails and see if the problem persist. If so, can you send yourself the same mail (only subject) to check if you get the same faulty display (don't forward or it'll be part of the thread). |
Another test would be to have "abcde" for prefix, 11-12 for prefix position and ">" or "v" for prefix such that we can see where it lands in the abcde strings. From your last screen shots, the "From" is misaligned on the first fewlines indicating the marker is probably at the wrong place. One reason for such shift would be to have an overlay that extend over n characters (n=2 in this case) but the prefix string would be shoret (n-k). In this case we should have a shift of k (I was wrong previously, the prefix string must match the overlay position). May you can also try 9 10 instead of 9 11. |
This should be fixed with latest commit. |
That is great news, thank you. |
I think it will be best to show you a screenshot rather than describing the issue
I am sorry, I needed to censor some private messages.
Please see, that in the second half of the screenshot, some of the
mu4e-thread-folding-root-folded-prefix-string
are indented with two spaces instead of one. I have no idea why.Though I have observed, that the incorrectly indented messages have cropped the first letter from the first column ("artin" was cropped from "Martin", "ilip" was cropped from "Filip", etc)
The text was updated successfully, but these errors were encountered: