Warning, /pim/grantlee-editor/headerthemeeditor/README.theme is written in an unsupported language. File is not indexed.

0001 How to create kmail header based on Grantlee:
0002 ---------------------------------------------
0003 You can use directly headerthemeeditor
0004 
0005 When you want to add css file or js file you need to use:
0006 "<link href="{{ header.absoluteThemePath }}style.css" rel="stylesheet" type="text/css" />"
0007 header.abasoluteThemePath defines path where is installed themes. KMail doesn't load relative path
0008 
0009 
0010 We have some variable which can use to define theme:
0011 - i18n variables: (default translated string)
0012         header.subjecti18n
0013         header.replyToi18n
0014         header.toi18n
0015         header.cci18n
0016         header.bcci18n
0017         header.fromi18n
0018         header.spamstatusi18n
0019         header.datei18n
0020         header.resentFromi18n
0021         header.vcardi18n
0022         header.resentToi18n
0023 
0024 - theme variables:
0025         header.absoluteThemePath
0026         header.subject
0027         header.replyTo
0028         header.replyToStr
0029         header.to
0030         header.toStr
0031         header.cc
0032         header.ccStr
0033         header.bcc
0034         header.bccStr
0035         header.from
0036         header.fromStr
0037         header.spamHTML
0038         header.dateshort
0039         header.date
0040         header.useragent
0041         header.xmailer
0042         header.resentFrom
0043         header.organization
0044         header.vcardname
0045         header.activecolordark
0046         header.fontcolor
0047         header.linkcolor
0048         header.photowidth
0049         header.photoheight
0050         header.applicationDir
0051         header.subjectDir
0052         header.photourl
0053         header.isprinting
0054         header.resentTo