RE: Reply all - issue
[notmuch-archives.git] / 00 / ba0b06a49336408979eb588fa66eea81584765
1 Return-Path: <aneesh.kumar@linux.vnet.ibm.com>\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 8BD244196F3\r
6         for <notmuch@notmuchmail.org>; Wed, 24 Mar 2010 21:41:47 -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: -1.5\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-1.5 tagged_above=-999 required=5\r
12         tests=[BAYES_50=0.8, RCVD_IN_DNSWL_MED=-2.3] 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 Kc1LKsjXw6ti for <notmuch@notmuchmail.org>;\r
16         Wed, 24 Mar 2010 21:41:45 -0700 (PDT)\r
17 Received: from e23smtp03.au.ibm.com (e23smtp03.au.ibm.com [202.81.31.145])\r
18         by olra.theworths.org (Postfix) with ESMTP id 6B1704196F2\r
19         for <notmuch@notmuchmail.org>; Wed, 24 Mar 2010 21:41:45 -0700 (PDT)\r
20 Received: from d23relay04.au.ibm.com (d23relay04.au.ibm.com [202.81.31.246])\r
21         by e23smtp03.au.ibm.com (8.14.3/8.13.1) with ESMTP id o2P4cXiO012692\r
22         for <notmuch@notmuchmail.org>; Thu, 25 Mar 2010 15:38:33 +1100\r
23 Received: from d23av01.au.ibm.com (d23av01.au.ibm.com [9.190.234.96])\r
24         by d23relay04.au.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id\r
25         o2P4Zffw1519842\r
26         for <notmuch@notmuchmail.org>; Thu, 25 Mar 2010 15:35:41 +1100\r
27 Received: from d23av01.au.ibm.com (loopback [127.0.0.1])\r
28         by d23av01.au.ibm.com (8.14.3/8.13.1/NCO v10.0 AVout) with ESMTP id\r
29         o2P4fgFE015533\r
30         for <notmuch@notmuchmail.org>; Thu, 25 Mar 2010 15:41:42 +1100\r
31 Received: from skywalker.linux.vnet.ibm.com ([9.77.194.27])\r
32         by d23av01.au.ibm.com (8.14.3/8.13.1/NCO v10.0 AVin) with ESMTP id\r
33         o2P4fcFE015448; Thu, 25 Mar 2010 15:41:40 +1100\r
34 From: "Aneesh Kumar K. V" <aneesh.kumar@linux.vnet.ibm.com>\r
35 To: David Edmondson <dme@dme.org>, notmuch@notmuchmail.org\r
36 In-Reply-To: <87d3yudvja.fsf@uf.hh.sledj.net>\r
37 References: <87iq8o76r8.fsf@uf.hh.sledj.net> <87d3yudvja.fsf@uf.hh.sledj.net>\r
38 Date: Thu, 25 Mar 2010 10:11:38 +0530\r
39 Message-ID: <87tys557y5.fsf@linux.vnet.ibm.com>\r
40 MIME-Version: 1.0\r
41 Content-Type: text/plain; charset=us-ascii\r
42 Subject: Re: [notmuch] JSON based emacs UI\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: Thu, 25 Mar 2010 04:41:47 -0000\r
56 \r
57 On Wed, 24 Mar 2010 07:32:41 +0000, David Edmondson <dme@dme.org> wrote:\r
58 > On Mon, 22 Mar 2010 14:47:39 +0000, David Edmondson <dme@dme.org> wrote:\r
59 > > I've pushed the first stage of a JSON based emacs UI to the repository\r
60 > > at http://github.com/dme/notmuch (it's in the "master" branch).\r
61 > > \r
62 > > This is intended to be functionally equivalent to the current UI, though\r
63 > > HTML display is not present (see below).\r
64 > > \r
65 > > This is lightly tested, but if anyone else wants to give it a try I\r
66 > > would be interested in feedback. There were a couple of places in the\r
67 > > current code where I wasn't completely sure of the intention, so I may\r
68 > > have inadvertently diverged (notmuch-show-rewind is a good example).\r
69 > > \r
70 > > For HTML display and other improved MIME support my intention is to\r
71 > > enhance notmuch to allow single parts to be output (something like:\r
72 > > "notmuch show --part=2 id:k74hf87df.fsf@fish.org") and use that from the\r
73 > > UI code. No idea when I'll get to it, though.\r
74\r
75 > "notmuch part --part=2 id:k74hf87df.fsf@fish.org" support is pushed now\r
76 > and notmuch-show.el updated to use it.\r
77\r
78 > An attempt is made to inline all parts, including guessing the type of\r
79 > application/octet-stream parts using mailcap (so a file called\r
80 > "foo.patch" sent as type application/octet-stream will be displayed\r
81 > using diff-mode formatting).\r
82\r
83 \r
84 Is there a way to get the inline patches shown similar to\r
85 diff-mode not just the attached patches ?\r
86 \r
87 -aneesh\r