Bug 329854 r=joe.hughes Add a excludeReadOnlyFolders to query options for

use when filing.

Original committer: brettw%gmail.com
Original revision: 1.40
Original date: 2006/03/10 19:44:28
This commit is contained in:
benjamin%smedbergs.us 2006-07-18 17:53:14 +00:00
Родитель c3d16f6509
Коммит d19c2200df
1 изменённых файлов: 10 добавлений и 0 удалений

Просмотреть файл

@ -831,6 +831,16 @@ interface nsINavHistoryQueryOptions : nsISupports
*/
attribute boolean excludeQueries;
/**
* Set to true to exclude read-only folders from the query results. This is
* designed for cases where you want to give the user the option of filing
* something into a list of folders. It only affects cases where the actual
* folder result node would appear in its parent folder and filters it out.
* It doesn't affect the query at all, and doesn't affect more complex
* queries (such as "folders with annotation X").
*/
attribute boolean excludeReadOnlyFolders;
/**
* When set, allows items with "place:" URIs to appear as containers,
* with the container's contents filled in from the stored query.