about summary refs log tree commit diff
path: root/archive.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-04-26 20:14:15 -0400
committerJune McEnroe <june@causal.agency>2020-04-26 20:14:15 -0400
commit99b6908162b73143e0fb4d0babca80dbea48e304 (patch)
treee0e05e1780f4c2d8f2992e972a7ca3d2bcdab5f7 /archive.h
parentIterate through nested multiparts to find content for Atom (diff)
downloadbubger-99b6908162b73143e0fb4d0babca80dbea48e304.tar.gz
bubger-99b6908162b73143e0fb4d0babca80dbea48e304.zip
Rename part->id to part->contentID
Disambiguate with messageID.
Diffstat (limited to 'archive.h')
-rw-r--r--archive.h2
1 files changed, 1 insertions, 1 deletions
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;