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 7EB7D6DE0927 for ; Tue, 31 Jul 2018 17:47:07 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -5.031 X-Spam-Level: X-Spam-Status: No, score=-5.031 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] 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 eb9ow6_pEB8J for ; Tue, 31 Jul 2018 17:47:06 -0700 (PDT) Received: from eggs.gnu.org (eggs.gnu.org [208.118.235.92]) by arlo.cworth.org (Postfix) with ESMTPS id 9EAA56DE091E for ; Tue, 31 Jul 2018 17:47:06 -0700 (PDT) Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fkfI6-0000GP-Us for notmuch@notmuchmail.org; Tue, 31 Jul 2018 20:47:03 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:37510) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fkfHt-0000EA-M4; Tue, 31 Jul 2018 20:46:49 -0400 Received: from wn-res-nat-129-97-125-3.dynamic.uwaterloo.ca ([129.97.125.3]:40412 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1fkfHt-00079H-DR; Tue, 31 Jul 2018 20:46:49 -0400 From: Amin Bandali To: David Bremner , notmuch@notmuchmail.org Subject: Re: [PATCH 13/15] lib: add _notmuch_message_id_parse_strict In-Reply-To: <20180730224555.26047-14-david@tethera.net> References: <20180730224555.26047-1-david@tethera.net> <20180730224555.26047-14-david@tethera.net> Date: Tue, 31 Jul 2018 20:46:42 -0400 Message-ID: <87r2jiq5fx.fsf@aminb.org> MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.26 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: Wed, 01 Aug 2018 00:47:07 -0000 This patch in the series appears to be corrupt: --8<---------------cut here---------------start------------->8--- Applying: lib: add _notmuch_message_id_parse_strict /home/amin/.emacs.d/.git/modules/notmuch/rebase-apply/patch:132: trailing whitespace. <1530507300.raoomurnbf.astroid@strange.none> error: corrupt patch at line 160 Patch failed at 0013 lib: add _notmuch_message_id_parse_strict Use 'git am --show-current-patch' to see the failed patch When you have resolved this problem, run "git am --continue". If you prefer to skip this patch, run "git am --skip" instead. To restore the original branch and stop patching, run "git am --abort". --8<---------------cut here---------------end--------------->8--- Seems to be due to a linebreak in the middle of a message id in a test file, whereby the line doesn't begin with a +. -amin