From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 1B9146DE98E7 for ; Sun, 14 Aug 2016 11:09:19 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.435 X-Spam-Level: X-Spam-Status: No, score=-0.435 tagged_above=-999 required=5 tests=[AWL=0.576, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-0.211, 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 uZCQ_kEneCk1 for ; Sun, 14 Aug 2016 11:09:11 -0700 (PDT) Received: from mail-yb0-f176.google.com (mail-yb0-f176.google.com [209.85.213.176]) by arlo.cworth.org (Postfix) with ESMTPS id 2B72F6DE9E53 for ; Sun, 14 Aug 2016 10:15:03 -0700 (PDT) Received: by mail-yb0-f176.google.com with SMTP id z96so9354141ybh.2 for ; Sun, 14 Aug 2016 10:15:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=to:from:subject:message-id:date:user-agent:mime-version :content-transfer-encoding; bh=/pscdtx9jwh2bkD66bHulgDlXAGHdRCLqP6lmlAefg4=; b=h5B0g0muE0hl6C9xsbCtQCw0iJKtF6hAU/d5CoymdUfZ/+bGpYp1bcBif6daVUoznz eP2UnIB7X6RD9rQkw4S2NF5WO7cPfMdegWvsfzZkhcU+Y9mU6GV2KPN2vFsnMO5zxQOJ uFPd65XLqEjAWW61dTVhOtA1XomZuN6Z0CMb3b606uFAZgh42YB+7PCB809YRS09LoK7 rUMHdjp3Xejd00jMG23pz5WdZPQFlItsZBJkUCYWBOELq1R3VA0R7pAdChHOl0uxNnqH GyXRBcDrkO6S6JfgRIcXWhRlM8gbNg2LaKW4cBZmaSBqpM5SQiwYaSsJMVRB0Lqe6U3H FmVg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:to:from:subject:message-id:date:user-agent :mime-version:content-transfer-encoding; bh=/pscdtx9jwh2bkD66bHulgDlXAGHdRCLqP6lmlAefg4=; b=nHQrAXdkQZPAyDxOtjOO1qSWtTu2kIwfoVpAXpEHJ1ngWCBuMbOAg5YgKLcYCCn+oE DT/2dJ12krdQZmBJeRiFVbU7/rVGiCgJQzG0eQdE6jvL52m9mShBv7AtKoKlEBaMrKZ+ yFdzMEFAmfp02cOOFxNQno28Rvm/MATX7VIUuo+NOHiUi7kJ2GwssZgukUiIQqd6QGxG Ogn/F2OdwD3BebfUTpaKhcdXv2erfpj0p4AFOde+4bcts2tkd7plHEOWQxhKLiY0dK31 xJm6SbC2hkKkElap08x5c2MUWQ+5KS+cjrpx8UHlcxEtNFkouKOapH1TPqNnjDf7YuSe wEvw== X-Gm-Message-State: AEkoouuNrSXaaAjpwN3i306jfSjnC1afZrP8npWjKJ+K3piTCBQmPqHkfiij7WblhqZ0KA== X-Received: by 10.37.202.196 with SMTP id a187mr17134421ybg.95.1471194899870; Sun, 14 Aug 2016 10:14:59 -0700 (PDT) Received: from [192.168.1.6] (75-136-81-84.dhcp.wrcs.ma.charter.com. [75.136.81.84]) by smtp.gmail.com with ESMTPSA id l1sm8482321ywc.41.2016.08.14.10.14.58 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 14 Aug 2016 10:14:59 -0700 (PDT) To: Notmuch Mail From: Ken Subject: database error Message-ID: Date: Sun, 14 Aug 2016 13:14:55 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit 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: Sun, 14 Aug 2016 18:09:19 -0000 I'm getting the following error: ken@ken-Presario-CQ57-Notebook-PC:~$ notmuch new Error: Notmuch database at /home/ken/Mail/.notmuch has a newer database format version (3) than supported by this version of notmuch (1). Refusing to open this database in read-write mode. Can anyone help me fix this? Ken