Re: [DRAFT PATCH] emacs: support limiting the number of results shown in search results
[notmuch-archives.git] / 24 / 32297fae2b5921cec8ba66e1138eb4ae6ce930
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 2E033429E21\r
6         for <notmuch@notmuchmail.org>; Fri,  6 May 2011 16:17:42 -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 CUkud5T1rW-Y for <notmuch@notmuchmail.org>;\r
16         Fri,  6 May 2011 16:17:40 -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 04992431FB5\r
21         for <notmuch@notmuchmail.org>; Fri,  6 May 2011 16:17:39 -0700 (PDT)\r
22 Received: from eve.chaoflow.net (ppp-93-104-187-164.dynamic.mnet-online.de\r
23         [93.104.187.164])\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 4640ACC93;\r
28         Sat,  7 May 2011 01:17:38 +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 06B0A2AA; Fri,\r
31         6 May 2011 23:17:38 +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] search --format=sanitized_text\r
36 Date: Sat,  7 May 2011 01:17:25 +0200\r
37 Message-Id: <1304723846-29134-1-git-send-email-flo@chaoflow.net>\r
38 X-Mailer: git-send-email 1.7.5.1\r
39 X-Virus-Scanned: clamav-milter 0.96.5 at tesla\r
40 X-Virus-Status: Clean\r
41 Cc: a.amann@ucc.ie\r
42 X-BeenThere: notmuch@notmuchmail.org\r
43 X-Mailman-Version: 2.1.13\r
44 Precedence: list\r
45 List-Id: "Use and development of the notmuch mail system."\r
46         <notmuch.notmuchmail.org>\r
47 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
48         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
49 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
50 List-Post: <mailto:notmuch@notmuchmail.org>\r
51 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
52 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
54 X-List-Received-Date: Fri, 06 May 2011 23:17:42 -0000\r
55 \r
56 In the release-candidate/0.6, the emacs UI is still not able to handle\r
57 messages where control characters are contained in the Subject: or\r
58 Author: fields.\r
59 \r
60 As suggested by Pieter Prat, I turned Andreas Amann's patch into a\r
61 separate format.\r
62 \r
63 The patch works and is very useful for me.\r
64 \r
65 Is the general direction good?\r
66 What would be needed to get this included?\r
67 \r
68 Florian Friesdorf (1):\r
69   implement search --format=sanitized_text + emacs UI to use it\r
70 \r
71  emacs/notmuch.el |    3 +-\r
72  notmuch-search.c |   58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++\r
73  2 files changed, 60 insertions(+), 1 deletions(-)\r
74 \r
75 -- \r
76 1.7.5.1\r
77 \r