File: control

package info (click to toggle)
sup-mail 0.22.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 1,136 kB
  • ctags: 1,490
  • sloc: ruby: 12,583; sh: 115; makefile: 9
file content (66 lines) | stat: -rw-r--r-- 2,673 bytes parent folder | download
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
Source: sup-mail
Section: mail
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Per Andersson <avtobiff@debian.org>,
           Caitlin Matos <caitlin.matos@zoho.com>
Build-Depends: debhelper (>= 9),
               gem2deb,
               ruby-chronic (>= 0.9.1~),
               ruby-gpgme (>= 2.0.2),
               ruby-highline,
               ruby-locale (>= 2.0~),
               ruby-lockfile,
               ruby-mime-types (>= 1.0~),
               ruby-minitest (>= 4.7),
               ruby-ncurses (>= 1.4.0~),
               ruby-rr (>= 1.0.5~),
               ruby-rubymail (>= 1.0.0~),
               ruby-trollop (>= 1.12~),
               ruby-unicode (>= 0.4.4~),
               ruby-xapian (>= 1.2.15~)
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/sup-mail.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/sup-mail.git
Homepage: http://supmua.org
XS-Ruby-Versions: all

Package: sup-mail
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-chronic (>= 0.9.1~),
         ruby-highline,
         ruby-locale (>= 2.0~),
         ruby-lockfile,
         ruby-mime-types (>= 1.0~),
         ruby-ncurses (>= 1.4.0~),
         ruby-rubymail (>= 1.0.0~),
         ruby-trollop (>= 1.12~),
         ruby-unicode (>= 0.4.4~),
         ruby-xapian (>= 1.2.15~),
         ${misc:Depends}
Recommends: ruby-gpgme
Provides: mail-reader
Description: thread-centric mailer with tagging and fast search
 Sup is a console-based email client for people with a lot of email. It
 supports tagging, very fast full-text search, automatic contact-list
 management, custom code insertion via a hook system, and more. If
 you're the type of person who treats email as an extension of your
 long-term memory, Sup is for you.
 .
 Sup makes it easy to:
    * Handle massive amounts of email.
    * Mix email from different sources: mbox files and Maildirs, across
      multiple machines.
    * Instantaneously search over your entire email collection. Search
      over body text, or use a query language to combine search predicates
      in any way.
    * Handle multiple accounts. Replying to email sent to a particular
      account will use the correct SMTP server, signature, and from address.
    * Add custom code to handle certain types of messages or to handle
      certain types of text within messages.
    * Organize email with user-defined labels, automatically track recent
      contacts, and much more!
 .
 The goal of Sup is to become the email client of choice for nerds everywhere.