Go to the documentation of this file.
47 N_(
"messages whose body matches EXPR") },
50 N_(
"messages whose body or headers match EXPR") },
53 N_(
"messages whose CC header matches EXPR") },
56 N_(
"messages whose recipient matches EXPR") },
59 N_(
"messages sent in DATERANGE") },
62 N_(
"deleted messages") },
65 N_(
"messages whose Sender header matches EXPR") },
68 N_(
"expired messages") },
71 N_(
"messages whose From header matches EXPR") },
74 N_(
"flagged messages") },
77 N_(
"cryptographically signed messages") },
80 N_(
"cryptographically encrypted messages") },
83 N_(
"messages whose header matches EXPR") },
86 N_(
"messages whose spam tag matches EXPR") },
89 N_(
"messages whose Message-ID matches EXPR") },
92 N_(
"messages whose Message-ID is included in the results returned from an external search program") },
95 N_(
"messages which contain PGP key") },
98 N_(
"messages addressed to known mailing lists") },
101 N_(
"messages whose From/Sender/To/CC matches EXPR") },
104 N_(
"messages whose number is in RANGE") },
107 N_(
"messages with a Content-Type matching EXPR") },
110 N_(
"messages whose score is in RANGE") },
113 N_(
"new messages") },
116 N_(
"old messages") },
119 N_(
"messages addressed to you") },
122 N_(
"messages from you") },
125 N_(
"messages which have been replied to") },
128 N_(
"messages received in DATERANGE") },
131 N_(
"already read messages") },
134 N_(
"messages whose Subject header matches EXPR") },
137 N_(
"superseded messages") },
140 N_(
"messages whose To header matches EXPR") },
143 N_(
"tagged messages") },
146 N_(
"messages addressed to subscribed mailing lists") },
149 N_(
"unread messages") },
152 N_(
"messages in collapsed threads") },
155 N_(
"cryptographically verified messages") },
159 N_(
"newsgroups matching EXPR") },
163 N_(
"messages whose References header matches EXPR") },
166 N_(
"messages with RANGE attachments") },
169 N_(
"messages whose X-Label header matches EXPR") },
172 N_(
"messages whose tags match EXPR") },
175 N_(
"messages whose size is in RANGE") },
178 N_(
"duplicated messages") },
181 N_(
"unreferenced messages") },
184 N_(
"broken threads") },
187 N_(
"IMAP custom server-side search for STRING") },
@ MUTT_PAT_CRYPT_ENCRYPT
Message is encrypted.
@ MUTT_PAT_DATE
Pattern matches 'Date:' field.
@ MUTT_FLAG
Flagged messages.
@ EAT_DATE
Process a date (range)
@ MUTT_PAT_PERSONAL_RECIP
Email is addressed to the user.
@ MUTT_PAT_SCORE
Pattern matches email's score.
@ MUTT_PAT_LIST
Email is on mailing list.
@ EAT_NONE
No arguments required.
int tag
Character used to represent this operation, e.g. 'A' for '~A'.
@ MUTT_PAT_TO
Pattern matches 'To:' field.
@ MUTT_PAT_HORMEL
Pattern matches email's spam score.
@ MUTT_PAT_COLLAPSED
Thread is collapsed.
@ MUTT_PAT_PERSONAL_FROM
Email is from the user.
@ MUTT_PAT_MIMETYPE
Pattern matches MIME type.
@ MUTT_PAT_FROM
Pattern matches 'From:' field.
@ MUTT_DELETED
Deleted messages.
@ MUTT_PAT_PGP_KEY
Message has PGP key.
const struct PatternFlags * lookup_tag(char tag)
Lookup a pattern modifier.
@ MUTT_PAT_SERVERSEARCH
Server-side pattern matches.
@ MUTT_PAT_SUBJECT
Pattern matches 'Subject:' field.
@ MUTT_PAT_SUBSCRIBED_LIST
Email is on subscribed mailing list.
@ MUTT_SUPERSEDED
Superseded messages.
@ EAT_RANGE
Process a number (range)
@ MUTT_READ
Messages that have been read.
@ MUTT_PAT_BODY
Pattern matches email's body.
@ MUTT_PAT_DRIVER_TAGS
Pattern matches message tags.
@ MUTT_PAT_DATE_RECEIVED
Pattern matches date received.
@ MUTT_UNREAD
Unread messages.
@ MUTT_PAT_ID
Pattern matches email's Message-Id.
@ MUTT_PAT_HEADER
Pattern matches email's header.
@ MUTT_PAT_REFERENCE
Pattern matches 'References:' or 'In-Reply-To:' field.
@ MUTT_PAT_CC
Pattern matches 'Cc:' field.
@ MUTT_PAT_ID_EXTERNAL
Message-Id is among results from an external query.
#define MUTT_PC_FULL_MSG
Enable body and header matching.
@ MUTT_PAT_BROKEN
Message is part of a broken thread.
@ MUTT_PAT_WHOLE_MSG
Pattern matches raw email text.
@ MUTT_PAT_SENDER
Pattern matches sender.
@ MUTT_EXPIRED
Expired messages.
@ EAT_REGEX
Process a regex.
@ MUTT_REPLIED
Messages that have been replied to.
@ MUTT_PAT_DUPLICATED
Duplicate message.
const struct PatternFlags * lookup_op(int op)
Lookup the Pattern Flags for an op.
@ MUTT_PAT_NEWSGROUPS
Pattern matches newsgroup.
@ MUTT_PAT_CRYPT_SIGN
Message is signed.
int op
Operation to perform, e.g. MUTT_PAT_SCORE.
@ MUTT_PAT_ADDRESS
Pattern matches any address field.
const struct PatternFlags Flags[]
Lookup table for all patterns.
@ MUTT_PAT_UNREFERENCED
Message is unreferenced in the thread.
@ MUTT_PAT_SIZE
Pattern matches email's size.
@ MUTT_PAT_XLABEL
Pattern matches keyword/label.
@ MUTT_TAG
Tagged messages.
@ EAT_MESSAGE_RANGE
Process a message number (range)
@ MUTT_PAT_MESSAGE
Pattern matches message number.
@ EAT_QUERY
Process a query string.
#define MUTT_PC_SEND_MODE_SEARCH
Allow send-mode body searching.
@ MUTT_PAT_MIMEATTACH
Pattern matches number of attachments.
@ MUTT_PAT_CRYPT_VERIFIED
Message is crypographically verified.
Mapping between user character and internal constant.
@ MUTT_PAT_RECIPIENT
User is a recipient of the email.