Re: notmuch-hello buffer slow doe to slow query
[notmuch-archives.git] / 38 / 50bf07787015987bab9916ce8cf2f226c47b83
1 Return-Path: <flo@chaoflow.net>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 13A29429E20\r
6         for <notmuch@notmuchmail.org>; Sun,  8 May 2011 14:15:02 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id C68fuhDGAXCV for <notmuch@notmuchmail.org>;\r
16         Sun,  8 May 2011 14:15:01 -0700 (PDT)\r
17 Received: from tesla.chaoflow.net (tesla.chaoflow.net [188.40.54.22])\r
18         (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 68D00431FB5\r
21         for <notmuch@notmuchmail.org>; Sun,  8 May 2011 14:15:01 -0700 (PDT)\r
22 Received: from eve.chaoflow.net (host-188-174-146-106.customer.m-online.net\r
23         [188.174.146.106])\r
24         (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
25         (No client certificate requested)\r
26         (Authenticated sender: flo@chaoflow.net)\r
27         by tesla.chaoflow.net (Postfix) with ESMTPSA id 69E48C7A2;\r
28         Sun,  8 May 2011 23:14:59 +0200 (CEST)\r
29 Received: from eve.fritz.box (eve.chaoflow.net [127.0.0.1])\r
30         by eve.chaoflow.net (Postfix) with ESMTP id 031EA2AC; Sun,\r
31         8 May 2011 21:14:59 +0000 (Local time zone must be set--see zic manual\r
32         page)\r
33 From: Florian Friesdorf <flo@chaoflow.net>\r
34 To: notmuch@notmuchmail.org\r
35 Subject: [PATCH] sanitize notmuch-search output - rewrapped\r
36 Date: Sun,  8 May 2011 23:14:32 +0200\r
37 Message-Id: <1304889273-24560-1-git-send-email-flo@chaoflow.net>\r
38 X-Mailer: git-send-email 1.7.5.1\r
39 In-Reply-To: <87liyjgvyw.fsf@servo.factory.finestructure.net>\r
40 References: <87liyjgvyw.fsf@servo.factory.finestructure.net>\r
41 X-Virus-Scanned: clamav-milter 0.96.5 at tesla\r
42 X-Virus-Status: Clean\r
43 X-BeenThere: notmuch@notmuchmail.org\r
44 X-Mailman-Version: 2.1.13\r
45 Precedence: list\r
46 List-Id: "Use and development of the notmuch mail system."\r
47         <notmuch.notmuchmail.org>\r
48 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
49         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
50 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
51 List-Post: <mailto:notmuch@notmuchmail.org>\r
52 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
53 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
54         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
55 X-List-Received-Date: Sun, 08 May 2011 21:15:02 -0000\r
56 \r
57 patch applies to current rc (ed6d3b8bb727b3acaa913945d6edf29843ab0864)\r
58 and works for me. It's the Andreas' patch just sent, that the commit\r
59 message will make it when applied with 'git am'.\r
60 \r
61 Andreas Amann (1):\r
62   Sanitize "Subject:" and "Author:" fields to not contain control\r
63     characters in notmuch-search\r
64 \r
65  notmuch-search.c |   22 ++++++++++++++++++++--\r
66  1 files changed, 20 insertions(+), 2 deletions(-)\r
67 \r
68 -- \r
69 1.7.5.1\r
70 \r