Bug 251419

Summary: enterprise headers strips html tags from subjects
Product: [Applications] kmail Reporter: Teemu Autto <kde.org>
Component: messageviewerAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED INTENTIONAL    
Severity: normal    
Priority: NOR    
Version: 1.13.5   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:

Description Teemu Autto 2010-09-16 10:00:56 UTC
Version:           1.13.5 (using KDE 4.5.1) 
OS:                Linux

Enterprise headers strips html tags from message subjects, instead of escaping them.

Reproducible: Always

Steps to Reproduce:
Send email with subject containing html tag-ish content, like:
Cron <root@localhost> /some/script


Actual Results:  
Enterprise headers displays as subject:
Cron  /some/script

Expected Results:  
Subject should be:
Cron <root@localhost> /some/script

OS: Linux (x86_64) release 2.6.34.4-0.1-desktop
Compiler: gcc
Comment 1 Torgny Nyblom 2010-09-16 10:07:58 UTC
This is a requirement from the ones who requested the enterprise theme, as such this will not be changed.

However there is work in the pipeline to enable theming. This will enable you (and anyone else) to write a theme that better suites your needs.