File: control

package info (click to toggle)
notifymuch 0.1~git20151223.0.9d4aaf5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 128 kB
  • sloc: python: 248; sh: 13; makefile: 2
file content (33 lines) | stat: -rw-r--r-- 963 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
Source: notifymuch
Section: utils
Priority: optional
Maintainer: itd <itd@net.in.tum.de>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python3,
 python3-notmuch2,
 python3-setuptools,
Standards-Version: 4.7.2
Homepage: https://github.com/kspi/notifymuch/
Vcs-Browser: https://salsa.debian.org/debian/notifymuch
Vcs-Git: https://salsa.debian.org/debian/notifymuch.git

Package: notifymuch
Architecture: any
Depends:
 ${misc:Depends},
 ${python3:Depends},
 ${shlibs:Depends},
Enhances:
 notmuch,
Recommends:
 notmuch,
Description: Display desktop notifications for unread mail in notmuch database
 A simple program that displays desktop notifications for unread mail (or
 actually any search query) in the notmuch database. The notification can
 optionally have a button to run a mail client.
 .
 When a message is shown in a notification, it is internally marked as
 'recently seen' and not shown again for two days (configurable).