summaryrefslogtreecommitdiff
path: root/epgsearchcfg.h
diff options
context:
space:
mode:
authorChristian Wieninger <cwieninger (at) gmx (dot) de>2009-10-03 21:04:31 +0200
committerChristian Wieninger <cwieninger (at) gmx (dot) de>2009-10-03 21:04:31 +0200
commitf0699b25e6bc82931075c88c49c046c4ab696f2c (patch)
treee1972a4931720e5a74e9ae07e86f6c7ac18d58de /epgsearchcfg.h
parentdf09c23571eee2d45b856aed17b38deca44b0bbb (diff)
downloadvdr-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.h3
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;