[mew-int 2327] Re: Summary form; cite prefix; "sync" vs. "all"
Tatsuya Kinoshita
tats at example.com
Tue Jul 24 06:27:19 JST 2007
On July 23, 2007, [mew-int 2324],
njriley (at uiuc.edu) wrote:
> 4. Is there a way to have the signature inserted automatically without
> needing to type C-c TAB for every message?
Add the functions to the hooks as follows:
(add-hook 'mew-draft-mode-newdraft-hook
(lambda ()
(let ((mew-signature-insert-last t))
(mew-draft-insert-signature))))
(add-hook 'mew-before-cite-hook 'mew-header-goto-body)
--
Tatsuya Kinoshita
More information about the Mew-int
mailing list