--- a/src/qtgui/crontool.cpp
+++ b/src/qtgui/crontool.cpp
@@ -72,7 +72,7 @@
 	return;
 
     string id = idstring(theconfig->getConfDir());
-    string cmd("recollindex -m -w 60");
+    string cmd("recollindex");
 
     string reason;
 
@@ -88,7 +88,7 @@
 	    accept();
 	}  else {
 	    QMessageBox::warning(0, "Recoll", 
-			     tr("Error installing cron entry. Bad syntax in fields ? "));
+		     tr("Error installing cron entry. Bad syntax in fields ?"));
 	}	    
     }
 }