[mew-int 02066] mew-summary-cache-message fails sometimes
2005-10-07 08:51:11 GMT
mew freezes emacs on some mails. if i press C-g in the first 2 minutes
or so, i can interrupt this procedure. then i will got these in *Message*
buffer:
MIME decoding for +inbox/83 aborted
mew-summary-cache-message: Wrong type argument: stringp, nil
but if i let it alone, emacs will be not responsive. even C-g will not
function any more.
i had thought this is because those mails were broken. but many mail
from gimp-user mail list hang mew. so maybe i mis-configure mew. or
mew has a bug.
thank you in advance.
-------.emacs.el---------
(autoload 'mew "mew" nil t)
(autoload 'mew-send "mew" nil t)
;; Optional setup (Read Mail menu for Emacs 21):
(if (boundp 'read-mail-command)
(setq read-mail-command 'mew))
;; Optional setup (e.g. C-xm for sending a message):
(autoload 'mew-user-agent-compose "mew" nil t)
(if (boundp 'mail-user-agent)
(setq mail-user-agent 'mew-user-agent))
(if (fboundp 'define-mail-user-agent)
(define-mail-user-agent
'mew-user-agent
(Continue reading)
Werner
RSS Feed