From be3bd578d8557b8d0cb9138153ee30e14b33ec58 Mon Sep 17 00:00:00 2001 From: pdmef Date: Fri, 22 Apr 2005 20:24:08 +0000 Subject: [PATCH] Rocco Rutte: look for muttng-mime.types not mime.types (reported by Torsten Veller) git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@274 e385b8ad-14ed-0310-8656-cc95a2468c6d --- sendlib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sendlib.c b/sendlib.c index 0766b2b..010e72e 100644 --- a/sendlib.c +++ b/sendlib.c @@ -974,7 +974,7 @@ int mutt_lookup_mime_type (BODY * att, const char *path) snprintf (buf, sizeof (buf), "%s/.mime.types", NONULL (Homedir)); break; case 1: - strfcpy (buf, SYSCONFDIR "/mime.types", sizeof (buf)); + strfcpy (buf, SYSCONFDIR "/muttng-mime.types", sizeof (buf)); break; case 2: strfcpy (buf, PKGDATADIR "/mime.types", sizeof (buf)); -- 2.20.1