diff options
Diffstat (limited to 'State.hs')
-rw-r--r-- | State.hs | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 { |