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 610D6431FC0 for ; Sat, 15 Nov 2014 18:55:37 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.799 X-Spam-Level: X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] 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 zz7RAz8t4a7D for ; Sat, 15 Nov 2014 18:55:30 -0800 (PST) Received: from mail-wg0-f43.google.com (mail-wg0-f43.google.com [74.125.82.43]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 1005A431FBC for ; Sat, 15 Nov 2014 18:55:30 -0800 (PST) Received: by mail-wg0-f43.google.com with SMTP id l18so780821wgh.16 for ; Sat, 15 Nov 2014 18:55:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:in-reply-to:references:date:message-id:mime-version :content-type; bh=8OytW8Xhuur4+dYdyAkX03n8rzaPK7e32lN4yhDNdDY=; b=BXa0VX+POwCY/7C1kcHGupB+Kwne+5IihFaNMFdreCGrSPE3BH5nTNB/oO8w64ze3+ Anzl952UJq6P8DTRsvPi2yNph6cqwp8sNGy/v+ZGmS7wfW3aWL9twedhXApX8IbnysK5 ldhkw3GfxsAeCpMUNJfheiDxQmWFReIXaPgro8wVwzBEeM0wI97q6pjXyrdHweT68DaD 95AeU6H/rIRE9i9WakGig2OdQyeNsOqLdXNFSRz1g4EzFSnbxCWE7Cbfi1CL1RHrubIw IIaZmpnP+0KwOm2pNMm0vPT/V4Ok9OixvCFtVWPLh/wNbkd/h6NC43TJFYVnqkgzFg8f axlg== X-Received: by 10.194.187.164 with SMTP id ft4mr27270418wjc.76.1416106526618; Sat, 15 Nov 2014 18:55:26 -0800 (PST) Received: from localhost ([95.91.201.163]) by mx.google.com with ESMTPSA id v6sm15979370wjz.40.2014.11.15.18.55.25 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 15 Nov 2014 18:55:25 -0800 (PST) From: Sebastian Schwarz To: notmuch@notmuchmail.org Subject: Re: [PATCH 2/2] NEWS: deprecate notmuch deliver In-Reply-To: <1415912383-2836-2-git-send-email-david@tethera.net> References: <1415912383-2836-1-git-send-email-david@tethera.net> <1415912383-2836-2-git-send-email-david@tethera.net> Date: Sun, 16 Nov 2014 03:55:24 +0100 Message-ID: <87d28n26sj.fsf@domain.invalid> MIME-Version: 1.0 Content-Type: text/plain 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: Sun, 16 Nov 2014 02:55:37 -0000 On 2014-13-11, David Bremner wrote: > notmuch-deliver has no commits for about 2.5 years. > notmuch-insert has all the features that deliver does, and as > far as I understand the error handling has now caught up. Once upon a time I spoke out against the removal of notmuch-deliver: id:874na0y6x3.fsf@pineapple.i-did-not-set--mail-host-address--so-tickle-me But now notmuch-insert has everything I need to replace notmuch-deliver. Thanks for getting these features into mainline notmuch!