I have a large list of tasks due today. I'd like to push some of them down towards the bottom of the list by marking them as "low priority"... but unfortunately, since I'm sorting by priority, this means that they'll actually end up towards the TOP of the list (below the Urgent and High Pro items)
SUGGESTED CHANGE:
When sorting by priority, assume that tasks without priority are "normal" priority. So when sorting, it'd look like this:
  • Urgent tasks
  • High priority tasks
  • Normal OR no-priority tasks
  • Low priority tasks
Thanks :)