File: control

package info (click to toggle)
sup-mail 1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,412 kB
  • sloc: ruby: 13,047; sh: 167; makefile: 12
file content (62 lines) | stat: -rw-r--r-- 2,409 bytes parent folder | download | duplicates (2)
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
Source: sup-mail
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Utkarsh Gupta <utkarsh@debian.org>,
           Iain Parris <ipv2.vcs@parris.org>
Section: mail
Priority: optional
Build-Depends: debhelper-compat (= 13),
               gem2deb (>= 1),
               rake,
               ruby,
               ruby-chronic,
               ruby-gpgme,
               ruby-highline,
               ruby-locale (>= 2.0),
               ruby-lockfile,
               ruby-mime-types (>> 2.0),
               ruby-ncurses (>= 1.4.0),
               ruby-optimist,
               ruby-rr,
               ruby-rubymail (<< 2),
               ruby-rubymail (>= 1.1.2),
               ruby-unicode (>= 0.4.4),
               ruby-unicode-display-width,
               ruby-xapian,
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/ruby-team/sup-mail.git
Vcs-Browser: https://salsa.debian.org/ruby-team/sup-mail
Homepage: https://sup-heliotrope.github.io/
Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: no

Package: sup-mail
Architecture: any
Depends: ruby:any,
         ${misc:Depends},
         ${ruby:Depends},
         ${shlibs:Depends},
         ruby-xapian
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.