[PATCH 2/3] notmuch: Add support for In-Reply-To in header
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Wed, 27 Oct 2010 17:26:56 +0000 (22:56 +0530)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:37:18 +0000 (09:37 -0800)
94/398c40a6f443cc7718dbe75b6af2c1781c92a5 [new file with mode: 0644]

diff --git a/94/398c40a6f443cc7718dbe75b6af2c1781c92a5 b/94/398c40a6f443cc7718dbe75b6af2c1781c92a5
new file mode 100644 (file)
index 0000000..645051f
--- /dev/null
@@ -0,0 +1,92 @@
+Return-Path: <aneesh.kumar@linux.vnet.ibm.com>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 8941A40D152\r
+       for <notmuch@notmuchmail.org>; Wed, 27 Oct 2010 10:27:30 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -4.2\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-4.2 tagged_above=-999 required=5\r
+       tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3] autolearn=unavailable\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id vqpy8RDJK+Rw for <notmuch@notmuchmail.org>;\r
+       Wed, 27 Oct 2010 10:27:30 -0700 (PDT)\r
+Received: from e23smtp08.au.ibm.com (e23smtp08.au.ibm.com [202.81.31.141])\r
+       (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id 3686440D162\r
+       for <notmuch@notmuchmail.org>; Wed, 27 Oct 2010 10:27:09 -0700 (PDT)\r
+Received: from d23relay04.au.ibm.com (d23relay04.au.ibm.com [202.81.31.246])\r
+       by e23smtp08.au.ibm.com (8.14.4/8.13.1) with ESMTP id o9RHRjkD021764\r
+       for <notmuch@notmuchmail.org>; Thu, 28 Oct 2010 04:27:45 +1100\r
+Received: from d23av02.au.ibm.com (d23av02.au.ibm.com [9.190.235.138])\r
+       by d23relay04.au.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id\r
+       o9RHR3sn1896680\r
+       for <notmuch@notmuchmail.org>; Thu, 28 Oct 2010 04:27:03 +1100\r
+Received: from d23av02.au.ibm.com (loopback [127.0.0.1])\r
+       by d23av02.au.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id\r
+       o9RHR2Cs031509\r
+       for <notmuch@notmuchmail.org>; Thu, 28 Oct 2010 04:27:03 +1100\r
+Received: from skywalker.in.ibm.com ([9.77.207.27])\r
+       by d23av02.au.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with ESMTP id\r
+       o9RHQxk6031146; Thu, 28 Oct 2010 04:27:01 +1100\r
+From: "Aneesh Kumar K.V" <aneesh.kumar@linux.vnet.ibm.com>\r
+To: cworth@cworth.org\r
+Subject: [PATCH 2/3] notmuch: Add support for In-Reply-To in header\r
+Date: Wed, 27 Oct 2010 22:56:56 +0530\r
+Message-Id: <1288200417-6584-2-git-send-email-aneesh.kumar@linux.vnet.ibm.com>\r
+X-Mailer: git-send-email 1.7.1\r
+In-Reply-To:\r
+ <1288200417-6584-1-git-send-email-aneesh.kumar@linux.vnet.ibm.com>\r
+References: <1288200417-6584-1-git-send-email-aneesh.kumar@linux.vnet.ibm.com>\r
+Cc: "Aneesh Kumar K.V" <aneesh.kumar@gmail.com>, notmuch@notmuchmail.org\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Wed, 27 Oct 2010 17:27:30 -0000\r
+\r
+This will later used to implment switching to the replied to mail\r
+from emacs\r
+\r
+Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@gmail.com>\r
+---\r
+ notmuch-show.c |    4 ++--\r
+ 1 files changed, 2 insertions(+), 2 deletions(-)\r
+\r
+diff --git a/notmuch-show.c b/notmuch-show.c\r
+index ea465de..dbb4672 100644\r
+--- a/notmuch-show.c\r
++++ b/notmuch-show.c\r
+@@ -287,7 +287,7 @@ static void\r
+ format_headers_text (const void *ctx, notmuch_message_t *message)\r
+ {\r
+     const char *headers[] = {\r
+-      "Subject", "From", "To", "Cc", "Bcc", "Date"\r
++      "Subject", "From", "To", "Cc", "Bcc", "Date", "In-Reply-To"\r
+     };\r
+     const char *name, *value;\r
+     unsigned int i;\r
+@@ -306,7 +306,7 @@ static void\r
+ format_headers_json (const void *ctx, notmuch_message_t *message)\r
+ {\r
+     const char *headers[] = {\r
+-      "Subject", "From", "To", "Cc", "Bcc", "Date"\r
++      "Subject", "From", "To", "Cc", "Bcc", "Date", "In-Reply-To"\r
+     };\r
+     const char *name, *value;\r
+     unsigned int i;\r
+-- \r
+1.7.1\r
+\r