X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FConfiguration.hs;fp=src%2FConfiguration.hs;h=9b7be965e78e1728243d02a8f05af5d7bf181ad9;hb=ffbd11deecf29fb7464fde3c3f20ef984f3e5916;hp=7e15a74a15926e745ab7da640d6a3745220fdb93;hpb=e67045a56b353610cc34f0043982bddb99e69caf;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 " ++