Variable MimeGlob.caseSensitive

Tells whether the pattern should be considered case sensitive or not.

struct MimeGlob
{
  // ...
  bool caseSensitive ;
  // ...
}