Gnus development mailing list
 help / color / mirror / Atom feed
* Re: message-signature and gnus-draft-send
       [not found] <ud5ha95co.fsf@hibari.cobol.soft.fujitsu.com>
@ 2006-02-26  9:46 ` Reiner Steib
  2006-02-27  0:17   ` TAKAHASHI Yoshio
  0 siblings, 1 reply; 2+ messages in thread
From: Reiner Steib @ 2006-02-26  9:46 UTC (permalink / raw)
  Cc: bugs

On Sun, Feb 26 2006, TAKAHASHI Yoshio wrote:

> I start to use c-sig.el[1].  It has an interactive function to setup a
> signature.  I set `message-signature' to `insert-signature-eref' for
> this purpose.
>
> It works fine, but this causes unnecessary interaction when I send
> queued mails via J S.
>
> `gnus-draft-send' sets some message-* to nil, and I think
> message-signature also should be set to nil during sending queued
> mails.

Does this patch solve your problem?  (I don't use the agent and I
insert my signatures via posting styles; I didn't test it.)

--8<---------------cut here---------------start------------->8---
--- gnus-draft.el	14 Feb 2006 17:21:57 +0100	6.24.2.6
+++ gnus-draft.el	26 Feb 2006 10:40:31 +0100	
@@ -146,6 +146,8 @@
                                  message-send-hook))
          (message-setup-hook (and (not is-queue)
                                   message-setup-hook))
+	 (message-signature (and (not is-queue)
+				 message-signature))
          (gnus-agent-queue-mail (and (not is-queue)
                                      gnus-agent-queue-mail))
 	 (rfc2047-encode-encoded-words nil)
--8<---------------cut here---------------end--------------->8---

> Footnotes: 
> [1]  http://www.threeweb.ad.jp/~kshibata/c-sig/english

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/



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

* Re: message-signature and gnus-draft-send
  2006-02-26  9:46 ` message-signature and gnus-draft-send Reiner Steib
@ 2006-02-27  0:17   ` TAKAHASHI Yoshio
  0 siblings, 0 replies; 2+ messages in thread
From: TAKAHASHI Yoshio @ 2006-02-27  0:17 UTC (permalink / raw)


It works for me.  Thank you.

Reiner Steib <reinersteib+gmane@imap.cc> writes:

> On Sun, Feb 26 2006, TAKAHASHI Yoshio wrote:
>
>> I start to use c-sig.el[1].  It has an interactive function to setup a
>> signature.  I set `message-signature' to `insert-signature-eref' for
>> this purpose.
>>
>> It works fine, but this causes unnecessary interaction when I send
>> queued mails via J S.
>>
>> `gnus-draft-send' sets some message-* to nil, and I think
>> message-signature also should be set to nil during sending queued
>> mails.
>
> Does this patch solve your problem?  (I don't use the agent and I
> insert my signatures via posting styles; I didn't test it.)
>
> --- gnus-draft.el	14 Feb 2006 17:21:57 +0100	6.24.2.6
> +++ gnus-draft.el	26 Feb 2006 10:40:31 +0100	
> @@ -146,6 +146,8 @@
>                                   message-send-hook))
>           (message-setup-hook (and (not is-queue)
>                                    message-setup-hook))
> +	 (message-signature (and (not is-queue)
> +				 message-signature))
>           (gnus-agent-queue-mail (and (not is-queue)
>                                       gnus-agent-queue-mail))
>  	 (rfc2047-encode-encoded-words nil)
>
>> Footnotes: 
>> [1]  http://www.threeweb.ad.jp/~kshibata/c-sig/english
>
> Bye, Reiner.
> -- 
>        ,,,
>       (o o)
> ---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/




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

end of thread, other threads:[~2006-02-27  0:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <ud5ha95co.fsf@hibari.cobol.soft.fujitsu.com>
2006-02-26  9:46 ` message-signature and gnus-draft-send Reiner Steib
2006-02-27  0:17   ` TAKAHASHI Yoshio

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