X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=pop.c;h=2cc16e7af831769b16fa4c5d423cdef1050ad806;hb=9946738a6a1c27a5602a14d1afe2eea2389732b2;hp=f173d6ebe149bfecdb20f30c44a84737b1cf20da;hpb=8a0ec16b6cd58dc1bd73baae43fd62de24d63604;p=apps%2Fmadmutt.git diff --git a/pop.c b/pop.c index f173d6e..2cc16e7 100644 --- a/pop.c +++ b/pop.c @@ -1393,7 +1393,7 @@ int pop_fetch_message (MESSAGE * msg, CONTEXT * ctx, int msgno) bar.msg = _("Fetching message..."); mutt_progress_bar (&bar, 0); - msg->fp = m_tempfile(path, sizeof(path), NONULL(MCore.tmpdir), NULL); + msg->fp = m_tempfile(path, sizeof(path), NONULL(mod_core.tmpdir), NULL); if (!msg->fp) { mutt_error(_("Could not create temporary file")); mutt_sleep(2);