From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id HLS/Icpw/V/CbQAA0tVLHw (envelope-from ) for ; Tue, 12 Jan 2021 09:50:02 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id 0AQOHcpw/V/+PwAAB5/wlQ (envelope-from ) for ; Tue, 12 Jan 2021 09:50:02 +0000 Received: from mail.notmuchmail.org (nmbug.tethera.net [IPv6:2607:5300:201:3100::1657]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (2048 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id A9C9B9403CD for ; Tue, 12 Jan 2021 09:50:01 +0000 (UTC) Received: from nmbug.tethera.net (localhost [127.0.0.1]) by mail.notmuchmail.org (Postfix) with ESMTP id 6FEE329E53; Tue, 12 Jan 2021 04:49:55 -0500 (EST) Received: from mail.hostpark.net (mail.hostpark.net [212.243.197.30]) by mail.notmuchmail.org (Postfix) with ESMTPS id D4F0E28C1D for ; Tue, 12 Jan 2021 04:49:52 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by mail.hostpark.net (Postfix) with ESMTP id 717AD165E8; Tue, 12 Jan 2021 10:49:51 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=bernoul.li; h= content-type:content-type:mime-version:message-id:date:date :references:in-reply-to:subject:subject:from:from:received :received; s=sel2011a; t=1610444991; bh=OddAp8VMog46XwysM8Itp78j g1oKspPnh+GGLUs7Jbw=; b=smZfLekVUKL9mZiUCDBcbu0eeBzP5aw0vN3+t4xA ScVMWYl5PhiXrSd4mvT4NZgE1zMHINiYT2n4azEBZ5YzpnOvqjDqkcFTqrhrMntA tsAo3Ky0yJk6aZf88EKrt3GptgXqu90IbuoeV2C81JlzJA6YHkQanpMh8QgjC3fA snE= X-Virus-Scanned: by Hostpark/NetZone Mailprotection at hostpark.net Received: from mail.hostpark.net ([127.0.0.1]) by localhost (mail0.hostpark.net [127.0.0.1]) (amavisd-new, port 10224) with ESMTP id XBspI6nTF3tM; Tue, 12 Jan 2021 10:49:51 +0100 (CET) Received: from customer (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.hostpark.net (Postfix) with ESMTPSA id 4508D165E2; Tue, 12 Jan 2021 10:49:51 +0100 (CET) From: Jonas Bernoulli To: Tomi Ollila , notmuch@notmuchmail.org Subject: Re: [PATCH 0/4] emacs: avoid type errors due to nil as content-type In-Reply-To: References: <20210110184722.29294-1-jonas@bernoul.li> Date: Tue, 12 Jan 2021 10:49:49 +0100 Message-ID: <87mtxescw2.fsf@bernoul.li> MIME-Version: 1.0 Message-ID-Hash: ULI6ABDDG6NKGN7YNFE6YTH5G6X7YT4S X-Message-ID-Hash: ULI6ABDDG6NKGN7YNFE6YTH5G6X7YT4S X-MailFrom: jonas@bernoul.li X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-notmuch.notmuchmail.org-0; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; suspicious-header X-Mailman-Version: 3.2.1 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Help: List-Post: List-Subscribe: List-Unsubscribe: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -0.95 Authentication-Results: aspmx1.migadu.com; dkim=fail (body hash did not verify) header.d=bernoul.li header.s=sel2011a header.b=smZfLekV; dmarc=none; spf=pass (aspmx1.migadu.com: domain of notmuch-bounces@notmuchmail.org designates 2607:5300:201:3100::1657 as permitted sender) smtp.mailfrom=notmuch-bounces@notmuchmail.org X-Migadu-Queue-Id: A9C9B9403CD X-Spam-Score: -0.95 X-Migadu-Scanner: scn0.migadu.com X-TUID: AcXBSZ47HCXF Tomi Ollila writes: > Note that messages > > 20210110140112.25930-11-jonas@bernoul.li and > 20210110140112.25930-12-jonas@bernoul.li > > have base64 -encoded content, with CRLF line endings > so those don't apply as is, but CR's from the encoded > content must be deleted. Do you know why git would decide to send these commits that way? Maybe we should try to keep it from doing that? I didn't write down the prompt but git actually asked something along the line of "for these two messages you have to select the base64 encoding, does utf-8 work for you?". Jonas