| Safe Haskell | None |
|---|
Imm.Types
- data ImmError
- data CliOptions = CliOptions {
- mFeedURI :: Maybe String
- mImportOPML :: Bool
- mList :: Bool
- mMarkAsRead :: Bool
- mMarkAsUnread :: Bool
- mUpdate :: Bool
- mDenyReconf :: Bool
- mMasterBinary :: Maybe String
- data Settings = Settings {
- mStateDirectory :: PortableFilePath
- mMaildir :: PortableFilePath
- mFromBuilder :: (Item, Feed) -> String
- mSubjectBuilder :: (Item, Feed) -> Text
- mBodyBuilder :: (Item, Feed) -> Text
- type CustomSettings = Settings -> Settings
- type FeedList = [(CustomSettings, String)]
- type ImmFeed = (URI, Feed)
- data Mail = Mail {}
- data RefDirs = RefDirs {}
- type PortableFilePath = RefDirs -> FilePath
Documentation
Errors that can be returned by an Imm process
data CliOptions Source
Constructors
| CliOptions | |
Fields
| |
Instances
Set of settings for imm
Constructors
| Settings | |
Fields
| |
type CustomSettings = Settings -> SettingsSource
type FeedList = [(CustomSettings, String)]Source
Constructors
Set of reference directories, typically used to build FilePath-s
Constructors
| RefDirs | |
Fields
| |
type PortableFilePath = RefDirs -> FilePathSource