Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id B012B431FBC for ; Sat, 5 Dec 2009 15:10:07 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2d9-w-GPoEYv for ; Sat, 5 Dec 2009 15:10:07 -0800 (PST) Received: from mail-pw0-f51.google.com (mail-pw0-f51.google.com [209.85.160.51]) by olra.theworths.org (Postfix) with ESMTP id 02442431FAE for ; Sat, 5 Dec 2009 15:10:06 -0800 (PST) Received: by pwj15 with SMTP id 15so82000pwj.30 for ; Sat, 05 Dec 2009 15:10:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:from:to:subject:date :message-id:mime-version:content-type; bh=Z6x1BsuEnwteT76k1rDEbMdjsHjxW0GKF2uYYhv2SbA=; b=opp2mTlLutj95FZBR0yFgfFcLeaULHgqKuw/qeonEYAa4YVLpfKvHXZWCGzvRmNm6U GwHRT7cN2k+n0XKNOyO1GuU7F3SB4gE/f+Zm/+uvY6Q61R0Xww2dtPzPm9qMSpRJDsyB F8IyxcLdDAWO4luQTbpyaKFrTR/B4gMmNseAs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:message-id:mime-version:content-type; b=acpwKYG05Qi7YC0RHk2qEAWg9scL6UUwmun8kAS2Co73t3xmXEzyyYrDlueOqQvYFb 33reqBzyPo0e9wt6U7U7gBctV6lczBoTVocOvcWEnoCygKegU9e/R5r8tH56jBMxIC1T Ptkc0jObI0KzL9t8SjOtJOxRZKE+6a9QVAkLA= Received: by 10.114.237.7 with SMTP id k7mr7448177wah.151.1260054605397; Sat, 05 Dec 2009 15:10:05 -0800 (PST) Received: from fortitudo (70-36-144-85.dsl.dynamic.sonic.net [70.36.144.85]) by mx.google.com with ESMTPS id 22sm3669164pzk.14.2009.12.05.15.10.04 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 05 Dec 2009 15:10:05 -0800 (PST) Received: from alexbl (uid 1001) (envelope-from alexbl@fortitudo.i-did-not-set--mail-host-address--so-tickle-me) id 705f by fortitudo (DragonFly Mail Agent) Sat, 05 Dec 2009 15:10:19 -0800 From: Alexander Botero-Lowry To: notmuch@notmuchmail.org Date: Sat, 05 Dec 2009 15:10:18 -0800 Message-ID: <86bpid10h1.fsf@fortitudo.i-did-not-set--mail-host-address--so-tickle-me> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: [notmuch] slowdown with large html heavy threads X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Dec 2009 23:10:07 -0000 Carl mentioned that he saw some nasty performance issues with threads that had a lot of HTML messages in them. If you are experiencing this problem, would you mind trying some alternative mm-text-html-renderer setting: http://mh-e.sourceforge.net/manual/html/HTML.html Also, if you have elinks, I recommend my custom renderer: (require 'mm-view) (add-to-list 'mm-text-html-renderer-alist '(elinks mm-inline-render-with-stdin nil "elinks" "-force-html" "-dump")) (setq mm-text-html-renderer 'elinks) Alex