From d873a5604911659080acd7ba9788da6698641f4c Mon Sep 17 00:00:00 2001 From: hut Date: Thu, 8 Sep 2011 19:43:21 +0200 Subject: add cycling by mtime and atime --- ranger/core/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ranger/core/actions.py') 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) -- cgit 1.4.1-2-gfad0