From 9a83314c068528c9bed6d12d927436c35fe7a696 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sun, 18 Dec 2022 15:34:45 -0700 Subject: mailscripts.el: rewrite short description and add a brief commentary Signed-off-by: Sean Whitton --- mailscripts.el | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'mailscripts.el') diff --git a/mailscripts.el b/mailscripts.el index f3e1e53..790793b 100644 --- a/mailscripts.el +++ b/mailscripts.el @@ -1,4 +1,4 @@ -;;; mailscripts.el --- functions to access tools in the mailscripts package -*- lexical-binding: t; -*- +;;; mailscripts.el --- utilities for handling mail on Unixes -*- lexical-binding: t; -*- ;; Author: Sean Whitton ;; Version: 27 @@ -19,6 +19,17 @@ ;; You should have received a copy of the GNU General Public License ;; along with this program. If not, see . +;;; Commentary: + +;; The original purpose of this package was to make it easy to use the small +;; mail-handling utilities shipped in Debian's 'mailscripts' package from +;; within Emacs. It now also contains some additional, thematically-related +;; utilities which don't invoke any of those scripts. +;; +;; Entry points you might like to look at if you're new to this package: +;; mailscripts-prepare-patch, notmuch-slurp-debbug, +;; notmuch-extract-{thread,message}-patches{,-to-project}. + ;;; Code: (require 'cl-lib) -- cgit v1.2.3