Skip to content
Snippets Groups Projects
Commit e32109dc authored by deuce's avatar deuce
Browse files

Add comment regarding FILES and NEW magic names to be built-in.

parent 029c7592
Branches
Tags
No related merge requests found
......@@ -46,6 +46,12 @@ function add_file(filename, resp)
added[filename]='';
}
/*
* TODO: built-in magic names... FILES and NEW
* FILES lists all FREQable files and
* NEW lists ones newer than 10 days.
*/
function handle_magic(magic, resp, protected, pw)
{
var file=undefined;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment