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 024FF4196F3 for ; Sat, 27 Mar 2010 16:37:05 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.001 X-Spam-Level: X-Spam-Status: No, score=-0.001 tagged_above=-999 required=5 tests=[BAYES_40=-0.001, RCVD_IN_DNSWL_NONE=-0.0001] autolearn=ham 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 64TjgAlrXid7 for ; Sat, 27 Mar 2010 16:37:04 -0700 (PDT) Received: from homiemail-a24.g.dreamhost.com (mailbigip.dreamhost.com [208.97.132.5]) by olra.theworths.org (Postfix) with ESMTP id 4D9E84196F2 for ; Sat, 27 Mar 2010 16:37:04 -0700 (PDT) Received: from sspaeth.de (unknown [195.190.188.219]) by homiemail-a24.g.dreamhost.com (Postfix) with ESMTPA id 54ED82C806B; Sat, 27 Mar 2010 16:37:02 -0700 (PDT) Received: by sspaeth.de (sSMTP sendmail emulation); Sun, 28 Mar 2010 00:37:00 +0100 From: "Sebastian Spaeth" To: Michal Sojka , notmuch@notmuchmail.org In-Reply-To: <1269638293-23520-1-git-send-email-sojkam1@fel.cvut.cz> References: <1269638293-23520-1-git-send-email-sojkam1@fel.cvut.cz> Date: Sun, 28 Mar 2010 00:37:00 +0100 Message-ID: <878w9dqqub.fsf@SSpaeth.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [notmuch] [PATCH] Prevent data loss caused by SIGINT during notmuch new 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: Sat, 27 Mar 2010 23:37:05 -0000 On Fri, 26 Mar 2010 22:18:13 +0100, Michal Sojka wrote: > When Ctrl-C is pressed in a wrong time during notmuch new, it can lead > to removal of messages from the database even if the files were not > removed. Thanks, applied in my feature-all branch. Sebastian