unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* VM 7.19 locks up repeatedly with GNU Emacs 21.3
@ 2005-05-04  3:31 Madhusudan Singh
  2005-05-04 18:50 ` Kurt Hackenberg
  0 siblings, 1 reply; 3+ messages in thread
From: Madhusudan Singh @ 2005-05-04  3:31 UTC (permalink / raw)


I have the following in my .emacs :

(setq vm-toolbar-pixmap-directory "/usr/local/emacs/share/emacs/site-
lisp/vm")
(setq vm-image-directory "/usr/local/emacs/share/emacs/site-lisp/vm")
(autoload 'vm "vm" "Start VM on your primary inbox." t)
(autoload 'vm-other-frame "vm" "Like `vm' but starts in another frame
." t)
(autoload 'vm-visit-folder "vm" "Start VM on an arbitrary folder." t)
(autoload 'vm-visit-virtual-folder "vm" "Visit a VM virtual folder."
t)
(autoload 'vm-mode "vm" "Run VM major mode on a buffer" t)
(autoload 'vm-mail "vm" "Send a mail message using VM." t)
(autoload 'vm-submit-bug-report "vm" "Send a bug report about VM." t)
(setq vm-spool-files (list
                     (concat "imap:myserver.mydomain.edu:993:inbox:login:"
                             (getenv "USER") ":*")))
(setq vm-imap-expunge-after-retrieving nil)
(setq mail-default-reply-to "msingh@mydomain.edu")
(setq user-full-name "Madhusudan Singh")
(setq user-mail-address "msingh@mydomain.edu")
(define-key menu-bar-tools-menu [rmail] '("Read Mail" . vm))
(define-key-after menu-bar-tools-menu [smail] '("Send Mail" . vm-mail)
'rmail)
(setq mail-user-agent 'vm-user-agent)
(setq toolbar-mail-reader 'vm)
(setq vm-mutable-windows nil)
(setq vm-mail-check-intervil nil)
(setq vm-auto-get-new-mail nil)

However, on entering the right password, emacs just locks up. This is not
"occasional" as the FAQ (http://www.wonderworks.com/vm/vm-faq-4.html#ss4.3)
warns, but reproducible.

How do I fix this ?

Thanks.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: VM 7.19 locks up repeatedly with GNU Emacs 21.3
  2005-05-04  3:31 VM 7.19 locks up repeatedly with GNU Emacs 21.3 Madhusudan Singh
@ 2005-05-04 18:50 ` Kurt Hackenberg
  2005-05-04 19:20   ` Madhusudan Singh
  0 siblings, 1 reply; 3+ messages in thread
From: Kurt Hackenberg @ 2005-05-04 18:50 UTC (permalink / raw)


Madhusudan Singh  <spammers-go-here@spam.invalid> 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.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: VM 7.19 locks up repeatedly with GNU Emacs 21.3
  2005-05-04 18:50 ` Kurt Hackenberg
@ 2005-05-04 19:20   ` Madhusudan Singh
  0 siblings, 0 replies; 3+ messages in thread
From: Madhusudan Singh @ 2005-05-04 19:20 UTC (permalink / raw)


Kurt Hackenberg wrote:

> Madhusudan Singh  <spammers-go-here@spam.invalid> 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.

Thanks for your response.

Indeed, I wish to use an imap folder. I will fix this now. Next, does VM
automatically import and accept the SSL certificate installed on the imap
server (like KMail for instance) or do I have to import it first and make
vm aware of it somehow ?

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-05-04 19:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-04  3:31 VM 7.19 locks up repeatedly with GNU Emacs 21.3 Madhusudan Singh
2005-05-04 18:50 ` Kurt Hackenberg
2005-05-04 19:20   ` Madhusudan Singh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).