Previous: Format patches, Up: Customization options [Contents][Index]
git-email-get-current-project-functions
is a hook that is executed
to get the path of the current project. The path must include a
trailing ‘/’.
git-email-generate-message-buffer
controls how message buffer
names are generated. See the documentation for
message-generate-new-buffers
for more information.
git-email-generate-message-buffer
, you probably also want to
change the value of git-email-buffer-p-function
. It should be a
function that takes one argument—the name of a buffer, and returns
t
if the buffer contains an unsent patch generated using
‘git-email’.
By default the name will have the following format ‘git-email unsent patch to *** TO ADDRESS HERE *** *’.