From a7904fba8c5d7f6ec29f270e515c4c8ff532fc82 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Tue, 28 Jun 2016 23:48:56 +0200 Subject: [PATCH] Re: [PATCH] doc: forbid further operations on a closed database --- ff/1903423fa395fe16053b30ecc2c1def375cb61 | 58 +++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 ff/1903423fa395fe16053b30ecc2c1def375cb61 diff --git a/ff/1903423fa395fe16053b30ecc2c1def375cb61 b/ff/1903423fa395fe16053b30ecc2c1def375cb61 new file mode 100644 index 000000000..f642ca5b6 --- /dev/null +++ b/ff/1903423fa395fe16053b30ecc2c1def375cb61 @@ -0,0 +1,58 @@ +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 6F8E16DE01D0 + for ; Tue, 28 Jun 2016 14:49:10 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: -0.011 +X-Spam-Level: +X-Spam-Status: No, score=-0.011 tagged_above=-999 required=5 tests=[AWL=0.000, + 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 1COD0q4OUi0M for ; + Tue, 28 Jun 2016 14:49:02 -0700 (PDT) +Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) + by arlo.cworth.org (Postfix) with ESMTPS id B297D6DE00DA + for ; Tue, 28 Jun 2016 14:49:02 -0700 (PDT) +Received: from remotemail by fethera.tethera.net with local (Exim 4.84) + (envelope-from ) + id 1bI0s7-00088F-Lx; Tue, 28 Jun 2016 17:48:43 -0400 +Received: (nullmailer pid 30739 invoked by uid 1000); + Tue, 28 Jun 2016 21:48:56 -0000 +From: David Bremner +To: notmuch@notmuchmail.org +Subject: Re: [PATCH] doc: forbid further operations on a closed database +In-Reply-To: <1467052720-18041-1-git-send-email-david@tethera.net> +References: <87porqxmm5.fsf@tesseract.cs.unb.ca> + <1467052720-18041-1-git-send-email-david@tethera.net> +User-Agent: Notmuch/0.22+51~gcc1a6d2 (https://notmuchmail.org) Emacs/24.5.1 + (x86_64-pc-linux-gnu) +Date: Tue, 28 Jun 2016 23:48:56 +0200 +Message-ID: <87lh1p0yt3.fsf@maritornes.cs.unb.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: Tue, 28 Jun 2016 21:49:10 -0000 + +David Bremner writes: + +> We could add many null pointer checks, but currently I don't see a use +> case that justifies it. + +pushed, + +d -- 2.26.2