From cfbec19fc4da4afba23d92d5d3aabb139d35d50d Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 27 Jan 2019 13:42:20 +0100 Subject: [PATCH] =?UTF-8?q?[Gnus]=20A=20comment=20on=20what=20we=20do=20to?= =?UTF-8?q?=20=E2=80=98gnus-group-mail=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gnus.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gnus.el b/gnus.el index cdab12e..b695c4c 100644 --- a/gnus.el +++ b/gnus.el @@ -162,6 +162,9 @@ parameters for one particular email address." "X-Jabber-ID:" "User-Agent:"))) +;; Ensure that whenever we compose new mail, this mail will use the correct +;; posting style. This is ensured by setting ARG of `gnus-group-mail’ to 1 to +;; let it query the user for a group. (defadvice gnus-group-mail (before inhibit-no-argument activate) (unless (ad-get-arg 0) (ad-set-arg 0 1)))