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 D8ED2431FD0 for ; Thu, 7 Jul 2011 15:53:55 -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 LifjMvT3rHF0 for ; Thu, 7 Jul 2011 15:53:55 -0700 (PDT) Received: from mail-fx0-f46.google.com (mail-fx0-f46.google.com [209.85.161.46]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 22442431FB6 for ; Thu, 7 Jul 2011 15:53:55 -0700 (PDT) Received: by fxh19 with SMTP id 19so1576280fxh.19 for ; Thu, 07 Jul 2011 15:53:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=from:to:subject:date:message-id:x-mailer:in-reply-to:references; bh=nm2wUMZ0eLbgjdqbNPvY3ut2FNJ+5Y29y9EkPzNmY3E=; b=nYEwW4SZgCEPYT2I76WXJV3o650vFhCffyfDJS/x6emOTemCwXPuc6Y5zF2sgyVf8Y I3yFVipunNvu2M/Kxzz5jl1rQyKNkd/TCmIqihklo7zhbuW3WwgqCjHloALZOgKB3AHT Re1M+bzjtrosZvcP7wP/+mvMXTjD+xF55NGN8= Received: by 10.223.75.138 with SMTP id y10mr1998074faj.36.1310079233634; Thu, 07 Jul 2011 15:53:53 -0700 (PDT) Received: from localhost (dslb-088-069-138-212.pools.arcor-ip.net [88.69.138.212]) by mx.google.com with ESMTPS id l26sm6990969fah.38.2011.07.07.15.53.51 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 07 Jul 2011 15:53:52 -0700 (PDT) From: Daniel Schoepe To: notmuch@notmuchmail.org Subject: [PATCH v4 0/2] emacs: User-defined sections in notmuch-hello Date: Fri, 8 Jul 2011 00:53:45 +0200 Message-Id: <1310079227-19120-1-git-send-email-daniel.schoepe@googlemail.com> X-Mailer: git-send-email 1.7.5.4 In-Reply-To: References: 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: Thu, 07 Jul 2011 22:53:56 -0000 Fourth time's the charm. Some more improvements by Michal Sojka, thanks. A few more opinions about whether or not to leave in the different filters for queries and counts, would also be very much appreciated.