I had this same impression but put it on account of my non-anglophone origin. Anyway, if one CC/BCC a sent message to self I think using a Noticeboard as destination folder would overcome (in part) this "fault".
Messages sent to a Noticeboard add a Noticeboards: header which will handle the Recipient's address. So, a message sent to say PM-WIN@bama.ua.edu and BCCed to a Noticeboard will have added a header Newsgroups: Pegasus Mail for Windows Discussion List <PM-WIN@bama.ua.edu>.
What I did is editing Wpm-Char.r header_strings reader_headers section to accommodate the new header (see below) and then recompile it with ResCom.exe. The resulting Wpm-Char.rsc file is put my Mailbox folder but I think it can stay at winpm-32.exe directory as well.
[quote]header_strings reader_headers
{
24,
"FROM:", "From: ",
"TO:", "To: ",
"SUBJECT:", "Subject: ",
"DATE:", "Date: ",
"COMMENTS:", "Comments: ",
"X-MAILER:", "Sent with: ",
"REPLY-TO:", "Reply to: ",
"CC:", "Copies to: ",
"BCC:", "BCC to: ",
"NEWSGROUPS:", "To: ",
"RESENT-FROM:", "Resent by: ",
"RESENT-TO:", "Resent to: ",
"RESENT-DATE:", "Resent in: ",
"DELIVERED-TO:", "Delivered: ",
"X-RS-ID:", "Identity: ",
"MESSAGE-ID:", "Msg. ID: ",
"CONTENT-TYPE:", "Contents: ",
"X-ORIGINATING-IP:", "Sender IP: "
"X-REAL-SENDER:", "Origin: ",
"SENDER:", "Sender: ",
"ORGANIZATION:", "Company: ",
"X-TO:", "Firstly to: ",
"COPIES-TO:", "Copies to: ",
"PRIORITY:", "Priority: "
};[/quote]
This workaround won't help with the noticeboard pane which will show only the From: header, that is YOU, but once opened the message will show the proper addressee(s).
Of course the Copyself folder is the best place to deal with sent messages, but a number of users have been using to CC/BCC themselves to keep a copy of their full blown sent messages (text + graphics + attachments, etc.) I found that Noticeboards is the best way to handle this specially because this addressee(s) thing. I'm attaching a copy of my Wpm-char.r file renamed to Wpm-char.txt to comply with forum rules.
HTH
<p>I had this same impression but put it on account of my non-anglophone origin. Anyway, if one CC/BCC a sent message to self I think using a Noticeboard as destination folder would overcome (in part) this "fault".</p><p>Messages sent to a Noticeboard add a Noticeboards: header which will handle the Recipient's address. So, a message sent to say PM-WIN@bama.ua.edu and BCCed to a Noticeboard will have added a header <b>Newsgroups: Pegasus Mail for Windows Discussion List &lt;PM-WIN@bama.ua.edu&gt;</b>.</p><p>What I did is editing Wpm-Char.r <b>header_strings reader_headers</b> section to accommodate the new header (see below) and then recompile it with ResCom.exe. The resulting Wpm-Char.rsc file is put my Mailbox folder but I think it can stay at <b>winpm-32.exe directory</b> as well.</p><p>[quote]header_strings reader_headers
&nbsp;&nbsp; {
&nbsp;&nbsp; 24,
&nbsp;&nbsp; "FROM:",&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "From:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ",
&nbsp;&nbsp; "TO:",&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; "To:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ",
&nbsp;&nbsp; "SUBJECT:",&nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp; "Subject:&nbsp;&nbsp;&nbsp; ",
&nbsp;&nbsp; "DATE:",&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp; "Date:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ",
&nbsp;&nbsp; "COMMENTS:", &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "Comments:&nbsp;&nbsp; ",
&nbsp;&nbsp; "X-MAILER:",&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; "Sent with:&nbsp; ",
&nbsp;&nbsp; "REPLY-TO:",&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; "Reply to:&nbsp;&nbsp; ",
&nbsp;&nbsp; "CC:",&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;&nbsp; "Copies to:&nbsp; ",
&nbsp;&nbsp; "BCC:",&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; "BCC to:&nbsp;&nbsp;&nbsp;&nbsp; ",
&nbsp;&nbsp; "NEWSGROUPS:",&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "To:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ",
&nbsp;&nbsp; "RESENT-FROM:", &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; "Resent by:&nbsp; ",
&nbsp;&nbsp; "RESENT-TO:",&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "Resent to:&nbsp; ",
&nbsp;&nbsp; "RESENT-DATE:",&nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp; "Resent in:&nbsp; ",
&nbsp;&nbsp; "DELIVERED-TO:",&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; "Delivered:&nbsp; ",
&nbsp;&nbsp; "X-RS-ID:",&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; "Identity:&nbsp;&nbsp; ",
&nbsp;&nbsp; "MESSAGE-ID:",&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; &nbsp; "Msg. ID:&nbsp;&nbsp;&nbsp; ",
&nbsp;&nbsp; "CONTENT-TYPE:",&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "Contents:&nbsp;&nbsp; ",
&nbsp;&nbsp; "X-ORIGINATING-IP:",&nbsp;&nbsp; "Sender IP:&nbsp; "
&nbsp;&nbsp; "X-REAL-SENDER:",&nbsp;&nbsp;&nbsp;&nbsp; "Origin:&nbsp;&nbsp;&nbsp;&nbsp; ",
&nbsp;&nbsp; "SENDER:",&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp; "Sender:&nbsp;&nbsp;&nbsp;&nbsp; ",
&nbsp;&nbsp; "ORGANIZATION:",&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; "Company:&nbsp;&nbsp;&nbsp; ",
&nbsp;&nbsp; "X-TO:",&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; "Firstly to: ",
&nbsp;&nbsp; "COPIES-TO:",&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp; "Copies to:&nbsp; ",
&nbsp;&nbsp; "PRIORITY:",&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; "Priority:&nbsp;&nbsp; "
&nbsp;&nbsp; };[/quote]</p><p>&nbsp;This workaround won't help with the noticeboard pane which will show only the From: header, that is YOU, but once opened the message will show the proper addressee(s).</p><p>&nbsp;Of course the Copyself folder is the best place to deal with sent messages, but a number of users have been using to CC/BCC themselves to keep a copy of their full blown sent messages (text + graphics + attachments, etc.) I found that Noticeboards is the best way to handle this specially because this addressee(s) thing. I'm attaching a copy of my Wpm-char.r file renamed to Wpm-char.txt to comply with forum rules.
</p><p>HTH
</p>
-- Euler
Pegasus Mail 4.81.1154 Windows 7 Ultimate
IERenderer: 2.7.1.5 AttachMenu: 1.0.1.2
PMDebug: 2.5.8.34 BearHTML 4.9.9.6