[PATCH] Add ~M pattern to match mime Content-Types.

Kevin J. McCarthy kevin at 8t8.us
Fri Apr 27 20:37:40 UTC 2018


On Fri, Apr 27, 2018 at 01:17:32PM -0700, Omen Wild wrote:
> One thing I've wondered, but have not read the code to verify, are the
> operations run in descending order by speed? As in, for '~bfoo ~sbar' run
> the subject match first as it's likely to be faster and will limit how
> many bodies need to be searched.

No, they are performed in the order you specify.  It would be best to
put the ~sbar before the ~bfoo.

-- 
Kevin J. McCarthy
GPG Fingerprint: 8975 A9B3 3AA3 7910 385C  5308 ADEF 7684 8031 6BDA
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.mutt.org/pipermail/mutt-dev/attachments/20180427/6c0c3d07/attachment.asc>


More information about the Mutt-dev mailing list