This file is indexed.

/usr/share/ktelepathy/styles/WoshiChat.AdiumMessageStyle/Contents/Resources/Outgoing/Content.html is in kde-telepathy-text-ui 4:15.12.3-0ubuntu1.

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
<div class="chatBlock me %messageClasses%">
  <table width="100%" cellspacing="0" cellpadding="0">
    <tbody>
      <tr>
        <td class="nameBlock">
          <p id="sender" style="margin-top: 0;">%sender%</p>
        </td>
        <td class="messageBlock">
          <p class="timeBlock">%shortTime%</p>
          <p id="contents" style="margin-top: 0;">%message%</p>
          <p id="insert"></p>
        </td>
      </tr>
    </tbody>
  </table>
</div>