Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 4358C4196F2 for ; Thu, 25 Mar 2010 21:46:22 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -2.301 X-Spam-Level: X-Spam-Status: No, score=-2.301 tagged_above=-999 required=5 tests=[BAYES_20=-0.001, RCVD_IN_DNSWL_MED=-2.3] autolearn=ham Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id IMEMKRE5jqDm for ; Thu, 25 Mar 2010 21:46:21 -0700 (PDT) Received: from e23smtp07.au.ibm.com (e23smtp07.au.ibm.com [202.81.31.140]) by olra.theworths.org (Postfix) with ESMTP id A4D504196F3 for ; Thu, 25 Mar 2010 21:46:20 -0700 (PDT) Received: from d23relay05.au.ibm.com (d23relay05.au.ibm.com [202.81.31.247]) by e23smtp07.au.ibm.com (8.14.3/8.13.1) with ESMTP id o2Q4kIiA019980 for ; Fri, 26 Mar 2010 15:46:18 +1100 Received: from d23av02.au.ibm.com (d23av02.au.ibm.com [9.190.235.138]) by d23relay05.au.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id o2Q4eBxY1511666 for ; Fri, 26 Mar 2010 15:40:11 +1100 Received: from d23av02.au.ibm.com (loopback [127.0.0.1]) by d23av02.au.ibm.com (8.14.3/8.13.1/NCO v10.0 AVout) with ESMTP id o2Q4kHpO022272 for ; Fri, 26 Mar 2010 15:46:17 +1100 Received: from skywalker.linux.vnet.ibm.com ([9.77.197.83]) by d23av02.au.ibm.com (8.14.3/8.13.1/NCO v10.0 AVin) with ESMTP id o2Q4kDgM022224; Fri, 26 Mar 2010 15:46:15 +1100 From: "Aneesh Kumar K. V" To: David Edmondson , notmuch@notmuchmail.org In-Reply-To: <87zl1wg3vi.fsf@uf.hh.sledj.net> References: <87iq8o76r8.fsf@uf.hh.sledj.net> <87d3yudvja.fsf@uf.hh.sledj.net> <87tys557y5.fsf@linux.vnet.ibm.com> <87zl1wg3vi.fsf@uf.hh.sledj.net> Date: Fri, 26 Mar 2010 10:16:12 +0530 Message-ID: <87vdcjheqz.fsf@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [notmuch] JSON based emacs UI X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Mar 2010 04:46:22 -0000 On Thu, 25 Mar 2010 09:14:09 +0000, David Edmondson wrote: > On Thu, 25 Mar 2010 10:11:38 +0530, "Aneesh Kumar K. V" wrote: > > Is there a way to get the inline patches shown similar to > > diff-mode not just the attached patches ? > > A new hook function for text/plain parts called > `notmuch-wash-inline-patch' is added that attempts to do this by > converting the inline patch into a fake attachment. > > It guesses whether a buffer includes a patch and also the extent of that > patch, so it's a bit risky and hence not enabled by default. It is only > lightly tested. You can try it out by setting: > > (setq notmuch-show-insert-text/plain-hook > '(notmuch-wash-wrap-long-lines > notmuch-wash-tidy-citations > notmuch-wash-compress-blanks > notmuch-wash-inline-patch > notmuch-wash-markup-citations)) > > The order is important! > That worked. Thanks. BTW is there a way to get '=' to reload the thread details. Something similar to notmuch-search-refresh-view. for the show window. That would make sure i can get the tag updated tag details by using = key. right now it is difficult to find out whether i "unread" tag is removed from a message or not. The best fix would be to show the updated tag dynamically -aneesh