From: Tomi Ollila Date: Sat, 6 Feb 2016 21:56:30 +0000 (+0200) Subject: Re: [PATCH v1] (notmuch-show "id:doesnotexist") should not throw an error. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1279dbb1ee9870a06006bbd173c8e5b3be40bfea;p=notmuch-archives.git Re: [PATCH v1] (notmuch-show "id:doesnotexist") should not throw an error. --- diff --git a/20/23db0572fba1580c2611240b6aea2986793916 b/20/23db0572fba1580c2611240b6aea2986793916 new file mode 100644 index 000000000..ee5cc0c6f --- /dev/null +++ b/20/23db0572fba1580c2611240b6aea2986793916 @@ -0,0 +1,82 @@ +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 403AE6DE0A7F + for ; Sat, 6 Feb 2016 13:56:21 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: 0.649 +X-Spam-Level: +X-Spam-Status: No, score=0.649 tagged_above=-999 required=5 tests=[AWL=-0.003, + SPF_NEUTRAL=0.652] 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 xtxJs84BNv89 for ; + Sat, 6 Feb 2016 13:56:18 -0800 (PST) +Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) + by arlo.cworth.org (Postfix) with ESMTP id 87D536DE0261 + for ; Sat, 6 Feb 2016 13:56:18 -0800 (PST) +Received: from guru.guru-group.fi (localhost [IPv6:::1]) + by guru.guru-group.fi (Postfix) with ESMTP id 9B415100063; + Sat, 6 Feb 2016 23:56:30 +0200 (EET) +From: Tomi Ollila +To: David Edmondson , notmuch@notmuchmail.org +Subject: Re: [PATCH v1] (notmuch-show "id:doesnotexist") should not throw an + error. +In-Reply-To: <1454782892-1690-1-git-send-email-dme@dme.org> +References: <1454782892-1690-1-git-send-email-dme@dme.org> +User-Agent: Notmuch/0.21+62~g5eca25b (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-unknown-linux-gnu) +X-Face: HhBM'cA~ +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, 06 Feb 2016 21:56:21 -0000 + +On Sat, Feb 06 2016, David Edmondson wrote: + +> (notmuch-show "id:doesnotexist") should not throw an error. + +Great! this works ^^^^^^^^^^^^^ + +Tomi + +> +> This is a followup to id:"874nw0ltwz.fsf@praet.org" and +> id:"cuntx91fwaa.fsf@hotblack-desiato.hh.sledj.net". +> +> The originally proposed change (to have id: links call `notmuch-show' +> rather than `notmuch-search') was already made, but the difficulties +> with links that generated no results was not addressed. This patch +> aims to do that. +> +> +> David Edmondson (1): +> emacs: Report a lack of matches when calling `notmuch-show'. +> +> emacs/notmuch-show.el | 8 +++++++- +> 1 file changed, 7 insertions(+), 1 deletion(-) +> +> -- +> 2.1.4 +> +> _______________________________________________ +> notmuch mailing list +> notmuch@notmuchmail.org +> https://notmuchmail.org/mailman/listinfo/notmuch