From: David Bremner Date: Wed, 30 Dec 2015 15:30:45 +0000 (+2000) Subject: Re: [Patch v3 3/8] cli: let the user know which protocol is unknown or unsupported X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c09febd541a405a0326003dfc3fa4f84093edf43;p=notmuch-archives.git Re: [Patch v3 3/8] cli: let the user know which protocol is unknown or unsupported --- diff --git a/e4/826d754270b504a443fd8869d9d2d26c88232f b/e4/826d754270b504a443fd8869d9d2d26c88232f new file mode 100644 index 000000000..488e0caad --- /dev/null +++ b/e4/826d754270b504a443fd8869d9d2d26c88232f @@ -0,0 +1,60 @@ +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 0CD7D6DE19F7 + for ; Wed, 30 Dec 2015 07:30:49 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: -0.311 +X-Spam-Level: +X-Spam-Status: No, score=-0.311 tagged_above=-999 required=5 tests=[AWL=0.240, + RP_MATCHES_RCVD=-0.55, SPF_PASS=-0.001] 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 7EZSziQ5PtRm for ; + Wed, 30 Dec 2015 07:30:47 -0800 (PST) +Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) + by arlo.cworth.org (Postfix) with ESMTPS id 390AE6DE192C + for ; Wed, 30 Dec 2015 07:30:47 -0800 (PST) +Received: from remotemail by fethera.tethera.net with local (Exim 4.84) + (envelope-from ) + id 1aEIhz-0007Ay-LV; Wed, 30 Dec 2015 10:30:39 -0500 +Received: (nullmailer pid 15888 invoked by uid 1000); + Wed, 30 Dec 2015 15:30:45 -0000 +From: David Bremner +To: notmuch@notmuchmail.org +Subject: Re: [Patch v3 3/8] cli: let the user know which protocol is unknown + or unsupported +In-Reply-To: <1450100337-31655-4-git-send-email-david@tethera.net> +References: <1450100337-31655-1-git-send-email-david@tethera.net> + <1450100337-31655-4-git-send-email-david@tethera.net> +User-Agent: Notmuch/0.21+26~g9404723 (http://notmuchmail.org) Emacs/24.5.1 + (x86_64-pc-linux-gnu) +Date: Wed, 30 Dec 2015 11:30:45 -0400 +Message-ID: <87poxo3qe2.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: Wed, 30 Dec 2015 15:30:49 -0000 + +David Bremner writes: + +> From: Jani Nikula +> +> The current error message is not helpful. + +pushed the first 3 patches in this series + +d