summaryrefslogtreecommitdiffstats
path: root/kab/template.config
diff options
context:
space:
mode:
authortoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
committertoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
commitce4a32fe52ef09d8f5ff1dd22c001110902b60a2 (patch)
tree5ac38a06f3dde268dc7927dc155896926aaf7012 /kab/template.config
downloadtdelibs-ce4a32fe52ef09d8f5ff1dd22c001110902b60a2.tar.gz
tdelibs-ce4a32fe52ef09d8f5ff1dd22c001110902b60a2.zip
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kab/template.config')
-rw-r--r--kab/template.config38
1 files changed, 38 insertions, 0 deletions
diff --git a/kab/template.config b/kab/template.config
new file mode 100644
index 000000000..c925e407e
--- /dev/null
+++ b/kab/template.config
@@ -0,0 +1,38 @@
+# This is the global template file that is copied to the users kab directory
+# when the program is started the first time.
+# Site administrators should prepare the interfaces to the mail
+# clients according to the settings on this machine to help the users.
+[config]
+ # a list of supported mail clients:
+ # MailCommand ... the shell command for starting the mailer
+ # MailParameters ... the parameters for handing over the mail address
+ # <person> will be replaced by a single address
+ # <persons> will be replaced by a list of the selected addresses,
+ # separated by commas
+ # <subject> will be replaced by a possible subject
+ [mailer]
+ [kmail]
+ MailCommand="kmail"
+ MailParameters="<person>\e-s\e<subject>\e"
+ [END]
+ [END]
+ # a list of supported talk clients:
+ # TalkCommand ... the shell command for starting the talk client
+ # TalkParameters ... the parameters for handing over the talk address
+ # <person> will be replaced by a single address
+ [talk]
+ [ktalk]
+ TalkCommand="ktalk"
+ TalkParameters="--autoexit\e<person>\e"
+ [END]
+ [END]
+ # some settings:
+ SaveOnChange="true"
+ QueryOnDelete="true"
+ QueryOnChange="true"
+ CreateBackup="true"
+ # the maximum number of files displayed in the "recent" menu:
+ MaxRecent="5"
+ # a list of integers with three elements:
+ KabVersion="1, 0, 0"
+[END]