Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-24 | NotmuchMail: Manually implement Read instance | slotThe | |
The automatically derived read instance expects the type to be given in record syntax; this is not what most users want. In order to simply specify the type via Run NotmuchMail "mail" [MailItem "name" "" "tag:unread"] 3000 we have to write our own Read instance. Related: https://github.com/jaor/xmobar/issues/547 | |||
2020-11-29 | Update readme and changelog | slotThe | |
2020-11-29 | Add new plugin: NotmuchMail | slotThe | |
This plugin checks for new mail, provided that this mail is indexed by notmuch. As mail that was tagged is moved from the new directory to cur, the 'Mail' plugin (and its variants) won't work for such mail. |