summaryrefslogtreecommitdiff
path: root/mailscripts.el
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-12-18 22:58:24 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-12-18 23:20:04 -0700
commitdaf4e39d91dbb753bb30723a4a121cc4493d4228 (patch)
tree95ad70dad02afc60af56e83f4cf00c11eb40f676 /mailscripts.el
parent9a83314c068528c9bed6d12d927436c35fe7a696 (diff)
downloadmailscripts-daf4e39d91dbb753bb30723a4a121cc4493d4228.tar.gz
mailscripts.el: move customisation group into the mail group
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'mailscripts.el')
-rw-r--r--mailscripts.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/mailscripts.el b/mailscripts.el
index 790793b..2bf1534 100644
--- a/mailscripts.el
+++ b/mailscripts.el
@@ -40,7 +40,8 @@
(require 'gnus)
(defgroup mailscripts nil
- "Customisation of functions in the mailscripts package.")
+ "Customisation of functions in the mailscripts package."
+ :group 'mail)
(defcustom mailscripts-extract-patches-branch-prefix nil
"Prefix for git branches created by functions which extract patch series.