[Gnus] A comment on what we do to ‘gnus-group-mail’

This commit is contained in:
Daniel - 2019-01-27 13:42:20 +01:00
parent 3273407baa
commit cfbec19fc4
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 3 additions and 0 deletions

View File

@ -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)))