- // other operations: return true if there were no errors or false if there
- // were some unrecognized entries (the good entries are always read anyhow)
- //
- // FIXME: These ought to be private ??
-
- // read in additional file (the standard ones are read automatically)
- // in mailcap format (see mimetype.cpp for description)
- //
- // 'fallback' parameter may be set to true to avoid overriding the
- // settings from other, previously parsed, files by this one: normally,
- // the files read most recently would override the older files, but with
- // fallback == true this won't happen
-
- bool ReadMailcap(const wxString& filename, bool fallback = false);
- // read in additional file in mime.types format
- bool ReadMimeTypes(const wxString& filename);
-