Switch to side-by-side view

--- a/src/index/mimetype.cpp
+++ b/src/index/mimetype.cpp
@@ -57,7 +57,7 @@
 #ifdef USE_SYSTEM_FILE_COMMAND
     if (usfc && mime.empty()) {
 	// Last resort: use "file -i"
-	list<string> args;
+	vector<string> args;
 
 	args.push_back("-i");
 	args.push_back(fn);