-> If you are determined to avoid compressing the replies packet, you
-> might put a zero as the first option on compress= in your CONFIG
-> compress=zip -0kjm %f %d/*
-> (I have *not* tried this myself.) Zero indicates: "no
-> compression".
That's still going to have ZIP called to store the files inside the
archive. I'm looking to avoid the compression step altogether. If
YARN would just create the *.MSG and REPLIES file in my upload
directory and exit, I could then call Souper for Windows and send
them.
Chin: Possible future option? Thanks..