From 05d6b5f93cd1ed5e9c4f4f9d63cf392ada048afb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Benencia?= Date: Mon, 26 Aug 2013 13:44:44 -0300 Subject: towards lazy reading (broken) --- State.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'State.hs') diff --git a/State.hs b/State.hs index a3fbef0..f9623dc 100644 --- a/State.hs +++ b/State.hs @@ -39,10 +39,10 @@ data MaildirState = MaildirState { data IndexState = IndexState { selectedRowIn :: Int , selectedEmail :: Message - , selectedEmails :: [(String, [Flag], String)] + , selectedEmails :: [FilePath] , scrollRowIn :: Int , currentInLen :: Int - , scrollBufferIn :: [(String, [Flag], String)] + , scrollBufferIn :: [FilePath] } data ComposeState = ComposeState { -- cgit v1.2.3