Gnus development mailing list
 help / color / mirror / Atom feed
From: Reiner Steib <reinersteib+gmane@imap.cc>
Cc: bugs@gnus.org
Subject: Re: message-signature and gnus-draft-send
Date: Sun, 26 Feb 2006 10:46:13 +0100	[thread overview]
Message-ID: <v93bi6o3kq.fsf@marauder.physik.uni-ulm.de> (raw)
In-Reply-To: <ud5ha95co.fsf@hibari.cobol.soft.fujitsu.com> (TAKAHASHI Yoshio's message of "Sun, 26 Feb 2006 12:16:55 +0900")

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/



       reply	other threads:[~2006-02-26  9:46 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 [this message]
2006-02-27  0:17   ` TAKAHASHI Yoshio

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=v93bi6o3kq.fsf@marauder.physik.uni-ulm.de \
    --to=reinersteib+gmane@imap.cc \
    --cc=Reiner.Steib@gmx.de \
    --cc=bugs@gnus.org \
    /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).