blob: d3a94d314846d0f94f24990b19776d22337de0f4 (
plain)
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
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>lschmelting@posteo.com</email>
<name>Lukas Schmelting</name>
</maintainer>
<maintainer type="project" proxied="proxy">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<use>
<flag name="apidoc">Provide doxygen generated API docs</flag>
<flag name="crypt">Support decryption and verification of PGP/MIME messages
and in Emacs UI - encryption; support also S/MIME signature verification
since version 0.22</flag>
<flag name="emacs">Install Emacs UI (the main one)</flag>
<flag name="mutt">Install helper script for Mutt</flag>
<flag name="nmbug">Install experimental tag sharing / pseudo-bug-tracking
script for Notmuch (see http://notmuchmail.org/nmbug/)</flag>
</use>
<longdescription lang="en">Notmuch is a system for indexing, searching,
reading, and tagging large collections of email messages in maildir or mh
format. It uses the Xapian library to provide fast, full-text search with a
convenient search syntax.</longdescription>
<origin>baldeagleos-repo</origin>
</pkgmetadata>
|