From f689f30c7afb1fa9ddfa3d4231c6dec678722520 Mon Sep 17 00:00:00 2001 From: Jani Nikula Date: Mon, 28 Apr 2014 00:09:21 +0300 Subject: [PATCH] [PATCH] NEWS: message header parser changes --- 29/2294abfa4d5eb856f4a511c5b0bd31ad216006 | 93 +++++++++++++++++++++++ 1 file changed, 93 insertions(+) create mode 100644 29/2294abfa4d5eb856f4a511c5b0bd31ad216006 diff --git a/29/2294abfa4d5eb856f4a511c5b0bd31ad216006 b/29/2294abfa4d5eb856f4a511c5b0bd31ad216006 new file mode 100644 index 000000000..ab505eac8 --- /dev/null +++ b/29/2294abfa4d5eb856f4a511c5b0bd31ad216006 @@ -0,0 +1,93 @@ +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 AB636431FBD + for ; Sun, 27 Apr 2014 14:09:31 -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 QLu5v+NhW9TE for ; + Sun, 27 Apr 2014 14:09:26 -0700 (PDT) +Received: from mail-ee0-f45.google.com (mail-ee0-f45.google.com + [74.125.83.45]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client + certificate requested) by olra.theworths.org (Postfix) with ESMTPS id + 07770431FBC for ; Sun, 27 Apr 2014 14:09:25 -0700 + (PDT) +Received: by mail-ee0-f45.google.com with SMTP id d17so4288875eek.32 + for ; Sun, 27 Apr 2014 14:09:24 -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=xicIbhz11nmUlLXgjNJd3DSzuzn21S5QIGPJQyCdnGA=; + b=JlJMlhUG2Y0m42/IB1bl7Utk0kUXuaR0kRFFB0lRq14C2AnRR3PnfpYF5ZQePGHe2o + iggyic2mGK7rh6wpyyi0+lTWATw4d7P+kAZdCaO3bYrA1C7W2qdnx9bcbPYEOqXhy8wR + wGFZLvP96n4RKYLX9U8s+S+5jwsBzxT+G2jpLIw/DO8dG0PriEW5j5vAdkh7235UWzAz + L869+nOtJVTppdrcStLsw+VQZme6zpZnFRRe1TwcO0iM2jYufXkgV1qvCsz+LFY8++7a + Q8yAKPw+qlSl7mXdD9pK3WYo+aEDjlbLZVgh8QTQR2nn3IAMcjXrG28ztNQdvgDSe77P + H2gA== +X-Gm-Message-State: + ALoCoQmhtXsk1dOa+qZ7zNlteBPWAx5hENrlMRJHLI1EAvkMTl+k1RXMHZI3iwrbUlX7VSF/qTLB +X-Received: by 10.14.211.66 with SMTP id v42mr27579214eeo.31.1398632963352; + Sun, 27 Apr 2014 14:09:23 -0700 (PDT) +Received: from localhost (dsl-hkibrasgw2-58c36f-91.dhcp.inet.fi. + [88.195.111.91]) + by mx.google.com with ESMTPSA id a4sm44586371eep.12.2014.04.27.14.09.21 + for + (version=TLSv1.2 cipher=RC4-SHA bits=128/128); + Sun, 27 Apr 2014 14:09:22 -0700 (PDT) +From: Jani Nikula +To: notmuch@notmuchmail.org +Subject: [PATCH] NEWS: message header parser changes +Date: Mon, 28 Apr 2014 00:09:21 +0300 +Message-Id: <1398632961-22943-1-git-send-email-jani@nikula.org> +X-Mailer: git-send-email 1.9.2 +In-Reply-To: <1398632064-22488-1-git-send-email-jani@nikula.org> +References: <1398632064-22488-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 21:09:31 -0000 + +--- + NEWS | 9 +++++++++ + 1 file changed, 9 insertions(+) + +diff --git a/NEWS b/NEWS +index d03c9c374d99..829cf91a102f 100644 +--- a/NEWS ++++ b/NEWS +@@ -51,6 +51,15 @@ Support for indexing mbox files has been dropped + been deprecated since Notmuch 0.15. The support has now been + dropped, and all mbox files will be rejected during indexing. + ++Message header parsing changes ++ ++ Notmuch previously had an internal parser for message headers. The ++ parser has now been dropped in favour of letting GMime parse both ++ the headers and the message MIME structure at the same pass. This is ++ mostly an internal change, but the GMime parser is stricter in its ++ interpretation of the headers. This may result in messages with ++ slightly malformed message headers being now rejected. ++ + Command-Line Interface + ---------------------- + +-- +1.9.2 + -- 2.26.2