diff options
author | Raúl Benencia <rul@kalgan.cc> | 2013-09-03 20:24:51 -0300 |
---|---|---|
committer | Raúl Benencia <rul@kalgan.cc> | 2013-09-03 20:24:51 -0300 |
commit | 84fa12fef1736d04ee79e40cebaadadda262f063 (patch) | |
tree | 4842389a50b1c0f76b3d9a27ef3f562adac87b57 /Types.hs | |
parent | c91af8d1f85f876eb7119ce8406385cf570d3886 (diff) |
Mark as read functionality
Diffstat (limited to 'Types.hs')
-rw-r--r-- | Types.hs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -88,6 +88,7 @@ data MaildirState = MaildirState { , detectedMDs :: [(FilePath, String)] , scrollRowMD :: Int , scrollBufferMD :: [(FilePath, String)] + , triggerUpdateMD :: Bool } data IndexState = IndexState { @@ -97,6 +98,7 @@ data IndexState = IndexState { , scrollRowIn :: Int , currentInLen :: Int , scrollBufferIn :: [(FilePath, String)] + , triggerUpdateIn :: Bool } data ComposeState = ComposeState { |