Hi all,
If I reply to a message with a header that contains recipients with
quoted names (and commas inside, I wind up with problems. Basically,
reply seems to parse the comma inside the quote as a separator when it
wraps lines. So, for example, say I replied to a message with the
following headers:
From: "Smith, Joe" <[EMAIL PROTECTED]>
cc: "Kim, Jane" <[EMAIL PROTECTED]>, "Jones, Mark" <[EMAIL PROTECTED]>
If I ru "repl -cc all -nocc me", the resulting draft message contains:
To: "Smith, Joe" <[EMAIL PROTECTED]>
cc: "Kim, Jane" <[EMAIL PROTECTED]>, "Jones,
Mark" <[EMAIL PROTECTED]>
I think repl should instead by understanding the " " characters, and
resulting in:
To: "Smith, Joe" <[EMAIL PROTECTED]>
cc: "Kim, Jane" <[EMAIL PROTECTED]>,
"Jones, Mark" <[EMAIL PROTECTED]>
Thanks,
Eric