Hi Rajesh, On 13.03.2014, at 11:23, Rajesh Kumar Pawar <[email protected]> wrote:
> mimeprofile: > [...] > <enum name="WORK,INTERNET" value="B0"/> > <enum name="HOME,INTERNET" value="B1"/> > [...] As I said, these multi-token enums will never work. You cannot map multiple tokens to a bit. You map single tokens like "WORK", "INTERNET", "PREF", "VOICE", "FAX" etc. to a single bit. The combination of multiple tokens is then represented as a bitmask in EMAIL_FLAGS, as a combination of bits set in that mask. Best Regards, Lukas
signature.asc
Description: Message signed with OpenPGP using GPGMail
_______________________________________________ os-libsynthesis mailing list [email protected] http://lists.synthesis.ch/mailman/listinfo/os-libsynthesis
