X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=imap%2Fimap.c;h=6a84d948a437e71d9f1be0762e79a88e472d7728;hb=58e0ddff3bd5e1b9455e8c3ebb1f4b9e7dd71920;hp=e54b81f7c1d7ddc424e4b0805a55056a74b376bb;hpb=25594eeaad2af2d06328b47283cfba72fa3bc8cd;p=apps%2Fmadmutt.git diff --git a/imap/imap.c b/imap/imap.c index e54b81f..6a84d94 100644 --- a/imap/imap.c +++ b/imap/imap.c @@ -1600,7 +1600,7 @@ static int imap_open_new_message (MESSAGE * msg, { char tmp[_POSIX_PATH_MAX]; - msg->fp = m_tempfile(tmp, sizeof(tmp), NONULL(Tempdir), NULL); + msg->fp = m_tempfile(tmp, sizeof(tmp), NONULL(MCore.tmpdir), NULL); if (!msg->fp) { mutt_perror(tmp); return -1;