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 862C0431FD0 for ; Tue, 5 Jul 2011 09:24:00 -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 Xyk0TYfwtzxY for ; Tue, 5 Jul 2011 09:24:00 -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 003CC431FB6 for ; Tue, 5 Jul 2011 09:23:59 -0700 (PDT) Received: by fxh19 with SMTP id 19so6243003fxh.19 for ; Tue, 05 Jul 2011 09:23:58 -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=Dvt4ckWRDg+I31CBEZdw4XkthczHjWe43VqhvW9gKiU=; b=FQ5WNNxf4xxzBM/k2sjpw5J2DtbgVSUgXwGyo+hBwUq3nOuL1tbE/4JPrsslZKzuxn N3ZDX9lDcDz6Vc21VNq0vtzxh0GHuyXFYE9/uogiuga+3IsTYCLEQ6aMfAev41VE+Ncu A0r+sDhsinDyGITHaHGxapy80TtbQQQe1vUf8= Received: by 10.223.71.194 with SMTP id i2mr11787689faj.42.1309883038498; Tue, 05 Jul 2011 09:23:58 -0700 (PDT) Received: from localhost (dslb-178-004-223-219.pools.arcor-ip.net [178.4.223.219]) by mx.google.com with ESMTPS id o27sm1545336fag.0.2011.07.05.09.23.56 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 05 Jul 2011 09:23:57 -0700 (PDT) From: Daniel Schoepe To: notmuch@notmuchmail.org Subject: [PATCH v3 0/2] emacs: User-defined sections in notmuch-hello Date: Tue, 5 Jul 2011 18:23:48 +0200 Message-Id: <1309883030-28899-1-git-send-email-daniel.schoepe@googlemail.com> X-Mailer: git-send-email 1.7.5.4 In-Reply-To: <1309379221-5617-1-git-send-email-daniel.schoepe@googlemail.com> References: <1309379221-5617-1-git-send-email-daniel.schoepe@googlemail.com> 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: Tue, 05 Jul 2011 16:24:00 -0000 This version incorporates the changes suggested by Michal Sojka; thanks for your help with this, Michal.