From 5ab6198e11a0ca19e7fcb99ee483b95eb46a8ee8 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Fri, 2 Jun 2000 01:08:25 +0000 Subject: Fix forwarding to work for people other than me. :) [Although apparently * mail-format.c (mail_generate_forward): Fix forwarding to work for people other than me. :) [Although apparently it doesn't really.] svn path=/trunk/; revision=3357 --- mail/ChangeLog | 4 ++++ mail/mail-format.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/mail/ChangeLog b/mail/ChangeLog index 152dcb04b3..b6c0c43beb 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,9 @@ 2000-06-01 Dan Winship + * mail-format.c (mail_generate_forward): Fix forwarding to work + for people other than me. :) [Although apparently it doesn't + really.] + * mail-ops.c (delete_msg): Add a quick hack to move the selection down a row when you delete a message. diff --git a/mail/mail-format.c b/mail/mail-format.c index d4840d63c7..85745c6755 100644 --- a/mail/mail-format.c +++ b/mail/mail-format.c @@ -1426,7 +1426,7 @@ mail_generate_forward (CamelMimeMessage *mime_message, * EMsgComposer will support attaching CamelMimeParts directly, * or something. FIXME. */ - tmpfile = g_strdup ("/tmp/evolution-kludge-XXXX"); + tmpfile = g_strdup ("/tmp/evolution-kludge-XXXXXX"); #ifdef HAVE_MKSTEMP fd = mkstemp (tmpfile); #else -- cgit v1.2.3