From: Daniel Kahn Gillmor Date: Thu, 29 Aug 2019 15:38:49 +0000 (-0400) Subject: util/crypto: _n_m_crypto_potential_payload: rename "payload" arg to "part" X-Git-Tag: archive/debian/0.30_rc0-1~148 X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=8b25643d08b9388ae9c38837a3dfd3dbc6b085cf;hp=8b25643d08b9388ae9c38837a3dfd3dbc6b085cf;p=notmuch util/crypto: _n_m_crypto_potential_payload: rename "payload" arg to "part" _notmuch_message_crypto_potential_payload is called on a GMimeObject while walking the MIME tree of a message to determine whether that object is the payload. It doesn't make sense to name the argument "payload" if it might not be the payload, so we rename it to "part" for clarity. This is a non-functional change, just semantic cleanup. Signed-off-by: Daniel Kahn Gillmor ---