Files
server/usr/share/psa-horde/imp/lib/Search/Vfolder.php
2026-01-07 20:52:11 +01:00

33 lines
767 B
PHP

<?php
/**
* Copyright 2010-2017 Horde LLC (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
* did not receive this file, see http://www.horde.org/licenses/gpl.
*
* @category Horde
* @copyright 2010-2017 Horde LLC
* @license http://www.horde.org/licenses/gpl GPL
* @package IMP
*/
/**
* Data structure for storing a virtual folder.
*
* @author Michael Slusarz <slusarz@horde.org>
* @category Horde
* @copyright 2010-2017 Horde LLC
* @license http://www.horde.org/licenses/gpl GPL
* @package IMP
*/
class IMP_Search_Vfolder extends IMP_Search_Query
{
/**
* Display this virtual folder in the preferences screen?
*
* @var boolean
*/
public $prefDisplay = true;
}