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 93815431FAF for ; Mon, 24 Sep 2012 01:26:53 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.799 X-Spam-Level: X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.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 BfYqoXOA0OQm for ; Mon, 24 Sep 2012 01:26:53 -0700 (PDT) Received: from mail-we0-f181.google.com (mail-we0-f181.google.com [74.125.82.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id E6150431FAE for ; Mon, 24 Sep 2012 01:26:52 -0700 (PDT) Received: by weyu54 with SMTP id u54so3790462wey.26 for ; Mon, 24 Sep 2012 01:26:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:subject:message-id:mime-version:content-type :content-disposition:user-agent; bh=EKtEJ0B/5Rbe8KIoILKbddUbl7zjSudTSLU5IJSRsKc=; b=W9ESDiVxZJeqx3iuOB85fGsCdAZrpjHTqkXKimOTnztOZSoGTdvQFnxNLW1IclmLyv WfE7HmQ/BX3zGN4kZT8oUIiRCbVpSTLORjYDOWvNiT5VQqk8XKpR3ouYb6PsfGajG7LL 0eLD49KxizlaD7aVw5ber/RUf29QHJObQR33dceZoH/aALrX688w2YW4KFq3DDktlPJr VXYi1HDLhqEZ9A25/r/VfoeEoqisZEBsxQwu6zAcWLNa8UgTZRr+SWF0K2vw0qeKQCur EqKSww4V5HzkI/EBFwDvYlJOX1Zf5aB29xfJY+uKtVGS8ar+/TC1mFO3GYOIhiAGAHbA 5jRA== Received: by 10.216.123.130 with SMTP id v2mr7068176weh.117.1348475210186; Mon, 24 Sep 2012 01:26:50 -0700 (PDT) Received: from kuru.dyndns-at-home.com (gast-bonnet.rhrz.uni-bonn.de. [131.220.2.65]) by mx.google.com with ESMTPS id cw4sm10183165wib.4.2012.09.24.01.26.48 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 24 Sep 2012 01:26:49 -0700 (PDT) Sender: suvayu ali Date: Mon, 24 Sep 2012 10:26:46 +0200 From: Suvayu Ali To: notmuch@notmuchmail.org Subject: nbook: a notmuch based address book written in python Message-ID: <20120924082646.GA10577@kuru.dyndns-at-home.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2011-07-01) X-Mailman-Approved-At: Tue, 25 Sep 2012 00:22:46 -0700 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: Mon, 24 Sep 2012 08:26:53 -0000 Hi, (I'm not subscribed to the list, so please cc: me in your replies) I am a new notmuch user. I use it with mutt. I wanted a Gmail like address book, so I used the python bindings for notmuch to write a small python program. This is supposed to behave like abook. Quality standards permitting, I would like this to be included in the contrib directory with notmuch. I have tested it a little, but there could be bugs lurking somewhere. I have created a github repository[1], which may be treated as upstream for this program. This is my first serious python program, and the first time I'm contributing something significant to an open source project. So please let me know if I have missed something. Looking forward to your feedback. Cheers, Footnotes: [1] -- Suvayu Open source is the future. It sets us free.