summaryrefslogtreecommitdiffhomepage
path: root/src/Plugins/Mail.hs
AgeCommit message (Collapse)Author
2014-08-09hlint refactoringsReto Hablützel
2014-06-09Allow user to define punctuation.Conner McDaniel
I'd like to be able to choose which punctuation to use. All my other xmobar plugins use a colon and a space (e.g. `B: 100%` for battery), but this one leaves the space out (e.g. `E:1`) which is mildly annoying. It would be nice to let the user choose if he/she would like to use something other than a colon or to add extra whitespace.
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