struct MetaData has an unused member "mimetype" that doesn't
authorArt Cancro <ajc@citadel.org>
Fri, 24 Aug 2018 14:27:14 +0000 (10:27 -0400)
committerArt Cancro <ajc@citadel.org>
Fri, 24 Aug 2018 14:27:14 +0000 (10:27 -0400)
appear to be used anywhere (other than import/export, which
doesn't count).  Removed this element from import/export and
renamed the member to "unused_field_1" in preparation for
removing it.


No differences found