diff --git a/exec/freqit.js b/exec/freqit.js
index 687ba9adcd5542a4c50fcd195b0e0baafd6295a5..c9aa0d809fb86796592e44b4eda3a0d287590444 100644
--- a/exec/freqit.js
+++ b/exec/freqit.js
@@ -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;