summaryrefslogtreecommitdiffhomepage
path: root/src/Plugins/Mail.hs
AgeCommit message (Collapse)Author
2014-02-25have disabled plugins still accept inputAdam Vogt
This change lets xmobar compiled without -fwith_inotify accept a config that mentions the Mail plugin with a warning (and display an Updating...).
2013-02-04Removing uneeded uses of hiding (catch)Jose Antonio Ortega Ruiz
2012-04-14Removed 'modifyTVar' to be compatible with STM-2.3.Peter Kasza
2011-01-06Mail now takes its alias as a second argumentJose Antonio Ortega Ruiz
This way we also avoid issue 30, although we're not solving the real issue (which is that the commands parser cannot correctly parse commands with a single argument unless they appear at the end of the list).
2010-12-21Haskell sources moved to src/ to unclutter toplevelJose Antonio Ortega Ruiz