Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 59CD96DE10C1 for ; Sat, 20 Feb 2016 05:23:59 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.037 X-Spam-Level: X-Spam-Status: No, score=-0.037 tagged_above=-999 required=5 tests=[AWL=-0.026, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id yJ35Is9a-7xP for ; Sat, 20 Feb 2016 05:23:57 -0800 (PST) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id B0A236DE0C11 for ; Sat, 20 Feb 2016 05:23:57 -0800 (PST) Received: from remotemail by fethera.tethera.net with local (Exim 4.84) (envelope-from ) id 1aX7WY-0002RA-CN; Sat, 20 Feb 2016 08:24:38 -0500 Received: (nullmailer pid 5962 invoked by uid 1000); Sat, 20 Feb 2016 13:23:55 -0000 From: David Bremner To: David Edmondson , notmuch@notmuchmail.org Subject: Re: [PATCH v3] emacs: Report a lack of matches when calling `notmuch-show'. In-Reply-To: <1455179607-16870-2-git-send-email-dme@dme.org> References: <1455179607-16870-1-git-send-email-dme@dme.org> <1455179607-16870-2-git-send-email-dme@dme.org> User-Agent: Notmuch/0.21+26~g9404723 (http://notmuchmail.org) Emacs/24.5.1 (x86_64-pc-linux-gnu) Date: Sat, 20 Feb 2016 09:23:55 -0400 Message-ID: <8760xjtt04.fsf@zancas.localnet> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.20 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: Sat, 20 Feb 2016 13:23:59 -0000 David Edmondson writes: > If the basic query passed to `notmuch-show' generates no results, ring > the bell and inform the user that no messages matched the query rather > than displaying an empty buffer and showing an obscure error. pushed. d