1: <?php
2: /**
3: * This class provides a data structure for storing a virtual folder.
4: *
5: * Copyright 2010-2012 Horde LLC (http://www.horde.org/)
6: *
7: * See the enclosed file COPYING for license information (GPL). If you
8: * did not receive this file, see http://www.horde.org/licenses/gpl.
9: *
10: * @author Michael Slusarz <slusarz@horde.org>
11: * @category Horde
12: * @license http://www.horde.org/licenses/gpl GPL
13: * @package IMP
14: */
15: class IMP_Search_Vfolder extends IMP_Search_Query
16: {
17: /**
18: * Display this virtual folder in the preferences screen?
19: *
20: * @var boolean
21: */
22: public $prefDisplay = true;
23:
24: }
25: