I've begun to write notmuch-ncurse.py
authorChristophe-Marie Duquesne <chm.duquesne@gmail.com>
Mon, 1 Nov 2010 00:11:47 +0000 (01:11 +0100)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:37:20 +0000 (09:37 -0800)
51/500f0a26c8e08ae287d3835bf41edc414ae53e [new file with mode: 0644]

diff --git a/51/500f0a26c8e08ae287d3835bf41edc414ae53e b/51/500f0a26c8e08ae287d3835bf41edc414ae53e
new file mode 100644 (file)
index 0000000..dcf78ed
--- /dev/null
@@ -0,0 +1,84 @@
+Return-Path: <chm.duquesne@gmail.com>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id DED4940D167\r
+       for <notmuch@notmuchmail.org>; Sun, 31 Oct 2010 17:12:21 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -1.999\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-1.999 tagged_above=-999 required=5\r
+       tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1,\r
+       DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001]\r
+       autolearn=ham\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id IUB9Lvii+YoG for <notmuch@notmuchmail.org>;\r
+       Sun, 31 Oct 2010 17:12:10 -0700 (PDT)\r
+Received: from mail-ww0-f45.google.com (mail-ww0-f45.google.com\r
+ [74.125.82.45])       by olra.theworths.org (Postfix) with ESMTP id 1BED44196F0       for\r
+ <notmuch@notmuchmail.org>; Sun, 31 Oct 2010 17:12:09 -0700 (PDT)\r
+Received: by wwj40 with SMTP id 40so5027851wwj.2\r
+       for <notmuch@notmuchmail.org>; Sun, 31 Oct 2010 17:12:09 -0700 (PDT)\r
+DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;\r
+       h=domainkey-signature:received:mime-version:received:from:date\r
+       :message-id:subject:to:content-type;\r
+       bh=bwxZXfucp7uPl/+Eh8jkonVIz0+zBDLjTe+tcVejYhE=;\r
+       b=dI67cbFq5AkMGgi2lZdHxONUX3D0yzb/ZtabXK9Py0GPWm9t8oOg/O3nctr49eTIMi\r
+       oNE0itwxpU9ZdSMJs0/8t7k2395F/ZDhRqvDCi2xDhfhvZsOLzVIOVreJ5aJ609IRh12\r
+       wi/Ti64gUfc3dnLIKPXGADo+rzzFBS4zF/HIQ=\r
+DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma;\r
+       h=mime-version:from:date:message-id:subject:to:content-type;\r
+       b=Nubjnshcr40sUH9EF9WFjLuRwqVBIgoAUEmkQWQleMPoAEWpHSiM+VUph230k6EvzU\r
+       KVefNVIk+Mh5r6pzJtoiJGDF9AA8Ekr16PI0y7AkMls7tExAMraoITGwPr30pJ3mnBaE\r
+       SXFuIa37iEiaKklQTX7hmQVErRqPcCFdm8Eno=\r
+Received: by 10.227.9.148 with SMTP id l20mr14556955wbl.184.1288570328468;\r
+       Sun, 31 Oct 2010 17:12:08 -0700 (PDT)\r
+MIME-Version: 1.0\r
+Received: by 10.227.195.69 with HTTP; Sun, 31 Oct 2010 17:11:47 -0700 (PDT)\r
+From: Christophe-Marie Duquesne <chm.duquesne@gmail.com>\r
+Date: Mon, 1 Nov 2010 01:11:47 +0100\r
+Message-ID: <AANLkTik=5Jmemo089b813s2QwZrceATmV-mHanasGAT3@mail.gmail.com>\r
+Subject: I've begun to write notmuch-ncurse.py\r
+To: notmuch@notmuchmail.org\r
+Content-Type: text/plain; charset=UTF-8\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Mon, 01 Nov 2010 00:12:22 -0000\r
+\r
+Hi list,\r
+\r
+I've begun to write a python ncurse interface for notmuch. It is\r
+certainly not useable, but at least I have some code to share. My goal\r
+is to produce a hackable gmail in a console (side bar with\r
+labels/shortcuts to pre-registered researches + a main panel to view\r
+research results and mails). It has to feature asynchronous commands\r
+calls to keep the interface responsive, to have vim-like default\r
+keybindings, and ideally to somehow support the mouse.\r
+\r
+I've also set myself some goals in order to keep it hackable:\r
+- don't use object oriented design (it may sound silly, but I want to\r
+see if it is possible to write clean python code in an purely\r
+imperative style)\r
+- keep the code short (never exceed 1000 loc)\r
+- don't have a config file (but users should be able to modify the\r
+code directly and it has to remain easy)\r
+\r
+FYI, right now, there are 356 lines of code. Those who want to help\r
+are welcome, provided we share similar goals.\r
+\r
+[1] - https://bitbucket.org/chmduquesne/notmuch-curses\r
+\r
+Cheers,\r
+Christophe-Marie Duquesne\r