diff options
-rw-r--r-- | ranger/core/actions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/core/actions.py b/ranger/core/actions.py index 3281964e..d77f2a86 100644 --- a/ranger/core/actions.py +++ b/ranger/core/actions.py @@ -407,7 +407,7 @@ class Actions(FileManagerAware, EnvironmentAware, SettingsAware): return self.env.cwd.search_fnc(fnc=fnc, offset=offset, forward=forward) - elif order in ('size', 'mimetype', 'ctime'): + elif order in ('size', 'mimetype', 'ctime', 'mtime', 'atime'): cwd = self.env.cwd if original_order is not None or not cwd.cycle_list: lst = list(cwd.files) |