aboutsummaryrefslogtreecommitdiff
path: root/git-email-notmuch.el
Commit message (Collapse)AuthorAgeFilesLines
* Untabify all files.Xinglu Chen2021-04-031-2/+2
| | | | | | | | | Spaces >> tabs. * git-email.el: Untabify. * git-email-gnus.el: Likewise. * git-email-magit.el: Likewise. * git-email-notmuch.el: Likewise.
* Update copyright headerXinglu Chen2021-02-091-2/+2
| | | | | | Use "all contributors" rather than a name. Signed-off-by: Xinglu Chen <public@yoctocell.xyz>
* Add autoloads for global minor modesProtesilaos Stavrou2021-01-241-0/+1
| | | | | | | | | | * git-email-notmuch.el (git-email-gnus-mode): Add special autoload comment. * git-email-gnus.el (git-email-notmuch-mode): Add autoload. These should not be necessary, given that the edited libraries only define a minor mode.
* gnus, notmuch: Fix typosXinglu Chen2021-01-201-2/+2
| | | | | * git-email-gnus.el (git-email-gnus-mode): * git-email-notmuch.el (git-email-notmuch-mode):
* Add minor modes for gnus and notmuchyoctocell2021-01-181-3/+18
|
* Remove functionality for applying patchesyoctocell2021-01-181-13/+2
| | | | | | This is better handled by the piem[0] package. [0]: https://git.kyleam.com/piem
* Add git-email-notmuch.elyoctocell2021-01-151-0/+46
Add integration with notmuch. * git-email-notmuch.el (git-email-notmuch-apply-patch):