Re: Replying to messages with gnus

1999-02-22 Thread Bob Hilliard
[EMAIL PROTECTED] (Miguel Wooding SF Ten.Union) writes: < snip > > When replying with gnus the mail-self-blind and mail-signature* > variables are not honored. Instead use you can use > message-default-headers, message-signature, and > message-signature-file. I think the

Re: Replying to messages with gnus

1999-02-21 Thread Miguel Wooding SF Ten.Union
Bob Hilliard <[EMAIL PROTECTED]> writes: > In my .emacs file I have the following variables set: > > ; To send a blind carbon copy of every outgoing message to yourself, > ; set the variable `mail-self-blind' to `t'. (from emacs help_info) > (setq mail-self-blind t) > > ; To add a signatur

Replying to messages with gnus

1999-02-21 Thread Bob Hilliard
In my .emacs file I have the following variables set: ; To send a blind carbon copy of every outgoing message to yourself, ; set the variable `mail-self-blind' to `t'. (from emacs help_info) (setq mail-self-blind t) ; To add a signature to messages: (setq mail-signature-file "~bob/.sig") (s