Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-11 | piem-inbox-coderepo: Fix incorrect equality function | Kyle Meyer | |
alist-get uses eq as the default test function, so it was only working by chance. Rather than calling alist-get with three additional arguments in order to specify TESTFN, switch to assoc. | |||
2020-05-11 | piem-inboxes: Simply and reflow example entry | Kyle Meyer | |
2020-05-11 | piem: Extract "inbox from headers" logic from -notmuch | Kyle Meyer | |
This will be used in the upcoming piem-gnus.el as well. | |||
2020-05-07 | piem: Sketch a base | Kyle Meyer | |
This does nothing useful, but the idea is that it never will do much of anything on its own. Different libraries---piem-notmuch, piem-elfeed, piem-gnus, and so on---will populate its hooks, teaching it how to extract information. | |||
2020-05-03 | A pathetic piem | Kyle Meyer | |