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 0731E431FD0 for ; Sun, 15 May 2011 10:23:51 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] 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 Dt3Wa0v3mf9j for ; Sun, 15 May 2011 10:23:50 -0700 (PDT) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by olra.theworths.org (Postfix) with ESMTP id 218CB431FB6 for ; Sun, 15 May 2011 10:23:50 -0700 (PDT) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QLf2h-0002VP-T1 for notmuch@notmuchmail.org; Sun, 15 May 2011 19:23:47 +0200 Received: from c-71-237-233-41.hsd1.or.comcast.net ([71.237.233.41]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 15 May 2011 19:23:47 +0200 Received: from mueen by c-71-237-233-41.hsd1.or.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 15 May 2011 19:23:47 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: notmuch@notmuchmail.org From: mueen@nawaz.org Subject: Re: Header and other questions Date: Sun, 15 May 2011 10:15:25 -0700 Lines: 11 Message-ID: <87r57zdgwi.fsf@fester.com> References: <878vu8edvf.fsf@fester.com> <4DD00472.1090201@fifthhorseman.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: c-71-237-233-41.hsd1.or.comcast.net nm-tags: list notmuch Cancel-Lock: sha1:KxNt8Ejqzumb+/Zss9WJ55oEsz8= 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: Sun, 15 May 2011 17:23:51 -0000 Daniel Kahn Gillmor writes: > On 05/15/2011 01:23 AM, mueen@nawaz.org wrote: >> 1. How do I see *all* the headers using the emacs interface? It shows me >> only 4 headers. > > shift-v from within a "notmuch-show" buffer will show the entire source > of the message, including all headers. That did the trick - thanks!