From f4c362c93ea0715a58ed7c2c8cf54f756d215a99 Mon Sep 17 00:00:00 2001 From: Jani Nikula Date: Tue, 22 Jan 2013 21:23:16 +0200 Subject: [PATCH] [PATCH] TODO: cleanup stuff that has been done --- 31/0887901aedba931f3cd22960623d46c533dc2f | 103 ++++++++++++++++++++++ 1 file changed, 103 insertions(+) create mode 100644 31/0887901aedba931f3cd22960623d46c533dc2f diff --git a/31/0887901aedba931f3cd22960623d46c533dc2f b/31/0887901aedba931f3cd22960623d46c533dc2f new file mode 100644 index 000000000..2b9fa6695 --- /dev/null +++ b/31/0887901aedba931f3cd22960623d46c533dc2f @@ -0,0 +1,103 @@ +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 B81A0431FAF + for ; Tue, 22 Jan 2013 11:23:19 -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 jT-4FRLByfpq for ; + Tue, 22 Jan 2013 11:23:19 -0800 (PST) +Received: from mail-lb0-f181.google.com (mail-lb0-f181.google.com + [209.85.217.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 1B1C0431FAE + for ; Tue, 22 Jan 2013 11:23:18 -0800 (PST) +Received: by mail-lb0-f181.google.com with SMTP id gm6so1562936lbb.40 + for ; Tue, 22 Jan 2013 11:23:17 -0800 (PST) +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 + :x-gm-message-state; + bh=wPflnylk9Lnsu3zOd8OuyiV2LAxXqMq66te2w5PcmOY=; + b=JvSTakYYXuRzsSL7sBHOnWs2Gnlxvjh7qcU9jCZ3cZvO0eJZ3LNTy1nMimpcZ79BXY + n4G456swjRcf4EWF5T2EC36Uz34X+goZmbEpI0LhrLzMkH4Wy2Oqf7L4pXr9dM/x4qUa + L+a1Lqf/kT5bCNnjbxmLAdkCso1IjjlWAxOuJLvBM4fCJHenRZ0mu/b3VLFR90xXjIOK + UeE15+FHDPL69BQUlg4IgSD3Opt1mlS3M3CygwxuAaHO6vtnE6i/EC73GdiO/WECD4hB + Zg0gfdv+MptEaPlDp0tjs4P6tVfeHd54VFdy6l+Rk4ifWtfV0tBQOObpv+1LBv9wT46F + 13yQ== +X-Received: by 10.112.29.71 with SMTP id i7mr9682999lbh.85.1358882597007; + Tue, 22 Jan 2013 11:23:17 -0800 (PST) +Received: from localhost (dsl-hkibrasgw4-50df51-27.dhcp.inet.fi. + [80.223.81.27]) + by mx.google.com with ESMTPS id hn3sm7411378lab.10.2013.01.22.11.23.14 + (version=TLSv1.2 cipher=RC4-SHA bits=128/128); + Tue, 22 Jan 2013 11:23:15 -0800 (PST) +From: Jani Nikula +To: notmuch@notmuchmail.org +Subject: [PATCH] TODO: cleanup stuff that has been done +Date: Tue, 22 Jan 2013 21:23:16 +0200 +Message-Id: <1358882596-26437-1-git-send-email-jani@nikula.org> +X-Mailer: git-send-email 1.7.10.4 +X-Gm-Message-State: + ALoCoQkTKuRDxQoPZf92g0qXuwKhUVVxfXLaY6uvQO7dvaL8EJQfYxGUh7hgqtPs9BncpPB77I9g +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: Tue, 22 Jan 2013 19:23:19 -0000 + +M-RET notmuch-show-open-or-close-all opens all closed messages. + +The archiving change is mentioned twice, remove dupe. + +"notmuch search" supports --format=text0 to work with xargs -0 +--- + devel/TODO | 10 ---------- + 1 file changed, 10 deletions(-) + +diff --git a/devel/TODO b/devel/TODO +index 9eaa7bd..af2a1e5 100644 +--- a/devel/TODO ++++ b/devel/TODO +@@ -57,11 +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. + +-Add a binding to open all closed messages. +- +-Change the 'a'rchive command in the thread view to only archive open +-messages. +- + Completion + ---------- + Fix bash completion to complete multiple search options (both --first +@@ -75,11 +70,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 ? + +-Add a -0 option to "notmuch search" so that one can safely deal with +-any filename with: +- +- notmuch search --output=files -0 | xargs -0 +- + "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 +-- +1.7.10.4 + -- 2.26.2