[mew-int 00859] adding signature automatically (was: Hi & some questions)
Tatsuya Kinoshita
tats at example.com
Sun May 5 07:40:13 JST 2002
In message [mew-int 00858], on Sat, 4 May 2002,
CHOI Junho <cjh at example.com> wrote:
> - Is there any to attach signature at the end of message
> automatically instead of C-c TAB manually? I tried to use hook but
> not very good result.
See the following configuration:
----
(setq mew-signature-insert-last t)
(add-hook 'mew-draft-mode-newdraft-hook 'mew-draft-insert-signature)
(add-hook 'mew-before-cite-hook
(function
(lambda ()
;; Go to the top of a message body.
(mew-header-goto-end)
(forward-line))))
----
--
Tatsuya Kinoshita
More information about the Mew-int
mailing list