On Mon, Aug 14, 2006 at 01:38:08AM +0200, Adeodato Simó wrote: > * Jens Seidel [Sun, 13 Aug 2006 21:57:42 +0200]: > > the option -c does not add addresses to CC:, it's just ignored. I just > > tried: > > $ mutt -c jens jens -s subject > > That'd be mutt removing "jens" from CC because it's already in "To". > Try: > > $ mutt -c jens1 jens2 -s subject
Hm, but you are aware that this is not conforming to the UNIX philosophy which is: "Do what I ask for"? Also -b (BCC:) is not affected. Rationale: I tried "mutt -c jens jens" because I created a script which sends many mails. To test it, I used my local email address but planned to change this as soon as my script works. Jens