Skip to content

Commit 32b1028

Browse files
author
root
committed
read_all -> source_read_all
1 parent 7707cd3 commit 32b1028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/plugins-available/getmail_plugin.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ function update($event_name, $data) {
113113
$tpl = str_replace('{DELETE}', 'false', $tpl);
114114
}
115115

116-
if($data["new"]["read_all"] == 'y') {
116+
if($data["new"]["source_read_all"] == 'y') {
117117
$tpl = str_replace('{READ_ALL}', 'true', $tpl);
118118
} else {
119119
$tpl = str_replace('{READ_ALL}', 'false', $tpl);

0 commit comments

Comments
 (0)