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 97DCA429E27 for ; Mon, 10 Oct 2011 06:39:50 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.8 X-Spam-Level: X-Spam-Status: No, score=-0.8 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, 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 H7r70BMieE+Z for ; Mon, 10 Oct 2011 06:39:49 -0700 (PDT) Received: from mail-yw0-f53.google.com (mail-yw0-f53.google.com [209.85.213.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id D228F429E26 for ; Mon, 10 Oct 2011 06:39:49 -0700 (PDT) Received: by ywt2 with SMTP id 2so7342466ywt.26 for ; Mon, 10 Oct 2011 06:39:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=schoepe.org; s=google; h=from:to:subject:date:message-id:x-mailer:in-reply-to:references; bh=NysbYWIg/fa1dL+Wmw2ry9gzg6yu/hbCKDuPx05Pbmw=; b=WSvVcD+PqtCM7/t7lzsNxeRYxj7Q120HXC3JsBCjOTqI3Z0pWUo9OXtxb4WKBRC72D YJJPHxAybXL6L4YKOV5hOy2skhxMpPCMjTM5jLvFHH9X9tXLLFnii4JPWa6twNntoGE5 a7uJPnpVfBjgasfbvUleNQ0WXJj24uXI1EuBA= Received: by 10.223.62.16 with SMTP id v16mr33563213fah.35.1318253987825; Mon, 10 Oct 2011 06:39:47 -0700 (PDT) Received: from localhost (p4FC790FC.dip0.t-ipconnect.de. [79.199.144.252]) by mx.google.com with ESMTPS id c1sm31668582fab.15.2011.10.10.06.39.44 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 10 Oct 2011 06:39:45 -0700 (PDT) From: Daniel Schoepe To: notmuch@notmuchmail.org Subject: [PATCH v6 0/2] emacs: User-defined sections in notmuch-hello Date: Mon, 10 Oct 2011 15:39:40 +0200 Message-Id: <1318253982-23588-1-git-send-email-daniel@schoepe.org> X-Mailer: git-send-email 1.7.6.3 In-Reply-To: <87ippzysmv.fsf@steelpick.2x.cz> References: <87ippzysmv.fsf@steelpick.2x.cz> 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, 10 Oct 2011 13:39:50 -0000 Fixed that and rebased against master.