diff options
author | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2009-10-03 21:04:31 +0200 |
---|---|---|
committer | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2009-10-03 21:04:31 +0200 |
commit | f0699b25e6bc82931075c88c49c046c4ab696f2c (patch) | |
tree | e1972a4931720e5a74e9ae07e86f6c7ac18d58de /epgsearchcfg.h | |
parent | df09c23571eee2d45b856aed17b38deca44b0bbb (diff) | |
download | vdr-plugin-epgsearch-f0699b25e6bc82931075c88c49c046c4ab696f2c.tar.gz vdr-plugin-epgsearch-f0699b25e6bc82931075c88c49c046c4ab696f2c.tar.bz2 |
search timer mails can now be buffered and delayed
Diffstat (limited to 'epgsearchcfg.h')
-rw-r--r-- | epgsearchcfg.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/epgsearchcfg.h b/epgsearchcfg.h index 0b762ea..85f29c6 100644 --- a/epgsearchcfg.h +++ b/epgsearchcfg.h @@ -141,6 +141,9 @@ cEPGSearchConfig(void); int TimerProgRepeat; int maxChannelMenuNow; int noConflMsgWhileReplay; + int sendMailOnSearchtimerHours; + + time_t lastMailOnSearchtimerAt; }; extern cEPGSearchConfig EPGSearchConfig; |