Commit 37ad731c 37ad731c590ad2aab219d17c0e6d1323e6a5c89c by Sergey Poznyakoff

(rcpt_mask): New global. Keeps cumulative value of all --cc/--nocc command line options.

1 parent 48cdb820
......@@ -24,6 +24,7 @@ size_t current_message = 0;
mh_context_t *context;
mh_context_t *profile;
mh_context_t *sequences;
int rcpt_mask = RCPT_ALL;
/* Global profile */
......