Changeset 3137

Show
Ignore:
Timestamp:
01/18/07 19:21:26 (17 years ago)
Author:
jerome
Message:

Forgot to fix this one as well...

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/pkmail

    r3133 r3137  
    108108        self.logdebug("Sending answer to : %s" % useremail) 
    109109        emailmsg = MIMEText(result, _charset=self.charset) 
    110         emailmsg["Subject"] = str(Header(_("Result of your commands"), charset=self.charset)) 
     110        emailmsg["Subject"] = Header(_("Result of your commands"), charset=self.charset) 
    111111        emailmsg["From"] = whoami 
    112112        emailmsg["To"] = useremail