Opened 17 years ago
Closed 16 years ago
#46 closed defect (fixed)
perl should be able to examine existing filters
Reported by: | nelhage@MIT.EDU | Owned by: | nelhage@mit.edu |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | internals | Keywords: | |
Cc: |
Description
There should be a way for perl code to examine existing filter.
This would let us make perl smartnarrow work like the C code does, i.e. not create the filter if it already exists.
Change History (1)
comment:1 Changed 16 years ago by nelhage@MIT.EDU
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Fixed with the addition of the getfilter command.