projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85f1da4
)
Use a lock name that's different from mailbot's seen database name (Bug #8577).
author
Jan Schneider
<jan@horde.org>
Tue, 15 Sep 2009 20:55:56 +0000
(22:55 +0200)
committer
Jan Schneider
<jan@horde.org>
Tue, 15 Sep 2009 20:59:04 +0000
(22:59 +0200)
ingo/lib/Script/Maildrop.php
patch
|
blob
|
history
diff --git
a/ingo/lib/Script/Maildrop.php
b/ingo/lib/Script/Maildrop.php
index
676f945
..
7882e54
100644
(file)
--- a/
ingo/lib/Script/Maildrop.php
+++ b/
ingo/lib/Script/Maildrop.php
@@
-508,7
+508,7
@@
class Maildrop_Recipe {
// Rule : Start/End of vacation
if (($start != 0) && ($end !== 0)) {
- $this->_action[] = ' flock "vacation.lock" {';
+ $this->_action[] = ' flock "vacation
process
.lock" {';
$this->_action[] = ' current_time=time';
$this->_action[] = ' if ( \ ';
$this->_action[] = ' ($current_time >= ' . $start . ') && \ ';