Something like my “-Inbox TOC” maybe?
# Inbox TOC
This is the Table of Contents of your Inbox.
**The Inbox should be empty at the end of a workday!**
The list is sorted by last modified time, newest at top.
<!--
The following might slow down performance, since it checks _all_ files in the vault.
Then again, it’ll always work for files in this folder, regardless of location and name.
-->
```dataview
table file.ctime as Created, file.mtime as "Last modified"
where file.name != this.file.name and contains(file.path, this.file.folder)
sort file.mtime descending
```
The only thing that’s not completely implemented in Dataview is the “all file types”.