* mu-msg-fields.c, mu.1: index the msg-id as well and document it
This commit is contained in:
22
man/mu.1
22
man/mu.1
@ -198,10 +198,11 @@ search fields and their abbreviations:
|
|||||||
|
|
||||||
.nf
|
.nf
|
||||||
cc,c CC (Carbon-Copy) recipient
|
cc,c CC (Carbon-Copy) recipient
|
||||||
from,f message sender
|
from,f Message sender
|
||||||
path,p full path to the message
|
path,p Full path to the message
|
||||||
subject,s message subject
|
subject,s Message subject
|
||||||
to,t To: recipient
|
to,t To: recipient
|
||||||
|
msgid,m Message-ID
|
||||||
.fi
|
.fi
|
||||||
|
|
||||||
|
|
||||||
@ -229,13 +230,15 @@ The table of replacement characters is superset of the list mentions for
|
|||||||
search parameters:
|
search parameters:
|
||||||
|
|
||||||
.nf
|
.nf
|
||||||
|
t To: recipient
|
||||||
c CC (Carbon-Copy) recipient
|
c CC (Carbon-Copy) recipient
|
||||||
d the sent-date of the message
|
d Sent date of the message
|
||||||
f message sender (From:)
|
f Message sender (From:)
|
||||||
F message flags
|
F Message flags
|
||||||
p full path to the message
|
p Full path to the message
|
||||||
P message priority (high, normal, low)
|
P Message priority (high, normal, low)
|
||||||
s message subject
|
s Message subject
|
||||||
|
m Message ID
|
||||||
t To: recipient
|
t To: recipient
|
||||||
.fi
|
.fi
|
||||||
|
|
||||||
@ -267,6 +270,7 @@ following fields are supported:
|
|||||||
cc,c CC (Carbon-Copy) recipient
|
cc,c CC (Carbon-Copy) recipient
|
||||||
date,d message sent date
|
date,d message sent date
|
||||||
from,f message sender
|
from,f message sender
|
||||||
|
msgid,m message id
|
||||||
path,p full path to the message
|
path,p full path to the message
|
||||||
prio,P message priority
|
prio,P message priority
|
||||||
subject,s message subject
|
subject,s message subject
|
||||||
|
|||||||
@ -122,8 +122,8 @@ static const MuMsgField FIELD_DATA[] = {
|
|||||||
{
|
{
|
||||||
MU_MSG_FIELD_ID_MSGID,
|
MU_MSG_FIELD_ID_MSGID,
|
||||||
MU_MSG_FIELD_TYPE_STRING,
|
MU_MSG_FIELD_TYPE_STRING,
|
||||||
"msgid", "m", NULL,
|
"msgid", "m", "M",
|
||||||
FLAG_GMIME
|
FLAG_GMIME | FLAG_XAPIAN
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user