X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=main.c;h=18f3079a1f05ac23a437ebfe530cb83c36e71587;hp=da1b66d0b8327b62908b7bf1608e88030362f4e6;hb=4c99e2f0c403adb86af688ea982350de5bcc5edf;hpb=b1c9f537b475b3bc8f6517bb4d7008a411bb478e diff --git a/main.c b/main.c index da1b66d..18f3079 100644 --- a/main.c +++ b/main.c @@ -354,13 +354,6 @@ static void show_version (void) ); puts (_("Built-In Defaults:")); - -#ifdef ISPELL - printf (" +ISPELL=\"%s\"\n", ISPELL); -#else - puts (" -ISPELL"); -#endif - printf (" +SENDMAIL=\"%s\"\n", SENDMAIL); printf (" +MAILPATH=\"%s\"\n", MAILPATH); printf (" +PKGDATADIR=\"%s\"\n", PKGDATADIR); @@ -724,7 +717,7 @@ int main (int argc, char **argv) /* is the following if still needed? */ - fout = m_tempfile(buf, sizeof(buf), NONULL(Tempdir), NULL); + fout = m_tempfile(buf, sizeof(buf), NONULL(MCore.tmpdir), NULL); tempfile = m_strdup(buf); if (tempfile) {