From 8db5c3fbda0f6f457f1ce075affdc0430add1c88 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Tue, 2 Jul 2002 19:23:07 +0000 Subject: Remove Bcc headers too. 2002-07-02 Jeffrey Stedfast * mail-tools.c (mail_tool_make_message_attachment): Remove Bcc headers too. svn path=/trunk/; revision=17351 --- mail/mail-callbacks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/mail-callbacks.c') diff --git a/mail/mail-callbacks.c b/mail/mail-callbacks.c index d58fd7ebfd..cea971efcb 100644 --- a/mail/mail-callbacks.c +++ b/mail/mail-callbacks.c @@ -974,7 +974,7 @@ mail_generate_reply (CamelFolder *folder, CamelMimeMessage *message, const char if (reply_addr && !(mode == REPLY_ALL && g_hash_table_lookup (account_hash, reply_addr))) { /* In the case that we are doing a Reply-To-All, we do not want to include the user's email address because replying to oneself - is kinda silly. */ + is kinda silly. */ dest = e_destination_new (); e_destination_set_name (dest, name); e_destination_set_email (dest, reply_addr); -- cgit v1.2.3