vm team mailing list archive
-
vm team
-
Mailing list archive
-
Message #00413
[Bug 506206] [NEW] vm-imap-server-list seems broken in 8.1.0 beta (Wrong type argument)
Public bug reported:
This used to work (does work in 8.0.14)...
(setq vm-imap-server-list
'(
"imap-ssl:imap.gmail.com:993:inbox:login:xxxxyyy@xxxxxxxxx:*"
)
)
When I do M-x vm-visit-imap-folder in 8.1.0 beta, however, I get:
Wrong type argument: listp, "imap-
ssl:imap.gmail.com:993:*:login:xxxxyyy@xxxxxxxxx:*"
** Affects: vm
Importance: Undecided
Status: New
--
vm-imap-server-list seems broken in 8.1.0 beta (Wrong type argument)
https://bugs.launchpad.net/bugs/506206
You received this bug notification because you are a member of VM
development team, which is the registrant for VM.
Status in VM (View Mail) for Emacs: New
Bug description:
This used to work (does work in 8.0.14)...
(setq vm-imap-server-list
'(
"imap-ssl:imap.gmail.com:993:inbox:login:xxxxyyy@xxxxxxxxx:*"
)
)
When I do M-x vm-visit-imap-folder in 8.1.0 beta, however, I get:
Wrong type argument: listp, "imap-ssl:imap.gmail.com:993:*:login:xxxxyyy@xxxxxxxxx:*"
Follow ups
References