This file is indexed.

/usr/lib/python2.7/dist-packages/notmuch-0.17.egg-info is in python-notmuch 0.17-3.

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
35
36
37
Metadata-Version: 1.1
Name: notmuch
Version: 0.17
Summary: Python binding of the notmuch mail search and indexing library.
Home-page: http://notmuchmail.org/
Author: Sebastian Spaeth
Author-email: Sebastian@SSpaeth.de
License: http://www.gnu.org/licenses/gpl-3.0.txt
Download-URL: http://notmuchmail.org/releases/notmuch-0.17.tar.gz
Description: Overview
        ========
        
        The notmuch module provides an interface to the `notmuch
        <http://notmuchmail.org>`_ functionality, directly interfacing with a
        shared notmuch library. Notmuch provides a maildatabase that allows
        for extremely quick searching and filtering of your email according to
        various criteria.
        
        The documentation for the latest notmuch release can be `viewed
        online <http://notmuch.readthedocs.org/>`_.
        
        Requirements
        ------------
        
        You need to have notmuch installed (or rather libnotmuch.so.1). Also,
        notmuch makes use of the ctypes library, and has only been tested with
        python >= 2.5. It will not work on earlier python versions.
        
Keywords: library,email
Platform: 
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Communications :: Email
Classifier: Topic :: Software Development :: Libraries