Was there a discussion of this behavior change that I've missed? I
was about to update a few different mh front ends when I decided that
it made more sense just to change repl so that certain -cc options
implied -group.
The code change was trivial, and not amazingly tested:
diff -r1.1 repl.c
420c420
< if (groupreply)
---
> if (groupreply || (cccc && ccme))
I'm wondering if something like this shouldn't be the default, but I
joined nmh-workers soon after I heard that the development was being
handed off. I'm not sure what the new dev format is right now.
Opinions?
chad