From: David Bremner Date: Sun, 20 Apr 2014 22:15:45 +0000 (+0900) Subject: Re: [PATCH] doc: make notmuch-new summary line more generic X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b4bc5c2711ad358d51992fc1533bb975fe0490f7;p=notmuch-archives.git Re: [PATCH] doc: make notmuch-new summary line more generic --- diff --git a/9f/dcd2641e482c190425213f1ec5594efda9ae86 b/9f/dcd2641e482c190425213f1ec5594efda9ae86 new file mode 100644 index 000000000..af2255dd0 --- /dev/null +++ b/9f/dcd2641e482c190425213f1ec5594efda9ae86 @@ -0,0 +1,59 @@ +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 58B99431FC3 + for ; Sun, 20 Apr 2014 15:16:00 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0 +X-Spam-Level: +X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] + 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 68TK1S2XpAGA for ; + Sun, 20 Apr 2014 15:15:53 -0700 (PDT) +Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net + [87.98.215.224]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 54D24431FC4 + for ; Sun, 20 Apr 2014 15:15:53 -0700 (PDT) +Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim + 4.72) (envelope-from ) + id 1Wc01g-0007AM-Cr; Sun, 20 Apr 2014 22:15:52 +0000 +Received: (nullmailer pid 5640 invoked by uid 1000); Sun, 20 Apr 2014 + 22:15:45 -0000 +From: David Bremner +To: notmuch@notmuchmail.org +Subject: Re: [PATCH] doc: make notmuch-new summary line more generic +In-Reply-To: <1397885412-22793-1-git-send-email-david@tethera.net> +References: <1397885412-22793-1-git-send-email-david@tethera.net> +User-Agent: Notmuch/0.17+202~gb65f328 (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-pc-linux-gnu) +Date: Mon, 21 Apr 2014 07:15:45 +0900 +Message-ID: <87zjjftzou.fsf@maritornes.cs.unb.ca> +MIME-Version: 1.0 +Content-Type: text/plain +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: Sun, 20 Apr 2014 22:16:00 -0000 + +David Bremner writes: + +> Since 'notmuch new' now takes multiple options, it's confusing to show +> only one of them in the summary. + +pushed, + +d