[EMAIL PROTECTED] writes:

"....  Now...to figure out how to set up my pop server 
on VM so I can use 
that instead of Pine"

I think last week Doug Smith put up the few lines you have to include
in your .vm file to do this. In case you missed it, here  it is once
again:
*******************************************************
;; Directory where folders of mail are kept
(setq vm-folder-directory "~/Mail/")
(setq vm-primary-inbox "~/Mail/Inbox")
(setq vm-pop-max-message-size 10000)
(setq vm-spool-files '("/var/spool/mail/kalyanm"
                            "cal.vsnl.net.in:110:pass:kalyanm:*"))
(setq mail-archive-file-name "~/Mail/outbox")
;;Set vm-mail-check-interval and vm-auto-get-new-mail to nil to
 ;;avoid the lockups. This, of course,
;;also means that you will not be notified of new mail, and new
;;mail will not be fetched automatically. 
(setq vm-auto-get-new-mail nil)
********************************************
Of course, put in the appropriate ussername, password etc. instead of
mine.

Hope this helps.
Kalyan
_______________________________________________
Oralux mailing list
[EMAIL PROTECTED]
http://lists.freearchive.org/mailman/listinfo/oralux

Reply via email to