From 99b6908162b73143e0fb4d0babca80dbea48e304 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Sun, 26 Apr 2020 20:14:15 -0400 Subject: Rename part->id to part->contentID Disambiguate with messageID. --- archive.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archive.h') diff --git a/archive.h b/archive.h index 8cb20fe..324f342 100644 --- a/archive.h +++ b/archive.h @@ -79,7 +79,7 @@ struct BodyPart { }; const char *subtype; struct List params; - const char *id; + const char *contentID; const char *description; const char *encoding; uint32_t size; -- cgit 1.4.1