From 7274f5be50951e25fa14503b127d568da9614ca0 Mon Sep 17 00:00:00 2001 From: Jani Nikula Date: Sun, 27 Apr 2014 23:54:24 +0300 Subject: [PATCH] [PATCH] NEWS: mbox files are no longer supported --- 9c/dbd05d3713531f33bdcf5cb8ae568b6d2d7ef1 | 91 +++++++++++++++++++++++ 1 file changed, 91 insertions(+) create mode 100644 9c/dbd05d3713531f33bdcf5cb8ae568b6d2d7ef1 diff --git a/9c/dbd05d3713531f33bdcf5cb8ae568b6d2d7ef1 b/9c/dbd05d3713531f33bdcf5cb8ae568b6d2d7ef1 new file mode 100644 index 000000000..45e1ab614 --- /dev/null +++ b/9c/dbd05d3713531f33bdcf5cb8ae568b6d2d7ef1 @@ -0,0 +1,91 @@ +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 B1D06431FBD + for ; Sun, 27 Apr 2014 13:54:37 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -0.7 +X-Spam-Level: +X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 + tests=[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 Q70H6vswawTc for ; + Sun, 27 Apr 2014 13:54:32 -0700 (PDT) +Received: from mail-ee0-f54.google.com (mail-ee0-f54.google.com + [74.125.83.54]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client + certificate requested) by olra.theworths.org (Postfix) with ESMTPS id + 0C5AE431FBC for ; Sun, 27 Apr 2014 13:54:31 -0700 + (PDT) +Received: by mail-ee0-f54.google.com with SMTP id d49so4261385eek.41 + for ; Sun, 27 Apr 2014 13:54:29 -0700 (PDT) +X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; + d=1e100.net; s=20130820; + h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to + :references; + bh=st+rDcgvo/jN0ZYPHFhsr6IzCg++QVxhFNdxtvxwJ3A=; + b=K0Qo8r2caHdQDJJDFzVib+Z83Qa6WIKxV12BVyNg9tOffXQsRAJONn65KhGtwaO4+C + myL+wAGxACh+qkBZW4HE+IRLPCpy0Bp9nAIOykC7LcWEXgRkDuGnDZBjFxY7GC9Eq1Sx + i6sovCN+gFR4NCtIgEN3Aj+YLSBXuZ7n1XM9KdWw+GuUDqaYBU4E+vnZXaDixHmQL+Cb + UDlCXki8GoF1dkXST68lDm8pLvlLbOD6kfpKlHUmZBjyq6cM9ZmLhE+mfYrBkuDCHzMR + vBKaBqs7GHM74ee/YO4/82xSZa0OrzJ/uANzab4hhHETp2a9HBUEaRlsSR+NmVHaJo8P + jHiQ== +X-Gm-Message-State: + ALoCoQmFJl6bKI6ZVeatMcpEQA5S1FBrhhX75BvSLRwPC5mHbkJcR/fbnjo9Kk0kJ74F/D5gOCNp +X-Received: by 10.14.176.1 with SMTP id a1mr747014eem.52.1398632068528; + Sun, 27 Apr 2014 13:54:28 -0700 (PDT) +Received: from localhost (dsl-hkibrasgw2-58c36f-91.dhcp.inet.fi. + [88.195.111.91]) + by mx.google.com with ESMTPSA id u46sm44502450eel.1.2014.04.27.13.54.25 + for + (version=TLSv1.2 cipher=RC4-SHA bits=128/128); + Sun, 27 Apr 2014 13:54:26 -0700 (PDT) +From: Jani Nikula +To: notmuch@notmuchmail.org +Subject: [PATCH] NEWS: mbox files are no longer supported +Date: Sun, 27 Apr 2014 23:54:24 +0300 +Message-Id: <1398632064-22488-1-git-send-email-jani@nikula.org> +X-Mailer: git-send-email 1.9.2 +In-Reply-To: <1398609977-9943-1-git-send-email-jani@nikula.org> +References: <1398609977-9943-1-git-send-email-jani@nikula.org> +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, 27 Apr 2014 20:54:37 -0000 + +--- + NEWS | 7 +++++++ + 1 file changed, 7 insertions(+) + +diff --git a/NEWS b/NEWS +index a85af71e7341..d03c9c374d99 100644 +--- a/NEWS ++++ b/NEWS +@@ -44,6 +44,13 @@ Notmuch database upgrade + case, but in practise there have been no database upgrades in any + released version of Notmuch before now. + ++Support for indexing mbox files has been dropped ++ ++ There has never been proper support for mbox files containing ++ multiple messages, and the support for single-message mbox files has ++ been deprecated since Notmuch 0.15. The support has now been ++ dropped, and all mbox files will be rejected during indexing. ++ + Command-Line Interface + ---------------------- + +-- +1.9.2 + -- 2.26.2