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 197856DE0AC7 for ; Wed, 18 Mar 2020 22:42:00 -0700 (PDT) Authentication-Results: arlo.cworth.org; dkim=permerror (0-bit key) header.d=fifthhorseman.net header.i=@fifthhorseman.net header.b="B0dZCrZi"; dkim=pass (2048-bit key; unprotected) header.d=fifthhorseman.net header.i=@fifthhorseman.net header.b="z+JqAlAd"; dkim-atps=neutral X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.808 X-Spam-Level: X-Spam-Status: No, score=-0.808 tagged_above=-999 required=5 tests=[AWL=0.447, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_BL_SPAMCOP_NET=1.246, RCVD_IN_DNSWL_MED=-2.3, 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 ive-xUhur2X4 for ; Wed, 18 Mar 2020 22:41:58 -0700 (PDT) Received: from che.mayfirst.org (che.mayfirst.org [162.247.75.118]) by arlo.cworth.org (Postfix) with ESMTPS id D2A816DE09ED for ; Wed, 18 Mar 2020 22:41:57 -0700 (PDT) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/simple; d=fifthhorseman.net; i=@fifthhorseman.net; q=dns/txt; s=2019; t=1584596514; h=from : to : subject : date : message-id : mime-version : content-transfer-encoding : from; bh=a1gdscsSOt3Bj3QjnRomjEXMNItpeAcK0MHeat8IScc=; b=B0dZCrZiasbPb5TL+5vtvjJya8D3Z+itt6RPIftvOOm8XDJ9DxuW1DEpleVf3ITi5yHFJ N7DezPjLCzF3Ci5Bw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=fifthhorseman.net; i=@fifthhorseman.net; q=dns/txt; s=2019rsa; t=1584596514; h=from : to : subject : date : message-id : mime-version : content-transfer-encoding : from; bh=a1gdscsSOt3Bj3QjnRomjEXMNItpeAcK0MHeat8IScc=; b=z+JqAlAdtdjkZQcGaaT6UnrbJGckg4RLXc8VFAP1ubA1WlrGAYQN1tAdQgI+/6mZA2gdP 5LE0d6Ey6u5UIQ7pfBqr7iValiFZ8Wvt4YYMbnveVNrVDnOWII/0ST0lagqtUe9N7KjzjFF u+rgUgDJI73iD0gU1JS/GOP6jfw1xsJVEquoWslorBu91rkNnGrTfbwgMyJI1Kya8AX9/O0 lYaKJKPjBHBIiIF4S832LYFSDxoTDYUrs1w1z14lr+fmtkogYYVAUbPo5wVvJ0/1gjq7kba 0crj0llgE3n8bbVizZqvyGIIpeVQB7yUIkCRmGJomLPeXBHxJeHsQsDkxt1A== Received: from fifthhorseman.net (lair.fifthhorseman.net [108.58.6.98]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by che.mayfirst.org (Postfix) with ESMTPSA id 215E0F9A6 for ; Thu, 19 Mar 2020 01:41:54 -0400 (EDT) Received: by fifthhorseman.net (Postfix, from userid 1000) id 4442620460; Thu, 19 Mar 2020 01:41:49 -0400 (EDT) From: Daniel Kahn Gillmor To: Notmuch Mail Subject: Minor cleanup to mime-node.c Date: Thu, 19 Mar 2020 01:41:43 -0400 Message-Id: <20200319054145.803668-1-dkg@fifthhorseman.net> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.29 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: Thu, 19 Mar 2020 05:42:00 -0000 This simple 2-patch series is a bit of cleanup that i noticed while completing the work on handling S/MIME messages. It's not strictly part of the S/MIME series, so breaking out this minor cleanup separately should make it easier to review. Regards, --dkg