* mu-msg-fields.c: escape the subject field, too

This commit is contained in:
djcb 2012-01-21 11:12:48 +02:00
parent 29bec71895
commit e1f598f672
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ static const MuMsgField FIELD_DATA[] = {
MU_MSG_FIELD_TYPE_STRING,
"subject", 's', 'S',
FLAG_GMIME | FLAG_XAPIAN_INDEX | FLAG_XAPIAN_VALUE |
FLAG_XAPIAN_TERM | FLAG_NORMALIZE
FLAG_XAPIAN_TERM | FLAG_NORMALIZE | FLAG_XAPIAN_ESCAPE
},
{