-
Notifications
You must be signed in to change notification settings - Fork 161
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
Sync'ing color should not sync trailing newline #358
Comments
|
I don't think it's the other |
untitaker
added a commit
that referenced
this issue
Mar 4, 2016
untitaker
added a commit
that referenced
this issue
Mar 4, 2016
|
FWIW, Fastmail fixed their consumer support too. :) |
|
I'm reopening this, the fix is terrible. |
untitaker
added a commit
that referenced
this issue
Mar 5, 2016
This fixes #358 again, in a different way.
untitaker
added a commit
that referenced
this issue
Mar 5, 2016
This fixes #358 again, in a different way.
untitaker
added a commit
that referenced
this issue
Mar 6, 2016
This fixes #358 again, in a different way.
untitaker
added a commit
that referenced
this issue
Mar 6, 2016
This fixes #358 again, in a different way.
untitaker
added a commit
that referenced
this issue
Mar 6, 2016
This fixes #358 again, in a different way.
untitaker
added a commit
that referenced
this issue
Mar 6, 2016
This fixes #358 again, in a different way.
untitaker
added a commit
that referenced
this issue
Mar 6, 2016
This fixes #358 again, in a different way.
untitaker
added a commit
that referenced
this issue
Mar 6, 2016
This fixes #358 again, in a different way.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've my calendars configured with a
/colorfile with a hex colour (eg: #c0c0c0). Since I edit these files with vim, they end up with a trailing newline. I doubt I'm the only person for whom this happens too.When I sync to my CalDAV server, sync works fine, but other clients that sync to it (a web client, a mobile client) fail to parse this value, and use a fallback colour.
I've reported the issue to those other clients (since they can't be that strict in what the accept!), but I still think vdirsyncer should trim the trailing newline when uploading the colour.
The text was updated successfully, but these errors were encountered: