On Di, 2010-12-21 at 21:49 +0000, Irihapeti wrote:
> I quite often have calendar entries with the description field empty. OpenSync
> left these blank. SyncEvolution adds the content of the summary field to the
> description field.
This can be changed.
Copy /usr/share/syncevolution/xml/scripting/11calendar.xml into
~/.config/syncevolution-xml/scripting/11calendar.xml, then edit the copy
and remove the assignment:
// make sure we have all trailing and leading spaces eliminated
DESCRIPTION=NORMALIZED(DESCRIPTION);
SUMMARY=NORMALIZED(SUMMARY);
// make sure that we have a DESCRIPTION
=> if (DESCRIPTION==EMPTY) DESCRIPTION=SUMMARY;
I'm not sure what exactly the motivation for that code was. I copied it
from the Synthesis reference config. I could imagine that it was added
because some peers depend on having a description. I can ask Lukas.
How strongly do you feel about the added description? I'd rather keep
the code as it is instead of risking breaking something for someone
else.
--
Best Regards, Patrick Ohly
The content of this message is my personal opinion only and although
I am an employee of Intel, the statements I make here in no way
represent Intel's position on the issue, nor am I authorized to speak
on behalf of Intel on this matter.
_______________________________________________
SyncEvolution mailing list
[email protected]
http://lists.syncevolution.org/listinfo/syncevolution