Gnus development mailing list
 help / color / mirror / Atom feed
* Strip signature on reply
@ 2014-05-28  6:00 Gour
  2015-01-28  5:39 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: Gour @ 2014-05-28  6:00 UTC (permalink / raw)
  To: ding

Hello,

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?


Sincerely,
Gour

-- 
As a strong wind sweeps away a boat on the water, 
even one of the roaming senses on which the mind 
focuses can carry away a man's intelligence.




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Strip signature on reply
  2014-05-28  6:00 Strip signature on reply Gour
@ 2015-01-28  5:39 ` Lars Ingebrigtsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Ingebrigtsen @ 2015-01-28  5:39 UTC (permalink / raw)
  To: Gour; +Cc: ding

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/



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-01-28  5:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-28  6:00 Strip signature on reply Gour
2015-01-28  5:39 ` Lars Ingebrigtsen

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