[mew-int 02066] mew-summary-cache-message fails sometimes

Ren Lifeng lfren at example.com
Fri Oct 7 17:51:11 JST 2005


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                                
      'mew-user-agent-compose                        
      'mew-draft-send-message                        
      'mew-draft-kill                                
      'mew-send-hook))                               
-------.emacs.el---------

-------.mew.el---------
(setq 
 mew-name "xxx xxxxxx"
 mew-user "xxxxx"
 mew-mail-domain "xxx.xxx.xxx.xx"
 mew-smtp-server "xxx.xxx.xxx.xx"
 mew-pop-user "xxxxx"
 mew-pop-server "xxx.xxx.xxx.xx"
 mew-pop-auth 'pass
)
(setq mew-pop-delete t)

(setq
 mew-use-cached-passwd t 
 mew-passwd-lifetime 24
 mew-passwd-timer-unit 60
 mew-ask-subject t
 mew-use-biff t 
 mew-mail-path "~/.mew.d"
 mew-signature-file "~/.mew.d/signature"
 mew-addrbook-file "~/.mew.d/Addrbook"
 mew-smtp-log-file "~/.mew.d/Smtplog"
)
(setq
 mew-use-samba-encoding t
)
 
(setq
 mew-demo nil
 mew-use-text/html nil
)
-------.mew.el---------

-------fail on this mail---------
Return-Path: <gimp-developer-bounces at example.com>
Delivered-To: xxxxx at example.com
Received: (qmail 1065 invoked from network); 6 Oct 2005 20:43:59 -0000
Received: from lists.xcf.berkeley.edu (128.32.112.242)
  by cad.zju.edu.cn with SMTP; 6 Oct 2005 20:43:59 -0000
Received: from lists.XCF.Berkeley.EDU (unknown [127.0.0.1])
	by lists.XCF.Berkeley.EDU (Postfix) with ESMTP
	id D61D310E4D; Thu,  6 Oct 2005 12:09:17 -0700 (PDT)
From: gimp-developer-request at example.com
Subject: Gimp-developer Digest, Vol 37, Issue 7
To: gimp-developer at example.com
Reply-To: gimp-developer at example.com
X-BeenThere: gimp-developer at example.com
X-Mailman-Version: 2.1b4
Precedence: list
List-Id: <gimp-developer.lists.xcf.berkeley.edu>
List-Post: <mailto:gimp-developer at example.com>
List-Subscribe: <http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer>,
	<mailto:gimp-developer-request at example.com?subject=subscribe>
List-Unsubscribe: <http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer>,
	<mailto:gimp-developer-request at example.com?subject=unsubscribe>
List-Archive: </lists/gimp-developer>
List-Help: <mailto:gimp-developer-request at example.com?subject=help>
Sender: gimp-developer-bounces at example.com
Errors-To: gimp-developer-bounces at example.com
Message-Id: <20051006190918.D61D310E4D at example.com>
Date: Thu,  6 Oct 2005 12:09:18 -0700 (PDT)

Send Gimp-developer mailing list submissions to
	gimp-developer at example.com

To subscribe or unsubscribe via the World Wide Web, visit
	http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer
or, via email, send a message with subject or body 'help' to
	gimp-developer-request at example.com

You can reach the person managing the list at
	gimp-developer-owner at example.com

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Gimp-developer digest..."


Today's Topics:

   1. Re: GIMP 2.3.4 (Manish Singh)


----------------------------------------------------------------------

Date: Wed, 5 Oct 2005 12:31:59 -0700
From: Manish Singh <yosh at example.com>
To: lode leroy <lode_leroy at example.com>
Cc: gimp-developer at example.com
Subject: Re: [Gimp-developer] GIMP 2.3.4
Message-ID: <20051005193159.GA13430 at example.com>
In-Reply-To: <BAY22-F9E8A3609D8477BB5A1893FF820 at example.com>
References: <17217.46378.533000.928496 at example.com>
	<BAY22-F9E8A3609D8477BB5A1893FF820 at example.com>
Content-Type: text/plain; charset=us-ascii
MIME-Version: 1.0
Precedence: list
Reply-To: Manish Singh <yosh at example.com>
Message: 1

On Wed, Oct 05, 2005 at 05:28:49PM +0200, lode leroy wrote:
> When installing Python from Python-2.4.1.msi,
> the headers are not in C:/Python24/include/python24
> but in C:/Python24/include.

Well, this is fixed differently in 2.3.4. I'm assuming you're using
something older and neglected to change the subject...

-Yosh
------------------------------

_______________________________________________
Gimp-developer mailing list
Gimp-developer at example.com
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer


End of Gimp-developer Digest, Vol 37, Issue 7
*********************************************

-------fail on this mail---------



More information about the Mew-int mailing list