Currently the recentf-open dialog sorts by which entry was most recently opened through recentf-open. I would however prefer this to be access time in general, so whichever file I visited last, not necessarily through said dialog.
I've searched far and wide for a solution and found nothing, and I've tried to write a function that sorts the list and execute it before opening the prompt popup/minibuffer, but that did nothing. Especially since the "access time" in file metadata doesn't really reflect reality.
As far as I can tell the actual order of recentf-list does not affect the order on the prompt minibuffer, is there any way of achieving that short of practically recreating recentf on the basis of file-name-history? (or if it's not too much effort that would work too, it just seems like overkill and probably a solved issue that I just can't find...)
amxpackage, may help, depend on your configuration.