r1986 - in /unstable/evolution/debian: changelog patches/ patches/01_message_id.patch patches/series

joss at users.alioth.debian.org joss at users.alioth.debian.org
Fri Sep 23 06:51:55 UTC 2011


Author: joss
Date: Fri Sep 23 06:51:54 2011
New Revision: 1986

URL: http://svn.debian.org/wsvn/pkg-evolution/?sc=1&rev=1986
Log:
01_message_id.patch: stolen from upstream git. Add the Message-ID 
field to messages in the sent folder. Closes: #642490.

Added:
    unstable/evolution/debian/patches/
    unstable/evolution/debian/patches/01_message_id.patch
    unstable/evolution/debian/patches/series
Modified:
    unstable/evolution/debian/changelog

Modified: unstable/evolution/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution/debian/changelog?rev=1986&op=diff
==============================================================================
--- unstable/evolution/debian/changelog (original)
+++ unstable/evolution/debian/changelog Fri Sep 23 06:51:54 2011
@@ -1,6 +1,8 @@
 evolution (3.0.3-2) UNRELEASED; urgency=low
 
   * Fix DEB_REVISION computation.
+  * 01_message_id.patch: stolen from upstream git. Add the Message-ID 
+    field to messages in the sent folder. Closes: #642490.
 
  -- Josselin Mouette <joss at debian.org>  Fri, 23 Sep 2011 00:24:57 +0200
 

Added: unstable/evolution/debian/patches/01_message_id.patch
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution/debian/patches/01_message_id.patch?rev=1986&op=file
==============================================================================
--- unstable/evolution/debian/patches/01_message_id.patch (added)
+++ unstable/evolution/debian/patches/01_message_id.patch Fri Sep 23 06:51:54 2011
@@ -1,0 +1,23 @@
+From b93fe51d70f19853d8d1f5a4c5e4db96ab437235 Mon Sep 17 00:00:00 2001
+From: Matthew Barnes <mbarnes at redhat.com>
+Date: Tue, 13 Sep 2011 16:24:14 +0000
+Subject: Bug 635347 - Message lacks ID when submitted for sending
+
+---
+diff --git a/composer/e-msg-composer.c b/composer/e-msg-composer.c
+index 22245ea..c41c401 100644
+--- a/composer/e-msg-composer.c
++++ b/composer/e-msg-composer.c
+@@ -1087,6 +1087,10 @@ composer_build_message (EMsgComposer *composer,
+ 
+ 	context->message = camel_mime_message_new ();
+ 
++	/* Explicitly generate a Message-ID header here so it's
++	 * consistent for all outbound streams (SMTP, Fcc, etc). */
++	camel_mime_message_set_message_id (context->message, NULL);
++
+ 	build_message_headers (composer, context->message, FALSE);
+ 	for (i = 0; i < priv->extra_hdr_names->len; i++) {
+ 		camel_medium_add_header (
+--
+cgit v0.9.0.2

Added: unstable/evolution/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution/debian/patches/series?rev=1986&op=file
==============================================================================
--- unstable/evolution/debian/patches/series (added)
+++ unstable/evolution/debian/patches/series Fri Sep 23 06:51:54 2011
@@ -1,0 +1,1 @@
+01_message_id.patch




More information about the pkg-evolution-commits mailing list