Merge branch 'jk/mailsplit-maildir-muttsort' into maint
authorJunio C Hamano <gitster@pobox.com>
Tue, 26 Mar 2013 19:44:11 +0000 (12:44 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 26 Mar 2013 19:44:11 +0000 (12:44 -0700)
Sort filenames read from the maildir/ in a way that is more likely
to sort messages in the order the writing MUA meant to, by sorting
numeric segment in numeric order and non-numeric segment in
alphabetical order.

* jk/mailsplit-maildir-muttsort:
mailsplit: sort maildir filenames more cleverly

Trivial merge