* make sure tags are store in the database; this prevents reading the message

file when getting headers
This commit is contained in:
djcb
2012-12-27 15:57:17 +02:00
parent 05b04bdaed
commit 5310930ab8
2 changed files with 3 additions and 2 deletions

View File

@ -233,7 +233,8 @@ static const MuMsgField FIELD_DATA[] = {
MU_MSG_FIELD_ID_TAGS,
MU_MSG_FIELD_TYPE_STRING_LIST,
"tag", 'x', 'X',
FLAG_GMIME | FLAG_XAPIAN_TERM | FLAG_XAPIAN_ESCAPE
FLAG_GMIME | FLAG_XAPIAN_TERM | FLAG_XAPIAN_ESCAPE |
FLAG_XAPIAN_VALUE
},