Move (un)?lists and (un)subscribe to MAlias.
[apps/madmutt.git] / help.c
diff --git a/help.c b/help.c
index 1162b23..062f975 100644 (file)
--- a/help.c
+++ b/help.c
@@ -284,7 +284,7 @@ void mutt_help (int menu)
         desc = _("<UNKNOWN>");
 
     do {
-        f = m_tempfile(tmp, sizeof(tmp), NONULL(Tempdir), NULL);
+        f = m_tempfile(tmp, sizeof(tmp), NONULL(MCore.tmpdir), NULL);
         if (!f) {
             mutt_perror(tmp);
             return;