1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 07:37:46 +00:00

LibIMAP: Make Section::parts unsigned

This commit is contained in:
Luke 2021-07-22 21:33:20 +01:00 committed by Ali Mohammad Pur
parent 27644785f1
commit 2c793d5935
2 changed files with 3 additions and 3 deletions

View file

@ -275,7 +275,7 @@ struct FetchCommand {
struct Section {
SectionType type;
Optional<Vector<int>> parts {};
Optional<Vector<unsigned>> parts {};
bool ends_with_mime {};
Optional<Vector<String>> headers {};