X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FConfiguration.hs;h=9b7be965e78e1728243d02a8f05af5d7bf181ad9;hb=3e2b5ea5ae69ff531d8a177fd993d6a37e9ebc22;hp=7e15a74a15926e745ab7da640d6a3745220fdb93;hpb=1585e5bef7e46666a8f026a00884323c9834565b;p=mailbox-count.git diff --git a/src/Configuration.hs b/src/Configuration.hs index 7e15a74..9b7be96 100644 --- a/src/Configuration.hs +++ b/src/Configuration.hs @@ -45,7 +45,7 @@ instance Default Configuration where where def_summary_query = "SELECT domain,COUNT(username) " ++ "FROM mailbox " ++ - "GROUP BY domain "++ + "GROUP BY domain " ++ "ORDER BY domain;" def_detail_query = "SELECT domain,username " ++