I am experimenting with collapsing signatures with this commit:
https://github.com/wombleton/fyi-theme/commit/4650c39bea68cf50979ead968ed51e454f0eae35
The important thing is the app.js commit:
(function() { $(document).ready(function() { $('.incoming .correspondence_text > p').desig();
}); }).call(this); |
There's some css tomfoolery you need to do as well.
It's relatively naive, and trained ("trained") on
fyi.org.nz's messages only so far, so English only at a minimum, but it's a start and I'll be watching how it goes.
Still, hopefully it will be of use to someone.
cheers,
Rowan