Hi Terrence,

Yes, VM can manage several email accounts!
The informations are available in the VM info pages (C-h i m vm and
Getting Started > Spool files).
The example below uses two pop accounts (named free and laposte) and
two folders.

Gilles


(setq vm-folder-directory "~/mail/")
(setq vm-primary-inbox "free")

(setq vm-spool-files
      '(
        ("free" "pop:pop.free.fr:110:pass:myName:myPassword" "inbox.crash")
        ("laposte" "pop:pop.laposte.net:110:pass:myName:myPassword" 
"inbox.crash")
        ))

;; In the following line, nil means keep the mail on the server.
;; To remove it, replace nil by t
(setq vm-pop-auto-expunge-alist
      '(
        ("pop.free.fr:110:pass:myName:*" . nil)
        ("pop:pop.laposte.net:110:pass:myName:*" . nil)
        ))



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

Reply via email to