* make sure tags are store in the database; this prevents reading the message
file when getting headers
This commit is contained in:
@ -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
|
||||
},
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user