Next: , Previous: , Up: git-email   [Contents][Index]


5 Integration with other packages

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. The integration provides a way to view or set a repository-specific sendemail.to value by pressing b E. Additionally, the integration also provides a way to view or set a branch-specific sendemail-to value by pressing b e.