From 9adc357d2b4cd17a5b0b38f040b04ad2ec5c7f2c Mon Sep 17 00:00:00 2001 From: Jani Nikula Date: Sun, 7 Apr 2013 20:15:04 +0300 Subject: [PATCH] [PATCH 3/3] TODO: remove some completed todo items from the list --- 70/bfd13b6d63086a2616bd8026884a9a30e90901 | 119 ++++++++++++++++++++++ 1 file changed, 119 insertions(+) create mode 100644 70/bfd13b6d63086a2616bd8026884a9a30e90901 diff --git a/70/bfd13b6d63086a2616bd8026884a9a30e90901 b/70/bfd13b6d63086a2616bd8026884a9a30e90901 new file mode 100644 index 000000000..bb5e60ed8 --- /dev/null +++ b/70/bfd13b6d63086a2616bd8026884a9a30e90901 @@ -0,0 +1,119 @@ +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 B0F00431FDA + for ; Sun, 7 Apr 2013 10:15:24 -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 eUODnqmry7PA for ; + Sun, 7 Apr 2013 10:15:23 -0700 (PDT) +Received: from mail-lb0-f177.google.com (mail-lb0-f177.google.com + [209.85.217.177]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id B651F431FD2 + for ; Sun, 7 Apr 2013 10:15:21 -0700 (PDT) +Received: by mail-lb0-f177.google.com with SMTP id r10so4978692lbi.8 + for ; Sun, 07 Apr 2013 10:15:20 -0700 (PDT) +X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; + d=google.com; s=20120113; + h=x-received:from:to:cc:subject:date:message-id:x-mailer:in-reply-to + :references:in-reply-to:references:x-gm-message-state; + bh=bYHdBuvtpWTTmQYvYUWi4dSuXzxLKJA8H/O55+5vRog=; + b=G0GM7Au0HicYtx3SbdiAlzTorIYSy6cbfAJYRx7Heukq3jVkL9Mo0E0Aa2V8MjjONe + EdX7IFLyOVie7lro8LH7uQ04cTc5Ch9h0j9sBzitz3uxYkXZQ6wAqxY+xCuPOTD/k/Ce + 41PEAVM8DVEVvie8USQN4rXlnHXrI/96KZig5smn5Yu8TdbQyKkx1RDqwChGFR6nTwUt + rlGHnSRa78Dccqn/900ka4gvJH38GxHKCH4dmRAzmjuYdCphLOfpqjewXPPGj7PgT9SM + p0grl0vIVHfO/mUIZVnGhMnstG6v/ohDIFWf2PGFkDr1G7NACM/791qiQziazt4wSKCt + O1+g== +X-Received: by 10.152.109.112 with SMTP id hr16mr10222812lab.38.1365354920141; + Sun, 07 Apr 2013 10:15:20 -0700 (PDT) +Received: from localhost (dsl-hkibrasgw4-50df51-27.dhcp.inet.fi. + [80.223.81.27]) + by mx.google.com with ESMTPS id pk1sm9639961lab.0.2013.04.07.10.15.18 + (version=TLSv1.2 cipher=RC4-SHA bits=128/128); + Sun, 07 Apr 2013 10:15:19 -0700 (PDT) +From: Jani Nikula +To: notmuch@notmuchmail.org +Subject: [PATCH 3/3] TODO: remove some completed todo items from the list +Date: Sun, 7 Apr 2013 20:15:04 +0300 +Message-Id: + +X-Mailer: git-send-email 1.7.10.4 +In-Reply-To: +References: +In-Reply-To: +References: +X-Gm-Message-State: + ALoCoQlNWACqbClnXY6/jUkBqiAMehDZaPcgQdpWLddS81klaVx9XXwavxtCYzN0DhM49yKD2ta8 +Cc: Tomi Ollila +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, 07 Apr 2013 17:15:25 -0000 + +Bash completion has been rewritten. Configuration file saves follow +symlinks. There is --config=FILE top level option to specify +configuration file. +--- + devel/TODO | 14 -------------- + 1 file changed, 14 deletions(-) + +diff --git a/devel/TODO b/devel/TODO +index e4f36c2..f63385d 100644 +--- a/devel/TODO ++++ b/devel/TODO +@@ -57,12 +57,6 @@ Automatically open a message when navigating to it with N or P. + + Change 'a' command in thread-view mode to only archive open messages. + +-Completion +----------- +-Fix bash completion to complete multiple search options (both --first +-and *then* --max-threads), and also complete value for --sort= +-(oldest-first or newest-first). +- + notmuch command-line tool + ------------------------- + Add support to "notmuch search" and "notmuch show" to allow for +@@ -70,11 +64,6 @@ listing of duplicate messages, (distinct filenames with the same + Message-ID). I'm not sure what the option should be named. Perhaps + --with-duplicates ? + +-"notmuch setup" should use realpath() before replacing the +-configuration file. The ensures that the final target file of any +-intermediate symbolic links is what is actually replaced, (rather than +-any symbolic link). +- + Replace "notmuch reply" with "notmuch compose --reply ". + This would enable a plain "notmuch compose" to be used to construct an + initial message, (which would then have the properly configured name +@@ -102,9 +91,6 @@ Fix "notmuch restore" to operate in a single pass much like "notmuch + dump" does, rather than doing N searches into the database, each + matching 1/N messages. + +-Add a "-f " option to select an alternate configuration +-file. +- + Allow configuration for filename patterns that should be ignored when + indexing. + +-- +1.7.10.4 + -- 2.26.2