summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog1
-rw-r--r--mailscripts.el3
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 76624f3..e82ae79 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ mailscripts (28-1) UNRELEASED; urgency=medium
- new commands: mailscripts-git-format-patch-{attach,drafts}
- new DWIM wrapper command: mailscripts-prepare-patch
- rewrite short description and add a brief commentary
+ - move the mailscripts customisation group into the mail group
- fix usage of cl-case in an internal function.
* debian/control: update Description: for elpa-mailscripts.
Use the new short description and commentary from mailscripts.el.
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.