Re: Info about notmuch database
[notmuch-archives.git] / 4d / b0ba6f9aedc2b3b7455d192da640f3568bac8b
1 Return-Path: <dme@dme.org>\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 9FA8C4196F3\r
6         for <notmuch@notmuchmail.org>; Thu, 25 Mar 2010 02:14:05 -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.001\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.001 tagged_above=-999 required=5\r
12         tests=[BAYES_40=-0.001] autolearn=ham\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 1an6u8yH9d2P for <notmuch@notmuchmail.org>;\r
16         Thu, 25 Mar 2010 02:14:04 -0700 (PDT)\r
17 Received: from mail-ww0-f53.google.com (mail-ww0-f53.google.com\r
18  [74.125.82.53])        by olra.theworths.org (Postfix) with ESMTP id B88674196F2       for\r
19  <notmuch@notmuchmail.org>; Thu, 25 Mar 2010 02:14:03 -0700 (PDT)\r
20 Received: by wwb22 with SMTP id 22so3426505wwb.26\r
21         for <notmuch@notmuchmail.org>; Thu, 25 Mar 2010 02:14:02 -0700 (PDT)\r
22 Received: by 10.216.162.10 with SMTP id x10mr1322696wek.118.1269508442589;\r
23         Thu, 25 Mar 2010 02:14:02 -0700 (PDT)\r
24 Received: from uf.hh.sledj.net (host83-217-165-81.dsl.vispa.com\r
25         [83.217.165.81])\r
26         by mx.google.com with ESMTPS id n12sm2574414gve.0.2010.03.25.02.14.00\r
27         (version=TLSv1/SSLv3 cipher=RC4-MD5);\r
28         Thu, 25 Mar 2010 02:14:00 -0700 (PDT)\r
29 Received: by uf.hh.sledj.net (Postfix, from userid 1000)\r
30         id C9508594245; Thu, 25 Mar 2010 09:14:09 +0000 (GMT)\r
31 To: "Aneesh Kumar K. V" <aneesh.kumar@linux.vnet.ibm.com>,\r
32         notmuch@notmuchmail.org\r
33 In-Reply-To: <87tys557y5.fsf@linux.vnet.ibm.com>\r
34 References: <87iq8o76r8.fsf@uf.hh.sledj.net>\r
35         <87d3yudvja.fsf@uf.hh.sledj.net> <87tys557y5.fsf@linux.vnet.ibm.com>\r
36 From: David Edmondson <dme@dme.org>\r
37 Date: Thu, 25 Mar 2010 09:14:09 +0000\r
38 Message-ID: <87zl1wg3vi.fsf@uf.hh.sledj.net>\r
39 MIME-Version: 1.0\r
40 Content-Type: text/plain; charset=us-ascii\r
41 Subject: Re: [notmuch] JSON based emacs UI\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: Thu, 25 Mar 2010 09:14:05 -0000\r
55 \r
56 On Thu, 25 Mar 2010 10:11:38 +0530, "Aneesh Kumar K. V" <aneesh.kumar@linux.vnet.ibm.com> wrote:\r
57 > Is there a way to get the inline patches shown similar to\r
58 > diff-mode not just the attached patches ?\r
59 \r
60 A new hook function for text/plain parts called\r
61 `notmuch-wash-inline-patch' is added that attempts to do this by\r
62 converting the inline patch into a fake attachment.\r
63 \r
64 It guesses whether a buffer includes a patch and also the extent of that\r
65 patch, so it's a bit risky and hence not enabled by default. It is only\r
66 lightly tested. You can try it out by setting:\r
67 \r
68    (setq notmuch-show-insert-text/plain-hook\r
69          '(notmuch-wash-wrap-long-lines\r
70            notmuch-wash-tidy-citations\r
71            notmuch-wash-compress-blanks\r
72            notmuch-wash-inline-patch\r
73            notmuch-wash-markup-citations))\r
74 \r
75 The order is important!\r
76 \r
77 dme.\r
78 -- \r
79 David Edmondson, http://dme.org\r