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 68D60431FD0 for ; Sat, 9 Jul 2011 11:03:27 -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 MfbgJ2yjWZsh for ; Sat, 9 Jul 2011 11:03:26 -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 6375A431FB6 for ; Sat, 9 Jul 2011 11:03:26 -0700 (PDT) Received: by fxh19 with SMTP id 19so2935162fxh.19 for ; Sat, 09 Jul 2011 11:03:25 -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=uIc7ElWFAqocxL4YVudgjDJH/PGak7aBOKHLYrVjycg=; b=V409jWJt8ovJ2ryE2P0dfmdYFTesfijwvNLHUAEEMBgOH0r3VszMGgK41N0x5sl7l5 j98K+xpDzhhyUWQB8T2c74kDr86OZxll8VDBTIDxG1BrUHvaeVqLFjYf6YgaQXWNOYrt qUC1I29kn+xDgACv7OywY6vBoI73hrAP1VO2M= Received: by 10.223.86.76 with SMTP id r12mr4955096fal.80.1310234605267; Sat, 09 Jul 2011 11:03:25 -0700 (PDT) Received: from localhost (dslb-178-004-073-181.pools.arcor-ip.net [178.4.73.181]) by mx.google.com with ESMTPS id g12sm8157726fai.8.2011.07.09.11.03.23 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 09 Jul 2011 11:03:23 -0700 (PDT) From: Daniel Schoepe To: notmuch@notmuchmail.org Subject: [PATCH v5 0/2] emacs: User-defined sections in notmuch-hello Date: Sat, 9 Jul 2011 20:03:16 +0200 Message-Id: <1310234598-15143-1-git-send-email-daniel.schoepe@googlemail.com> X-Mailer: git-send-email 1.7.5.4 In-Reply-To: <1310079227-19120-1-git-send-email-daniel.schoepe@googlemail.com> References: <1310079227-19120-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: Sat, 09 Jul 2011 18:03:27 -0000 More documentation/customize improvements.