home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / emacmail.zip / site-start-add.el < prev   
Text File  |  1993-08-07  |  627b  |  27 lines

  1. ;; Adjust the sendmail code for OS/2 machines.
  2. ;; 
  3.  
  4. ;;  Stuart Wilson
  5. ;;  stuartw@pec.co.nz
  6. ;;  23 July 1992.
  7.  
  8. (autoload 'mail-other-window "sendmail-os2")
  9. (autoload 'mail "sendmail-os2")
  10.  
  11. ;; Adjust the rmail code for OS/2 machines.
  12. ;;
  13. ;; Stuart Wilson
  14. ;; stuartw@pec.co.nz
  15. ;; 27 July 1992.
  16. ;;
  17. (setq rmail-spool-directory  "c:/tcpip/etc/mail/")
  18. (setq rmail-primary-inbox-list (list "c:/tcpip/etc/mail/INBOX.NDX"))
  19.  
  20. ;; Tell display-time where to look to see if there is any mail. 
  21.  
  22. ;;
  23. ;; Stuart Wilson
  24. ;; stuartw@pec.co.nz
  25. ;; 19 April 1993
  26. (setq display-time-mail-file (car rmail-primary-inbox-list))
  27.