From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 2E411429E28 for ; Sat, 27 Oct 2012 04:26:58 -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 Qvyi-xzHXfIg for ; Sat, 27 Oct 2012 04:26:57 -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 625B2429E27 for ; Sat, 27 Oct 2012 04:26:54 -0700 (PDT) Received: by mail-wg0-f45.google.com with SMTP id dq12so2236442wgb.2 for ; Sat, 27 Oct 2012 04:26:54 -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=yBl5BMfhHE6pG03iBXIeTG7jwkLVc0l0/aGRJcL98H4=; b=VS8Zz+y7EqZ7fyIJkjaHR6qL2LJdUJ63oOfUePHV0HzdBz5PLMjBM/YAcWlHh9NrF2 Poo9yk5MEyuy2Su1MeCnC3cFolp1jLel2NVBcOGMm7qIksujsgHkIHx3bPLLZSw8lW+x Ra/n+h3/lLt7a23RFVGUbhVBUYk2vMOH/yeIQd25Q4dBgiXNj7DR2peXCcjJBF+277gt hekyUJgLhezngusAXYQpEa5uhz2F1yhEu+m3++qrQqG2Ke/uEbZD6olArJFkeMUVYwF5 Cr8Yb/Eb8F2sCeWVgDJAnY1HfCJh+OYBYw0759QRmYfxyw6qsFYb/01kE3FmfuLNEILS wb8g== Received: by 10.180.92.132 with SMTP id cm4mr5117430wib.12.1351337214087; Sat, 27 Oct 2012 04:26:54 -0700 (PDT) Received: from localhost (93-97-24-31.zone5.bethere.co.uk. [93.97.24.31]) by mx.google.com with ESMTPS id dm3sm2252055wib.3.2012.10.27.04.26.52 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 27 Oct 2012 04:26:53 -0700 (PDT) From: Mark Walters To: notmuch@notmuchmail.org Subject: [PATCH 3/3] contrib: add pick TODO file Date: Sat, 27 Oct 2012 12:26:40 +0100 Message-Id: <1351337200-18050-4-git-send-email-markwalters1009@gmail.com> X-Mailer: git-send-email 1.7.9.1 In-Reply-To: <1351337200-18050-1-git-send-email-markwalters1009@gmail.com> References: <1351337200-18050-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: Sat, 27 Oct 2012 11:26:58 -0000 --- contrib/notmuch-pick/TODO | 29 +++++++++++++++++++++++++++++ 1 files changed, 29 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..8474e30 --- /dev/null +++ b/contrib/notmuch-pick/TODO @@ -0,0 +1,29 @@ +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? + +- Remove debugging 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 + +- c i, c f for stashing ids etc. + +- Perhaps the author should be "To: ???" if the message is from the user. + +- Is there some nice way to do use the expand citation buttons of + notmuch-show when using the split-pane mode? -- 1.7.9.1