help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Gnus Emacs Header


From: Emanuel Berg
Subject: Re: Gnus Emacs Header
Date: Sun, 29 Aug 2021 12:54:56 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Jean Louis wrote:

> From:
> Jean Louis
> Sunday, August 29, 2021

There are From and Date mail headers already.

> [Line about my current activity]
> Phone: [my phone here]
> [city], [country]

There is a signature already.

> That is matter of personal expression or integrity and
> purposes. You see it as not recommended. The message from
> RMS I find very encouraging. Snowden is whistleblower who
> discovered PRISM surveillance network.

I like what Snowden did (and read his book) but putting
a message about him, the same message, in every mail will just
annoy people since they didn't ask for it still will see it
over and over.

Besides there is a signature already, one can put such
messages there if desired. Then people can opt-out, e.g. with

  (setq gnus-treat-hide-signature t)

>> ;; (setq message-setup-hook nil)
>> (defun message-setup-hook-f ()
>>   (message-goto-body)
>>   (insert "Down with NSA.\n") )
>> (add-hook 'message-setup-hook #'message-setup-hook-f)
>
> Very nice. Adding other similar messages for whatever other
> non-political or political reasons is also very handy at
> least for some people.

This is just to show it is possible. It is a bad idea.
Instead do

  (setq message-signature signature)

-- 
underground experts united
https://dataswamp.org/~incal




reply via email to

[Prev in Thread] Current Thread [Next in Thread]