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 1E25F431FD0 for ; Tue, 27 Dec 2011 08:04:49 -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 qv220pFxeFgK for ; Tue, 27 Dec 2011 08:04:48 -0800 (PST) Received: from mail-ee0-f53.google.com (mail-ee0-f53.google.com [74.125.83.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 48639431FB6 for ; Tue, 27 Dec 2011 08:04:48 -0800 (PST) Received: by eekd41 with SMTP id d41so14244908eek.26 for ; Tue, 27 Dec 2011 08:04:45 -0800 (PST) Received: by 10.213.8.200 with SMTP id i8mr9066859ebi.111.1325001885397; Tue, 27 Dec 2011 08:04:45 -0800 (PST) Received: from localhost (dsl-hkibrasgw4-fe5cdc00-23.dhcp.inet.fi. [80.220.92.23]) by mx.google.com with ESMTPS id q67sm46337259eea.8.2011.12.27.08.04.42 (version=SSLv3 cipher=OTHER); Tue, 27 Dec 2011 08:04:44 -0800 (PST) From: Jani Nikula To: notmuch@notmuchmail.org Subject: [PATCH v3 0/3] emacs: patch filename from subject Date: Tue, 27 Dec 2011 18:04:37 +0200 Message-Id: X-Mailer: git-send-email 1.7.5.4 In-Reply-To: <1321657368-13872-1-git-send-email-jani@nikula.org> References: <1321657368-13872-1-git-send-email-jani@nikula.org> 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: Tue, 27 Dec 2011 16:04:49 -0000 Hi all, v3 with the following changes: * new patch 1/3 to add fake parts through a special handler to make them stand out from real MIME parts * make notmuch-wash-subject-to-patch-filename more lispy as suggested by David in id:"cun62h3tu51.fsf@hotblack-desiato.hh.sledj.net" BR, Jani. Jani Nikula (3): emacs: add inline patch fake parts through a special handler emacs: create patch filename from subject for inline patch fake parts test: emacs: test notmuch-wash-subject-to-* functions emacs/notmuch-show.el | 4 + emacs/notmuch-wash.el | 45 ++++++++++++- test/emacs-subject-to-filename | 138 ++++++++++++++++++++++++++++++++++++++++ test/notmuch-test | 1 + 4 files changed, 186 insertions(+), 2 deletions(-) create mode 100755 test/emacs-subject-to-filename -- 1.7.5.4