summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1998-10-15 01:17:41 +0000
committerThomas Roessler <roessler@does-not-exist.org>1998-10-15 01:17:41 +0000
commita9ea1add36030ef996c8f434a2baadb32ed4357d (patch)
treefaa58bac081be10f228e42223db9204eaf3d3607 /main.c
parent1d7247612a8421a3161ed44cee3647a077a2436c (diff)
Fixing a memory hog which was introduced by the edit-message patch.
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 249dbc6d..a0041790 100644
--- a/main.c
+++ b/main.c
@@ -568,7 +568,7 @@ int main (int argc, char **argv)
tempfile = safe_strdup (buf);
if (draftFile)
- msg->env = mutt_read_rfc822_header (fin, NULL);
+ msg->env = mutt_read_rfc822_header (fin, NULL, 1);
if (tempfile)
{