From ce4a32fe52ef09d8f5ff1dd22c001110902b60a2 Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: 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 --- kab/template.config | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 kab/template.config (limited to 'kab/template.config') 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 + # will be replaced by a single address + # will be replaced by a list of the selected addresses, + # separated by commas + # will be replaced by a possible subject + [mailer] + [kmail] + MailCommand="kmail" + MailParameters="\e-s\e\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 + # will be replaced by a single address + [talk] + [ktalk] + TalkCommand="ktalk" + TalkParameters="--autoexit\e\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] -- cgit v1.2.1