From e3837825e2adc8ee7d2126a72d0f363ca59e3945 Mon Sep 17 00:00:00 2001 From: Jani Nikula Date: Mon, 21 Jan 2013 17:18:05 +0100 Subject: [PATCH] Re: update top level argument handling --- 58/407927197752b5e65187885f36da8751036623 | 87 +++++++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100644 58/407927197752b5e65187885f36da8751036623 diff --git a/58/407927197752b5e65187885f36da8751036623 b/58/407927197752b5e65187885f36da8751036623 new file mode 100644 index 000000000..2ec80fc2a --- /dev/null +++ b/58/407927197752b5e65187885f36da8751036623 @@ -0,0 +1,87 @@ +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 F0137431FC4 + for ; Mon, 21 Jan 2013 08:18:16 -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 7Lgr0DufdBWj for ; + Mon, 21 Jan 2013 08:18:16 -0800 (PST) +Received: from mail-bk0-f51.google.com (mail-bk0-f51.google.com + [209.85.214.51]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 1DF8D431FBD + for ; Mon, 21 Jan 2013 08:18:15 -0800 (PST) +Received: by mail-bk0-f51.google.com with SMTP id y8so753383bkt.24 + for ; Mon, 21 Jan 2013 08:18:13 -0800 (PST) +X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; + d=google.com; s=20120113; + h=x-received:from:to:subject:in-reply-to:references:user-agent:date + :message-id:mime-version:content-type:x-gm-message-state; + bh=BEE4tQYSbXEpACYja4Z90vRGzgLL+RNqwBcGs3s64CA=; + b=iv7pMHo0XlfOXq8smHRVsc6SPzIxgusn24dAN5THIIemkIYiuGascz6+Ktmsu1mita + 77ztHIDHPrQGKs9WizitR9Vw/PuCqiJzrs8YNU9IEF5eLoXYM1IEpK2S7sE4lBsF16Vj + xuLfJilMhk+cbkGklwdTmP2CXe+qkS5Z6kDATKk4VnmzmcweIOeK2d5tiQHPe9mrIgis + +Mw7wiYERX6K/Ew/TRcUrSfeg0WNbF0e9/V+xQMKu67+Uw5+v7LxKziENb8lO59wDDVU + Dc0OC5x3WqI0oEZp7xuug9AgxRE5smF5o2Xk7sWlowXLLzSz0/L2gK/oyNXfrT1JnKQY + QRag== +X-Received: by 10.204.128.148 with SMTP id k20mr5059495bks.107.1358785093281; + Mon, 21 Jan 2013 08:18:13 -0800 (PST) +Received: from localhost ([2001:4b98:dc0:43:216:3eff:fe1b:25f3]) + by mx.google.com with ESMTPS id i20sm8903348bkw.5.2013.01.21.08.18.11 + (version=TLSv1.1 cipher=RC4-SHA bits=128/128); + Mon, 21 Jan 2013 08:18:12 -0800 (PST) +From: Jani Nikula +To: david@tethera.net, notmuch@notmuchmail.org +Subject: Re: update top level argument handling +In-Reply-To: <1358619958-21209-1-git-send-email-david@tethera.net> +References: <1358619958-21209-1-git-send-email-david@tethera.net> +User-Agent: Notmuch/0.14+259~gdee88db (http://notmuchmail.org) Emacs/23.2.1 + (x86_64-pc-linux-gnu) +Date: Mon, 21 Jan 2013 17:18:05 +0100 +Message-ID: <87ip6q33ya.fsf@nikula.org> +MIME-Version: 1.0 +Content-Type: text/plain; charset=us-ascii +X-Gm-Message-State: + ALoCoQk5pL3lylN+5QMr+ceGLeR0x7hS3V1GR6IxMhQ39IbNeCudRmil8oazoNf6qMzF5aNtKyYQ +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: Mon, 21 Jan 2013 16:18:17 -0000 + +On Sat, 19 Jan 2013, david@tethera.net wrote: +> The only new feature here is an option --leak-report +> to notmuch new, as requested in id:m2hangivfu.fsf@guru.guru-group.fi +> +> There is also a bunch of cleanup of the argument handling. One +> casualty of this is that the use of aliases (in particular "notmuch +> part" and "notmuch search-tags" is no longer supported). + +Patches 1-4 look good, and IMO should be used regardless of the +bikeshedding result on patches 5-7. + +BR, +Jani. + + +> +> _______________________________________________ +> notmuch mailing list +> notmuch@notmuchmail.org +> http://notmuchmail.org/mailman/listinfo/notmuch -- 2.26.2