[PATCH v3 0/3] emacs: patch filename from subject
authorJani Nikula <jani@nikula.org>
Tue, 27 Dec 2011 16:04:37 +0000 (18:04 +0200)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:41:20 +0000 (09:41 -0800)
e3/02df48ec62971fd90944698449a388de26a190 [new file with mode: 0644]

diff --git a/e3/02df48ec62971fd90944698449a388de26a190 b/e3/02df48ec62971fd90944698449a388de26a190
new file mode 100644 (file)
index 0000000..5e32687
--- /dev/null
@@ -0,0 +1,77 @@
+Return-Path: <jani@nikula.org>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 1E25F431FD0\r
+       for <notmuch@notmuchmail.org>; Tue, 27 Dec 2011 08:04:49 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.7\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
+       tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id qv220pFxeFgK for <notmuch@notmuchmail.org>;\r
+       Tue, 27 Dec 2011 08:04:48 -0800 (PST)\r
+Received: from mail-ee0-f53.google.com (mail-ee0-f53.google.com\r
+ [74.125.83.53])       (using TLSv1 with cipher RC4-SHA (128/128 bits))        (No client\r
+ certificate requested)        by olra.theworths.org (Postfix) with ESMTPS id\r
+ 48639431FB6   for <notmuch@notmuchmail.org>; Tue, 27 Dec 2011 08:04:48 -0800\r
+ (PST)\r
+Received: by eekd41 with SMTP id d41so14244908eek.26\r
+       for <notmuch@notmuchmail.org>; Tue, 27 Dec 2011 08:04:45 -0800 (PST)\r
+Received: by 10.213.8.200 with SMTP id i8mr9066859ebi.111.1325001885397;\r
+       Tue, 27 Dec 2011 08:04:45 -0800 (PST)\r
+Received: from localhost (dsl-hkibrasgw4-fe5cdc00-23.dhcp.inet.fi.\r
+       [80.220.92.23])\r
+       by mx.google.com with ESMTPS id q67sm46337259eea.8.2011.12.27.08.04.42\r
+       (version=SSLv3 cipher=OTHER); Tue, 27 Dec 2011 08:04:44 -0800 (PST)\r
+From: Jani Nikula <jani@nikula.org>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH v3 0/3] emacs: patch filename from subject\r
+Date: Tue, 27 Dec 2011 18:04:37 +0200\r
+Message-Id: <cover.1325001418.git.jani@nikula.org>\r
+X-Mailer: git-send-email 1.7.5.4\r
+In-Reply-To: <1321657368-13872-1-git-send-email-jani@nikula.org>\r
+References: <1321657368-13872-1-git-send-email-jani@nikula.org>\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Tue, 27 Dec 2011 16:04:49 -0000\r
+\r
+Hi all, v3 with the following changes:\r
+\r
+* new patch 1/3 to add fake parts through a special handler to make them stand\r
+  out from real MIME parts\r
+\r
+* make notmuch-wash-subject-to-patch-filename more lispy as suggested by David\r
+  in id:"cun62h3tu51.fsf@hotblack-desiato.hh.sledj.net"\r
+\r
+BR,\r
+Jani.\r
+\r
+Jani Nikula (3):\r
+  emacs: add inline patch fake parts through a special handler\r
+  emacs: create patch filename from subject for inline patch fake parts\r
+  test: emacs: test notmuch-wash-subject-to-* functions\r
+\r
+ emacs/notmuch-show.el          |    4 +\r
+ emacs/notmuch-wash.el          |   45 ++++++++++++-\r
+ test/emacs-subject-to-filename |  138 ++++++++++++++++++++++++++++++++++++++++\r
+ test/notmuch-test              |    1 +\r
+ 4 files changed, 186 insertions(+), 2 deletions(-)\r
+ create mode 100755 test/emacs-subject-to-filename\r
+\r
+-- \r
+1.7.5.4\r
+\r