Re: Some small projects for mutt(1)

2002-07-01 Thread Josef Karthauser
On Thu, Jun 20, 2002 at 04:18:38PM -0400, Bosko Milekic wrote: > > > Interesting. How would you have a key bound sequence in mutt set off > the script on the message, though? For instance, if I do a "ctrl+B", how > would you ensure that the Right Thing happens, without modifying mutt > code?

Re: Some small projects for mutt(1)

2002-06-20 Thread Brandon D. Valentine
On Thu, 20 Jun 2002, Bosko Milekic wrote: > Hey, this is awesome stuff! Thanks! How come we don't have a port? I've been busy. ;-) Feel free to do the port if you get time before I do. Brandon D. Valentine -- http://www.geekpunk.net [EMAIL PROTECTED] ++[>++<-]>

Re: Some small projects for mutt(1)

2002-06-20 Thread Bosko Milekic
On Thu, Jun 20, 2002 at 03:27:24PM -0500, Brandon D. Valentine wrote: > On Thu, 20 Jun 2002, Bosko Milekic wrote: > > >On Thu, Jun 20, 2002 at 01:10:39PM -0700, Matthew Hunt wrote: > >> This shouldn't be hard to glue together without modifying mutt itself. > >> Make a little program, foo, that t

Re: Some small projects for mutt(1)

2002-06-20 Thread Matthew Hunt
On Thu, Jun 20, 2002 at 04:18:38PM -0400, Bosko Milekic wrote: > Interesting. How would you have a key bound sequence in mutt set off > the script on the message, though? For instance, if I do a "ctrl+B", how > would you ensure that the Right Thing happens, without modifying mutt > code? By

Re: Some small projects for mutt(1)

2002-06-20 Thread Brandon D. Valentine
On Thu, 20 Jun 2002, Bosko Milekic wrote: >On Thu, Jun 20, 2002 at 01:10:39PM -0700, Matthew Hunt wrote: >> This shouldn't be hard to glue together without modifying mutt itself. >> Make a little program, foo, that takes the message on stdin, passes >> it through "formail -x subject", massages it

Re: Some small projects for mutt(1)

2002-06-20 Thread Bosko Milekic
On Thu, Jun 20, 2002 at 01:10:39PM -0700, Matthew Hunt wrote: > On Thu, Jun 20, 2002 at 03:24:54PM -0400, Bosko Milekic wrote: > > > cool if mutt did it). What this does is pretty straightforward: I see > > a thread with subject "foo." I don't like it. I really don't like it. > > I hit a key

Re: Some small projects for mutt(1)

2002-06-20 Thread Matthew Hunt
On Thu, Jun 20, 2002 at 03:24:54PM -0400, Bosko Milekic wrote: > cool if mutt did it). What this does is pretty straightforward: I see > a thread with subject "foo." I don't like it. I really don't like it. > I hit a key combination such as, I don't know, CTRL+B (or something not > bound yet),

Re: Some small projects for mutt(1)

2002-06-20 Thread Bosko Milekic
On Thu, Jun 20, 2002 at 02:36:41PM -0500, Sean Kelly wrote: > On Thu, Jun 20, 2002 at 03:24:54PM -0400, Bosko Milekic wrote: > > > > Hi, > > > > Two ideas have come up recently to extend the features of the mutt(1) > > Email client. I'm not one who has hacked on mutt, nor who really > > inte

Re: Some small projects for mutt(1)

2002-06-20 Thread Sean Kelly
On Thu, Jun 20, 2002 at 03:24:54PM -0400, Bosko Milekic wrote: > > Hi, > > Two ideas have come up recently to extend the features of the mutt(1) > Email client. I'm not one who has hacked on mutt, nor who really > intends to (if I can avoid it, I will), so hence the reason for this > post. I

Some small projects for mutt(1)

2002-06-20 Thread Bosko Milekic
Hi, Two ideas have come up recently to extend the features of the mutt(1) Email client. I'm not one who has hacked on mutt, nor who really intends to (if I can avoid it, I will), so hence the reason for this post. So this post is directed at those people who have some extra time on their ha