From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/45410 Path: main.gmane.org!not-for-mail From: "Simon Josefsson" Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus hangs when getting E-mail via imap or pop Date: Thu, 27 Jun 2002 16:18:03 +0200 (CEST) Sender: owner-ding@hpc.uh.edu Message-ID: <37178.192.71.43.62.1025187483.squirrel@yxa.extundo.com> References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1025187782 3947 127.0.0.1 (27 Jun 2002 14:23:02 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 27 Jun 2002 14:23:02 +0000 (UTC) Cc: Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17NaAo-00011V-00 for ; Thu, 27 Jun 2002 16:23:02 +0200 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 17Na6K-0002uz-00; Thu, 27 Jun 2002 09:18:24 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 27 Jun 2002 09:18:46 -0500 (CDT) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id JAA27380 for ; Thu, 27 Jun 2002 09:18:34 -0500 (CDT) Original-Received: (qmail 12936 invoked by alias); 27 Jun 2002 14:18:07 -0000 Original-Received: (qmail 12931 invoked from network); 27 Jun 2002 14:18:07 -0000 Original-Received: from 178.230.13.217.in-addr.dgcsystems.net (HELO yxa.extundo.com) (217.13.230.178) by gnus.org with SMTP; 27 Jun 2002 14:18:07 -0000 Original-Received: from yxa.extundo.com (localhost.localdomain [127.0.0.1]) by yxa.extundo.com (8.12.5/8.12.5) with ESMTP id g5REI46w001415; Thu, 27 Jun 2002 16:18:04 +0200 Original-Received: (from apache@localhost) by yxa.extundo.com (8.12.5/8.12.1/Submit) id g5REI4WF001414; Thu, 27 Jun 2002 16:18:04 +0200 X-Authentication-Warning: yxa.extundo.com: apache set sender to jas@extundo.com using -f Original-Received: from 192.71.43.62 (SquirrelMail authenticated user jas) by yxa.extundo.com with HTTP; Thu, 27 Jun 2002 16:18:03 +0200 (CEST) Original-To: In-Reply-To: X-Priority: 3 Importance: Normal X-MSMail-Priority: Normal X-Mailer: SquirrelMail (version 1.2.7) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:45410 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:45410 > I've traced this problem to: > > (add-hook 'nnmail-prepare-incoming-hook > 'nnmail-remove-leading-whitespace) > > > .. and maybe it matters that the message is multipart/mixed: Probably due to slow regexp code in Emacs. Perhaps using gnus-article-remove-leading-whitespace or gnus-treat-leading-whitespace is more efficient.