--- claws-mail-3.17.2.old/src/procmime.c +++ claws-mail-3.17.2/src/procmime.c @@ -1147,11 +1147,13 @@ if (mime_type_list) return mime_type_list; +#ifdef NOTDEF // Not presently used #if defined(__NetBSD__) || defined(__OpenBSD__) || defined(__FreeBSD__) if ((fp = claws_fopen(DATAROOTDIR "/mime/globs", "rb")) == NULL) #else if ((fp = claws_fopen("/usr/share/mime/globs", "rb")) == NULL) #endif +#endif { fp_is_glob_file = FALSE; if ((fp = claws_fopen("/etc/mime.types", "rb")) == NULL) {