Janko Muzykant <[EMAIL PROTECTED]> writes:
> is it somehow possible to find all emails containing _any_ attachment
> (not searching through its content).

Not exactly, but you could use "n:.=", which searches for all
attachments containing a dot in their name (the '=' denotes a sub-string
search). This also includes MIME signed messages and the like, so you
may want to narrow that down. For example, "n:.pdf=/.ps=/.doc=" will
find any attachments with either ".pdf", ".ps" or ".doc" in them.

> or even better, to find an attachment matching given MIME type?

No, that's currently not really possible since mairix does not index the
MIME type.

-David



_______________________________________________
info-gnus-english mailing list
info-gnus-english@gnu.org
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to