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 294B1431FD0 for ; Fri, 15 Jul 2011 12:32:24 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.699 X-Spam-Level: X-Spam-Status: No, score=-0.699 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-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 jT3ReRnNaKFI for ; Fri, 15 Jul 2011 12:32:22 -0700 (PDT) Received: from mail-ew0-f53.google.com (mail-ew0-f53.google.com [209.85.215.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 7EB94431FB6 for ; Fri, 15 Jul 2011 12:32:22 -0700 (PDT) Received: by ewy8 with SMTP id 8so867486ewy.26 for ; Fri, 15 Jul 2011 12:32:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=sender:from:to:cc:subject:in-reply-to:references:user-agent:date :message-id:mime-version:content-type; bh=KMYhWBEplb2rGBqIqPIYnHxdvJq7Ztt7GZv9J69e8jU=; b=vELuGRepryuIDbC2PTbpXEutQghAPoZKh+M0Jvmn62FOXbu82nQvYhEtg+JMXnstB6 PphMD8uB468/6pOLfIkqr0uTLH/jC5QbIeXi2DGqUSXVOKadwQYrtenyH496wr5coefO jN/JwRNeUKow8Nelf264HxJn3cUmAxL/QqoQs= Received: by 10.213.96.144 with SMTP id h16mr1397523ebn.16.1310758340761; Fri, 15 Jul 2011 12:32:20 -0700 (PDT) Received: from hecate.student.uu.se (nl110-96-173.student.uu.se [130.242.96.173]) by mx.google.com with ESMTPS id q56sm896581eef.15.2011.07.15.12.32.18 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 15 Jul 2011 12:32:19 -0700 (PDT) Sender: Albin Stjerna From: Albin Stjerna To: Jason Woofenden , notmuch@notmuchmail.org Subject: Re: Notmuch mail notifier applet for Gnome? In-Reply-To: <20110715181123.GB27859@compy.jasonwoof.org> References: <87fwmbcg4h.fsf@hecate.student.uu.se> <20110715181123.GB27859@compy.jasonwoof.org> User-Agent: Notmuch/0.6 (http://notmuchmail.org) Emacs/23.2.1 (x86_64-pc-linux-gnu) Date: Fri, 15 Jul 2011 21:32:21 +0200 Message-ID: <87pqlbl4qi.fsf@hecate.student.uu.se> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: Fri, 15 Jul 2011 19:32:24 -0000 On Fri, 15 Jul 2011 14:11:23 -0400, Jason Woofenden wrote: > Albin, > > I couldn't find any existing program to get put text into the gnome > panel, so I eventually built something: Funny. So did I. :) I actually hacked up my first pyGTK-based program, ever: https://github.com/albins/notmuch-notifier Suggestions are of course welcome.