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 5EFC0431FAF for ; Thu, 26 Jan 2012 10:16:36 -0800 (PST) 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 uzqyAG1m0iv4 for ; Thu, 26 Jan 2012 10:16:35 -0800 (PST) Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com [209.85.212.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 90746431FC2 for ; Thu, 26 Jan 2012 10:16:35 -0800 (PST) Received: by wibhi8 with SMTP id hi8so676095wib.26 for ; Thu, 26 Jan 2012 10:16:32 -0800 (PST) Received: by 10.180.19.130 with SMTP id f2mr6246441wie.12.1327601792884; Thu, 26 Jan 2012 10:16:32 -0800 (PST) Received: from hotblack-desiato.hh.sledj.net (host81-149-164-25.in-addr.btopenworld.com. [81.149.164.25]) by mx.google.com with ESMTPS id u12sm6729473wiv.10.2012.01.26.10.16.31 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 26 Jan 2012 10:16:32 -0800 (PST) Received: by hotblack-desiato.hh.sledj.net (Postfix, from userid 30000) id 10187A0140; Thu, 26 Jan 2012 18:16:30 +0000 (GMT) From: David Edmondson To: notmuch@notmuchmail.org Subject: [PATCH 0/2] Add a fake 'Tags' header Date: Thu, 26 Jan 2012 18:16:27 +0000 Message-Id: <1327601789-6040-1-git-send-email-dme@dme.org> X-Mailer: git-send-email 1.7.8.3 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: Thu, 26 Jan 2012 18:16:36 -0000 >From a discussion in #notmuch, add a fake 'Tags' header when displaying messages and ensure that it's kept up to date. David Edmondson (2): emacs: Add a fake Tags: header during display. test: Update tests for new 'Tags' header. emacs/notmuch-show.el | 24 +++++++++++++++---- test/emacs | 3 ++ .../notmuch-show-thread-maildir-storage | 7 +++++ ...hread-maildir-storage-with-fourfold-indentation | 7 +++++ ...show-thread-maildir-storage-without-indentation | 7 +++++ 5 files changed, 43 insertions(+), 5 deletions(-) -- 1.7.8.3