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 41F78431FD0 for ; Thu, 6 Oct 2011 10:38:33 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -2.3 X-Spam-Level: X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_MED=-2.3] autolearn=disabled 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 1FMipavh1SxF for ; Thu, 6 Oct 2011 10:38:32 -0700 (PDT) Received: from outgoing-mail.its.caltech.edu (outgoing-mail.its.caltech.edu [131.215.239.19]) by olra.theworths.org (Postfix) with ESMTP id BF383431FB6 for ; Thu, 6 Oct 2011 10:38:32 -0700 (PDT) Received: from earth-doxen.imss.caltech.edu (localhost [127.0.0.1]) by earth-doxen-postvirus (Postfix) with ESMTP id 5F9A366E01C7; Thu, 6 Oct 2011 10:38:32 -0700 (PDT) X-Spam-Scanned: at Caltech-IMSS on earth-doxen by amavisd-new Received: from finestructure.net (unknown [198.129.209.145]) (Authenticated sender: jrollins) by earth-doxen-submit (Postfix) with ESMTP id 9462766E0115; Thu, 6 Oct 2011 10:38:29 -0700 (PDT) Received: by finestructure.net (Postfix, from userid 1000) id A8AF56D1; Thu, 6 Oct 2011 10:38:28 -0700 (PDT) From: Jameson Graef Rollins To: David Bremner , Notmuch Mail Subject: Re: [PATCH 1/2] emacs: add notmuch-show-refresh-view function In-Reply-To: <87zkhemeel.fsf@zancas.localnet> References: <1306627784-3401-1-git-send-email-jrollins@finestructure.net> <87zkhemeel.fsf@zancas.localnet> User-Agent: Notmuch/0.8-39-g41a8324 (http://notmuchmail.org) Emacs/23.3.1 (x86_64-pc-linux-gnu) Date: Thu, 06 Oct 2011 10:38:28 -0700 Message-ID: <87vcs2xbor.fsf@servo.factory.finestructure.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: Thu, 06 Oct 2011 17:38:33 -0000 On Thu, 06 Oct 2011 10:35:14 -0300, David Bremner wrote: > Applied to master, will push. Eventually it would be nice to have a test > for this, if possible. Thanks, David. I'll work on a test. jamie.