Thread View: gnu.emacs.help
1 messages
1 total messages
Started by bcd353yy@concour
Wed, 12 Feb 1992 16:55
EMACS and FCC/BCC in mail mode
Author: bcd353yy@concour
Date: Wed, 12 Feb 1992 16:55
Date: Wed, 12 Feb 1992 16:55
62 lines
1541 bytes
1541 bytes
What"s wrong with this? I neither get FCC nor BCC? The variables mail-archive-file-name and mail-self-blind are properly set. ________________________________________________________________________ ;;; === mh-rmail & mh-smail === ;;; so that mh works on antares and alcor changed July 22 1991 (set-variable 'mh-progs (if (equal "antares" (getenv "HOST")) "/usr/local/bin/" "/usr/new/mh/")) (set-variable 'mh-lib (if (equal "antares" (getenv "HOST")) "/usr/local/lib/mh/" "/usr/new/lib/mh/")) (set-variable 'mh-summary-height 6) (set-variable 'mh-ins-buf-prefix "~~ ") (set-variable 'mail-archive-file-name "~/Mail/fcc") (set-variable 'mail-self-blind "bcd") ;;; === rmail & smail === (setq rmail-file-name (expand-file-name "~/Mail/RMAIL")) (defvar rmail-summary-mode-hook 'rmail-summary-mode-hook-fn) (defun rmail-summary-mode-hook-fn () "Augment rmail-summary-mode with more rmail functions" (define-key rmail-summary-mode-map "." 'rmail-summary-goto-msg) (define-key rmail-summary-mode-map "m" 'rmail-mail)) (defun my-rmail-summary () "Activates rmail-summary, ensures rmail is loaded and ready." (interactive) (rmail) (rmail-summary) (delete-other-windows)) __________________________________________________________________ Thanks BCD -- ___________________________________________________________________________ To kill some time, work it to death! bcd353yy@concour.cs.concordia.ca
Thread Navigation
This is a paginated view of messages in the thread with full content displayed inline.
Messages are displayed in chronological order, with the original post highlighted in green.
Use pagination controls to navigate through all messages in large threads.
Back to All Threads