RE: Problem unfolding and re-folding RFC 2822 headers using SPILL

 Bob, assuming you start out with lines that have no trailing blanks,
 you can compensate for one spillage with something like this

     |spill ...
     |p: if pick from -1 == / / for 2
     |strip trailing
     |spec 1-* 1 write read 1-* 10
     |p:

 If you have multiple lines that are spilled off from one source line,
 it becomes a bit more difficult.

 Another approach could be to select the lines that need spilling with
 locate and then do the spilling with a loop in SPECS.

     j.                                          [email protected]

Reply via email to