aboutsummaryrefslogtreecommitdiff
path: root/git-email-gnus.el
Commit message (Collapse)AuthorAgeFilesLines
* git-email-gnus: Fix typo.Xinglu Chen2021-06-211-1/+1
| | | | | | * git-email-gnus.el: Fix typo. Signed-off-by: Xinglu Chen <public@yoctocell.xyz>
* git-email-gnus: Remove superfluous ‘progn’ form.Xinglu Chen2021-06-091-2/+1
| | | | | | | * git-email-gnus.el (git-email-gnus-mode): Remove superfluous ‘progn’ form. Signed-off-by: Xinglu Chen <public@yoctocell.xyz>
* git-email-gnus: Require ‘gnus-msg’.Xinglu Chen2021-06-091-0/+1
| | | | | | * git-email-gnus.el: Require ‘gnus-msg’ library. Signed-off-by: Xinglu Chen <public@yoctocell.xyz>
* git-email: Fix typos.Xinglu Chen2021-06-091-1/+1
| | | | | | | | | * git-email-gnus.el (git-email-gnus-mode): Fix typo in docstring. * git-email-mu4e.el (git-email-mu4e-mode): Likewise. * git-email-notmuch.el (git-email-notmuch-mode): Likewise. * git-email-piem.el (git-email-piem-mode): Likewise. Signed-off-by: Xinglu Chen <public@yoctocell.xyz>
* Untabify all files.Xinglu Chen2021-04-031-1/+1
| | | | | | | | | 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>
* Fix typo in git-email-gnus.el headerProtesilaos Stavrou2021-01-281-1/+1
|
* 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-0/+48