commit 074a4d6312a8a535209cfae34bd63ebb245d2711
Author: Elan Ruusamäe <[email protected]>
Date:   Thu Jul 19 19:25:15 2012 +0300

    add <> around value

 dokuwiki-mailthreads.patch | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/dokuwiki-mailthreads.patch b/dokuwiki-mailthreads.patch
index ceb5ad6..7751ea0 100644
--- a/dokuwiki-mailthreads.patch
+++ b/dokuwiki-mailthreads.patch
@@ -12,9 +12,9 @@
 +        $listid = join('.', array_reverse(explode('/', DOKU_BASE))).$server;
 +        $listid = strtolower(trim($listid, '.'));
 +
-+        $mail->setHeader('Message-Id', "$id?rev=$cur@$listid", false);
++        $mail->setHeader('Message-Id', "<$id?rev=$cur@$listid>", false);
 +        if ($rev) {
-+            $mail->setHeader('In-Reply-To', "$id?rev=$rev@$listid", false);
++            $mail->setHeader('In-Reply-To', "<$id?rev=$rev@$listid>", false);
 +        }
 +    }
 +
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to