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 44D356DE0C11 for ; Sat, 10 Oct 2015 05:29:28 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0.105 X-Spam-Level: X-Spam-Status: No, score=0.105 tagged_above=-999 required=5 tests=[AWL=0.105] 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 tJQ5zlbTcEw0 for ; Sat, 10 Oct 2015 05:29:25 -0700 (PDT) Received: from gitolite.debian.net (gitolite.debian.net [87.98.215.224]) by arlo.cworth.org (Postfix) with ESMTPS id DD0526DE0B26 for ; Sat, 10 Oct 2015 05:29:24 -0700 (PDT) Received: from remotemail by gitolite.debian.net with local (Exim 4.80) (envelope-from ) id 1ZktFd-0008Af-9o; Sat, 10 Oct 2015 12:27:49 +0000 Received: (nullmailer pid 8591 invoked by uid 1000); Sat, 10 Oct 2015 12:27:30 -0000 From: David Bremner To: Jani Nikula , notmuch@notmuchmail.org Subject: V2 of directory delete patches Date: Sat, 10 Oct 2015 09:27:16 -0300 Message-Id: <1444480039-8530-1-git-send-email-david@tethera.net> X-Mailer: git-send-email 2.5.3 In-Reply-To: <591f5298ac3f2c79f727cac8bad1251830b28a3c.1443213654.git.jani@nikula.org> References: <591f5298ac3f2c79f727cac8bad1251830b28a3c.1443213654.git.jani@nikula.org> X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.18 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, 10 Oct 2015 12:29:28 -0000 Changes since id:cover.1443213654.git.jani@nikula.org - tidy commit messages - update docs in lib/notmuch.h - make an executive decision not to push _remove_directory into lib for now; it can always be a new api layer later. - unmark fixed tests - wrap xapian calls in try/catch