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 5398841ED98 for ; Fri, 1 Jul 2011 14:07:47 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -2.3 X-Spam-Level: X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_MED=-2.3] 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 m0ak7aAfS2ON for ; Fri, 1 Jul 2011 14:07:45 -0700 (PDT) Received: from mail4.ucc.ie (mail4.ucc.ie [143.239.1.34]) by olra.theworths.org (Postfix) with ESMTP id 5641041ED96 for ; Fri, 1 Jul 2011 14:07:45 -0700 (PDT) Received: from msstf091.ucc.ie (msstf091.ucc.ie [143.239.76.91]) by mail4.ucc.ie (8.14.4/8.14.4) with ESMTP id p61L7do4001510 for ; Fri, 1 Jul 2011 22:07:44 +0100 Received: by msstf091.ucc.ie (Postfix, from userid 1000) id E1D5868FA5; Fri, 1 Jul 2011 22:07:38 +0100 (IST) From: Andreas Amann To: Notmuch Mail Subject: problem with message/rfc822 parts User-Agent: Notmuch/0.5-317-g4d4c7bf (http://notmuchmail.org) Emacs/24.0.50.3 (x86_64-unknown-linux-gnu) Date: Fri, 01 Jul 2011 22:07:38 +0100 Message-ID: <87vcvld811.fsf@msstf091.ucc.ie> MIME-Version: 1.0 Content-Type: text/plain X-MD-NoSA: yes X-Scanned-By: MIMEDefang 2.68 on 143.239.1.34 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: Fri, 01 Jul 2011 21:07:47 -0000 today I updated to the latest git version of notmuch, which mostly works as expected. However, I now have the problem that whenever I look via emacs interface at a message which contains an embedded message/rfc822 part (like a forwarded message), then I just see "[ message/rfc822 ]" in the display buffer. I would expect that I am somehow able to access/view the forwarded message from the emacs interface, however I do not know how to achieve this. This worked fine with notmuch versions from April, but somehow it seems to be broken now for me. Is this a known problem or do I need some configuration magic? Any hints for debugging this would be welcome. Andreas