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 118DA431FB6 for ; Mon, 13 Aug 2012 10:52:25 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled 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 91Lw0sUZYgBs for ; Mon, 13 Aug 2012 10:52:23 -0700 (PDT) Received: from mail-lb0-f181.google.com (mail-lb0-f181.google.com [209.85.217.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id C3047431FAE for ; Mon, 13 Aug 2012 10:52:22 -0700 (PDT) Received: by lbbgk1 with SMTP id gk1so2464757lbb.26 for ; Mon, 13 Aug 2012 10:52:21 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-originating-ip:in-reply-to:references:date :message-id:subject:from:to:content-type:x-gm-message-state; bh=IGIevfoxUblcgmiIcZumyqUT/yx7GmTkVcJmyTtN2XQ=; b=W1LsxcG2XsdZtTlbspBz9Hjr+TLfC/gdoyaOnhYQj7PwIV15uZDu9crSkZeRY/wOcM vG3m6Knm0Ht895BqfW0ZsfB2hvsVdAoz+B6dpJPbBFiy2WkzIp7xiYL/JE+Ed483o1dw E1PQNocyAznAtb+D04/UGudyeFr34kxhXAw+X+NKSEzn4cuObT1MTZhifEPMsSEgUUte LapnQkYoOud6Q0HNlHkyPd1SHzPov0G0bg+B7S5bhIf+6VB47GX8wj6ebPWg70LUAL7T EPBwjna8n2rzSN5SUWBQj0dfelHGsuBcYyc+MDQoyzthzo6A+Ysln04bEPH/E8c9/yYw UXFA== MIME-Version: 1.0 Received: by 10.112.51.174 with SMTP id l14mr6741635lbo.24.1344880341195; Mon, 13 Aug 2012 10:52:21 -0700 (PDT) Received: by 10.112.54.135 with HTTP; Mon, 13 Aug 2012 10:52:21 -0700 (PDT) X-Originating-IP: [86.26.160.15] In-Reply-To: References: Date: Mon, 13 Aug 2012 18:52:21 +0100 Message-ID: Subject: Re: multipart/alternative bug From: Dmitrijs Ledkovs To: notmuch@notmuchmail.org Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQnABwpKbuDcELRrZh4Q+fOU2ZcZ4HyaLRN7KNztXQ0RUt/nF77RNbTbOs0t+14rZP+0RW8l X-Mailman-Approved-At: Mon, 13 Aug 2012 10:56:52 -0700 X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 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: Mon, 13 Aug 2012 17:52:25 -0000 On 13 August 2012 16:50, hellekin wrote: > > Hello, > > as I mentioned on IRC a few days ago, there are some cases where: > > - a thread only displays the first message > - key bindings do not work at all (except q) > Does this in ~/.emacs help ? (defvar gnus-inhibit-images nil "*testing") (set-variable 'gnus-inhibit-images nil) Don't ask why..... I have no clue!