build_haiku_image: Fix type of MAIL:draft and MAIL:flags indexes.

Fixes #18503.
This commit is contained in:
Augustin Cavalier 2023-08-25 14:53:50 -04:00
parent 4b0dffe500
commit b22fab9510

View File

@ -301,8 +301,6 @@ echo "Creating filesystem indices..."
$mkindex -t string MAIL:account
$mkindex -t string MAIL:cc
$mkindex -t string MAIL:chain
$mkindex -t string MAIL:draft
$mkindex -t string MAIL:flags
$mkindex -t string MAIL:from
$mkindex -t string MAIL:name
$mkindex -t string MAIL:pending_chain
@ -332,6 +330,8 @@ echo "Creating filesystem indices..."
$mkindex -t int32 MAIL:account_id
$mkindex -t int32 MAIL:read
$mkindex -t int32 MAIL:when
$mkindex -t int32 MAIL:draft
$mkindex -t int32 MAIL:flags
fi
echo "Populating image ..."