X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=headers.c;h=cd3362b00909a58d8da3e98b071cc9b4b50f2a54;hb=558b0bd9de90a9dc28f409d8f46679bf48c72ded;hp=bd4f77e41c085ecbd2d4b5af926ecb3a2be9a4b9;hpb=892df7e70376da43374d834b8a825ea2d59efd06;p=apps%2Fmadmutt.git diff --git a/headers.c b/headers.c index bd4f77e..cd3362b 100644 --- a/headers.c +++ b/headers.c @@ -28,7 +28,7 @@ void mutt_edit_headers(const char *body, struct stat st; string_list_t *cur, **last = NULL, *tmp; - ofp = m_tempfile(path, sizeof(path), NONULL(Tempdir), NULL); + ofp = m_tempfile(path, sizeof(path), NONULL(MCore.tmpdir), NULL); if (!ofp) { mutt_perror (path); return;