X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=init.c;h=a897897b7c10a3594d53f8a78e48a3bb1c507f9a;hb=58e0ddff3bd5e1b9455e8c3ebb1f4b9e7dd71920;hp=8ac9bba9fbaeb95c12202f86c3d368fe675f8a62;hpb=80566f6aedda1e4bdcca38f9cb27101b5ba1029f;p=apps%2Fmadmutt.git diff --git a/init.c b/init.c index 8ac9bba..a897897 100644 --- a/init.c +++ b/init.c @@ -1935,15 +1935,6 @@ void mutt_init (int skip_sys_rc, string_list_t * commands) Spoolfile = m_strdup(buffer); } - if ((p = getenv ("MAILCAPS"))) - MailcapPath = m_strdup(p); - else { - /* Default search path from RFC1524 */ - MailcapPath = - m_strdup("~/.mailcap:" PKGDATADIR "/mailcap:" SYSCONFDIR - "/mailcap:/etc/mailcap:/usr/etc/mailcap:/usr/local/etc/mailcap"); - } - if ((p = getenv ("REPLYTO")) != NULL) { BUFFER buf, token;