b7d76222ee
from Nick Nauwelaerts with some tweaks.
13 lines
566 B
Plaintext
13 lines
566 B
Plaintext
$OpenBSD: patch-libsylph_procmime_c,v 1.5 2010/01/10 10:21:05 ajacoutot Exp $
|
|
--- libsylph/procmime.c.orig Fri Jan 1 19:36:51 2010
|
|
+++ libsylph/procmime.c Fri Jan 1 19:37:41 2010
|
|
@@ -1477,7 +1477,7 @@ static GHashTable *procmime_get_mime_type_table(void)
|
|
procmime_get_mime_type_list(SYSCONFDIR "/mime.types");
|
|
if (!mime_type_list)
|
|
mime_type_list =
|
|
- procmime_get_mime_type_list("/etc/mime.types");
|
|
+ procmime_get_mime_type_list("/var/www/conf/mime.types");
|
|
#endif
|
|
dir = g_strconcat(get_rc_dir(), G_DIR_SEPARATOR_S,
|
|
"mime.types", NULL);
|