Skip to content
This repository has been archived by the owner on Nov 12, 2017. It is now read-only.

Commit

Permalink
make rules selectable straight after import
Browse files Browse the repository at this point in the history
  • Loading branch information
johndoh committed Sep 15, 2009
1 parent 983038b commit f6d27bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sieverules.php
Expand Up @@ -215,6 +215,7 @@ function gen_setup()
else
$this->script = $this->sieve->script->as_array();

rcmail_overwrite_action('plugin.sieverules');
$this->api->output->send('sieverules.sieverules');
}
else if (strlen($text) > 0 && strlen($buttons) > 0) {
Expand All @@ -229,6 +230,7 @@ function gen_setup()
}
else {
$this->sieve->save();
rcmail_overwrite_action('plugin.sieverules');
$this->api->output->send('sieverules.sieverules');
}
}
Expand Down

0 comments on commit f6d27bd

Please sign in to comment.