diff options
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 { |