Skip to content

Commit

Permalink
* mu: allow for searching the mailing-list field (list:/v:)
Browse files Browse the repository at this point in the history
  • Loading branch information
djcb committed Mar 17, 2013
1 parent 0623973 commit 22a30bf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/mu-msg-fields.c
Expand Up @@ -166,8 +166,9 @@ static const MuMsgField FIELD_DATA[] = {
{ {
MU_MSG_FIELD_ID_MAILING_LIST, MU_MSG_FIELD_ID_MAILING_LIST,
MU_MSG_FIELD_TYPE_STRING, MU_MSG_FIELD_TYPE_STRING,
"list", 'v', 'L', "list", 'v', 'V',
FLAG_GMIME | FLAG_XAPIAN_VALUE FLAG_GMIME | FLAG_XAPIAN_TERM | FLAG_XAPIAN_VALUE |
FLAG_XAPIAN_ESCAPE
}, },




Expand Down

0 comments on commit 22a30bf

Please sign in to comment.