summaryrefslogtreecommitdiff
path: root/debian/control
blob: d2529c35b58e07ae31e2e37ef85039f31d06f2df (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
28
29
30
31
32
33
34
Source: mairix
Section: mail
Priority: optional
Maintainer: Benjamin Mako Hill <mako@debian.org>
Uploaders: Sean Whitton <spwhitton@spwhitton.name>
Build-Depends: debhelper (>= 9), bison, flex, libbz2-dev, zlib1g-dev, locales-all
Standards-Version: 4.0.1
Homepage: https://github.com/vandry/mairix
Vcs-Git: https://anonscm.debian.org/git/collab-maint/mairix.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/mairix.git/

Package: mairix
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: indexes and searches locally-stored email
 mairix is a program for indexing and searching email messages stored
 offline on your computer.  mairix supports the Maildir, MH folders,
 and mbox formats.
 .
 Some features:
 .
  * Indexing is fast. It runs incrementally on new messages - any
    particular message only gets scanned once in the lifetime of the
    index file.
 .
  * Searching is fast.
 .
  * The search mode populates a "virtual" maildir folder with symlinks
    which point to the real messages. This folder can be opened as usual
    in your mail program.
 .
  * Indexing and searching is based on words. The index file tabulates
    which words occur in which parts (particular headers + body) of which
    messages.