Warning, /pim/kdepim-addons/plugins/messageviewerplugins/externalscriptplugin/README is written in an unsupported language. File is not indexed.

0001 External Script:
0002 ----------------
0003 We can create scripts which will use some element of an email as subject body etc.
0004 
0005 We need to create a desktop file for it (see example directory)
0006 
0007 Arguments:
0008 - %s returns subject
0009 - %body returns body
0010 - %to returns "to"
0011 - %cc returns "cc"
0012 - %from returns "from"
0013 - %bcc returns "bcc"
0014 - %inreplyto returns "replyto"