X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=commands.c;h=c7fc7a511729cb51a3fadbf88aa87a14fad9e6d6;hp=8b5444bd79dafa2027f671c62c9bfbd2c9ac2c86;hb=c9f72ab0cd65f517a2047feb942ad85025c1b7e8;hpb=892df7e70376da43374d834b8a825ea2d59efd06 diff --git a/commands.c b/commands.c index 8b5444b..c7fc7a5 100644 --- a/commands.c +++ b/commands.c @@ -56,7 +56,7 @@ int mutt_display_message (HEADER * cur) mutt_parse_mime_message (Context, cur); mutt_message_hook (Context, cur, M_MESSAGEHOOK); - fpout = m_tempfile(tempfile, sizeof(tempfile), NONULL(Tempdir), NULL); + fpout = m_tempfile(tempfile, sizeof(tempfile), NONULL(MCore.tmpdir), NULL); if (!fpout) { mutt_error _("Could not create temporary file!"); return 0;