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 A8C82431FAE for ; Wed, 14 Mar 2012 14:21:35 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" 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 ZT9FPBQUSuZX for ; Wed, 14 Mar 2012 14:21:35 -0700 (PDT) Received: from mail-lpp01m010-f53.google.com (mail-lpp01m010-f53.google.com [209.85.215.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 0513F431FC0 for ; Wed, 14 Mar 2012 14:21:34 -0700 (PDT) Received: by lahc1 with SMTP id c1so1979156lah.26 for ; Wed, 14 Mar 2012 14:21:33 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references :in-reply-to:references:x-gm-message-state; bh=4nQ1sXCWfElPd/+xG4m9rc5Pdo8V9Qhmt2LnYYvdcuc=; b=jC003loGFNCnm0NtBfNBU3qxAR1nGZY29+EWuXBBe1+qAG82urI6kaZocujhJYi1mU hA7SxjKQKBVlzvC6y2N9yPlxv65+a/1tzEfZCbPktVDMZdoHHBH0fFKB91Fh0Y5Id4bH ZIiaePOxgKu7h5dDP87xSSmPsM77y/MuC2kmMry+EBmXjf1LEWrgkuDzcjwNM8aznVJZ mG3qexbxyG9wEHhXc4XH2QnuL3hJcnjHD+1cRmBrMy+DfBweXjFGYcYODTL0/QEKEa3Q 2gCLU1KvqndsB0FauomYa+5MYpqFPfjJQD6HF3mMF1D5lvBFW/eGPRres92MkQHi4ejJ yNCg== Received: by 10.112.102.65 with SMTP id fm1mr1429243lbb.82.1331760093320; Wed, 14 Mar 2012 14:21:33 -0700 (PDT) Received: from localhost (dsl-hkibrasgw4-fe50f800-253.dhcp.inet.fi. [84.248.80.253]) by mx.google.com with ESMTPS id pb13sm4646177lab.16.2012.03.14.14.21.31 (version=SSLv3 cipher=OTHER); Wed, 14 Mar 2012 14:21:32 -0700 (PDT) From: Jani Nikula To: notmuch@notmuchmail.org, david@tethera.net Subject: [PATCH 4/6] NEWS: emacs: inline patch fake attachment file names Date: Wed, 14 Mar 2012 23:21:09 +0200 Message-Id: X-Mailer: git-send-email 1.7.5.4 In-Reply-To: References: In-Reply-To: References: X-Gm-Message-State: ALoCoQkgme/8HcnLin2Zp3+lY6cYjpurzhwYjf5P8xNGc6p5LSLAkh9M/12Hi2fW6NFha4QQ2pdY 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: Wed, 14 Mar 2012 21:21:35 -0000 --- f893d31 emacs: create patch filename from subject for inline patch fake parts --- NEWS | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/NEWS b/NEWS index 3c2cd82..83d764a 100644 --- a/NEWS +++ b/NEWS @@ -88,6 +88,13 @@ Support text/calendar MIME type The text/calendar MIME type is now supported in addition to text/x-vcalendar. +Generate inline patch fake attachment file names from message subject + + Use the message subject to generate file names for the inline patch + fake attachments. The names are now similar to the ones generated by + 'git format-patch' instead of just "inline patch". See "Notmuch Show + Insert Text/Plain Hook" in the notmuch customize interface. + Library changes --------------- -- 1.7.5.4