viewmail-info
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [VM] Trying to install w/IMAP on Windows 7 (long)


From: Uday Reddy
Subject: Re: [VM] Trying to install w/IMAP on Windows 7 (long)
Date: Wed, 28 Dec 2011 18:47:07 +0000

Lewis Perin writes:

> Here’s my .vm, indented for clarity:
>   (setq vm-imap-account-alist
>         '(
>                 ("imap:127.0.0.1:143:*:login:address@hidden:*"
>                 "Gmail")
>           )
>        )
>   (setq vm-primary-inbox
>   "imap-ssl:imap.gmail.com:993:inbox:login:address@hidden:*")
>   (setq vm-spool-files `((,vm-primary-inbox
>                           "imap:127.0.0.1:143:inbox:login:lew.perin:*"
>                           ,vm-crash-box))
>   )

You have two versions of the maildrop spec here (one with "imap" and one
with "imap-ssl").  The "imap-ssl" version is correct, and the "imap" version
is something else.  If you try to view some other mailbox on the gmail
account, the "imap" version will kick in and probably fail.

Secondly, you should not use vm-spool-files when you are using IMAP
folders.  The spool-files are only needed for local folders.  VM is probably
ignoring this setting, but it is liable to confuse you at some later stage.  

In any case, congratulations on getting it to work!  

All the best.

Uday



reply via email to

[Prev in Thread] Current Thread [Next in Thread]