Gnus development mailing list
 help / color / mirror / Atom feed
From: Lars Ingebrigtsen <larsi@gnus.org>
To: Gour <gour@atmarama.net>
Cc: ding@gnus.org
Subject: Re: Strip signature on reply
Date: Wed, 28 Jan 2015 16:39:49 +1100	[thread overview]
Message-ID: <87386vxy3e.fsf@building.gnus.org> (raw)
In-Reply-To: <87zji2phm3.fsf@atmarama.net> (gour@atmarama.net's message of "Wed, 28 May 2014 08:00:52 +0200")

Gour <gour@atmarama.net> writes:

> When I compose a new reply I see (in the menu) that the option 'Strip
> signature on reply' is checked and could not find which variable is
> controlling its behaviour?
>
> It appears in Post --> Strip signature on reply...Any hint?

The variable is `message-cite-function', I think:

	["Strip signature on reply"
	 (lambda ()
	   (interactive)
	   (if (not (memq message-cite-function
			  '(message-cite-original-without-signature
			    message-cite-original)))
	       ;; Stupid workaround for XEmacs not honoring :visible.
	       (message "Can't toggle this value of `message-cite-function'")
	     (setq message-cite-function
		   (if (eq message-cite-function
			   'message-cite-original-without-signature)
		       'message-cite-original
		     'message-cite-original-without-signature))))


-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/



      reply	other threads:[~2015-01-28  5:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-28  6:00 Gour
2015-01-28  5:39 ` Lars Ingebrigtsen [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87386vxy3e.fsf@building.gnus.org \
    --to=larsi@gnus.org \
    --cc=ding@gnus.org \
    --cc=gour@atmarama.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).