Unable to search for emails with content with a given MIME type

2015-02-05 Thread Suvayu Ali
Hi David,

On Wed, Feb 04, 2015 at 10:08:57PM +0100, David Bremner wrote:
> Suvayu Ali  writes:
> 
> > Hi,
> >
> > On Tue, Jan 27, 2015 at 08:01:31PM -0600, Todd wrote:
> >> 
> >> The feature you wanted was committed a few days ago (searching with a
> >> "mimetype:" prefix).  Searching for "mimetype:calendar" would get any
> >> "text/calendar" or "ics/calendar" attachments.
> >
> > I am using notmuch from HEAD, but I do not get any results with
> > mimetype:.  Is this only available for new emails?  If so, how do
> > I enable, searching with mimetype: for old emails?
> >
> 
> You'll have to dump your tags, re-index, and restore your tags.

I thought that might be needed.  It worked very nicely :).

Cheers,

-- 
Suvayu

Open source is the future. It sets us free.


Unable to search for emails with content with a given MIME type

2015-02-04 Thread David Bremner
Suvayu Ali  writes:

> Hi,
>
> On Tue, Jan 27, 2015 at 08:01:31PM -0600, Todd wrote:
>> 
>> The feature you wanted was committed a few days ago (searching with a
>> "mimetype:" prefix).  Searching for "mimetype:calendar" would get any
>> "text/calendar" or "ics/calendar" attachments.
>
> I am using notmuch from HEAD, but I do not get any results with
> mimetype:.  Is this only available for new emails?  If so, how do
> I enable, searching with mimetype: for old emails?
>

You'll have to dump your tags, re-index, and restore your tags.

d


Unable to search for emails with content with a given MIME type

2015-02-04 Thread Suvayu Ali
Hi,

On Tue, Jan 27, 2015 at 08:01:31PM -0600, Todd wrote:
> 
> The feature you wanted was committed a few days ago (searching with a
> "mimetype:" prefix).  Searching for "mimetype:calendar" would get any
> "text/calendar" or "ics/calendar" attachments.

I am using notmuch from HEAD, but I do not get any results with
mimetype:.  Is this only available for new emails?  If so, how do
I enable, searching with mimetype: for old emails?

Thanks,

-- 
Suvayu

Open source is the future. It sets us free.


Re: Unable to search for emails with content with a given MIME type

2015-02-04 Thread David Bremner
Suvayu Ali fatkasuvayu+li...@gmail.com writes:

 Hi,

 On Tue, Jan 27, 2015 at 08:01:31PM -0600, Todd wrote:
 
 The feature you wanted was committed a few days ago (searching with a
 mimetype: prefix).  Searching for mimetype:calendar would get any
 text/calendar or ics/calendar attachments.

 I am using notmuch from HEAD, but I do not get any results with
 mimetype:word.  Is this only available for new emails?  If so, how do
 I enable, searching with mimetype: for old emails?


You'll have to dump your tags, re-index, and restore your tags.

d
___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch


Re: Unable to search for emails with content with a given MIME type

2015-02-04 Thread Suvayu Ali
Hi,

On Tue, Jan 27, 2015 at 08:01:31PM -0600, Todd wrote:
 
 The feature you wanted was committed a few days ago (searching with a
 mimetype: prefix).  Searching for mimetype:calendar would get any
 text/calendar or ics/calendar attachments.

I am using notmuch from HEAD, but I do not get any results with
mimetype:word.  Is this only available for new emails?  If so, how do
I enable, searching with mimetype: for old emails?

Thanks,

-- 
Suvayu

Open source is the future. It sets us free.
___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch


Re: Unable to search for emails with content with a given MIME type

2015-02-04 Thread Suvayu Ali
Hi David,

On Wed, Feb 04, 2015 at 10:08:57PM +0100, David Bremner wrote:
 Suvayu Ali fatkasuvayu+li...@gmail.com writes:
 
  Hi,
 
  On Tue, Jan 27, 2015 at 08:01:31PM -0600, Todd wrote:
  
  The feature you wanted was committed a few days ago (searching with a
  mimetype: prefix).  Searching for mimetype:calendar would get any
  text/calendar or ics/calendar attachments.
 
  I am using notmuch from HEAD, but I do not get any results with
  mimetype:word.  Is this only available for new emails?  If so, how do
  I enable, searching with mimetype: for old emails?
 
 
 You'll have to dump your tags, re-index, and restore your tags.

I thought that might be needed.  It worked very nicely :).

Cheers,

-- 
Suvayu

Open source is the future. It sets us free.
___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch


Unable to search for emails with content with a given MIME type

2015-01-27 Thread Todd

Petter,

The feature you wanted was committed a few days ago (searching with a
"mimetype:" prefix).  Searching for "mimetype:calendar" would get any
"text/calendar" or "ics/calendar" attachments.

(Replying to the list so it will appear in the list archive as well.)

Thanks,
Todd

-- next part --
Petter Reinholdtsen  writes:

> Not quite sure where to send a feature request, so I try to follow the
> instructions for bug reporst.
>
> I would like to be able to search for emails with content with a given
> MIME type.  The latest use case I ran into was my need to locate Notes
> and Exchange emails with text/calendar attachments, but I've also needed
> to find application/pdf and application/vnd.oasis.opendocument.text
> emails.
>
> Please consider extending notmuch to be able to search for specific mime
> types, for example using attachment:text/calendar or mime:text/calendar
> or something like that.  Or perhaps just index up the mime content type
> value, to allow me to search for "tag:attachment and text/calendar".
>
> PS: Please CC me on replies, as I am not subscribed to the list.
> -- 
> Happy hacking
> Petter Reinholdtsen
-- next part --
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 818 bytes
Desc: not available
URL: 



Re: Unable to search for emails with content with a given MIME type

2015-01-27 Thread Todd

Petter,

The feature you wanted was committed a few days ago (searching with a
mimetype: prefix).  Searching for mimetype:calendar would get any
text/calendar or ics/calendar attachments.

(Replying to the list so it will appear in the list archive as well.)

Thanks,
Todd

Petter Reinholdtsen p...@hungry.com writes:

 Not quite sure where to send a feature request, so I try to follow the
 instructions for bug reporst.

 I would like to be able to search for emails with content with a given
 MIME type.  The latest use case I ran into was my need to locate Notes
 and Exchange emails with text/calendar attachments, but I've also needed
 to find application/pdf and application/vnd.oasis.opendocument.text
 emails.

 Please consider extending notmuch to be able to search for specific mime
 types, for example using attachment:text/calendar or mime:text/calendar
 or something like that.  Or perhaps just index up the mime content type
 value, to allow me to search for tag:attachment and text/calendar.

 PS: Please CC me on replies, as I am not subscribed to the list.
 -- 
 Happy hacking
 Petter Reinholdtsen


signature.asc
Description: PGP signature
___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch


Unable to search for emails with content with a given MIME type

2014-02-27 Thread Petter Reinholdtsen

Not quite sure where to send a feature request, so I try to follow the
instructions for bug reporst.

I would like to be able to search for emails with content with a given
MIME type.  The latest use case I ran into was my need to locate Notes
and Exchange emails with text/calendar attachments, but I've also needed
to find application/pdf and application/vnd.oasis.opendocument.text
emails.

Please consider extending notmuch to be able to search for specific mime
types, for example using attachment:text/calendar or mime:text/calendar
or something like that.  Or perhaps just index up the mime content type
value, to allow me to search for "tag:attachment and text/calendar".

PS: Please CC me on replies, as I am not subscribed to the list.
-- 
Happy hacking
Petter Reinholdtsen


Unable to search for emails with content with a given MIME type

2014-02-27 Thread Petter Reinholdtsen

Not quite sure where to send a feature request, so I try to follow the
instructions for bug reporst.

I would like to be able to search for emails with content with a given
MIME type.  The latest use case I ran into was my need to locate Notes
and Exchange emails with text/calendar attachments, but I've also needed
to find application/pdf and application/vnd.oasis.opendocument.text
emails.

Please consider extending notmuch to be able to search for specific mime
types, for example using attachment:text/calendar or mime:text/calendar
or something like that.  Or perhaps just index up the mime content type
value, to allow me to search for tag:attachment and text/calendar.

PS: Please CC me on replies, as I am not subscribed to the list.
-- 
Happy hacking
Petter Reinholdtsen
___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch