This file is indexed.

/etc/horde/mnemo/conf.xml is in php-horde-mnemo 4.1.2-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?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>