From 66c096b62db95d96ef9552bd68f36df3054ebc3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Benencia?= Date: Wed, 11 Sep 2013 10:46:41 -0300 Subject: Removed no longer needed imports --- src/Lazymail/State.hs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/Lazymail/State.hs') diff --git a/src/Lazymail/State.hs b/src/Lazymail/State.hs index bf1e3c2..fb640a6 100644 --- a/src/Lazymail/State.hs +++ b/src/Lazymail/State.hs @@ -9,9 +9,7 @@ module Lazymail.State where import Codec.MIME.Type(MIMEValue, nullMIMEValue) -import Text.ParserCombinators.Parsec.Rfc2822(Message, GenericMessage(..)) import UI.NCurses(ColorID(..), defaultColorID) -import Network.Email.Mailbox(Flag(..), Flags) import System.FilePath import Lazymail.Types @@ -29,7 +27,7 @@ initialState = LazymailState { , indexState = initialIndexState , composeState = initialComposeState , emailState = initialEmailState - , inputState = initialInputState + , inputState = initialInputState , colorStyle = initialColorStyle } -- cgit v1.2.3