-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcom.edsantiago.xlbiff.metainfo.xml
More file actions
42 lines (42 loc) · 1.66 KB
/
com.edsantiago.xlbiff.metainfo.xml
File metadata and controls
42 lines (42 loc) · 1.66 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<component>
<id>com.edsantiago.xlbiff</id>
<metadata_license>MIT</metadata_license>
<project_license>MIT</project_license>
<name>XLbiff</name>
<summary>Mail notification pop-up with configurable message scans</summary>
<description>
<p>
Xlbiff presents enough information to tell you: Is this new mail worth
reading right now? And it stops distracting you once you decide.
</p>
<p>
Xlbiff waits in the background, monitoring your mailbox file or IMAP
server (or running any state-monitoring script you configure).
When a new message arrives, it invokes the MH scan(1) command (or
any status-generating script) and pops up a window with the output.
If more mail arrives (or the monitored state changes), xlbiff scans
again and resizes its preview window accordingly.
</p>
<p>
You can customize scan(1) to show any header and/or content; by
default xlbiff displays the From, Subject and beginning of the
message content. Xlbiff can also beep or play a custom sound.
</p>
<p>
Clicking the left mouse button anywhere in the window causes it to
vanish. It will also vanish if the mailbox becomes empty. Xlbiff
stays out of your way when there is no new mail and pops up only
when something requests your attention.
</p>
</description>
<categories>
<category>Network</category>
<category>Email</category>
</categories>
<url type="homepage">https://www.edsantiago.com/xlbiff/</url>
<url type="vcs-browser">https://github.com/edsantiago/xlbiff</url>
<developer id="com.github.gildea">
<name>Stephen Gildea</name>
</developer>
</component>