blob: 8484212d0b17adbd03647f80f146c7409f9d14d0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>gnu-emacs@gentoo.org</email>
<name>Gentoo GNU Emacs project</name>
<description>
For mu4e (installed with USE=emacs).
Do not assign for anything else.
</description>
</maintainer>
<longdescription lang="en">
'mu' is a set of command-line tools for Linux/Unix that enable you to quickly find the e-mails you
are looking for, assuming that you store your e-mails in Maildirs. It also includes an emacs based mail client mu4e.
</longdescription>
<use>
<flag name="emacs">Install the mu4e mail client</flag>
</use>
<origin>srcux</origin>
</pkgmetadata>
|