[evolution-patches] [mail] Bug 316983: Read-receipt is sent to myself
- From: "Carsten Guenther" <Carsten Guenther scalix com>
- To: evolution-patches gnome org
- Subject: [evolution-patches] [mail] Bug 316983: Read-receipt is sent to myself
- Date: Thu, 22 Sep 2005 17:18:15 -0700
Hi,
attached patch fixed
http://bugzilla.gnome.org/show_bug.cgi?id=316983
Please review and I will commit to gnome-2-12 and head (with Changelog
of course).
Thanks,
Carsten
? 316983.patch
? Evolution-Mail-common.c
? Evolution-Mail-skels.c
? Evolution-Mail-stubs.c
? Evolution-Mail.h
? em-folder-tree-model.loT
? evolution-mail-2.4.schemas
? mail.error
? default/zh_CN/Makefile
? default/zh_CN/Makefile.in
Index: em-composer-utils.c
===================================================================
RCS file: /cvs/gnome/evolution/mail/em-composer-utils.c,v
retrieving revision 1.41
diff -u -p -r1.41 em-composer-utils.c
--- em-composer-utils.c 21 Jul 2005 04:15:21 -0000 1.41
+++ em-composer-utils.c 23 Sep 2005 00:12:38 -0000
@@ -1238,12 +1238,12 @@ em_utils_send_receipt (CamelFolder *fold
addr = camel_internet_address_new ();
camel_address_decode (CAMEL_ADDRESS (addr), self_address);
- camel_mime_message_set_recipients (receipt, CAMEL_RECIPIENT_TYPE_TO, addr);
+ camel_mime_message_set_from (receipt, addr);
camel_object_unref (addr);
addr = camel_internet_address_new ();
camel_address_decode (CAMEL_ADDRESS (addr), receipt_address);
- camel_mime_message_set_from (receipt, addr);
+ camel_mime_message_set_recipients (receipt, CAMEL_RECIPIENT_TYPE_TO, addr);
camel_object_unref (addr);
camel_medium_set_header (CAMEL_MEDIUM (receipt), "Return-Path", "<>");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]