So for example, while the Mozilla address book will request a 'description' for a person's entry, Evolution will request 'note' for the same exact thing.
So now I have a choice to make:
1. I can alter the schema where the 'description' attribute is defined and make it answer to the 'note' requests as well. This alters a standard schema. This is bad (tm) 2. I can duplicate a value in my entry, which is really hard to maintain and is BAD - BAD data design.
3. Patch Evolution.
Ciao, Michael.