mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-06 13:15:19 +02:00
Closes: https://bugs.gentoo.org/953475 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
22 lines
970 B
XML
22 lines
970 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<!-- maintainer-needed -->
|
|
<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>
|
|
</pkgmetadata>
|