File: README

package info (click to toggle)
kdepim-addons 25.12.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 35,776 kB
  • sloc: cpp: 47,568; xml: 282; sh: 114; makefile: 19
file content (14 lines) | stat: -rw-r--r-- 349 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
External Script:
----------------
We can create scripts which will use some element of an email as subject body etc.

We need to create a desktop file for it (see example directory)

Arguments:
- %s returns subject
- %body returns body
- %to returns "to"
- %cc returns "cc"
- %from returns "from"
- %bcc returns "bcc"
- %inreplyto returns "replyto"