Comment 10 for bug 147236

Revision history for this message
Mats (matsben) wrote : Re: [Bug 147236] Re: Replace /Forwarded/Fwd/

The logic looks like this:

 set name [::Roster::GetShortName $from]
 set origSubject [string map {"Fwd: " ""} $opts(-subject)]

 $wtext insert end "---------- "
 $wtext insert end [mc "Forwarded message"]
 $wtext insert end " ----------"
 $wtext insert end "\n"
 $wtext insert end "[mc From]: $name <$from>"
 $wtext insert end "\n"
 $wtext insert end "[mc Date]: $date"
 $wtext insert end "\n"
 $wtext insert end "[mc Subject]: $origSubject"
 $wtext insert end "\n\n"
 $wtext insert end $opts(-forwardmessage)

Note that the From must refer to one and the same contact, shouldn't it?

On 10/9/07, sander <email address hidden> wrote:
> 2007/10/9, Mats <email address hidden>:
> > Ahhhh... that dialog. Missing -from switch. Untested.
>
> Still 1 bug:
> "From: <email address hidden>/Psi <<email address hidden>/Psi>" should be:
> "From: langetest1234567890testnogeenkeertje12345 <<email address hidden>/Psi>"
>
> --
> Mvg, Sander Devrieze.
>
> --
> Replace /Forwarded/Fwd/
> https://bugs.launchpad.net/bugs/147236
> You received this bug notification because you are a bug assignee.
>