Next: Acknowledgements, Previous: Customization options, Up: git-email [Contents][Index]
‘git-email’ offers minor modes for Gnus, Mu4e, and Notmuch. These
minor modes provide support for these other packages by modifying some
variables such as git-email-compose-email-function
,
git-email-get-to-address-functions
etc.
For users of gnus-alias
,
See git-email-post-compose-email-functions.
There is also integration with Magit in the git-email-magit.el
library. This uses the transient
library and allows one to send
a patch from the magit status buffer by pressing W c s. The
prefix argument (if any) is passed on to git-email-send-email
.
git-email-magit-sendemail-to
is bound to b E in the
magit-branch
transient-suffix. The integration provides a way to
view or set a repository-specific sendemail.to
value.
git-email-magit-branch-sendemail-to
is bound to b e in the
magit-branch
transient-suffix. The integration provides a way to
view or set a branch-specific sendemail-to
value.
git-email-magit-subject-prefix
in your project’s
‘.dir-locals.el’ file.