rename a bunch of modules
[apps/madmutt.git] / pop.c
diff --git a/pop.c b/pop.c
index f173d6e..2cc16e7 100644 (file)
--- 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);