Gnus development mailing list
 help / color / mirror / Atom feed
From: TAKAHASHI Yoshio <tkh@jp.fujitsu.com>
Subject: Re: message-signature and gnus-draft-send
Date: Mon, 27 Feb 2006 09:17:54 +0900	[thread overview]
Message-ID: <uirr1d58t.fsf@hibari.cobol.soft.fujitsu.com> (raw)
In-Reply-To: <v93bi6o3kq.fsf@marauder.physik.uni-ulm.de> (Reiner Steib's message of "Sun, 26 Feb 2006 10:46:13 +0100")

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/




      reply	other threads:[~2006-02-27  0:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <ud5ha95co.fsf@hibari.cobol.soft.fujitsu.com>
2006-02-26  9:46 ` Reiner Steib
2006-02-27  0:17   ` TAKAHASHI Yoshio [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=uirr1d58t.fsf@hibari.cobol.soft.fujitsu.com \
    --to=tkh@jp.fujitsu.com \
    /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).