]> granicus.if.org Git - neomutt/commit
Rework the "inbox-first" implementation to make code self-explanatory (#356)
authorPietro Cerutti <gahr@gahr.ch>
Sun, 5 Feb 2017 14:22:25 +0000 (14:22 +0000)
committerRichard Russon <rich@flatcap.org>
Sun, 5 Feb 2017 14:22:25 +0000 (14:22 +0000)
commit8e02fc0f882fb708f44d3b7f0e2335e360f713b1
treec94907b6acf6c34f7d5fdec3b9d98cd8395c06bb
parent1689cb1e48f5cf16db282c385e7e60b54912dda1
Rework the "inbox-first" implementation to make code self-explanatory (#356)

Do not sort INBOX before its parent folder

This is achieved by considering /a/b/ and /a/b/c/d as different
subpaths, thus avoiding this situation

/a/b/INBOX
/a/b/

Closes #301
browser.c
lib.c
lib.h
sidebar.c