Hi,

You can also add these lines to your .emacs to indicate your email address,
firstname and name.
Besides it, .signature is the file which supplies the signature.
The last line (outbox) gives the file where all your sent mails
must be archived.

;; Mail
(setq mail-from-style 'angles)
(setq user-mail-address "YourEmailAddress")
(setq user-full-name "YourName")
(setq mail-specify-envelope-from t)
(setq mail-signature t mail-signature-file "~/.signature")
(setq mail-archive-file-name "~/outbox")



-- 
Oralux http://oralux.org
_______________________________________________
Oralux mailing list
[EMAIL PROTECTED]
http://lists.freearchive.org/mailman/listinfo/oralux

Reply via email to