build_haiku_image: Fix type of MAIL:draft and MAIL:flags indexes.
Fixes #18503.
This commit is contained in:
@@ -301,8 +301,6 @@ echo "Creating filesystem indices..."
|
|||||||
$mkindex -t string MAIL:account
|
$mkindex -t string MAIL:account
|
||||||
$mkindex -t string MAIL:cc
|
$mkindex -t string MAIL:cc
|
||||||
$mkindex -t string MAIL:chain
|
$mkindex -t string MAIL:chain
|
||||||
$mkindex -t string MAIL:draft
|
|
||||||
$mkindex -t string MAIL:flags
|
|
||||||
$mkindex -t string MAIL:from
|
$mkindex -t string MAIL:from
|
||||||
$mkindex -t string MAIL:name
|
$mkindex -t string MAIL:name
|
||||||
$mkindex -t string MAIL:pending_chain
|
$mkindex -t string MAIL:pending_chain
|
||||||
@@ -332,6 +330,8 @@ echo "Creating filesystem indices..."
|
|||||||
$mkindex -t int32 MAIL:account_id
|
$mkindex -t int32 MAIL:account_id
|
||||||
$mkindex -t int32 MAIL:read
|
$mkindex -t int32 MAIL:read
|
||||||
$mkindex -t int32 MAIL:when
|
$mkindex -t int32 MAIL:when
|
||||||
|
$mkindex -t int32 MAIL:draft
|
||||||
|
$mkindex -t int32 MAIL:flags
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Populating image ..."
|
echo "Populating image ..."
|
||||||
|
|||||||
Reference in New Issue
Block a user