Skip to content

Commit

Permalink
[mms] Fix whups-mail-filter binary.
Browse files Browse the repository at this point in the history
Looks like the result of a botched merge.
  • Loading branch information
slusarz committed Jul 25, 2014
1 parent 2b36cff commit a9a15ea
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions whups/bin/whups-mail-filter
Expand Up @@ -56,6 +56,13 @@ function _dump($hash)
return $dump;
}

function _error()
{
foreach (imap_errors() as $error) {
$GLOBALS['cli']->message($error, 'cli.warning');
}
}

if (file_exists(__DIR__ . '/../../whups/lib/Application.php')) {
$baseDir = __DIR__ . '/../';
} else {
Expand Down
1 change: 1 addition & 0 deletions whups/docs/CHANGES
Expand Up @@ -2,6 +2,7 @@
v3.0.1-git
----------

[mms] Fix whups-mail-filter binary.


------
Expand Down
4 changes: 2 additions & 2 deletions whups/package.xml
Expand Up @@ -27,7 +27,7 @@
</stability>
<license uri="http://www.horde.org/licenses/bsdl.php">BSD-2-Clause</license>
<notes>
*
* [mms] Fix whups-mail-filter binary.
</notes>
<contents>
<dir baseinstalldir="/" name="/">
Expand Down Expand Up @@ -1115,7 +1115,7 @@
<date>2014-03-10</date>
<license uri="http://www.horde.org/licenses/bsdl.php">BSD-2-Clause</license>
<notes>
*
* [mms] Fix whups-mail-filter binary.
</notes>
</release>
</changelog>
Expand Down

0 comments on commit a9a15ea

Please sign in to comment.