[mew-int 01057] Re: suppress signature on "resend"

Tatsuya Kinoshita tats at example.com
Thu Aug 8 00:07:47 JST 2002


In message [mew-int 01053], on August 6, 2002,
Gernot Heiser <gernot at example.com> wrote:

> I find it annoying that when I resend a message, it appends my
> signature to what is otherwise someone else's message. I'd like to be
> able to suppress the signature in this case. How do I do this?

I don't get it.  Mew doesn't append the signature automatically
by default.  mew-summary-resend (`r' in Summary) doesn't also.

If you are using mew-summary-reedit (`E' in Summary) and
mew-draft-mode-hook, I suggest mew-draft-mode-newdraft-hook
instead of mew-draft-mode-hook as follows:

---- 
;; Appending signature automatically:
(add-hook 'mew-before-cite-hook 'mew-header-goto-body)
(add-hook 'mew-draft-mode-newdraft-hook 'my-mew-draft-append-signature)
(defun my-mew-draft-append-signature ()
  (let ((mew-signature-insert-last t))
    (mew-draft-insert-signature)))
---- 

-- 
Tatsuya Kinoshita



More information about the Mew-int mailing list