Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-15 | Autoload minor modes | Kyle Meyer | |
2020-05-12 | Don't bother with piem-mid-to-thread-functions comments | Kyle Meyer | |
There's not much point in having repeated comments across endpoints that note the fallback behavior in general. Shorten the comment in -gnus to just note that it'd be nice to have a Gnus variant. Assuming the messages are present locally, that'd be better than downloading the mbox from a public-inbox instance. | |||
2020-05-11 | Add basic support for Gnus articles | Kyle Meyer | |
Implement message ID and inbox getters. As noted in the comment, leave the mid->thread functionality undefined for now, because I don't know if there's a good way to do that in Gnus. These functions should probably learn how to work from gnus-summary-mode too, but leave that for later. (Similarly, -notmuch should also probably support notmuch-{search,tree}-mode in addition to notmuch-show-mode.) |