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 8FF89429E20 for ; Sat, 7 May 2011 16:05:05 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.799 X-Spam-Level: X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, 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 7G4k1GLdbWll for ; Sat, 7 May 2011 16:05:05 -0700 (PDT) Received: from mail-fx0-f53.google.com (mail-fx0-f53.google.com [209.85.161.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 1AAA2431FB5 for ; Sat, 7 May 2011 16:05:04 -0700 (PDT) Received: by fxm8 with SMTP id 8so3167518fxm.26 for ; Sat, 07 May 2011 16:05:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:to:subject:in-reply-to:references :user-agent:date:message-id:mime-version:content-type; bh=Fd0YRtqYTOm+1T9aTLu393ZSvM/ry5+sJ/GuWGV4ooY=; b=vd/MwWfpEjdyjxNql9vqsK35IxtvttvrbME6MUa+b8u0fp+Zw2cFYDh7GRm1kdrKXL hMTCl8upZEgcfat5TOItvKIKiYlWeIrRDvfBIcLREHogpUTvWXpcWnEA9HPWTX7iCLRy gqxXWMVyRtcDrmFvOat+lBuHAk+EvxsDAskhQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:in-reply-to:references:user-agent:date:message-id :mime-version:content-type; b=tkspDBxxxvAECylndniWKDHgOtJLZ3pUqmK8k02OFyo/MJGQ1MuBXHhSKQS5YNws06 VA0mpcY1AM9HoUA1wXziJN5nqieKAsob1LN9ZUsoiWMUUgP774HTaS36CCA2OaERByMB 38EInWv8NzGzYIyh+nj3HTT427b6+PgCYW5s8= Received: by 10.223.101.72 with SMTP id b8mr2036844fao.15.1304809503763; Sat, 07 May 2011 16:05:03 -0700 (PDT) Received: from localhost ([91.144.186.21]) by mx.google.com with ESMTPS id 9sm1511443fat.15.2011.05.07.16.05.02 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 07 May 2011 16:05:02 -0700 (PDT) From: Dmitry Kurochkin To: Notmuch Mail Subject: Re: [PATCH] Add part filename in notmuch show output if available. In-Reply-To: <1304809237-10583-1-git-send-email-dmitry.kurochkin@gmail.com> References: <1304809237-10583-1-git-send-email-dmitry.kurochkin@gmail.com> User-Agent: Notmuch/0.5-101-g4590090 (http://notmuchmail.org) Emacs/23.3.1 (x86_64-pc-linux-gnu) Date: Sun, 08 May 2011 03:05:23 +0400 Message-ID: <87tyd6dscs.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: Sat, 07 May 2011 23:05:05 -0000 Forgot to note, this patch is for release-candidate/0.6 branch. Regards, Dmitry