aboutsummaryrefslogtreecommitdiff
path: root/git-email.el
diff options
context:
space:
mode:
Diffstat (limited to 'git-email.el')
-rw-r--r--git-email.el9
1 files changed, 9 insertions, 0 deletions
diff --git a/git-email.el b/git-email.el
index c7fbb0d..6729f03 100644
--- a/git-email.el
+++ b/git-email.el
@@ -26,6 +26,15 @@
;;; Code:
+(defgroup git-email nil
+ "Work with git and email."
+ :group 'convenience)
+
+(defcustom git-email--compose-message-function 'message-mail
+ "The function used to compose patch mail."
+ :group 'git-email
+ :type 'symbol)
+
(defun git-email--extract-header (header patch-file)
"Extract HEADER from PATCH-FILE."
(with-temp-buffer