Submission: fix uint/int mismatch
commitd9319c3a92d8593d7707173bf94c47b5ad7e1552
authorJan Kundrát <jkt@kde.org>
Tue, 7 Nov 2017 02:38:32 +0000 (6 18:38 -0800)
committerJan Kundrát <jkt@kde.org>
Tue, 7 Nov 2017 02:38:32 +0000 (6 18:38 -0800)
tree153cc682bf8c7867edfef4f17d8a46775715d39e
parente1bab3f5bd5c0d6bcdc4e736eb5a6d7513480cae
Submission: fix uint/int mismatch

In IMAP, UID and UIDAVLIDITY are both uint32_t, so ensure that we use
uint instead of an int.

Change-Id: I2659a58afc5b1b59ea24a68a048000755327af51
src/MSA/AbstractMSA.cpp
src/MSA/AbstractMSA.h
src/MSA/ImapSubmit.cpp
src/MSA/ImapSubmit.h