]> git.llucax.com Git - software/mutt-debian.git/blob - debian/patches/debian-specific/sort-patchlist
upstream/544794-smtp-batch.patch: mutt won't ask for a password if smtp_user and...
[software/mutt-debian.git] / debian / patches / debian-specific / sort-patchlist
1 This patch will allow mutt -v to return a sorted list of patches
2
3 Index: trunk/patchlist.sh
4 ===================================================================
5 --- trunk.orig/patchlist.sh     2007-03-15 15:50:14.000000000 +0100
6 +++ trunk/patchlist.sh  2007-03-15 15:50:41.000000000 +0100
7 @@ -15,6 +15,6 @@ EOF
8  
9  while read patch ; do
10         echo "  puts (\"${patch}\");"
11 -done
12 +done | LC_COLLATE=C sort
13  
14  echo "}"