From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: kh@TheWorld.com (Kurt Hackenberg) Newsgroups: gmane.emacs.help Subject: Re: VM 7.19 locks up repeatedly with GNU Emacs 21.3 Date: Wed, 4 May 2005 18:50:19 +0000 (UTC) Organization: The World Public Access UNIX, Brookline, MA Message-ID: References: <42784157$0$79455$14726298@news.sunsite.dk> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1115247435 19315 80.91.229.2 (4 May 2005 22:57:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 4 May 2005 22:57:15 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu May 05 00:57:15 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DTSng-00031q-Ou for geh-help-gnu-emacs@m.gmane.org; Thu, 05 May 2005 00:57:05 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DTSv5-0003fH-BX for geh-help-gnu-emacs@m.gmane.org; Wed, 04 May 2005 19:04:43 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsswitch.lcs.mit.edu!nntp.TheWorld.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 15 Original-NNTP-Posting-Host: shell01.theworld.com Original-X-Trace: pcls4.std.com 1115232619 14497 192.74.137.71 (4 May 2005 18:50:19 GMT) Original-X-Complaints-To: abuse@TheWorld.com Original-NNTP-Posting-Date: Wed, 4 May 2005 18:50:19 +0000 (UTC) X-Newsreader: trn 4.0-test72 (19 April 1999) Original-Xref: shelby.stanford.edu gnu.emacs.help:130659 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:26311 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:26311 Madhusudan Singh wrote: >(setq vm-spool-files (list > (concat "imap:myserver.mydomain.edu:993:inbox:login:" > (getenv "USER") ":*"))) Well, you're using the default IMAP-SSL port, 993, for plain IMAP, which by default uses port 143. Is that the problem? This is to use an IMAP server as a spool file, right? If you want an IMAP folder, you should set vm-imap-server-list instead of vm-spool-files. This is all documented in the VM manual.