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:
parent
27644785f1
commit
2c793d5935
2 changed files with 3 additions and 3 deletions
|
@ -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 {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue