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 19FC6431FAF for ; Tue, 24 Jul 2012 14:22:13 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0.201 X-Spam-Level: X-Spam-Status: No, score=0.201 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_ENVFROM_END_DIGIT=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 cbwU6sSF7nlO for ; Tue, 24 Jul 2012 14:22:12 -0700 (PDT) Received: from mail-wg0-f45.google.com (mail-wg0-f45.google.com [74.125.82.45]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 4D5D0431FDA for ; Tue, 24 Jul 2012 14:22:10 -0700 (PDT) Received: by mail-wg0-f45.google.com with SMTP id dt14so24284wgb.2 for ; Tue, 24 Jul 2012 14:22:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=+IBWcIwa0DfsIfposbzaZ6RMy6hRF+Ff9By38mvPX7Y=; b=fNAdm7RjqTHG5t7YbFTCP/Y84Be15Nn3AK1QoXEOn4gSLSKVxe5yN7YSGQXkIU7Pa5 aEeiCgfKcDOMIb8+PxyAdSMdcKpL+CHFPPpyrk2c7LtWGBd2hB79qIkziFrW8OjrmiVO ib4JkZ8fU/SJMKNFRybkX5RTQP6wTRnDGePCPS4McS2fn14xR58cCCLX9UfUnPE+QCtG lddUMwyZc8Lqo1oswvDc2o8srwSZwI3cMV4Yj8rpQjluhmOUuG2lwzvfJlRP8l3DF/Sy ByIrI5FjXwnNK04c/qnH53fswV2dWNoYoPY+Q23tuFhMuhUbx/VuPpv9N2gnAIoAWoQO MjLQ== Received: by 10.180.83.106 with SMTP id p10mr10419194wiy.21.1343164929986; Tue, 24 Jul 2012 14:22:09 -0700 (PDT) Received: from localhost (94-192-233-223.zone6.bethere.co.uk. [94.192.233.223]) by mx.google.com with ESMTPS id fb20sm9680713wid.1.2012.07.24.14.22.08 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 24 Jul 2012 14:22:09 -0700 (PDT) From: Mark Walters To: notmuch@notmuchmail.org Subject: [PATCH 5/5] contrib: add pick TODO file Date: Tue, 24 Jul 2012 22:21:51 +0100 Message-Id: <1343164911-31589-6-git-send-email-markwalters1009@gmail.com> X-Mailer: git-send-email 1.7.9.1 In-Reply-To: <1343164911-31589-1-git-send-email-markwalters1009@gmail.com> References: <1343164911-31589-1-git-send-email-markwalters1009@gmail.com> 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, 24 Jul 2012 21:22:13 -0000 --- contrib/notmuch-pick/TODO | 25 +++++++++++++++++++++++++ 1 files changed, 25 insertions(+), 0 deletions(-) create mode 100644 contrib/notmuch-pick/TODO diff --git a/contrib/notmuch-pick/TODO b/contrib/notmuch-pick/TODO new file mode 100644 index 0000000..2d0796e --- /dev/null +++ b/contrib/notmuch-pick/TODO @@ -0,0 +1,25 @@ +TODO for notmuch-pick + +(These are the things I can think of: to be added to as problems get +reported or found!) + +Things that need fixing before acceptance to mainline + +- Review lisp to make idiomatic. +- Unify functions with search or show where appropriate. +- Work out a fall-back if the font does not contain box graphic characters. +- Add extra functionality? + +- Decide whether the asynchronous parser is satisfactory. +- Remove debugging/timing information. + +- Add tests (I have some but I am not sure how to add them if pick is + in contrib). + +Bugs: + +- The display flickers while pick is running. I have no idea why. + +Other todo items + +? \ No newline at end of file -- 1.7.9.1