]> gitweb.michael.orlitzky.com - mailbox-count.git/blobdiff - src/Main.hs
Align the mailbox counts in the summary report to the same column.
[mailbox-count.git] / src / Main.hs
index 633e969fcef69849fd07ed602990e52a0f49d80f..d153716e3ad575f9368ce2bc779785721986068b 100644 (file)
@@ -68,6 +68,6 @@ main = do
   --exitWith (ExitFailure exit_no_username)
 
   conn <- connectPostgreSQL (connection_string cfg)
-  r <- report conn (both cfg) (detail cfg)
+  r <- report conn (detail cfg)
   putStrLn r
 --  disconnect conn