Re: Problem with draft mails when using offlineimap
[notmuch-archives.git] / f4 / a9ce3edb5bf662f86272d16b59f5420a859a5a
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 EA013429E20\r
6         for <notmuch@notmuchmail.org>; Sun,  8 May 2011 16:12:33 -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 ZXVPjrMIfPQi for <notmuch@notmuchmail.org>;\r
16         Sun,  8 May 2011 16:12:33 -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 6DE00431FB5\r
21         for <notmuch@notmuchmail.org>; Sun,  8 May 2011 16:12:33 -0700 (PDT)\r
22 Received: from eve.chaoflow.net (ppp-188-174-25-68.dynamic.mnet-online.de\r
23         [188.174.25.68])\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 65741C8CD;\r
28         Mon,  9 May 2011 01:12:31 +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 20B1627D; Sun,\r
31         8 May 2011 23:12:31 +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: Mon,  9 May 2011 01:12:19 +0200\r
37 Message-Id: <1304896342-7311-1-git-send-email-flo@chaoflow.net>\r
38 X-Mailer: git-send-email 1.7.5.1\r
39 In-Reply-To: <BANLkTi=zkF5UtGPc69O06ZEaaCes-52y4w@mail.gmail.com>\r
40 References: <BANLkTi=zkF5UtGPc69O06ZEaaCes-52y4w@mail.gmail.com>\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 23:12:34 -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