Drew Raines <[EMAIL PROTECTED]> writes: > Tim Legant wrote: > > > > Can you have mutt set it to 'default'? > > > > my_hdr 'X-TMDA: default' > > > > This will do whatever ACTION_OUTGOING is set to. If you want > > to edit it to 'bare' or 'dated' for a particular message, you > > can, but using 'default' will be the same as not putting it in > > at all, which I think is your desired outcome. > > Yes, that's perfect. I tried finding that in the source, but > that dang action dict is so confusing :-)
Ahem. Sorry about that. I'm working right now on a solution for that. Well, fixing that will be a side-effect. The goal is to turn rules into objects and store the filter as a list of those objects. This will clean up the firstmatch function (by putting the match code for each rule type in its own object) and will have the side-effect of turning all of the rule data into named members of the object. I.e., ToFromFile.source, ToFromFile.action, etc. Tim _________________________________________________ tmda-workers mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-workers
