[PATCH 0/2] emacs: User-defined sections in notmuch-hello
authorDaniel Schoepe <daniel.schoepe@googlemail.com>
Wed, 29 Jun 2011 20:26:59 +0000 (22:26 +0200)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:38:50 +0000 (09:38 -0800)
d6/de4d155c908dd26ae9481b00904540330e2b0d [new file with mode: 0644]

diff --git a/d6/de4d155c908dd26ae9481b00904540330e2b0d b/d6/de4d155c908dd26ae9481b00904540330e2b0d
new file mode 100644 (file)
index 0000000..9a9016f
--- /dev/null
@@ -0,0 +1,71 @@
+Return-Path: <daniel.schoepe@googlemail.com>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id C3AA7421192\r
+       for <notmuch@notmuchmail.org>; Wed, 29 Jun 2011 13:27:14 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.799\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5\r
+       tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
+       FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id ZF-shufNCZTL for <notmuch@notmuchmail.org>;\r
+       Wed, 29 Jun 2011 13:27:14 -0700 (PDT)\r
+Received: from mail-fx0-f46.google.com (mail-fx0-f46.google.com\r
+       [209.85.161.46]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id 3652242118E\r
+       for <notmuch@notmuchmail.org>; Wed, 29 Jun 2011 13:27:14 -0700 (PDT)\r
+Received: by fxh19 with SMTP id 19so1673012fxh.19\r
+       for <notmuch@notmuchmail.org>; Wed, 29 Jun 2011 13:27:12 -0700 (PDT)\r
+DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;\r
+       d=googlemail.com; s=gamma;\r
+       h=from:to:subject:date:message-id:x-mailer;\r
+       bh=380dJPjoZaHTdLlkdoq4WMujY7Z4vFv80gGQFjd3nO4=;\r
+       b=tOTAak92EvO16vdPHf+eMVOjbECd2w4Bz5kEWuXTq24SLZZd2EfHj9ZCk+uiQl5bi+\r
+       JZJj0RTGaCxxoYj/6E7WXCrC+sxErzoSLeUeAXND3LG76kii9FJkGQV8wFToiolnRkjI\r
+       DLZHzMmNpHaENRFqM60L8VZYPl4Zoer1MhbpU=\r
+Received: by 10.223.65.197 with SMTP id k5mr1798032fai.26.1309379232657;\r
+       Wed, 29 Jun 2011 13:27:12 -0700 (PDT)\r
+Received: from localhost (dslb-178-004-072-174.pools.arcor-ip.net\r
+       [178.4.72.174])\r
+       by mx.google.com with ESMTPS id n27sm1105319faa.28.2011.06.29.13.27.09\r
+       (version=TLSv1/SSLv3 cipher=OTHER);\r
+       Wed, 29 Jun 2011 13:27:10 -0700 (PDT)\r
+From: Daniel Schoepe <daniel.schoepe@googlemail.com>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH 0/2] emacs: User-defined sections in notmuch-hello\r
+Date: Wed, 29 Jun 2011 22:26:59 +0200\r
+Message-Id: <1309379221-5617-1-git-send-email-daniel.schoepe@googlemail.com>\r
+X-Mailer: git-send-email 1.7.5.4\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Wed, 29 Jun 2011 20:27:14 -0000\r
+\r
+Unfortunately the customize-interface for more customized entries in\r
+notmuch-hello-sections looks a bit weird, but I couldn't figure out how\r
+to get rid of the empty lines produced by generating the lambda expression\r
+needed.\r
+\r
+To avoid unnecessary complexity in the code this patch removes\r
+aligning all the tag entries in different sections (e.g. saved\r
+searches and all tags) the same way. So if someone really thinks this\r
+was an important features, please yell loudly.\r
+\r
+Cheers,\r
+Daniel\r
+\r