This file is indexed.

/usr/share/GNUstep/SOGo/Templates/UIxSidenavToolbarTemplate.wox is in sogo-common 3.2.6-2.

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
<?xml version='1.0' standalone='yes'?>
<container
    xmlns="http://www.w3.org/1999/xhtml"
    xmlns:var="http://www.skyrix.com/od/binding"
    xmlns:const="http://www.skyrix.com/od/constant"
    xmlns:label="OGo:label">
  <md-toolbar class="sg-padded md-hue-2 md-tall" flex-none="flex-none">
    <sg-avatar-image class="md-tile-left"
                     sg-email="activeUser.email"
                     size="40">person</sg-avatar-image>
    <div layout="row" layout-align="space-between center">
      <div style="overflow: hidden">
        <p class="sg-md-title sg-no-wrap">{{activeUser.identification}}</p>
        <p class="md-caption sg-no-wrap">{{activeUser.email}}</p>
      </div>
      <md-button class="md-icon-button"
                 ng-hide="baseURL.endsWith('/Preferences')"
                 ng-href="{{activeUser.path.preferences}}">
        <md-icon>settings</md-icon>
        <md-tooltip><var:string label:value="Preferences"/></md-tooltip>
      </md-button>
    </div>
  </md-toolbar>
</container>