changeset 68 | 8bc711bdd180 |
parent 67 | da29842506b4 |
child 69 | 0f66e8a1364a |
67:da29842506b4 | 68:8bc711bdd180 |
---|---|
21 |
21 |
22 my %DEFAULT = ( |
22 my %DEFAULT = ( |
23 delay => 600, |
23 delay => 600, |
24 db => 'seen', |
24 db => 'seen', |
25 ); |
25 ); |
26 |
|
27 sub unseen; |
|
28 |
26 |
29 # some helper functions |
27 # some helper functions |
30 sub getDBDir(); |
28 sub getDBDir(); |
31 sub findExim(;$); |
29 sub findExim(;$); |
32 sub connectDB($$); |
30 sub connectDB($$); |