default configuration file for now, since the argument may contain
several filenames. We should probably either just call open_command
with one filename at a time or add quotes around each filename in the
code.
# The column to sort on by default.
default_sort_column = @captured
-open_command = gimp-remote --new "%%(locations)s"
+open_command = gimp-remote --new %%(locations)s
rotate_right_command = jpegtran -rotate 90 -perfect -copy all -outfile "%%(location)s" "%%(location)s"
rotate_left_command = jpegtran -rotate 270 -perfect -copy all -outfile "%%(location)s" "%%(location)s"