aboutsummaryrefslogtreecommitdiff
path: root/git-email-piem.el
Commit message (Collapse)AuthorAgeFilesLines
* piem: Provide library.Xinglu Chen2021-03-131-0/+3
| | | | | * git-email-piem.el (git-email-piem): Provide `git-email-piem' library.
* Update copyright headerXinglu Chen2021-02-091-2/+2
| | | | | | Use "all contributors" rather than a name. Signed-off-by: Xinglu Chen <public@yoctocell.xyz>
* piem: Add integrationXinglu Chen2021-02-061-0/+71
This adds integration with piem [1]. It will make git-email read the `piem-inboxes` variable to determine the “to” address. * git-email-piem.el (git-email-piem-get-to-address): Add function. (git-email-piem-inbox-by-coderepo): Add function. (git-email-piem-mode): Add minor mode Signed-off-by: Xinglu Chen <public@yoctocell.xyz>