diff options
author | Raúl Benencia <rul@kalgan.cc> | 2013-08-27 20:41:57 -0300 |
---|---|---|
committer | Raúl Benencia <rul@kalgan.cc> | 2013-08-27 20:41:57 -0300 |
commit | 32dc8cc98ef0e49e042d7d8cf000dc6360b106d6 (patch) | |
tree | b55a3fa479756847a3db35d5eb4ae0b032592a1d /State.hs | |
parent | fab15274bae93611f85dd4cc221ce07b1661a081 (diff) |
Unify selection list code
Diffstat (limited to 'State.hs')
-rw-r--r-- | State.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ data LazymailState = LazymailState { data MaildirState = MaildirState { selectedRowMD :: Int , selectedMD :: String - , detectedMDs :: [String] + , detectedMDs :: [(FilePath, String)] } data IndexState = IndexState { |