Skip to content

Commit

Permalink
Bug #13092: allow new mailbox name to be provided on spam page
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Apr 7, 2014
1 parent 81affcc commit 8fa398a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ingo/lib/Form/Spam.php
Expand Up @@ -38,6 +38,7 @@ public function __construct($vars, $title = '', $name = null)
$this->folder_var = $this->addVariable(_("Folder to receive spam:"), 'folder', 'ingo_folders', false);
$this->folder_var->setHelp('spam-folder');
$this->addHidden('', 'actionID', 'text', false);
$this->addHidden('', 'folder_new', 'text', false);

$this->setButtons(_("Save"));
}
Expand Down

0 comments on commit 8fa398a

Please sign in to comment.