35 lines
1.1 KiB
XML
35 lines
1.1 KiB
XML
<?xml version="1.0"?>
|
|
<!-- $Id: d97e56b407852ff0a86c7d88c9a57c8f3089e82f $ -->
|
|
<configuration>
|
|
<configsection name="storage">
|
|
<configheader>Storage System Settings</configheader>
|
|
|
|
<configswitch name="driver" desc="What storage driver should we use?">sql
|
|
<case name="sql" desc="SQL">
|
|
<configsection name="params">
|
|
<configsql switchname="driverconfig">
|
|
<configstring name="table" desc="Database
|
|
table">mnemo_memos</configstring>
|
|
</configsql>
|
|
</configsection>
|
|
</case>
|
|
|
|
<case name="kolab" desc="IMAP/Kolab" />
|
|
</configswitch>
|
|
</configsection>
|
|
|
|
<configsection name="notepads">
|
|
<configheader>Notepad Handler Settings</configheader>
|
|
<configswitch name="driver" desc="What type of notepad handler should we use?">default
|
|
<case name="default" desc="Default" />
|
|
<case name="kolab" desc="IMAP/Kolab" />
|
|
</configswitch>
|
|
</configsection>
|
|
|
|
<configsection name="menu">
|
|
<configheader>Menu settings</configheader>
|
|
<configboolean name="import_export" desc="Should we display an Import/Export
|
|
link in the Mnemo application menus?">true</configboolean>
|
|
</configsection>
|
|
</configuration>
|