Re: match messages without a reply from anyone?

2009-09-16 Thread Marianne Promberger
Thanks guys. I actually didn't ask my question correctly -- I want to match only those messages that haven't been replied to and that also started a thread. This combination does the trick nicely: !~x . ~$ Marianne -- Marianne Promberger http://promberger.info GnuPG/PGP public key ID 80AD991

Re: match messages without a reply from anyone?

2009-09-16 Thread Michael Tatge
* On Wed, Sep 16, 2009 04:10PM +0100 Marianne Promberger (marianne.promber...@gmail.com) muttered: > Is there a pattern to match messages that haven't been replied to by > anyone? ~$ unreferenced messages (requires threaded view) HTH, Michael -- There are no threads in a.b.p.erotica, so ther

Re: match messages without a reply from anyone?

2009-09-16 Thread Patrick Shanahan
* Marianne Promberger [09-16-09 11:12]: > > Is there a pattern to match messages that haven't been replied to by > anyone? > Not a pattern as such, but you could check for the existance of a "References:" header. If that header does not exist, the message *should* be initial providing the sen

Re: match messages without a reply from anyone?

2009-09-16 Thread Monte Stevens
On Wed, Sep 16, 2009 at 04:10:39PM +0100, Marianne Promberger wrote: > Is there a pattern to match messages that haven't been replied to by > anyone? I just tried `!~x .' and it seems to work. -- Monte

match messages without a reply from anyone?

2009-09-16 Thread Marianne Promberger
Hi Is there a pattern to match messages that haven't been replied to by anyone? E.g. I have a mailbox open that contains messages from mailing lists. I want to see only these threads consisting of a single message, i.e. someone posted to the list but nobody has replied yet. Thanks, Marianne -

Re: MIME sub-type "octet-stream" doesn't trigger smime_* for received

2009-09-16 Thread Jason
bill lam wrote: On Tue, 15 Sep 2009, Jason wrote: Jason wrote: [snip] I've followed the smime howto's, imported my certs, tried .mime.types, .mailcap to no avail. mutt refuses to decrypt it. When i select the email, it shows "application/octet-stream". Here's my ${HOME}/.mailcap ###