Alexander Skwar <[EMAIL PROTECTED]> writes:

> BTW: How do you append a string to your signature dynamically?  I also want
> to do this :]  But apart from the header I haven't found a way to do it. 
> Oh, yes, I'm also using mutt.  mutt kicks all the gui clients *G*

as we all know Gnus rulez :

(defun my-insert-before-sending () 
  (goto-char (point-max)) (shell-command "uptime" t))
(add-hook 'message-send-hook         'my-insert-before-sending)

and Emacs is text or X-window
-- 
MandrakeSoft Inc                     http://www.chmouel.org
                      --Chmouel

Reply via email to